diff --git a/Dockerfile b/Dockerfile
index 58be08fec1b..70f122399bf 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM tgstation/byond:513.1511 as base
+FROM tgstation/byond:513.1508 as base
FROM base as build_base
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm b/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm
index cb6c58f858c..dc0bffe8060 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_biodome_beach.dmm
@@ -34,12 +34,12 @@
/turf/open/floor/plating,
/area/ruin/powered/beach)
"at" = (
-/mob/living/simple_animal/crab{
- name = "Eddie"
- },
/obj/machinery/light{
dir = 1
},
+/mob/living/simple_animal/crab{
+ name = "Eddie"
+ },
/turf/open/floor/plating/beach/sand,
/area/ruin/powered/beach)
"au" = (
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm
index 13db62ea112..8a76c921118 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_syndicate_base1.dmm
@@ -132,11 +132,11 @@
/turf/open/floor/plasteel,
/area/ruin/unpowered/syndicate_lava_base/arrivals)
"aR" = (
-/obj/structure/grille,
-/obj/structure/window/plasma/reinforced/plastitanium,
/obj/machinery/atmospherics/pipe/layer_manifold/visible{
dir = 4
},
+/obj/structure/grille,
+/obj/structure/window/plasma/reinforced/plastitanium,
/turf/open/floor/plating,
/area/ruin/unpowered/syndicate_lava_base/engineering)
"aW" = (
@@ -4107,10 +4107,6 @@
dir = 6;
name = "N2 to Mix"
},
-/obj/machinery/atmospherics/pipe/simple/supplymain/visible/layer1{
- dir = 4;
- name = "N2"
- },
/turf/open/floor/plasteel,
/area/ruin/unpowered/syndicate_lava_base/engineering)
"lb" = (
diff --git a/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm b/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm
index 670864f7d0a..12ed3fe22c6 100644
--- a/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm
+++ b/_maps/RandomRuins/SpaceRuins/abandonedzoo.dmm
@@ -350,6 +350,7 @@
/obj/effect/turf_decal/tile/green{
dir = 8
},
+/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/ruin/space/has_grav/abandonedzoo)
"be" = (
diff --git a/_maps/RandomRuins/SpaceRuins/bigderelict1.dmm b/_maps/RandomRuins/SpaceRuins/bigderelict1.dmm
index 241884d0a56..f89c86ab998 100644
--- a/_maps/RandomRuins/SpaceRuins/bigderelict1.dmm
+++ b/_maps/RandomRuins/SpaceRuins/bigderelict1.dmm
@@ -428,6 +428,7 @@
/obj/machinery/power/terminal{
dir = 1
},
+/obj/structure/cable,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/derelictoutpost/powerstorage)
"bs" = (
diff --git a/_maps/RandomRuins/SpaceRuins/crashedship.dmm b/_maps/RandomRuins/SpaceRuins/crashedship.dmm
index 588b22a1256..858b65e4b41 100644
--- a/_maps/RandomRuins/SpaceRuins/crashedship.dmm
+++ b/_maps/RandomRuins/SpaceRuins/crashedship.dmm
@@ -1055,6 +1055,7 @@
/obj/machinery/power/terminal{
dir = 8
},
+/obj/structure/cable,
/turf/open/floor/plating,
/area/awaymission/BMPship/Aft)
"ed" = (
diff --git a/_maps/RandomRuins/SpaceRuins/gasthelizards.dmm b/_maps/RandomRuins/SpaceRuins/gasthelizards.dmm
index 3c9e757717b..cebbc1267d2 100644
--- a/_maps/RandomRuins/SpaceRuins/gasthelizards.dmm
+++ b/_maps/RandomRuins/SpaceRuins/gasthelizards.dmm
@@ -180,6 +180,7 @@
/obj/machinery/light{
dir = 1
},
+/obj/structure/cable,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/gasthelizard)
"u" = (
diff --git a/_maps/donutstation.json b/_maps/donutstation.json
index a0fb9ccdcac..71230c2f668 100644
--- a/_maps/donutstation.json
+++ b/_maps/donutstation.json
@@ -1,11 +1,12 @@
{
"map_name": "Donutstation",
"map_path": "map_files/Donutstation",
- "map_file": "Donutstation.dmm",
+ "map_file": ["Donutstation.dmm","Donutstation_LVL2.dmm"],
"shuttles": {
- "cargo": "cargo_box",
- "ferry": "ferry_fancy",
- "whiteship": "whiteship_donut",
- "emergency": "emergency_donut"
- }
-}
+ "cargo": "cargo_box",
+ "ferry": "ferry_fancy",
+ "whiteship": "whiteship_donut",
+ "emergency": "emergency_donut"
+ },
+ "traits": [{"Up" : 1, "Linkage" : "Cross"}, {"Down" : -1, "Baseturf" : "/turf/open/openspace", "Linkage" : "Cross"}]
+}
\ No newline at end of file
diff --git a/_maps/map_files/BoxStation/BoxStation.dmm b/_maps/map_files/BoxStation/BoxStation.dmm
index db80ed15c9e..19c390fe3c5 100644
--- a/_maps/map_files/BoxStation/BoxStation.dmm
+++ b/_maps/map_files/BoxStation/BoxStation.dmm
@@ -1756,6 +1756,7 @@
dir = 5
},
/obj/machinery/power/terminal,
+/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/gravity_generator)
"aeG" = (
@@ -10246,6 +10247,7 @@
/obj/machinery/power/terminal{
dir = 4
},
+/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/department/electrical)
"aAz" = (
@@ -10260,6 +10262,7 @@
/obj/machinery/power/terminal{
dir = 8
},
+/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/department/electrical)
"aAC" = (
@@ -20601,6 +20604,7 @@
/obj/structure/table,
/obj/item/aiModule/supplied/quarantine,
/obj/machinery/camera/motion{
+ c_tag = "AI Upload West";
dir = 4;
network = list("aiupload")
},
@@ -20618,6 +20622,7 @@
pixel_x = 32
},
/obj/machinery/camera/motion{
+ c_tag = "AI Upload East";
dir = 8;
network = list("aiupload")
},
@@ -24221,7 +24226,7 @@
},
/obj/structure/cable,
/obj/machinery/power/apc{
- areastring = "/area/medical/morgue";
+ areastring = "/area/maintenance/department/medical/morgue";
dir = 4;
name = "Morgue Maintenance APC";
pixel_x = 24
@@ -29176,6 +29181,7 @@
/obj/effect/turf_decal/tile/red{
dir = 8
},
+/obj/machinery/light,
/turf/open/floor/plasteel,
/area/security/checkpoint/supply)
"byP" = (
@@ -29719,7 +29725,6 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bAi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -42462,7 +42467,7 @@
/area/medical/chemistry)
"clp" = (
/obj/machinery/camera{
- c_tag = "Xenobiology Test Chamber";
+ c_tag = "Chemistry Lab Northeast";
network = list("xeno","rd")
},
/turf/open/floor/plasteel/white,
@@ -46288,10 +46293,6 @@
},
/turf/open/space,
/area/space/nearstation)
-"cAY" = (
-/obj/structure/cable,
-/turf/closed/wall,
-/area/ai_monitored/turret_protected/ai)
"cAZ" = (
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
@@ -46308,6 +46309,7 @@
c_tag = "MiniSat AI Chamber South";
network = list("aicore")
},
+/obj/structure/cable,
/turf/open/floor/circuit,
/area/ai_monitored/turret_protected/ai)
"cBc" = (
@@ -46317,6 +46319,7 @@
/obj/machinery/ai_slipper{
uses = 10
},
+/obj/structure/cable,
/turf/open/floor/circuit,
/area/ai_monitored/turret_protected/ai)
"cBd" = (
@@ -48259,6 +48262,7 @@
/obj/machinery/power/terminal{
dir = 1
},
+/obj/structure/cable,
/turf/open/floor/plasteel/dark/telecomms,
/area/tcommsat/server)
"cSG" = (
@@ -50351,7 +50355,7 @@
"jox" = (
/obj/machinery/chem_dispenser,
/obj/machinery/camera{
- c_tag = "Engineering Storage";
+ c_tag = "Chemistry Lab West";
dir = 4
},
/turf/open/floor/plasteel/white,
@@ -50578,6 +50582,10 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
/area/medical/pharmacy)
+"jYm" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"jYO" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
@@ -52276,9 +52284,12 @@
/area/medical/medbay/zone2)
"oZc" = (
/obj/machinery/camera{
- c_tag = "Chapel South";
+ c_tag = "Chemistry Lab East";
dir = 8
},
+/obj/machinery/light{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"oZn" = (
@@ -55461,6 +55472,10 @@
/obj/machinery/light{
dir = 1
},
+/obj/machinery/camera{
+ c_tag = "Chemistry Lab North";
+ network = list("xeno","rd")
+ },
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"xUZ" = (
@@ -93640,7 +93655,7 @@ cwj
cwu
cAV
cAZ
-cvl
+cAZ
cvl
cva
cva
@@ -93896,7 +93911,7 @@ cww
cwD
cvv
cvv
-cAY
+cvv
cBb
cBd
cva
@@ -94884,7 +94899,7 @@ nEk
djq
bip
bip
-bip
+jYm
hTU
aoV
aaa
diff --git a/_maps/map_files/Donutstation/Donutstation.dmm b/_maps/map_files/Donutstation/Donutstation.dmm
index 19d45a9f889..f518bc1e60d 100644
--- a/_maps/map_files/Donutstation/Donutstation.dmm
+++ b/_maps/map_files/Donutstation/Donutstation.dmm
@@ -18,14 +18,16 @@
/turf/closed/wall/r_wall,
/area/engine/engineering)
"aae" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
/obj/structure/disposalpipe/segment{
- dir = 10
+ dir = 4
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"aaf" = (
@@ -143,14 +145,10 @@
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/fitness/recreation)
"aat" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
- },
-/obj/effect/turf_decal/stripes/corner,
-/turf/open/floor/plasteel,
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/structure/cable,
+/turf/open/floor/plating,
/area/engine/engine_room)
"aau" = (
/obj/effect/turf_decal/tile/blue{
@@ -190,13 +188,15 @@
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/fitness/recreation)
"aax" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/structure/cable,
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
+ },
/turf/open/floor/plasteel,
/area/engine/engine_room)
"aay" = (
@@ -210,16 +210,12 @@
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/fitness/recreation)
"aaz" = (
-/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 1
- },
-/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/engine_room)
"aaA" = (
@@ -276,19 +272,19 @@
/turf/open/floor/plating/airless,
/area/science/test_area)
"aaG" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
+/obj/machinery/light{
+ dir = 1
},
-/obj/structure/cable,
-/turf/open/floor/plasteel,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/ladder,
+/turf/open/floor/plating,
/area/engine/engine_room)
"aaH" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
},
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/engine_room)
"aaI" = (
@@ -311,7 +307,7 @@
/area/medical/morgue)
"aaL" = (
/obj/machinery/power/tracker,
-/obj/structure/cable,
+/obj/structure/cable/layer1,
/turf/open/floor/plasteel/airless/solarpanel,
/area/solar/starboard)
"aaM" = (
@@ -397,10 +393,14 @@
/area/storage/tech)
"aba" = (
/obj/structure/table,
-/obj/machinery/light{
- dir = 8
+/obj/item/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
},
-/obj/machinery/cell_charger,
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/brown/corner,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"abb" = (
@@ -587,9 +587,6 @@
/turf/open/floor/plating,
/area/crew_quarters/fitness)
"abs" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
/obj/structure/closet/emcloset,
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -601,6 +598,9 @@
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"abt" = (
@@ -629,8 +629,8 @@
/turf/open/floor/plating,
/area/construction)
"abx" = (
+/obj/structure/disposalpipe/trunk/multiz,
/obj/structure/cable,
-/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/plating,
/area/maintenance/fore)
"aby" = (
@@ -659,13 +659,11 @@
/turf/open/floor/carpet,
/area/security/detectives_office)
"abD" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = -3;
- pixel_y = 7
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 8
},
/turf/open/floor/plasteel,
-/area/quartermaster/storage)
+/area/hallway/secondary/entry)
"abE" = (
/obj/effect/landmark/carpspawn,
/turf/open/space/basic,
@@ -713,13 +711,10 @@
/turf/open/floor/carpet,
/area/security/detectives_office)
"abK" = (
-/obj/structure/table,
-/obj/item/folder/yellow,
-/obj/item/stamp,
-/obj/item/stamp/denied{
- pixel_x = 3;
- pixel_y = 3
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
},
+/obj/effect/turf_decal/trimline/neutral/line,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"abL" = (
@@ -733,23 +728,27 @@
/turf/open/floor/plasteel/dark,
/area/medical/morgue)
"abM" = (
-/obj/machinery/status_display/supply{
- pixel_x = 32
- },
-/obj/effect/turf_decal/loading_area,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"abN" = (
-/obj/effect/turf_decal/tile/purple{
- dir = 8
- },
-/obj/effect/turf_decal/tile/purple{
- dir = 1
- },
-/obj/effect/turf_decal/tile/purple{
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
+"abN" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 9
+ },
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"abO" = (
@@ -805,10 +804,6 @@
/area/quartermaster/miningdock)
"abV" = (
/obj/structure/closet/wardrobe/miner,
-/obj/machinery/camera{
- c_tag = "Cargo - Mining Bay";
- dir = 1
- },
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
"abW" = (
@@ -857,9 +852,9 @@
/turf/open/floor/plasteel,
/area/science/storage)
"ace" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Cargo Bay Maintenance";
- req_access_txt = "31"
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
/turf/open/floor/plating,
/area/maintenance/starboard)
@@ -970,7 +965,9 @@
/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output{
dir = 8
},
-/turf/open/floor/engine/n2o,
+/turf/open/floor/engine/n2o{
+ initial_gas_mix = "n2o=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"acw" = (
/turf/open/floor/engine,
@@ -1014,6 +1011,9 @@
/area/maintenance/port)
"acC" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/obj/machinery/sparker/toxmix{
+ pixel_y = -20
+ },
/turf/open/floor/engine/vacuum,
/area/science/mixing)
"acD" = (
@@ -1031,11 +1031,13 @@
/area/bridge)
"acE" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxins_mixing_input,
+/obj/machinery/sparker/toxmix{
+ pixel_y = -20
+ },
/turf/open/floor/engine/vacuum,
/area/science/mixing)
"acF" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/engine/air,
+/turf/open/floor/engine/airless,
/area/engine/atmos)
"acG" = (
/obj/structure/disposalpipe/segment{
@@ -1056,13 +1058,11 @@
"acI" = (
/obj/machinery/computer/nanite_cloud_controller,
/obj/effect/turf_decal/bot,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/dark,
/area/science/lab)
"acJ" = (
/obj/machinery/nanite_programmer,
/obj/effect/turf_decal/bot,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/dark,
/area/science/lab)
"acK" = (
@@ -1167,21 +1167,21 @@
/area/bridge)
"acS" = (
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 8
},
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/science/storage)
"acT" = (
-/turf/open/floor/engine/n2o,
+/turf/open/floor/engine/n2o{
+ initial_gas_mix = "n2o=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"acU" = (
-/obj/structure/bookcase,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
-/area/security/prison)
+/turf/closed/wall/r_wall,
+/area/security/prison/workout)
"acV" = (
/obj/machinery/light{
dir = 4
@@ -1222,9 +1222,9 @@
/area/science/lab)
"add" = (
/obj/machinery/computer/nanite_cloud_controller,
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/bot,
/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/dark,
/area/science/lab)
"ade" = (
@@ -1312,7 +1312,6 @@
/obj/machinery/airalarm{
pixel_y = 24
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/dark,
/area/science/lab)
"adp" = (
@@ -1345,22 +1344,20 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"ads" = (
-/obj/effect/turf_decal/tile/blue,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light,
-/obj/structure/extinguisher_cabinet{
- pixel_y = -28
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 10
},
/turf/open/floor/plasteel/dark,
/area/bridge)
"adt" = (
/obj/effect/turf_decal/tile/blue,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/cable,
+/obj/machinery/light,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -28
+ },
/obj/effect/turf_decal/tile/blue{
dir = 8
},
@@ -1374,13 +1371,10 @@
},
/area/chapel/main)
"adv" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Hallway - Arrival Wing 1";
- dir = 8
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"adw" = (
@@ -1460,19 +1454,12 @@
/turf/open/floor/engine,
/area/science/mixing)
"adE" = (
-/obj/effect/turf_decal/delivery,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/door/poddoor/shutters{
- id = "cargowarehouse"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/effect/turf_decal/trimline/yellow/filled/warning,
/turf/open/floor/plasteel,
-/area/quartermaster/warehouse)
+/area/quartermaster/miningdock)
"adF" = (
/obj/structure/table,
/obj/effect/turf_decal/tile/blue,
@@ -1503,7 +1490,6 @@
"adJ" = (
/obj/structure/table,
/obj/item/book/manual/wiki/experimentor,
-/obj/item/relic,
/turf/open/floor/plasteel/white/corner{
dir = 8
},
@@ -1571,12 +1557,12 @@
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
"adS" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
/obj/machinery/camera{
c_tag = "Civilian - Chapel Airlock"
},
+/obj/effect/turf_decal/trimline/neutral/filled/corner{
+ dir = 8
+ },
/turf/open/floor/plasteel/dark,
/area/chapel/office)
"adT" = (
@@ -1608,25 +1594,21 @@
/turf/open/floor/plasteel/white,
/area/science/explab)
"adX" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/obj/machinery/button/door{
id = "miningwarehouse";
name = "warehouse shutter controls";
pixel_x = -8;
- pixel_y = 24;
+ pixel_y = -24;
req_access_txt = "50"
},
-/obj/machinery/light_switch{
- pixel_y = 24
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 8
},
/turf/open/floor/plasteel,
-/area/quartermaster/warehouse)
+/area/quartermaster/miningdock)
"adY" = (
/obj/structure/table,
/obj/item/key/security,
@@ -1754,17 +1736,15 @@
/turf/open/floor/plasteel/dark,
/area/bridge)
"aep" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/effect/turf_decal/tile/blue{
- dir = 8
+/obj/effect/turf_decal/tile/blue,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/medbay/lobby)
+/area/medical/medbay/central)
"aeq" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -1786,15 +1766,14 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
"aeu" = (
-/obj/machinery/door/airlock/command{
- name = "Gateway Access";
- req_access_txt = "62"
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
-/turf/open/floor/plasteel,
-/area/gateway)
+/turf/open/floor/plating,
+/area/maintenance/fore)
"aev" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+ dir = 10
},
/turf/closed/wall/r_wall,
/area/science/mixing)
@@ -1802,34 +1781,26 @@
/turf/closed/wall/r_wall,
/area/science/server)
"aex" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 1
+/obj/machinery/door/airlock/medical/glass{
+ id_tag = "MedbayFoyer";
+ name = "Medbay";
+ req_access_txt = "5"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
/turf/open/floor/plasteel/white,
/area/medical/medbay/lobby)
"aey" = (
-/obj/machinery/airalarm{
- pixel_y = 25
- },
+/obj/machinery/vending/wardrobe/chap_wardrobe,
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 5
},
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/chapel/main)
+/turf/open/floor/plasteel/dark,
+/area/chapel/office)
"aez" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -1885,13 +1856,13 @@
/turf/open/floor/plasteel,
/area/science/mixing)
"aeJ" = (
-/turf/closed/wall/r_wall,
-/area/ai_monitored/turret_protected/aisat/service)
+/obj/structure/lattice,
+/obj/structure/transit_tube/horizontal,
+/turf/open/space/basic,
+/area/space/nearstation)
"aeK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/landmark/event_spawn,
-/obj/structure/chair/pew/right{
- dir = 4
- },
/turf/open/floor/carpet,
/area/chapel/main)
"aeL" = (
@@ -1905,22 +1876,8 @@
/turf/open/floor/plasteel,
/area/science/mixing)
"aeN" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/obj/structure/sign/departments/holy{
- pixel_y = 32
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/turf/closed/wall,
+/area/security/checkpoint/supply)
"aeO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -1932,16 +1889,8 @@
/turf/open/floor/circuit/telecomms/server,
/area/science/server)
"aeQ" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
/area/security/prison)
"aeR" = (
/obj/structure/cable,
@@ -1970,7 +1919,9 @@
/area/medical/virology)
"aeV" = (
/obj/machinery/air_sensor/atmos/nitrous_tank,
-/turf/open/floor/engine/n2o,
+/turf/open/floor/engine/n2o{
+ initial_gas_mix = "n2o=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"aeW" = (
/obj/effect/decal/cleanable/dirt,
@@ -2000,13 +1951,21 @@
/turf/open/floor/plating,
/area/storage/tech)
"aeZ" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 4
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed,
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ name = "Prison Intercom (General)";
+ pixel_y = 24;
+ prison_radio = 1
},
-/obj/effect/turf_decal/tile/blue{
- dir = 8
+/obj/machinery/camera{
+ c_tag = "Security - Prison Cell 1";
+ dir = 4;
+ network = list("ss13","PrisonCell","Prison","Security")
},
-/turf/open/floor/plasteel/cafeteria,
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
/area/security/prison)
"afa" = (
/turf/closed/wall,
@@ -2106,9 +2065,17 @@
/turf/open/floor/plasteel/dark,
/area/teleporter)
"afm" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 28
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
+/obj/machinery/camera{
+ c_tag = "Hallway - Arrival Wing 1";
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"afn" = (
@@ -2138,53 +2105,19 @@
/turf/open/floor/plasteel/white,
/area/science/research)
"afq" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/washing_machine,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/security/prison)
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/prison/workout)
"afr" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/machinery/door/window/eastleft,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
+/turf/open/floor/carpet/black,
+/area/crew_quarters/fitness/recreation)
"afs" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/light/small{
- brightness = 3;
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
+/obj/structure/table/wood,
+/obj/item/paper_bin,
+/obj/item/pen/blue,
+/turf/open/floor/carpet/black,
+/area/crew_quarters/fitness/recreation)
"aft" = (
/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
@@ -2215,48 +2148,46 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"afv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/open/floor/carpet/black,
+/area/crew_quarters/fitness/recreation)
+"afw" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral{
+/obj/effect/turf_decal/trimline/neutral/filled/line{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
-"afw" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/closet/crate/hydroponics,
/turf/open/floor/plasteel,
-/area/quartermaster/storage)
+/area/hallway/secondary/exit/departure_lounge)
"afx" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/structure/table,
-/obj/structure/bedsheetbin,
-/obj/item/toy/dummy,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/security/prison)
+/turf/closed/wall/r_wall,
+/area/security/prison/rec)
"afy" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 4
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed,
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ name = "Prison Intercom (General)";
+ pixel_y = 24;
+ prison_radio = 1
},
-/obj/machinery/washing_machine,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
+/obj/machinery/camera{
+ c_tag = "Security - Prison Cell 2";
+ dir = 4;
+ network = list("ss13","PrisonCell","Prison","Security")
},
-/turf/open/floor/plasteel/cafeteria,
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
/area/security/prison)
"afz" = (
/obj/structure/disposalpipe/junction{
@@ -2270,14 +2201,10 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"afA" = (
-/obj/structure/cable,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "aishuttersexternal";
- name = "AI privacy shutters"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/aisat/foyer)
+/obj/structure/transit_tube/curved/flipped,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"afB" = (
/obj/effect/turf_decal/tile/red,
/obj/effect/turf_decal/tile/red{
@@ -2296,22 +2223,25 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"afC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
+/obj/effect/turf_decal/tile/neutral,
/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ dir = 10
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"afD" = (
-/obj/item/twohanded/required/kirbyplants/photosynthetic,
-/turf/open/floor/plasteel/grimy,
-/area/ai_monitored/turret_protected/aisat/foyer)
+/obj/structure/transit_tube/curved{
+ dir = 1
+ },
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"afE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -2337,13 +2267,13 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"afG" = (
-/obj/structure/chair{
+/obj/machinery/light{
dir = 4
},
-/obj/effect/landmark/start/assistant,
-/obj/machinery/light{
- dir = 8
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"afH" = (
@@ -2409,61 +2339,63 @@
/turf/closed/wall/r_wall,
/area/maintenance/solars/starboard/fore)
"afR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/grimy,
-/area/ai_monitored/turret_protected/aisat/foyer)
+/obj/structure/window/reinforced/spawner,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"afS" = (
-/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/corner,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"afT" = (
+/obj/structure/displaycase/captain,
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/captain/private)
+"afU" = (
/obj/machinery/door/poddoor/shutters{
id = "miningwarehouse"
},
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
/area/quartermaster/warehouse)
-"afT" = (
-/obj/structure/displaycase/captain,
-/turf/open/floor/carpet,
-/area/crew_quarters/heads/captain/private)
-"afU" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+"afV" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
dir = 4
},
/turf/open/floor/plasteel,
-/area/quartermaster/warehouse)
-"afV" = (
-/obj/effect/turf_decal/delivery,
-/obj/machinery/door/poddoor/shutters{
- id = "cargowarehouse"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
-/area/quartermaster/warehouse)
+/area/quartermaster/storage)
"afW" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/closet/crate/internals,
+/obj/effect/turf_decal/trimline/brown/corner,
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"afX" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/closet/crate,
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/brown/corner,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"afY" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
/turf/open/floor/plating,
/area/chapel/office)
"afZ" = (
@@ -2493,11 +2425,18 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
+"agb" = (
+/obj/structure/window/reinforced/spawner,
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"agc" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/closet/crate{
- icon_state = "crateopen"
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
},
+/obj/effect/turf_decal/trimline/neutral/line,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"agd" = (
@@ -2505,9 +2444,16 @@
/turf/open/floor/plating,
/area/maintenance/starboard)
"age" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/brown/corner,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"agf" = (
@@ -2524,13 +2470,10 @@
/turf/open/floor/plasteel/dark,
/area/bridge)
"agg" = (
-/obj/structure/closet,
-/obj/item/c_tube,
-/obj/item/c_tube,
-/obj/item/clipboard,
-/obj/item/destTagger,
-/obj/item/stack/packageWrap,
-/obj/item/stack/packageWrap,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/maintenance/starboard)
"agh" = (
@@ -2603,18 +2546,16 @@
/turf/open/floor/plasteel,
/area/security/checkpoint)
"agp" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/area/hallway/secondary/entry)
"agq" = (
/obj/structure/table/wood,
/obj/item/storage/book/bible,
@@ -2659,17 +2600,23 @@
},
/area/hallway/secondary/exit/departure_lounge)
"agv" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 8
},
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
+"agw" = (
+/turf/open/floor/engine/cult,
+/area/library)
"agx" = (
/obj/machinery/mass_driver{
dir = 1;
@@ -2764,21 +2711,18 @@
/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/hor)
"agG" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/machinery/button/door{
- id = "miningwarehouse";
- name = "warehouse shutter controls";
- pixel_x = -8;
- pixel_y = -24;
- req_access_txt = "50"
+/obj/machinery/door/poddoor/shutters{
+ id = "cargowarehouse"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/quartermaster/miningdock)
+/area/quartermaster/warehouse)
"agH" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -2797,7 +2741,6 @@
pixel_y = 30;
receive_ore_updates = 1
},
-/obj/machinery/computer/aifixer,
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/hor)
"agJ" = (
@@ -3113,7 +3056,7 @@
/area/hallway/primary/central)
"ahv" = (
/turf/closed/wall/r_wall,
-/area/ai_monitored/turret_protected/ai_upload_foyer)
+/area/hallway/primary/central)
"ahw" = (
/obj/machinery/computer/prisoner/management,
/obj/effect/turf_decal/tile/red{
@@ -3253,6 +3196,13 @@
"ahM" = (
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/hor)
+"ahN" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
"ahO" = (
/obj/effect/turf_decal/tile/neutral{
dir = 8
@@ -3323,24 +3273,24 @@
/turf/open/floor/plasteel/white,
/area/science/research)
"ahY" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/donkpockets,
-/obj/item/storage/box/donkpockets,
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/crew_quarters/kitchen)
-"ahZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
},
/obj/structure/cable,
-/obj/effect/mapping_helpers/iannewyear,
-/turf/open/floor/carpet,
-/area/crew_quarters/heads/hop)
+/turf/open/floor/grass,
+/area/hydroponics/garden)
+"ahZ" = (
+/turf/closed/wall,
+/area/security/checkpoint/medical)
+"aia" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "medicalcheckpoint";
+ name = "checkpoint privacy shutters"
+ },
+/obj/structure/cable,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/security/checkpoint/medical)
"aib" = (
/obj/structure/plasticflaps,
/obj/machinery/conveyor{
@@ -3367,6 +3317,27 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/captain/private)
+"aie" = (
+/obj/machinery/computer/security{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/newscaster{
+ pixel_x = -30
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
"aif" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
@@ -3421,8 +3392,8 @@
/obj/item/stack/ore/silver,
/obj/item/stack/ore/silver,
/obj/item/stack/ore/iron,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
@@ -3458,10 +3429,19 @@
/turf/open/floor/plasteel,
/area/security/checkpoint/science)
"ais" = (
-/obj/machinery/vending/sustenance,
-/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Workout Room Upper";
+ dir = 4;
+ network = list("ss13","Security","Prison")
+ },
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/workout)
"ait" = (
/turf/closed/wall,
/area/science/robotics/lab)
@@ -3479,22 +3459,15 @@
/turf/open/floor/plating,
/area/science/lab)
"aiv" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/obj/machinery/camera{
+ c_tag = "Civilian - Arcade";
+ dir = 2
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/sign/poster/official/no_erp{
- pixel_y = 32
- },
-/obj/machinery/door/window/westright,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
+/turf/open/floor/carpet/black,
+/area/crew_quarters/fitness/recreation)
"aiw" = (
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
@@ -3502,10 +3475,9 @@
/turf/closed/wall/r_wall,
/area/science/robotics/lab)
"aiy" = (
-/obj/machinery/computer/arcade,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/workout)
"aiz" = (
/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
/obj/effect/turf_decal/bot,
@@ -3531,13 +3503,40 @@
/turf/open/floor/plasteel,
/area/security/prison)
"aiC" = (
-/obj/structure/closet/crate,
-/obj/item/toy/figure/miner,
-/obj/effect/turf_decal/stripes/line{
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
dir = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
+"aiD" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/lobby)
+"aiE" = (
+/obj/structure/ladder,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"aiF" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"aiG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/maintenance/port/aft)
"aiH" = (
/obj/machinery/door/airlock/external{
name = "Supply Dock Airlock";
@@ -3551,12 +3550,27 @@
"aiI" = (
/turf/closed/wall,
/area/quartermaster/storage)
+"aiJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/closed/wall,
+/area/maintenance/port/aft)
+"aiK" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"aiL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/maintenance/port/aft)
"aiM" = (
/obj/machinery/light/small,
/obj/effect/turf_decal/tile/brown,
-/obj/machinery/camera{
- c_tag = "Cargo - Mining Dock";
- dir = 1
+/obj/structure/sign/warning/docking{
+ pixel_y = -32
},
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
@@ -3601,8 +3615,9 @@
/turf/open/floor/plating,
/area/quartermaster/storage)
"aiV" = (
-/turf/closed/wall/r_wall,
-/area/ai_monitored/turret_protected/ai_upload)
+/obj/structure/stairs/north,
+/turf/open/floor/plasteel/stairs,
+/area/hallway/primary/central)
"aiW" = (
/turf/open/floor/carpet,
/area/bridge)
@@ -3628,11 +3643,17 @@
/turf/closed/wall/r_wall,
/area/science/mixing)
"aja" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -28
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/plaque{
+ icon_state = "L2"
+ },
+/obj/structure/railing/corner{
+ dir = 8
},
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/hallway/primary/central)
"ajb" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
@@ -3673,6 +3694,10 @@
pixel_x = 3;
pixel_y = -2
},
+/obj/machinery/keycard_auth{
+ pixel_x = -4;
+ pixel_y = 24
+ },
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/hor)
"ajf" = (
@@ -3708,10 +3733,10 @@
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/hor)
"aji" = (
-/obj/effect/turf_decal/delivery,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
+/obj/effect/turf_decal/trimline/brown/warning{
+ dir = 1
},
+/obj/effect/turf_decal/trimline/neutral/line,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"ajj" = (
@@ -3727,6 +3752,14 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/research)
+"ajk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/power/deck_relay,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"ajl" = (
/obj/machinery/rnd/destructive_analyzer,
/obj/effect/turf_decal/stripes/line{
@@ -3745,6 +3778,12 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/mixing)
+"ajn" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"ajo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -3815,23 +3854,49 @@
/obj/machinery/light/small,
/turf/open/floor/plasteel/white,
/area/science/research)
+"ajw" = (
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/turf/closed/wall,
+/area/maintenance/port/aft)
"ajx" = (
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/crew_quarters/heads/hop)
"ajy" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/crew_quarters/heads/hop)
-"ajA" = (
-/obj/structure/cable,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/prison)
-"ajB" = (
-/obj/effect/decal/cleanable/dirt,
+/obj/machinery/vending/assist,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/storage/primary)
+"ajz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/camera{
+ c_tag = "Medical - Main 1";
+ dir = 8;
+ network = list("ss13","Medical")
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"ajA" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
+"ajB" = (
+/obj/structure/cable,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
"ajC" = (
/obj/docking_port/stationary{
dir = 2;
@@ -3845,8 +3910,9 @@
/turf/open/space/basic,
/area/space)
"ajD" = (
-/obj/structure/cable,
-/turf/open/floor/plating,
+/obj/machinery/vending/sustenance,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
/area/security/prison)
"ajE" = (
/obj/structure/filingcabinet,
@@ -3859,19 +3925,67 @@
/turf/open/floor/plasteel,
/area/security/main)
"ajF" = (
-/obj/structure/table,
-/obj/machinery/computer/libraryconsole/bookmanagement,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
+/obj/structure/bed,
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ name = "Prison Intercom (General)";
+ pixel_y = 24;
+ prison_radio = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Cell 5";
+ dir = 8;
+ network = list("ss13","PrisonCell","Prison","Security")
+ },
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
/area/security/prison)
"ajG" = (
-/turf/open/floor/plating,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed,
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ name = "Prison Intercom (General)";
+ pixel_y = 24;
+ prison_radio = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Cell 6";
+ dir = 8;
+ network = list("ss13","PrisonCell","Prison","Security")
+ },
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
/area/security/prison)
+"ajH" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "brigexternalblast";
+ name = "External Security Blast Door"
+ },
+/obj/structure/cable,
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/security/brig)
"ajI" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
/turf/open/floor/plating,
/area/bridge)
+"ajJ" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
"ajK" = (
/obj/structure/table,
/turf/open/floor/carpet,
@@ -3912,31 +4026,60 @@
},
/turf/open/floor/plasteel/white,
/area/science/lab)
-"ajR" = (
-/obj/structure/chair/stool,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
-/area/security/prison)
-"ajS" = (
-/obj/machinery/hydroponics/soil,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
+"ajQ" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
dir = 4
},
-/obj/effect/turf_decal/tile/green{
- dir = 8
+/obj/effect/turf_decal/tile/red{
+ dir = 1
},
/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
+"ajR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed,
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ name = "Prison Intercom (General)";
+ pixel_y = -24;
+ prison_radio = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Cell 3";
+ dir = 5;
+ network = list("ss13","PrisonCell","Prison","Security")
+ },
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
+/area/security/prison)
+"ajS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed,
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ name = "Prison Intercom (General)";
+ pixel_y = -24;
+ prison_radio = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Cell 4";
+ dir = 5;
+ network = list("ss13","PrisonCell","Prison","Security")
+ },
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
/area/security/prison)
"ajT" = (
/turf/closed/wall,
/area/crew_quarters/heads/hos)
+"ajU" = (
+/obj/machinery/door/airlock/security{
+ name = "Security Checkpoint";
+ req_access_txt = "1"
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
"ajV" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -3946,31 +4089,48 @@
/turf/open/floor/plating,
/area/maintenance/starboard)
"ajX" = (
-/obj/structure/bed,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed,
/obj/item/radio/intercom{
desc = "Talk through this. It looks like it has been modified to not broadcast.";
name = "Prison Intercom (General)";
- pixel_y = 24;
+ pixel_y = -24;
prison_radio = 1
},
/obj/machinery/camera{
- c_tag = "Security Perma - Cell 3";
- dir = 4;
- network = list("ss13","Security","Prison")
+ c_tag = "Security - Prison Cell 7";
+ dir = 9;
+ network = list("ss13","PrisonCell","Prison","Security")
},
-/turf/open/floor/plasteel,
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
/area/security/prison)
"ajY" = (
-/obj/effect/turf_decal/tile/red,
-/obj/machinery/airalarm{
- dir = 8;
- pixel_x = 24;
- req_access = null;
- req_one_access_txt = "2;24"
- },
+/obj/machinery/vending/cola/random,
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
/area/security/prison)
+"ajZ" = (
+/obj/machinery/computer/secure_data{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
+"aka" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/landmark/start/depsec/medical,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
"akb" = (
/turf/open/floor/carpet,
/area/crew_quarters/heads/hos)
@@ -3979,33 +4139,41 @@
/obj/item/clothing/suit/straight_jacket,
/turf/open/floor/plasteel,
/area/security/prison)
+"akd" = (
+/obj/structure/table_frame/wood,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
"ake" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
+/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/workout)
+"akf" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
"akg" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
+/obj/structure/bed,
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ name = "Prison Intercom (General)";
+ pixel_y = -24;
+ prison_radio = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Cell 8";
+ dir = 9;
+ network = list("ss13","PrisonCell","Prison","Security")
+ },
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
/area/security/prison)
"akh" = (
-/obj/machinery/hydroponics/soil,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/effect/turf_decal/tile/green,
+/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/prison)
"aki" = (
@@ -4063,6 +4231,18 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"akn" = (
+/obj/structure/table,
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/item/radio/intercom,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
"ako" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -4073,6 +4253,16 @@
"akp" = (
/turf/open/floor/plasteel,
/area/hydroponics)
+"akq" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/effect/landmark/event_spawn,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
"akr" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -4087,12 +4277,19 @@
/turf/open/floor/plasteel,
/area/security/brig)
"aku" = (
-/obj/structure/closet/secure_closet/hydroponics,
-/turf/open/floor/plasteel,
+/obj/structure/stairs/north,
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/plasteel/stairs,
/area/hydroponics)
"akv" = (
-/obj/machinery/vending/wardrobe/hydro_wardrobe,
-/turf/open/floor/plasteel,
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/plasteel/stairs,
/area/hydroponics)
"akw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -4111,10 +4308,29 @@
/turf/open/floor/plasteel,
/area/hydroponics)
"aky" = (
-/obj/machinery/power/tracker,
+/obj/machinery/power/apc{
+ areastring = "/area/solar/aft";
+ dir = 8;
+ name = "Aft Solar APC";
+ pixel_x = -25;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 4
+ },
/obj/structure/cable,
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/aft)
+/turf/open/floor/plating,
+/area/maintenance/solars/starboard/aft)
+"akz" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
"akA" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -4133,6 +4349,16 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/science/research)
+"akB" = (
+/obj/structure/closet/secure_closet/security,
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
"akC" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -4182,25 +4408,28 @@
/turf/open/floor/wood,
/area/crew_quarters/bar)
"akI" = (
+/obj/item/twohanded/required/kirbyplants/dead,
/obj/machinery/button/door{
id = "rdprivacy";
name = "Privacy Shutters Control";
pixel_x = 26;
pixel_y = -26
},
-/obj/item/twohanded/required/kirbyplants/dead,
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/hor)
+"akJ" = (
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
"akK" = (
-/obj/structure/closet/crate{
- name = "Practice Rifles"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/disposalpipe/junction/flip{
+ dir = 1
},
-/obj/item/gun/energy/laser/practice,
-/obj/item/gun/energy/laser/practice,
-/obj/item/gun/energy/laser/practice,
-/obj/item/gun/energy/laser/practice,
-/turf/open/floor/plating,
-/area/maintenance/department/security)
+/turf/open/floor/plasteel,
+/area/security/brig)
"akL" = (
/obj/machinery/reagentgrinder,
/obj/structure/table/wood,
@@ -4220,47 +4449,22 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
"akN" = (
-/obj/structure/rack,
-/obj/item/clothing/suit/armor/bulletproof{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/clothing/suit/armor/bulletproof,
-/obj/item/clothing/suit/armor/bulletproof{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/clothing/head/helmet/alt{
- layer = 3.00001;
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/clothing/head/helmet/alt{
- layer = 3.00001
- },
-/obj/item/clothing/head/helmet/alt{
- layer = 3.00001;
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/sign/poster/official/ion_rifle{
- pixel_x = 32
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 9
},
/turf/open/floor/plasteel/dark,
/area/ai_monitored/security/armory)
"akO" = (
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
+"akP" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
"akQ" = (
/obj/structure/rack,
/obj/item/clothing/mask/gas/sechailer{
@@ -4338,10 +4542,11 @@
/turf/open/floor/plasteel/dark,
/area/chapel/office)
"akZ" = (
-/obj/structure/window/reinforced{
- dir = 8
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 10
},
-/turf/open/floor/plating,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
/area/security/prison)
"ala" = (
/obj/machinery/door/airlock/maintenance{
@@ -4368,19 +4573,81 @@
/obj/structure/sign/warning/fire,
/turf/closed/wall/r_wall,
/area/engine/supermatter)
+"ald" = (
+/obj/machinery/vending/wardrobe/sec_wardrobe,
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
"ale" = (
/obj/machinery/seed_extractor,
/turf/open/floor/plasteel,
/area/hydroponics)
+"alf" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
"alg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24;
+ req_access = null;
+ req_one_access_txt = "2;24"
},
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
/turf/open/floor/plasteel,
/area/security/prison)
+"alh" = (
+/obj/machinery/computer/secure_data{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 30
+ },
+/obj/machinery/light,
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/obj/machinery/camera{
+ c_tag = "Research - Security Checkpoint";
+ dir = 8;
+ network = list("ss13","Research")
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/science)
+"ali" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "medicalcheckpoint";
+ name = "checkpoint privacy shutters"
+ },
+/obj/structure/cable,
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/security/checkpoint/medical)
"alj" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -4391,8 +4658,11 @@
/turf/open/floor/plating,
/area/engine/supermatter)
"alk" = (
-/turf/closed/wall,
-/area/storage/tools)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/closed/wall/r_wall,
+/area/hallway/primary/central)
"all" = (
/obj/effect/turf_decal/tile/bar{
dir = 1
@@ -4401,6 +4671,21 @@
/obj/structure/chair,
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
+"alm" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"aln" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -4414,6 +4699,7 @@
/area/crew_quarters/bar)
"alp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/security/brig)
"alq" = (
@@ -4430,12 +4716,22 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
+"alr" = (
+/turf/closed/wall,
+/area/medical/pharmacy)
"als" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 8
},
/turf/open/floor/engine,
/area/engine/supermatter)
+"alt" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
+/area/crew_quarters/kitchen/coldroom)
"alu" = (
/obj/effect/turf_decal/tile/bar{
dir = 1
@@ -4445,12 +4741,11 @@
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
"alv" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/chapel{
+ dir = 8
},
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
+/area/chapel/main)
"alw" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -4468,6 +4763,23 @@
/obj/structure/closet/secure_closet/warden,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
+"aly" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistryshutter";
+ name = "Chemistry Privacy Shutters"
+ },
+/obj/machinery/door/window/southleft{
+ name = "Chemistry Desk";
+ req_access_txt = "33"
+ },
+/turf/open/floor/plating,
+/area/medical/pharmacy)
+"alz" = (
+/obj/machinery/smartfridge/chemistry/preloaded,
+/turf/closed/wall,
+/area/medical/pharmacy)
"alA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -4479,6 +4791,19 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/lab)
+"alB" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistryshutter";
+ name = "Chemistry Privacy Shutters"
+ },
+/obj/machinery/door/window/southright{
+ name = "Chemistry Desk";
+ req_access_txt = "33"
+ },
+/turf/open/floor/plating,
+/area/medical/pharmacy)
"alC" = (
/obj/machinery/teleport/station,
/obj/effect/turf_decal/tile/neutral,
@@ -4500,6 +4825,10 @@
},
/turf/open/floor/plasteel/dark,
/area/teleporter)
+"alD" = (
+/obj/structure/sign/departments/medbay/alt,
+/turf/closed/wall,
+/area/medical/pharmacy)
"alE" = (
/obj/machinery/conveyor_switch/oneway{
id = "robo1"
@@ -4510,27 +4839,10 @@
/turf/closed/wall,
/area/crew_quarters/kitchen)
"alG" = (
-/obj/structure/table,
-/obj/item/storage/box/chemimp{
- pixel_x = 6
- },
-/obj/item/storage/box/trackimp{
- pixel_x = -3
- },
-/obj/item/storage/lockbox/loyalty,
-/obj/effect/turf_decal/tile/neutral{
+/obj/structure/ladder,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/light{
- dir = 4
- },
/turf/open/floor/plasteel/dark,
/area/ai_monitored/security/armory)
"alH" = (
@@ -4541,14 +4853,9 @@
/turf/open/floor/plating,
/area/security/prison)
"alI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/turf/open/floor/plating,
/area/security/prison)
"alJ" = (
/obj/structure/table/wood,
@@ -4556,6 +4863,39 @@
/obj/item/toy/figure/detective,
/turf/open/floor/carpet,
/area/security/detectives_office)
+"alK" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"alL" = (
+/obj/machinery/chem_master,
+/obj/machinery/button/door{
+ id = "chemistryshutter";
+ name = "Chemistry Privacy Toggle";
+ pixel_x = 8;
+ pixel_y = 28
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"alM" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/effect/landmark/start/chemist,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"alN" = (
/obj/structure/lattice,
/obj/machinery/camera/autoname{
@@ -4583,15 +4923,70 @@
/obj/machinery/light{
dir = 1
},
-/obj/machinery/camera{
- c_tag = "Cargo - Docking Bay North"
- },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"alP" = (
-/obj/effect/decal/cleanable/vomit/old,
-/turf/open/floor/wood,
+/obj/structure/frame/machine,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
/area/maintenance/starboard)
+"alQ" = (
+/obj/structure/table/glass,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/storage/box/beakers,
+/obj/item/reagent_containers/glass/beaker/large{
+ desc = "An XXTRA-large beaker. Can hold up to 101 units.";
+ name = "extra large beaker";
+ volume = 101
+ },
+/obj/item/reagent_containers/glass/beaker/large{
+ desc = "An XXTRA-large beaker. Can hold up to 101 units.";
+ name = "extra large beaker";
+ pixel_x = 2;
+ pixel_y = 3;
+ volume = 101
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"alR" = (
+/obj/machinery/chem_master,
+/obj/machinery/button/door{
+ id = "chemistryshutter";
+ name = "Chemistry Privacy Toggle";
+ pixel_x = -8;
+ pixel_y = 28
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"alS" = (
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"alT" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistryshutter";
+ name = "Chemistry Privacy Shutters"
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/medical/pharmacy)
+"alU" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/eastleft{
+ name = "Chemistry Desk";
+ req_access_txt = "33"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"alV" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -4636,9 +5031,8 @@
/area/crew_quarters/bar)
"alZ" = (
/obj/machinery/hydroponics/constructable,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 10
},
/turf/open/floor/plasteel,
/area/hydroponics)
@@ -4647,10 +5041,7 @@
/turf/open/floor/wood,
/area/crew_quarters/bar)
"amb" = (
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
+/obj/effect/turf_decal/trimline/green/filled/line,
/turf/open/floor/plasteel,
/area/hydroponics)
"amc" = (
@@ -4670,11 +5061,20 @@
/obj/effect/landmark/start/detective,
/turf/open/floor/carpet,
/area/security/detectives_office)
-"amf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+"ame" = (
+/obj/structure/chair{
+ dir = 8
+ },
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/medical/pharmacy)
+"amf" = (
+/obj/machinery/hydroponics/constructable,
+/obj/item/radio/intercom{
+ pixel_y = 24
+ },
+/obj/effect/turf_decal/trimline/green/filled/line,
+/turf/open/floor/plasteel,
+/area/hydroponics)
"amg" = (
/obj/machinery/pdapainter,
/turf/open/floor/wood,
@@ -4693,6 +5093,17 @@
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"amj" = (
+/obj/structure/ladder,
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"amk" = (
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/obj/effect/turf_decal/trimline/green/filled/line,
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aml" = (
/obj/structure/window/reinforced{
dir = 8
@@ -4703,6 +5114,21 @@
},
/turf/open/floor/plasteel,
/area/science/research)
+"amm" = (
+/obj/structure/table,
+/obj/item/book/manual/wiki/grenades,
+/obj/item/book/manual/wiki/chemistry{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/folder/white,
+/obj/item/pen,
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"amn" = (
+/obj/machinery/smartfridge/chemistry,
+/turf/closed/wall,
+/area/medical/pharmacy)
"amo" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable,
@@ -4732,10 +5158,24 @@
/obj/structure/window/reinforced,
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
-"amu" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+"ams" = (
+/obj/machinery/hydroponics/constructable,
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 6
+ },
/turf/open/floor/plasteel,
-/area/engine/engine_room)
+/area/hydroponics)
+"amt" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"amu" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Chapel"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/chapel/main)
"amv" = (
/obj/machinery/vending/hydronutrients,
/obj/effect/turf_decal/tile/green{
@@ -4746,9 +5186,30 @@
},
/turf/open/floor/plasteel,
/area/hydroponics)
+"amw" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"amx" = (
/turf/open/floor/plating,
/area/engine/engineering)
+"amy" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"amz" = (
+/obj/machinery/chem_dispenser,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"amA" = (
/obj/effect/turf_decal/tile/green{
dir = 1
@@ -4762,6 +5223,12 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
/area/engine/engine_room)
+"amC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"amD" = (
/obj/effect/turf_decal/tile/bar{
dir = 1
@@ -4796,6 +5263,27 @@
"amH" = (
/turf/open/floor/plasteel/dark,
/area/engine/engine_room)
+"amI" = (
+/obj/structure/table,
+/obj/item/hand_labeler,
+/obj/item/stack/packageWrap,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/item/toy/figure/chemist,
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"amJ" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chemistryshutter";
+ name = "Chemistry Privacy Shutters"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/medical/pharmacy)
"amK" = (
/obj/machinery/door/airlock{
name = "Mass Driver";
@@ -4807,21 +5295,57 @@
/turf/open/floor/plasteel/dark,
/area/chapel/office)
"amL" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/obj/structure/cable,
+/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/engine/engine_room)
+"amM" = (
+/obj/machinery/chem_dispenser,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"amN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"amO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"amP" = (
/turf/closed/wall/r_wall,
/area/crew_quarters/kitchen)
-"amS" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
+"amQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"amR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"amS" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
/turf/open/floor/plasteel,
/area/engine/engine_room)
"amT" = (
@@ -4845,20 +5369,19 @@
},
/area/crew_quarters/kitchen)
"amV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+/obj/machinery/power/apc{
+ areastring = "/area/hallway/secondary/entry";
+ dir = 4;
+ name = "Arrivals APC";
+ pixel_x = 24
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/item/radio/intercom{
- pixel_y = -28
- },
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/area/hallway/secondary/entry)
"amW" = (
/obj/machinery/door/poddoor/preopen{
id = "telelab";
@@ -4898,8 +5421,15 @@
pixel_y = 30;
receive_ore_updates = 1
},
+/obj/item/clothing/glasses/welding,
/turf/open/floor/plasteel/white,
/area/science/lab)
+"ana" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"anb" = (
/obj/structure/closet/crate,
/obj/item/camera,
@@ -4909,40 +5439,29 @@
/turf/open/floor/plating,
/area/maintenance/starboard)
"anc" = (
-/obj/effect/landmark/start/cyborg,
-/obj/machinery/light/small{
- dir = 1;
- light_color = "#ffc1c1"
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 9
},
-/obj/machinery/turretid{
- control_area = "/area/ai_monitored/turret_protected/ai_upload";
- icon_state = "control_stun";
- name = "AI Upload turret control";
- pixel_y = 28
- },
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/light{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload_foyer)
+/obj/structure/sign/directions/upload{
+ dir = 1;
+ pixel_x = -30;
+ pixel_y = -8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"and" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/structure/disposalpipe/segment,
/obj/effect/landmark/event_spawn,
/obj/structure/cable,
+/obj/effect/landmark/observer_start,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"ane" = (
@@ -4966,13 +5485,23 @@
dir = 6
},
/obj/structure/cable,
-/obj/machinery/holopad/secure,
/turf/open/floor/holofloor/wood,
/area/crew_quarters/heads/captain/private)
+"anh" = (
+/obj/machinery/vending/wardrobe/chem_wardrobe,
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"ani" = (
-/obj/effect/turf_decal/delivery,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
+/obj/machinery/conveyor_switch/oneway{
+ dir = 8;
+ id = "QMLoad"
+ },
+/obj/effect/turf_decal/trimline/brown/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/brown/corner,
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 8
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
@@ -4994,6 +5523,16 @@
/obj/effect/landmark/start/head_of_personnel,
/turf/open/floor/carpet,
/area/crew_quarters/heads/hop)
+"anm" = (
+/obj/machinery/power/apc{
+ areastring = "/area/medical/pharmacy";
+ dir = 8;
+ name = "Pharmacy APC";
+ pixel_x = -25
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"ann" = (
/obj/machinery/computer/communications{
dir = 8
@@ -5061,6 +5600,132 @@
dir = 5
},
/area/crew_quarters/kitchen)
+"anw" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"anx" = (
+/obj/structure/table/glass,
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/item/grenade/chem_grenade,
+/obj/item/grenade/chem_grenade{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/grenade/chem_grenade{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/screwdriver{
+ pixel_x = 2;
+ pixel_y = 18
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"any" = (
+/obj/structure/table/glass,
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/item/assembly/timer{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/assembly/timer{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/assembly/timer{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/assembly/timer{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/assembly/igniter{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/item/assembly/igniter{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/item/assembly/igniter{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/item/assembly/igniter{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/structure/sign/poster/official/safety_eye_protection{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"anz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27
+ },
+/obj/machinery/camera{
+ c_tag = "Service - Hydroponics Main 3";
+ dir = 8;
+ network = list("ss13","Hydroponics")
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"anA" = (
+/obj/structure/table/glass,
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/item/stack/sheet/mineral/plasma,
+/obj/item/stack/sheet/mineral/plasma,
+/obj/machinery/requests_console{
+ department = "Chemistry";
+ departmentType = 2;
+ name = "Chemistry Request Console";
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"anB" = (
+/obj/structure/table/glass,
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/item/storage/box/syringes,
+/obj/machinery/light,
+/obj/item/storage/box/beakers,
+/obj/item/clothing/glasses/science{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/clothing/glasses/science,
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"anC" = (
/obj/machinery/power/apc{
areastring = "/area/medical/genetics";
@@ -5071,6 +5736,52 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/genetics)
+"anD" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"anE" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Central North 1";
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/white/filled/corner,
+/obj/structure/railing/corner,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"anF" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/rack,
+/obj/item/storage/box/rubbershot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/storage/box/rubbershot,
+/obj/item/storage/box/rubbershot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory)
"anG" = (
/obj/machinery/door/airlock/maintenance{
name = "Engineering Maintenance Access";
@@ -5088,6 +5799,18 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"anI" = (
+/obj/item/grenade/barrier{
+ pixel_x = 4
+ },
+/obj/item/grenade/barrier,
+/obj/item/grenade/barrier{
+ pixel_x = -4
+ },
+/obj/structure/table,
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory)
"anJ" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
@@ -5116,9 +5839,54 @@
},
/area/crew_quarters/kitchen)
"anM" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/turf/open/floor/engine/n2o,
-/area/engine/atmos)
+/obj/structure/table,
+/obj/item/assembly/signaler,
+/obj/item/assembly/signaler,
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"anN" = (
+/obj/structure/closet/secure_closet/contraband/armory,
+/obj/effect/spawner/lootdrop/armory_contraband/donutstation,
+/obj/item/storage/fancy/donut_box,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/sign/poster/official/ion_rifle{
+ pixel_x = 32
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory)
+"anO" = (
+/obj/structure/weightmachine/stacklifter,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
+"anP" = (
+/obj/item/clothing/head/cone,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"anQ" = (
/obj/structure/sign/warning/docking{
pixel_x = 32
@@ -5126,8 +5894,33 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"anR" = (
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai_upload)
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"anS" = (
+/obj/structure/rack,
+/obj/item/poster/random_contraband,
+/obj/item/poster/random_contraband,
+/obj/item/instrument/saxophone,
+/obj/structure/sign/poster/contraband/random{
+ pixel_y = 32
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/maintenance/starboard)
"anT" = (
/obj/structure/rack,
/obj/effect/spawner/lootdrop/techstorage/medical,
@@ -5141,7 +5934,7 @@
/turf/open/floor/plating,
/area/storage/tech)
"anU" = (
-/obj/structure/chair/stool,
+/obj/structure/table_frame/wood,
/obj/effect/decal/cleanable/vomit/old,
/turf/open/floor/plating,
/area/maintenance/starboard)
@@ -5154,14 +5947,63 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/warehouse)
+"anW" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/maintenance/department/security";
+ dir = 1;
+ name = "Security Maintenance APC";
+ pixel_y = 24
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/end,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"anX" = (
-/turf/closed/wall/r_wall,
-/area/ai_monitored/nuke_storage)
+/obj/machinery/vending/tool,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown,
+/turf/open/floor/plasteel,
+/area/storage/primary)
"anY" = (
-/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/processing)
+"anZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"aoa" = (
/obj/structure/table,
/turf/open/floor/plasteel/showroomfloor,
@@ -5172,9 +6014,21 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
+"aoc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"aod" = (
/obj/structure/table,
-/obj/item/storage/box/shipping,
/turf/open/floor/plating,
/area/storage/tech)
"aoe" = (
@@ -5188,13 +6042,22 @@
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
"aof" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/white/line{
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
dir = 1
},
+/obj/effect/turf_decal/tile/red,
/obj/structure/cable,
+/obj/machinery/power/apc{
+ areastring = "/area/security/processing";
+ dir = 1;
+ name = "Labor Shuttle Dock APC";
+ pixel_y = 23
+ },
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/processing)
"aog" = (
/obj/machinery/vending/dinnerware,
/turf/open/floor/plasteel/cafeteria{
@@ -5244,6 +6107,17 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/brig)
+"aol" = (
+/obj/structure/table,
+/obj/item/storage/box/donkpockets,
+/obj/item/storage/box/donkpockets{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/cafeteria{
+ dir = 5
+ },
+/area/crew_quarters/kitchen)
"aom" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 10
@@ -5255,15 +6129,8 @@
/turf/open/floor/plasteel/white,
/area/science/research)
"aon" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/machinery/camera{
- c_tag = "Medical - Research/Genetics Airlock";
- dir = 4;
- network = list("ss13","Medical")
- },
-/obj/effect/turf_decal/tile/purple{
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 1
},
/turf/open/floor/plasteel/white,
@@ -5288,25 +6155,26 @@
/turf/open/floor/plating,
/area/maintenance/starboard)
"aoq" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 4
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1,
/obj/structure/cable,
/obj/machinery/navbeacon/wayfinding{
- location = "Engineering";
- name = "navigation beacon (Engineering)"
+ location = "Aux Base Construction";
+ name = "navigation beacon (Aux Base Construction)"
},
/turf/open/floor/plasteel,
-/area/engine/engineering)
+/area/construction/mining/aux_base)
"aor" = (
/turf/open/floor/plasteel,
/area/engine/engineering)
+"aos" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"aot" = (
/obj/effect/turf_decal/tile/green,
/obj/effect/turf_decal/tile/green{
@@ -5317,6 +6185,19 @@
},
/turf/open/floor/plasteel,
/area/hydroponics)
+"aou" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"aov" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -5324,15 +6205,9 @@
/turf/open/floor/plasteel/dark,
/area/medical/morgue)
"aow" = (
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hydroponics)
+/obj/structure/closet/secure_closet/chemical,
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"aox" = (
/obj/effect/turf_decal/tile/green,
/obj/effect/turf_decal/tile/green{
@@ -5340,6 +6215,12 @@
},
/turf/open/floor/plasteel,
/area/hydroponics)
+"aoy" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory)
"aoz" = (
/obj/effect/turf_decal/tile/green{
dir = 1
@@ -5359,7 +6240,14 @@
"aoA" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
-/area/hydroponics)
+/area/library)
+"aoB" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"aoC" = (
/obj/structure/table/glass,
/obj/effect/turf_decal/tile/green{
@@ -5378,6 +6266,52 @@
/obj/effect/turf_decal/tile/green,
/turf/open/floor/plasteel,
/area/hydroponics)
+"aoE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12;63"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/department/security)
+"aoF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/department/security)
+"aoG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security)
+"aoH" = (
+/obj/item/clothing/head/cone{
+ pixel_x = -3;
+ pixel_y = 1
+ },
+/obj/item/clothing/head/cone{
+ pixel_x = -3;
+ pixel_y = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security)
+"aoI" = (
+/obj/machinery/power/deck_relay,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"aoJ" = (
/obj/effect/turf_decal/tile/green,
/obj/effect/turf_decal/tile/green{
@@ -5404,6 +6338,10 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"aoL" = (
+/obj/structure/ladder,
+/turf/open/floor/engine/cult,
+/area/library)
"aoM" = (
/obj/machinery/camera{
c_tag = "Research - Main 4";
@@ -5425,14 +6363,24 @@
/turf/open/floor/plasteel/white,
/area/science/research)
"aoO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/effect/turf_decal/tile/purple,
-/obj/effect/turf_decal/tile/purple{
- dir = 8
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 5
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
+"aoP" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library)
+"aoQ" = (
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"aoR" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -5447,25 +6395,18 @@
},
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/cmo)
+"aoS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"aoT" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
dir = 8
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/light/small{
- brightness = 3;
- dir = 8
- },
-/obj/structure/window/reinforced/tinted,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
+/turf/open/floor/carpet/black,
+/area/crew_quarters/fitness/recreation)
"aoU" = (
/obj/machinery/suit_storage_unit/ce,
/obj/effect/turf_decal/stripes/line,
@@ -5498,6 +6439,15 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
+"apa" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"apb" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -5511,20 +6461,24 @@
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/cmo)
"apc" = (
-/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/line,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"apd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/obj/effect/turf_decal/tile/purple,
-/obj/effect/turf_decal/tile/purple{
+/obj/machinery/camera{
+ c_tag = "Medical - Research/Genetics Airlock";
+ dir = 4;
+ network = list("ss13","Medical")
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 8
},
-/obj/effect/turf_decal/tile/purple{
- dir = 4
- },
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"ape" = (
@@ -5551,13 +6505,12 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"apg" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
/obj/effect/turf_decal/stripes/line{
- dir = 8
+ dir = 1
},
-/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/engine_room)
"aph" = (
@@ -5582,16 +6535,47 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/wood,
/area/crew_quarters/theatre)
+"apj" = (
+/obj/structure/rack,
+/obj/item/gun/energy/disabler{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/gun/energy/disabler,
+/obj/item/gun/energy/disabler{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory)
+"apk" = (
+/obj/structure/chair/pew{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/chapel/main)
"apl" = (
/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 9
+ },
/turf/open/floor/plasteel,
/area/quartermaster/warehouse)
+"apm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/holopad,
+/turf/open/floor/carpet,
+/area/chapel/main)
"apn" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/door/poddoor{
@@ -5600,6 +6584,12 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
+"apo" = (
+/obj/structure/chair/pew/left{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/chapel/main)
"app" = (
/obj/structure/closet/crate/solarpanel_small,
/turf/open/floor/plating,
@@ -5609,20 +6599,25 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"apr" = (
-/obj/machinery/hydroponics/soil,
-/obj/structure/window/reinforced{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
+/obj/structure/table,
+/obj/machinery/light/small{
+ dir = 4
},
/obj/structure/cable,
-/turf/open/floor/plasteel,
+/obj/item/storage/toolbox/emergency,
+/turf/open/floor/plating,
/area/security/prison)
+"aps" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/spawner/lootdrop/crate_spawner,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"apt" = (
/obj/structure/table,
/obj/item/book/manual/wiki/cooking_to_serve_man,
@@ -5635,6 +6630,10 @@
/obj/structure/closet/secure_closet/engineering_electrical,
/turf/open/floor/plasteel,
/area/engine/engineering)
+"apv" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"apw" = (
/obj/structure/closet/secure_closet/freezer/fridge,
/turf/open/floor/plasteel/cafeteria{
@@ -5655,6 +6654,10 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/engine/engineering)
+"apy" = (
+/obj/structure/ladder,
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"apz" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -5677,6 +6680,19 @@
},
/turf/open/floor/plasteel/dark,
/area/crew_quarters/heads/chief)
+"apA" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/engine/engine_room)
+"apB" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 4
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"apC" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/bed,
@@ -5718,6 +6734,77 @@
/obj/machinery/suit_storage_unit/engine,
/turf/open/floor/plasteel/dark,
/area/engine/engine_room/external)
+"apH" = (
+/obj/machinery/navbeacon/wayfinding{
+ location = "Escape Pod 3";
+ name = "navigation beacon (Escape Pod 3)"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"apI" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/rack,
+/obj/item/storage/box/rubbershot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/storage/box/rubbershot,
+/obj/item/storage/box/rubbershot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory)
+"apJ" = (
+/obj/structure/rack,
+/obj/item/storage/box/teargas{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/storage/box/handcuffs,
+/obj/item/storage/box/flashbangs{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/item/storage/box/flashbangs{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/storage/toolbox/mechanical{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/storage/secure/safe{
+ pixel_x = 36
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory)
+"apK" = (
+/obj/machinery/suit_storage_unit/security,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
"apL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 10
@@ -5738,18 +6825,26 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"apN" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/newscaster{
- pixel_x = -32
- },
-/turf/open/floor/plasteel,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/rack,
+/obj/structure/cable,
+/obj/item/clothing/mask/breath,
+/obj/item/tank/internals/oxygen,
+/obj/item/tank/internals/oxygen,
+/obj/item/clothing/mask/gas,
+/turf/open/floor/plating,
/area/security/prison)
"apO" = (
/turf/closed/wall/r_wall,
/area/crew_quarters/heads/chief)
+"apP" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space/basic,
+/area/space/nearstation)
"apQ" = (
/obj/structure/table,
/obj/item/stack/rods/fifty,
@@ -5797,10 +6892,6 @@
name = "Privacy Shutters Control";
pixel_y = 26
},
-/obj/machinery/light_switch{
- pixel_x = -8;
- pixel_y = 27
- },
/turf/open/floor/wood,
/area/crew_quarters/heads/hos)
"apX" = (
@@ -5954,15 +7045,10 @@
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
"aqm" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/solars/starboard/fore)
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/layer1,
+/turf/open/space/basic,
+/area/solar/starboard)
"aqn" = (
/obj/machinery/status_display,
/turf/closed/wall,
@@ -5981,31 +7067,22 @@
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
"aqq" = (
-/obj/machinery/power/solar_control{
- dir = 8;
- id = "aftstarboard";
- name = "Starboard Quarter Solar Control"
+/obj/machinery/power/solar{
+ id = "starboardsolar";
+ name = "Starboard Solar Array"
},
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/solars/starboard/fore)
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard)
"aqr" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/obj/machinery/light{
+ dir = 8
},
-/obj/effect/turf_decal/tile/neutral{
+/obj/structure/chair{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/window/reinforced/tinted,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
+/turf/open/floor/carpet/black,
+/area/crew_quarters/fitness/recreation)
"aqs" = (
/obj/structure/table,
/obj/item/stack/cable_coil{
@@ -6018,15 +7095,27 @@
/obj/machinery/light,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aqv" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "medicalcheckpoint";
- name = "checkpoint privacy shutters"
+"aqt" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 5
},
-/obj/structure/cable,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/security/checkpoint/medical)
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory)
+"aqu" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory)
+"aqv" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory)
"aqw" = (
/obj/machinery/conveyor/inverted{
dir = 9;
@@ -6064,15 +7153,13 @@
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
"aqD" = (
-/obj/structure/window/reinforced{
- dir = 8
+/obj/machinery/camera/motion{
+ c_tag = "Secure - Captain's Office External";
+ dir = 4;
+ network = list("AISat")
},
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
+/turf/open/space/basic,
+/area/space)
"aqE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 6
@@ -6100,9 +7187,11 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"aqG" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = 11
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/hydroponics)
@@ -6122,6 +7211,20 @@
/obj/structure/filingcabinet/chestdrawer,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
+"aqK" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 10
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
+"aqL" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory)
"aqM" = (
/obj/item/radio/intercom{
pixel_y = 24
@@ -6133,19 +7236,36 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
+"aqN" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/closet/crate,
+/obj/structure/cable,
+/obj/item/relic,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"aqO" = (
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light{
+/obj/effect/turf_decal/tile/red{
dir = 8
},
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
/obj/machinery/camera{
- c_tag = "Security Perma - Main 1";
+ c_tag = "Security - Prison Northen Hall";
dir = 4;
network = list("ss13","Security","Prison")
},
-/obj/machinery/newscaster{
- pixel_x = -32
- },
/turf/open/floor/plasteel,
/area/security/prison)
"aqP" = (
@@ -6171,11 +7291,10 @@
/turf/open/floor/plating,
/area/maintenance/starboard)
"aqR" = (
-/obj/structure/closet/secure_closet/lethalshots,
-/obj/machinery/light{
- dir = 4
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel/dark,
+/turf/open/floor/plasteel,
/area/ai_monitored/security/armory)
"aqS" = (
/obj/structure/table,
@@ -6195,18 +7314,28 @@
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/kitchen)
"aqU" = (
-/obj/machinery/computer/station_alert,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/service)
+/obj/structure/window/reinforced/spawner/west,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"aqV" = (
/obj/structure/table,
-/obj/machinery/computer/security/telescreen/rd{
- network = list("Science","aicore","AIUpload","MiniSat")
+/obj/machinery/button/door{
+ id = "Biohazard";
+ name = "Biohazard Shutter Control";
+ pixel_x = -5;
+ pixel_y = 5;
+ req_access_txt = "47"
},
-/obj/machinery/keycard_auth{
- pixel_x = -4;
- pixel_y = 24
+/obj/machinery/button/door{
+ id = "rnd2";
+ name = "Research Lab Shutter Control";
+ pixel_x = 5;
+ pixel_y = 5;
+ req_access_txt = "47"
},
+/obj/item/toy/figure/rd,
+/obj/structure/cable,
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/hor)
"aqW" = (
@@ -6247,6 +7376,12 @@
/obj/machinery/status_display,
/turf/closed/wall/r_wall,
/area/teleporter)
+"ara" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
"arb" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -6264,17 +7399,20 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"arc" = (
-/obj/structure/closet/crate{
- name = "Target Practice Cutouts"
+/obj/item/clothing/head/cone{
+ pixel_x = -3
+ },
+/obj/item/clothing/head/cone{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/head/cone{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
},
-/obj/item/target,
-/obj/item/target,
-/obj/item/target/alien,
-/obj/item/target/alien,
-/obj/item/target/clown,
-/obj/item/target/clown,
-/obj/item/target/syndicate,
-/obj/item/target/syndicate,
/turf/open/floor/plating,
/area/maintenance/department/security)
"ard" = (
@@ -6295,22 +7433,41 @@
},
/turf/open/floor/plasteel,
/area/bridge)
-"arh" = (
-/turf/closed/wall,
-/area/ai_monitored/turret_protected/ai_upload_foyer)
-"arj" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+"arg" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"arh" = (
+/obj/effect/turf_decal/trimline/purple/filled/shrink_cw{
dir = 1
},
-/obj/effect/turf_decal/stripes/line{
- dir = 10
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"ari" = (
+/obj/structure/rack,
+/obj/item/gun/ballistic/shotgun/riot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/gun/ballistic/shotgun/riot,
+/obj/item/gun/ballistic/shotgun/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory)
+"arj" = (
+/turf/closed/wall,
+/area/storage/primary)
"ark" = (
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -6330,23 +7487,63 @@
/turf/open/floor/plasteel,
/area/bridge)
"arn" = (
-/obj/machinery/door/poddoor/shutters{
- id = "stationawaygate";
- name = "Gateway Access Shutters"
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
},
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
-/area/gateway)
+/area/hallway/primary/central)
+"aro" = (
+/obj/machinery/suit_storage_unit/security,
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
"arp" = (
-/obj/structure/window/reinforced{
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red{
dir = 1
},
-/turf/open/floor/plasteel/freezer,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/red/filled/corner{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Eastern Hall";
+ dir = 2;
+ network = list("ss13","Security","Prison")
+ },
+/turf/open/floor/plasteel,
/area/security/prison)
"arq" = (
-/turf/open/floor/plasteel/freezer,
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/trimline/red/filled/corner{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Western Hall";
+ dir = 10;
+ network = list("ss13","Security","Prison")
+ },
+/turf/open/floor/plasteel,
/area/security/prison)
+"arr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"ars" = (
/obj/structure/table/wood,
/mob/living/simple_animal/mouse/brown{
@@ -6355,18 +7552,28 @@
},
/turf/open/floor/carpet,
/area/library/lounge)
-"aru" = (
-/obj/machinery/door/poddoor/shutters{
- id = "stationawaygate";
- name = "Gateway Access Shutters"
+"art" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/gateway)
+/area/ai_monitored/security/armory)
+"aru" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"arv" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -6377,19 +7584,54 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"arz" = (
-/obj/effect/turf_decal/stripes/corner{
+"arw" = (
+/obj/structure/table,
+/obj/item/storage/box/firingpins,
+/obj/item/storage/box/firingpins,
+/obj/item/key/security,
+/obj/item/toy/figure/warden,
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"arx" = (
+/obj/structure/rack,
+/obj/item/gun/ballistic/shotgun/riot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/gun/ballistic/shotgun/riot,
+/obj/item/gun/ballistic/shotgun/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
dir = 4
},
-/obj/machinery/button/door{
- id = "stationawaygate";
- name = "Gateway Access Shutter Control";
- pixel_x = -1;
- pixel_y = 24;
- req_access_txt = "31"
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory)
+"ary" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/gateway)
+/area/ai_monitored/security/armory)
+"arz" = (
+/obj/item/radio/intercom{
+ pixel_x = 30
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"arA" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -6405,22 +7647,31 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"arD" = (
-/obj/effect/turf_decal/tile/neutral{
+"arC" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 8
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "AI Upload Foyer";
- dir = 4
- },
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/ai_monitored/security/armory)
+"arD" = (
+/obj/structure/table,
+/obj/item/storage/belt/utility,
+/obj/item/storage/box/lights/mixed,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
"arE" = (
/obj/effect/turf_decal/bot{
dir = 1
@@ -6431,22 +7682,67 @@
/obj/structure/closet/secure_closet/engineering_personal,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"arJ" = (
-/obj/machinery/porta_turret/ai{
+"arF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"arG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/security/armory)
+"arH" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/flasher/portable,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory)
+"arI" = (
+/obj/structure/rack,
+/obj/item/gun/energy/disabler{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/gun/energy/disabler,
+/obj/item/gun/energy/disabler{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
dir = 4
},
/obj/machinery/light{
dir = 4
},
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload)
+/area/ai_monitored/security/armory)
+"arJ" = (
+/obj/effect/turf_decal/trimline/purple/arrow_ccw{
+ dir = 5
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"arK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -6461,64 +7757,72 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"arL" = (
-/obj/effect/landmark/start/cyborg,
-/obj/machinery/light/small,
-/obj/machinery/power/apc{
- areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer";
- name = "AI Upload Access APC";
- pixel_y = -23
- },
-/obj/item/radio/intercom{
- broadcasting = 1;
- frequency = 1447;
- name = "Private AI Channel";
- pixel_x = -29;
- pixel_y = -28
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
+/obj/effect/turf_decal/tile/blue{
dir = 1
},
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
-/obj/machinery/camera/motion{
- c_tag = "Secure - AI Upload Access";
- dir = 4;
- network = list("aiupload")
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"arM" = (
+/obj/structure/table,
+/obj/item/assembly/prox_sensor{
+ pixel_x = -4;
+ pixel_z = 2
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
+/obj/item/crowbar,
+/obj/item/clothing/gloves/color/fyellow,
+/obj/item/gps,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/brown{
dir = 1
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload_foyer)
-"arM" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "AI Upload";
- req_access_txt = "16"
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
},
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"arN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/structure/closet/crate,
+/obj/item/paicard,
+/obj/structure/cable,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 4;
+ name = "4maintenance loot spawner"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ dir = 9
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+ dir = 9
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload_foyer)
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"arO" = (
/obj/machinery/vending/cigarette,
/turf/open/floor/wood{
icon_state = "wood-broken"
},
/area/maintenance/starboard)
+"arP" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 6
+ },
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"arQ" = (
/obj/structure/table/glass,
/obj/item/storage/box/donkpockets,
@@ -6528,14 +7832,33 @@
/obj/effect/turf_decal/tile/yellow{
dir = 1
},
-/obj/item/radio/intercom{
- pixel_y = 24
- },
/turf/open/floor/plasteel,
/area/engine/atmos)
+"arR" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk/multiz,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"arS" = (
+/obj/effect/landmark/start/cargo_technician,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"arT" = (
/turf/closed/wall/r_wall,
/area/ai_monitored/security/armory)
+"arU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"arV" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
/obj/machinery/light/small{
@@ -6554,32 +7877,42 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"arX" = (
-/obj/structure/chair{
- dir = 8
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 28
},
-/obj/effect/landmark/start/assistant,
-/obj/machinery/light{
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"arY" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "AI Upload Access";
- req_access_txt = "16"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload_foyer)
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"arZ" = (
+/obj/machinery/door/airlock/mining/glass{
+ name = "Mailroom";
+ req_access_txt = "50"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
"asa" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -6650,6 +7983,10 @@
/obj/item/storage/fancy/donut_box,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
+"ash" = (
+/obj/effect/spawner/structure/window/reinforced/tinted,
+/turf/open/floor/plating,
+/area/maintenance/port)
"asi" = (
/obj/structure/table/wood,
/obj/item/paper_bin{
@@ -6686,25 +8023,25 @@
/obj/item/stack/sheet/metal/fifty,
/turf/open/floor/plasteel/white,
/area/science/lab)
-"asm" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
+"asl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera{
+ c_tag = "Civilian - Library Main 2";
dir = 8
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/window/reinforced/tinted,
-/obj/structure/window/reinforced/tinted{
+/obj/structure/sign/plaques/kiddie/library{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 4
},
-/obj/structure/dresser,
-/obj/item/razor,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
+/turf/open/floor/wood,
+/area/library)
+"asm" = (
+/obj/structure/table/wood,
+/turf/open/floor/carpet/black,
+/area/crew_quarters/fitness/recreation)
"asn" = (
/obj/machinery/firealarm{
dir = 8;
@@ -6712,27 +8049,28 @@
},
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
-"asp" = (
-/obj/item/grenade/barrier{
- pixel_x = 4
- },
-/obj/item/grenade/barrier,
-/obj/item/grenade/barrier{
- pixel_x = -4
- },
-/obj/structure/table,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
+"aso" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/security/armory)
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/railing,
+/turf/open/floor/wood,
+/area/library/lounge)
+"asp" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"asq" = (
/obj/machinery/conveyor/inverted{
dir = 8;
@@ -6748,54 +8086,62 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"ast" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
- dir = 4
+ dir = 1
},
-/obj/item/radio/intercom{
- broadcasting = 1;
- frequency = 1447;
- name = "Private AI Channel";
- pixel_x = 29;
- pixel_y = -2
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
},
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"asu" = (
-/obj/structure/lattice,
-/turf/closed/wall/r_wall,
-/area/ai_monitored/turret_protected/ai_upload)
-"asx" = (
-/obj/machinery/porta_turret/ai{
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"asw" = (
+/obj/machinery/vending/snack/random,
+/obj/effect/turf_decal/trimline/white/filled/line{
dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"asy" = (
-/turf/closed/wall/r_wall,
-/area/gateway)
-"asz" = (
-/obj/structure/table,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"asA" = (
-/obj/structure/rack,
-/obj/item/clothing/head/welding,
-/obj/item/crowbar/red,
-/obj/item/wrench,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 5;
- pixel_y = 30
+/obj/structure/railing{
+ dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/service)
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"asx" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
+"asy" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/navbeacon/wayfinding{
+ location = "Public Mining Dock";
+ name = "navigation beacon (Public Mining Dock)"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"asz" = (
+/obj/structure/window/reinforced/spawner/west,
+/obj/structure/window/reinforced/spawner/north,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
+"asA" = (
+/obj/structure/window/reinforced/spawner/west,
+/obj/structure/window/reinforced/spawner,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"asB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 6
@@ -6810,6 +8156,13 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/maintenance/solars/starboard/fore)
+"asE" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/machinery/vending/games,
+/turf/open/floor/wood,
+/area/library/lounge)
"asF" = (
/obj/machinery/door/airlock/maintenance{
req_one_access_txt = "12"
@@ -6817,12 +8170,28 @@
/turf/open/floor/plating,
/area/maintenance/fore)
"asG" = (
-/turf/closed/wall,
-/area/crew_quarters/dorms)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/carpet/black,
+/area/crew_quarters/fitness/recreation)
"asH" = (
/obj/machinery/vending/cigarette,
/turf/open/floor/plasteel,
/area/engine/atmos)
+"asI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library/lounge)
"asJ" = (
/obj/machinery/vending/coffee,
/turf/open/floor/plasteel,
@@ -6847,9 +8216,9 @@
/area/crew_quarters/fitness/recreation)
"asN" = (
/obj/machinery/power/apc{
- areastring = "/area/maintenance/solars/starboard/fore";
+ areastring = "/area/solar/starboard";
dir = 8;
- name = "Starboard Fore Solar APC";
+ name = "Starboard Aux Solar APC";
pixel_x = -25;
pixel_y = 3
},
@@ -6894,22 +8263,33 @@
/turf/open/floor/plasteel/dark,
/area/crew_quarters/fitness)
"asU" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
},
-/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/turf/open/floor/wood,
+/area/library)
"asV" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
+/obj/structure/stairs/north,
+/turf/open/floor/plasteel/stairs,
+/area/library/lounge)
"asW" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small,
/turf/open/floor/plasteel,
/area/security/brig)
+"asX" = (
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library/lounge)
"asY" = (
/obj/structure/filingcabinet{
pixel_x = 3
@@ -6932,22 +8312,14 @@
/turf/open/floor/plasteel/dark,
/area/crew_quarters/fitness)
"atb" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/camera{
- c_tag = "Hallway - Central Northeast 1";
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -28
+ dir = 6
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -6955,6 +8327,20 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/solars/starboard/fore)
+"atd" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
"ate" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -7078,6 +8464,17 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/fitness/recreation)
+"ats" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/machinery/vending/wardrobe/sec_wardrobe,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
"att" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 10
@@ -7120,6 +8517,19 @@
dir = 1
},
/area/hallway/secondary/exit/departure_lounge)
+"atx" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aty" = (
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
@@ -7127,6 +8537,24 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/hallway/secondary/exit/departure_lounge)
+"atA" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/machinery/computer/security{
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_x = -30
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
"atB" = (
/obj/machinery/space_heater,
/obj/effect/turf_decal/stripes/line{
@@ -7134,6 +8562,11 @@
},
/turf/open/floor/plasteel,
/area/engine/atmos)
+"atC" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
"atD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/turf/open/floor/plasteel,
@@ -7170,13 +8603,16 @@
/turf/open/floor/wood,
/area/lawoffice)
"atJ" = (
-/obj/machinery/button/door{
- id = "lawyerprivate";
- pixel_x = 24;
- pixel_y = -8
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/wood,
-/area/lawoffice)
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
"atK" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
dir = 8
@@ -7198,6 +8634,14 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/lawoffice)
+"atN" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/security,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
"atO" = (
/obj/machinery/door/airlock/hatch{
name = "TeleSat Space Access Airlock";
@@ -7248,8 +8692,8 @@
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer)
"atV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
},
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer)
@@ -7266,15 +8710,11 @@
/turf/open/floor/plating,
/area/ai_monitored/security/armory)
"atY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/window/reinforced/spawner,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"atZ" = (
/obj/machinery/space_heater,
/obj/structure/window/reinforced,
@@ -7288,27 +8728,14 @@
/area/engine/atmos)
"aua" = (
/obj/effect/turf_decal/tile/neutral{
- dir = 4
+ dir = 1
},
-/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/structure/rack,
-/obj/item/storage/box/rubbershot{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/storage/box/rubbershot,
-/obj/item/storage/box/rubbershot{
- pixel_x = 3;
- pixel_y = -3
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/security/armory)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aub" = (
/obj/machinery/atmospherics/components/binary/pump/on{
name = "Waste to Filter"
@@ -7319,6 +8746,11 @@
},
/turf/open/floor/plasteel,
/area/engine/atmos)
+"auc" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/checkpoint/supply)
"aud" = (
/obj/machinery/meter,
/obj/machinery/atmospherics/pipe/manifold/purple/visible{
@@ -7340,6 +8772,18 @@
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
/area/space/nearstation)
+"auh" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/computer/secure_data{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
"aui" = (
/obj/machinery/atmospherics/components/binary/pump{
name = "Air to Mix"
@@ -7373,23 +8817,9 @@
/turf/open/floor/plasteel,
/area/security/brig)
"aum" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/window/reinforced/tinted,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
+/obj/machinery/computer/arcade,
+/turf/open/floor/carpet/black,
+/area/crew_quarters/fitness/recreation)
"aun" = (
/obj/machinery/computer/holodeck{
dir = 8
@@ -7398,22 +8828,9 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
"auo" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
-/obj/structure/window/reinforced/tinted,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
+/obj/structure/chair/stool,
+/turf/open/floor/carpet/black,
+/area/crew_quarters/fitness/recreation)
"aup" = (
/turf/open/floor/plating,
/area/maintenance/starboard)
@@ -7426,37 +8843,50 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"aur" = (
-/obj/machinery/door/airlock/external{
- name = "Solar Maintenance";
- req_access_txt = "10; 13"
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/starboard)
+"aus" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/chair/office/light{
+ dir = 8
},
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+/obj/effect/landmark/start/depsec/supply,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
+"aut" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/solars/starboard/fore)
-"auv" = (
-/obj/structure/rack,
-/obj/item/gun/ballistic/shotgun/riot{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/gun/ballistic/shotgun/riot,
-/obj/item/gun/ballistic/shotgun/riot{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/effect/turf_decal/bot,
-/obj/structure/window/reinforced{
+/obj/machinery/light{
dir = 4
},
-/obj/structure/window/reinforced{
- dir = 1;
- pixel_y = 1
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
},
/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
+/area/security/checkpoint/supply)
+"auu" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/item/radio/intercom,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
+"auv" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
"auw" = (
/obj/structure/table,
/obj/item/storage/firstaid/brute,
@@ -7476,12 +8906,48 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/dark,
/area/crew_quarters/fitness)
-"auB" = (
-/obj/effect/turf_decal/stripes/line{
+"auz" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
dir = 4
},
+/obj/machinery/power/apc{
+ areastring = "/area/security/checkpoint/supply";
+ dir = 4;
+ name = "Supply Security Checkpoint APC";
+ pixel_x = 24
+ },
+/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
+/area/security/checkpoint/supply)
+"auA" = (
+/obj/machinery/door/airlock/mining/glass{
+ name = "Mailroom";
+ req_access_txt = "50"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
+"auB" = (
+/obj/machinery/power/apc{
+ areastring = "/area/quartermaster/warehouse";
+ dir = 1;
+ name = "Cargo Warehouse APC";
+ pixel_y = 23
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/end,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
"auC" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
@@ -7510,7 +8976,8 @@
/area/engine/atmos)
"auF" = (
/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output{
- dir = 8
+ dir = 8;
+ id_tag = "mix_out"
},
/turf/open/floor/engine/vacuum,
/area/engine/atmos)
@@ -7533,23 +9000,26 @@
},
/turf/open/floor/plasteel,
/area/bridge)
-"auJ" = (
-/turf/closed/wall,
-/area/ai_monitored/storage/eva)
-"auK" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+"auI" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
},
/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
-/area/crew_quarters/dorms)
+/area/hallway/primary/central)
+"auJ" = (
+/turf/closed/wall,
+/area/ai_monitored/storage/eva)
+"auK" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/carpet/black,
+/area/crew_quarters/fitness/recreation)
"auL" = (
/turf/open/floor/engine/vacuum,
/area/engine/atmos)
@@ -7557,11 +9027,41 @@
/obj/structure/closet/crate,
/turf/open/floor/plasteel,
/area/engine/atmos)
+"auN" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
"auO" = (
/obj/machinery/door/airlock/command/glass{
name = "EVA Storage";
req_access_txt = "18"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/dark,
/area/ai_monitored/storage/eva)
"auP" = (
@@ -7612,22 +9112,11 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
"auX" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/window/reinforced/tinted,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
+/turf/open/floor/carpet/black,
+/area/crew_quarters/fitness/recreation)
"auY" = (
/obj/machinery/atmospherics/pipe/manifold/green/visible{
dir = 4
@@ -7635,19 +9124,12 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"auZ" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel,
-/area/crew_quarters/dorms)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/carpet/black,
+/area/crew_quarters/fitness/recreation)
"ava" = (
/obj/machinery/computer/atmos_control/tank/mix_tank{
dir = 8
@@ -7668,8 +9150,34 @@
/turf/open/floor/engine/vacuum,
/area/engine/atmos)
"avd" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
/turf/open/floor/plasteel/dark,
/area/ai_monitored/storage/eva)
+"ave" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
"avf" = (
/obj/machinery/light/small{
dir = 4
@@ -7714,34 +9222,27 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"avm" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/cell/high/plus,
-/obj/item/stock_parts/cell/high/plus{
- pixel_x = 3;
- pixel_y = 3
+/obj/machinery/door/airlock/command/glass{
+ name = "EVA Storage";
+ req_access_txt = "18"
},
/obj/effect/turf_decal/tile/neutral{
- dir = 8
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva)
-"avn" = (
+/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/window/reinforced/tinted{
- dir = 4
- },
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
+/area/ai_monitored/storage/eva)
+"avn" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/landmark/start/assistant,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
"avo" = (
/obj/structure/table,
/obj/item/stack/sheet/metal/fifty,
@@ -7806,6 +9307,15 @@
"avt" = (
/turf/open/floor/plating,
/area/hallway/secondary/exit/departure_lounge)
+"avu" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/junction{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"avv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 9
@@ -7841,6 +9351,32 @@
},
/turf/open/floor/plasteel,
/area/engine/atmos)
+"avA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"avB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
"avC" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 5
@@ -7876,9 +9412,26 @@
},
/turf/closed/wall/r_wall,
/area/engine/atmos)
+"avG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
"avH" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{
- dir = 8
+ dir = 8;
+ id = "mix_in_upper"
},
/turf/open/floor/engine/vacuum,
/area/engine/atmos)
@@ -7898,6 +9451,20 @@
},
/turf/open/floor/plasteel,
/area/bridge)
+"avK" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/checkpoint/supply)
"avL" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 6
@@ -7916,10 +9483,32 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/engine/atmos)
+"avO" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/checkpoint/supply)
"avP" = (
/obj/structure/grille,
/turf/open/space/basic,
/area/space/nearstation)
+"avQ" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/structure/sign/departments/holy{
+ pixel_y = 32
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"avR" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
@@ -7992,6 +9581,15 @@
"avZ" = (
/turf/open/floor/plating,
/area/construction/mining/aux_base)
+"awa" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
"awb" = (
/obj/effect/turf_decal/tile/yellow{
dir = 8
@@ -8001,6 +9599,17 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"awc" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/structure/ladder,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
"awd" = (
/obj/effect/turf_decal/tile/green{
dir = 8
@@ -8064,6 +9673,26 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/construction)
+"awl" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/requests_console{
+ department = "Cargo Bay";
+ departmentType = 2;
+ pixel_x = -30
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/machinery/computer/cargo{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
"awm" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -8091,6 +9720,22 @@
},
/turf/open/floor/plasteel,
/area/engine/atmos)
+"awq" = (
+/obj/machinery/power/apc{
+ areastring = "/area/quartermaster/qm";
+ dir = 8;
+ name = "Quartermaster's Office APC";
+ pixel_x = -25
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
"awr" = (
/obj/structure/window/reinforced{
dir = 4
@@ -8116,6 +9761,15 @@
},
/turf/closed/wall/r_wall,
/area/engine/atmos)
+"awu" = (
+/obj/structure/table,
+/obj/item/stamp/qm,
+/obj/item/toy/figure/qm{
+ pixel_x = 5;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm)
"awv" = (
/obj/structure/sign/departments/evac{
pixel_y = 32
@@ -8135,15 +9789,17 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"awx" = (
-/obj/effect/turf_decal/loading_area{
- dir = 1
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 8
},
+/obj/effect/turf_decal/trimline/brown/corner,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"awy" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 4
},
+/obj/effect/turf_decal/trimline/neutral/line,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"awz" = (
@@ -8154,20 +9810,15 @@
/turf/open/floor/plasteel/dark,
/area/chapel/office)
"awA" = (
-/obj/effect/turf_decal/tile/brown{
- dir = 1
+/obj/structure/disposalpipe/trunk/multiz{
+ dir = 8
},
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/turf/open/floor/plating,
+/area/maintenance/starboard)
"awB" = (
/obj/structure/lattice/catwalk,
-/obj/structure/cable,
+/obj/item/stack/cable_coil/five,
+/obj/structure/cable/layer1,
/turf/open/space/basic,
/area/solar/starboard)
"awC" = (
@@ -8237,17 +9888,11 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"awJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
/obj/structure/disposalpipe/segment{
- dir = 10
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/aft)
+/turf/closed/wall/r_wall,
+/area/crew_quarters/heads/chief)
"awK" = (
/obj/effect/turf_decal/tile/yellow{
dir = 8
@@ -8266,6 +9911,16 @@
},
/turf/open/floor/plasteel,
/area/engine/atmos)
+"awM" = (
+/obj/machinery/meter,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/maintenance/disposal/incinerator)
"awN" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -8311,7 +9966,14 @@
/turf/open/floor/plasteel/dark,
/area/engine/atmos)
"awU" = (
-/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/vending/cola/random,
+/obj/machinery/light,
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"awV" = (
@@ -8322,37 +9984,34 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"awW" = (
-/obj/effect/turf_decal/stripes/corner,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/end,
+/obj/machinery/power/apc/highcap/ten_k{
+ areastring = "/area/hallway/primary/central";
+ dir = 1;
+ name = "Central Primary Hallway APC";
+ pixel_y = 23
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/turf/open/floor/plating,
+/area/maintenance/fore)
"awX" = (
-/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/vending/cigarette,
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"awY" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/light,
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
},
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/maintenance/disposal/incinerator)
"awZ" = (
/obj/effect/turf_decal/tile/neutral{
dir = 8
@@ -8379,14 +10038,9 @@
/turf/closed/wall,
/area/hallway/primary/central)
"axd" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/gateway)
+/obj/structure/ladder,
+/turf/open/floor/plating,
+/area/maintenance/fore)
"axe" = (
/obj/effect/turf_decal/tile/neutral{
dir = 8
@@ -8404,6 +10058,30 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"axg" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/lobby)
+"axh" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
"axi" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -8415,8 +10093,33 @@
/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input{
dir = 8
},
-/turf/open/floor/engine/n2o,
+/turf/open/floor/engine/n2o{
+ initial_gas_mix = "n2o=1000;TEMP=293.15"
+ },
/area/engine/atmos)
+"axk" = (
+/obj/effect/spawner/structure/window,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/medbay/lobby)
+"axl" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/structure/disposalpipe/sorting/mail{
+ name = "sorting disposal pipe (Virology)";
+ sortType = 27
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"axm" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -8426,7 +10129,7 @@
/area/hallway/primary/central)
"axn" = (
/obj/effect/landmark/xeno_spawn,
-/turf/open/floor/engine/air,
+/turf/open/floor/engine/airless,
/area/engine/atmos)
"axo" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
@@ -8470,6 +10173,12 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/teleporter)
+"axt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"axu" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -8563,7 +10272,9 @@
/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{
dir = 8
},
-/turf/open/floor/engine/plasma,
+/turf/open/floor/engine/plasma{
+ initial_gas_mix = "plasma=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"axE" = (
/obj/effect/turf_decal/tile/purple{
@@ -8619,7 +10330,9 @@
},
/area/science/research)
"axJ" = (
-/turf/open/floor/engine/plasma,
+/turf/open/floor/engine/plasma{
+ initial_gas_mix = "plasma=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"axK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -8666,14 +10379,8 @@
/turf/closed/wall,
/area/engine/atmos)
"axP" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal/fifty,
-/obj/item/stack/sheet/metal/fifty{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/book/manual/wiki/atmospherics,
-/turf/open/floor/plasteel,
+/obj/structure/stairs/north,
+/turf/open/floor/plasteel/stairs,
/area/engine/atmos)
"axQ" = (
/obj/machinery/atmospherics/components/binary/pump{
@@ -8724,6 +10431,15 @@
/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/engine/atmos)
+"axW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"axX" = (
/obj/machinery/atmospherics/components/trinary/mixer{
dir = 1;
@@ -8757,17 +10473,23 @@
/area/engine/atmos)
"aya" = (
/obj/effect/landmark/xeno_spawn,
-/turf/open/floor/engine/plasma,
+/turf/open/floor/engine/plasma{
+ initial_gas_mix = "plasma=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"ayb" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white,
/area/science/mixing)
"ayc" = (
/obj/machinery/air_sensor/atmos/toxin_tank,
-/turf/open/floor/engine/plasma,
+/turf/open/floor/engine/plasma{
+ initial_gas_mix = "plasma=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"ayd" = (
/obj/machinery/suit_storage_unit/atmos,
@@ -8799,9 +10521,13 @@
/turf/open/floor/plasteel/dark,
/area/engine/atmos)
"ayh" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/engine/plasma,
-/area/engine/atmos)
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/obj/structure/cable/layer1,
+/obj/structure/cable_bridge,
+/turf/open/floor/plasteel/dark,
+/area/engine/engine_room)
"ayi" = (
/obj/machinery/light/small{
dir = 4
@@ -8811,13 +10537,17 @@
dir = 8;
network = list("ss13","Atmospherics")
},
-/turf/open/floor/engine/plasma,
+/turf/open/floor/engine/plasma{
+ initial_gas_mix = "plasma=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"ayj" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{
dir = 8
},
-/turf/open/floor/engine/plasma,
+/turf/open/floor/engine/plasma{
+ initial_gas_mix = "plasma=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"ayk" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
@@ -8845,11 +10575,26 @@
},
/turf/open/floor/plasteel,
/area/engine/atmos)
+"aym" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"ayn" = (
/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output{
dir = 8
},
-/turf/open/floor/engine/co2,
+/turf/open/floor/engine/co2{
+ initial_gas_mix = "co2=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"ayo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
@@ -8933,8 +10678,19 @@
/turf/open/floor/plasteel/dark,
/area/engine/atmos)
"ayw" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/machinery/light,
+/obj/structure/sign/nanotrasen{
+ pixel_y = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Central Hall";
+ dir = 10;
+ network = list("ss13","Security","Prison")
+ },
/turf/open/floor/plasteel,
/area/security/prison)
"ayx" = (
@@ -8991,11 +10747,32 @@
/turf/open/floor/plasteel/dark,
/area/engine/atmos)
"ayD" = (
-/turf/open/floor/engine/co2,
+/turf/open/floor/engine/co2{
+ initial_gas_mix = "co2=1000;TEMP=293.15"
+ },
/area/engine/atmos)
+"ayE" = (
+/obj/machinery/door/airlock/medical/glass{
+ id_tag = "MedbayFoyer";
+ name = "Medbay";
+ req_access_txt = "5"
+ },
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/lobby)
"ayF" = (
/obj/machinery/air_sensor/atmos/carbon_tank,
-/turf/open/floor/engine/co2,
+/turf/open/floor/engine/co2{
+ initial_gas_mix = "co2=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"ayG" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
@@ -9059,17 +10836,14 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"ayP" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+/obj/structure/cable,
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ pixel_x = -3;
+ pixel_y = 3
},
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
- dir = 4
- },
-/obj/effect/landmark/start/prisoner,
-/turf/open/floor/plasteel,
-/area/security/prison)
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer)
"ayQ" = (
/obj/structure/window/reinforced{
dir = 4
@@ -9089,9 +10863,11 @@
/turf/open/floor/plasteel/dark,
/area/engine/atmos)
"ayS" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/turf/open/floor/engine/co2,
-/area/engine/atmos)
+/obj/machinery/power/terminal,
+/obj/structure/cable/layer1,
+/obj/structure/cable_bridge,
+/turf/open/floor/plasteel/dark,
+/area/engine/engine_room)
"ayT" = (
/obj/machinery/light/small{
dir = 4
@@ -9101,7 +10877,9 @@
dir = 8;
network = list("ss13","Atmospherics")
},
-/turf/open/floor/engine/co2,
+/turf/open/floor/engine/co2{
+ initial_gas_mix = "co2=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"ayU" = (
/obj/structure/closet/l3closet/scientist,
@@ -9148,10 +10926,6 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"aza" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/closet/emcloset,
/obj/effect/turf_decal/tile/neutral{
dir = 4
},
@@ -9162,12 +10936,12 @@
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"azb" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
/obj/effect/turf_decal/tile/neutral{
dir = 4
},
@@ -9178,6 +10952,10 @@
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"azc" = (
@@ -9191,18 +10969,13 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"azd" = (
-/obj/machinery/hydroponics/soil,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ pixel_x = -3;
+ pixel_y = 3
},
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/prison)
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer)
"aze" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -9249,13 +11022,17 @@
/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{
dir = 8
},
-/turf/open/floor/engine/co2,
+/turf/open/floor/engine/co2{
+ initial_gas_mix = "co2=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"azj" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{
dir = 1
},
-/turf/open/floor/engine/n2,
+/turf/open/floor/engine/n2{
+ initial_gas_mix = "n2=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"azk" = (
/obj/machinery/atmospherics/components/binary/pump{
@@ -9422,6 +11199,21 @@
},
/turf/open/floor/plasteel/cafeteria,
/area/engine/atmos)
+"azC" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/lobby)
"azD" = (
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/green/visible{
@@ -9471,6 +11263,15 @@
"azH" = (
/turf/closed/wall,
/area/maintenance/port/aft)
+"azI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/lobby)
"azJ" = (
/obj/effect/turf_decal/tile/red,
/obj/effect/turf_decal/tile/red{
@@ -9491,6 +11292,15 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/fore)
+"azM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/lobby)
"azN" = (
/obj/effect/turf_decal/tile/blue,
/turf/open/floor/plasteel/dark,
@@ -9540,23 +11350,66 @@
},
/turf/open/floor/plasteel/dark,
/area/bridge)
+"azT" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"azU" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 4
},
/turf/open/floor/plasteel,
/area/medical/cryo)
-"azZ" = (
-/obj/effect/turf_decal/tile/red{
+"azV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"azW" = (
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/effect/turf_decal/tile/red{
+/obj/effect/turf_decal/tile/neutral{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
-/obj/structure/cable,
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
+/area/hallway/primary/central)
+"azX" = (
+/turf/open/floor/plasteel/stairs,
+/area/hallway/primary/central)
+"azY" = (
+/obj/structure/stairs/south,
+/turf/open/floor/plasteel/stairs,
+/area/hallway/primary/central)
+"azZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "12"
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/hallway/primary/central)
"aAa" = (
/obj/structure/extinguisher_cabinet{
pixel_y = -28
@@ -9565,6 +11418,19 @@
dir = 9
},
/area/science/research)
+"aAb" = (
+/obj/vehicle/ridden/janicart,
+/obj/effect/turf_decal/bot,
+/obj/machinery/power/apc{
+ areastring = "/area/janitor";
+ dir = 8;
+ name = "Custodial Closet APC";
+ pixel_x = -25;
+ pixel_y = 3
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/janitor)
"aAc" = (
/turf/closed/wall,
/area/maintenance/aft)
@@ -9580,31 +11446,51 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"aAe" = (
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/janitor)
"aAf" = (
/obj/machinery/conveyor_switch/oneway{
- dir = 8;
- id = "QMLoad"
+ id = "QMLoad2"
},
-/obj/effect/turf_decal/stripes/line{
+/obj/effect/turf_decal/trimline/brown/warning{
dir = 1
},
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/brown/corner,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aAg" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
+/obj/machinery/status_display/supply{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aAh" = (
/turf/open/floor/plasteel,
/area/quartermaster/storage)
-"aAj" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "QMLoad2"
+"aAi" = (
+/obj/machinery/navbeacon/wayfinding{
+ location = "Chapel";
+ name = "navigation beacon (Chapel)"
},
-/obj/effect/turf_decal/stripes/line{
- dir = 1
+/turf/open/floor/plasteel/chapel,
+/area/chapel/main)
+"aAj" = (
+/obj/machinery/status_display/supply{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
@@ -9862,10 +11748,6 @@
/obj/structure/bed,
/obj/effect/landmark/start/captain,
/obj/item/bedsheet/captain,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = -24
- },
/turf/open/floor/holofloor/wood,
/area/crew_quarters/heads/captain/private)
"aAP" = (
@@ -9917,6 +11799,19 @@
},
/turf/open/floor/plasteel/dark,
/area/science/robotics/lab)
+"aAX" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
"aAY" = (
/obj/machinery/vending/wardrobe/robo_wardrobe,
/turf/open/floor/plasteel/white,
@@ -9932,8 +11827,24 @@
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
"aBa" = (
-/obj/machinery/status_display/supply{
- pixel_x = -32
+/obj/effect/turf_decal/trimline/neutral/corner{
+ pixel_x = -16;
+ pixel_y = 16
+ },
+/obj/effect/turf_decal/trimline/neutral/corner{
+ dir = 1;
+ pixel_x = 16;
+ pixel_y = -16
+ },
+/obj/effect/turf_decal/trimline/neutral/corner{
+ dir = 4;
+ pixel_x = -16;
+ pixel_y = -16
+ },
+/obj/effect/turf_decal/trimline/neutral/corner{
+ dir = 8;
+ pixel_x = 16;
+ pixel_y = 16
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
@@ -9972,8 +11883,7 @@
"aBf" = (
/obj/machinery/door/airlock/research{
name = "Genetics Research Access";
- req_access_txt = null;
- req_one_access_txt = "9; 30"
+ req_access_txt = "9"
},
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 1
@@ -9987,7 +11897,6 @@
/turf/open/floor/plasteel/white,
/area/science/research)
"aBh" = (
-/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
@@ -9997,10 +11906,10 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/camera{
- c_tag = "Hallway - Departures Wing 2";
- dir = 1
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"aBi" = (
@@ -10023,6 +11932,35 @@
},
/turf/open/floor/plating,
/area/science/robotics/lab)
+"aBl" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"aBm" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"aBn" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aBo" = (
/turf/closed/wall/r_wall,
/area/science/robotics/mechbay)
@@ -10038,6 +11976,13 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
+"aBq" = (
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Space Access Airlock";
+ req_one_access_txt = "32;19"
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aBr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -10095,6 +12040,15 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
+"aBw" = (
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Space Access Airlock";
+ req_one_access_txt = "32;19"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aBx" = (
/turf/open/floor/plating,
/area/maintenance/port/aft)
@@ -10126,22 +12080,18 @@
/turf/open/floor/plasteel,
/area/security/brig)
"aBB" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/structure/cable,
+/obj/structure/window/reinforced/spawner/west,
+/obj/structure/window/reinforced/spawner/north,
+/obj/effect/turf_decal/trimline/purple/corner,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
+ dir = 6
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+ dir = 6
},
-/obj/machinery/navbeacon/wayfinding{
- location = "Gateway";
- name = "navigation beacon (Gateway)"
- },
-/turf/open/floor/plasteel,
-/area/gateway)
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aBC" = (
/obj/structure/grille,
/turf/open/floor/plating,
@@ -10151,10 +12101,39 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/fore)
+"aBE" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/window/reinforced/spawner/north,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
+"aBF" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat/foyer)
+"aBG" = (
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aBH" = (
/obj/machinery/rnd/production/techfab/department/service,
/turf/open/floor/plasteel,
/area/maintenance/fore)
+"aBI" = (
+/obj/structure/window/reinforced/spawner/north,
+/obj/structure/window/reinforced/spawner,
+/obj/effect/turf_decal/trimline/purple/arrow_cw,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aBJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -10162,22 +12141,49 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
+"aBK" = (
+/obj/structure/sign/plaques/atmos{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 8
+ },
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos)
+"aBL" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/stairs,
+/area/engine/atmos)
"aBM" = (
-/obj/structure/table_frame/wood,
+/obj/structure/chair/stool,
+/obj/effect/decal/cleanable/vomit/old,
/turf/open/floor/plating,
/area/maintenance/starboard)
"aBN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
},
-/obj/structure/cable,
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer)
"aBO" = (
-/obj/effect/turf_decal/bot,
+/obj/structure/table,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/cell_charger,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aBP" = (
@@ -10224,6 +12230,14 @@
"aBU" = (
/turf/open/floor/plasteel/white,
/area/medical/genetics)
+"aBV" = (
+/obj/effect/turf_decal/trimline/white/filled/corner,
+/obj/effect/turf_decal/plaque{
+ icon_state = "L14"
+ },
+/obj/structure/railing/corner,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aBW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -10235,11 +12249,19 @@
/turf/open/floor/plasteel/dark,
/area/tcommsat/computer)
"aBX" = (
-/obj/effect/turf_decal/stripes/corner{
+/obj/machinery/camera{
+ c_tag = "Hallway - Central North 2";
dir = 1
},
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/railing/corner{
+ dir = 8
+ },
/turf/open/floor/plasteel,
-/area/gateway)
+/area/hallway/primary/central)
"aBY" = (
/turf/closed/wall/r_wall,
/area/tcommsat/server)
@@ -10261,6 +12283,21 @@
/obj/structure/cable,
/turf/open/space/basic,
/area/space/nearstation)
+"aCb" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/obj/machinery/navbeacon/wayfinding{
+ location = "Cargo";
+ name = "navigation beacon (Cargo)"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aCc" = (
/obj/machinery/recharge_station,
/turf/open/floor/plasteel,
@@ -10275,6 +12312,16 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port)
+"aCe" = (
+/obj/structure/janitorialcart,
+/obj/item/reagent_containers/glass/bucket,
+/obj/item/mop,
+/obj/effect/turf_decal/bot,
+/obj/item/radio/intercom{
+ pixel_y = -25
+ },
+/turf/open/floor/plasteel,
+/area/janitor)
"aCf" = (
/obj/machinery/door/airlock/maintenance{
name = "Toxins Maintenance Access";
@@ -10289,19 +12336,11 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
"aCh" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/door/window/eastleft,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"aCi" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -10315,16 +12354,28 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"aCj" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted,
-/obj/structure/window/reinforced/tinted{
+/obj/structure/chair{
dir = 1
},
-/obj/structure/window/reinforced/tinted{
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
+"aCk" = (
+/obj/effect/turf_decal/trimline/white/filled/line,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aCl" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 8
},
-/turf/open/floor/plating,
-/area/crew_quarters/dorms)
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos)
"aCm" = (
/obj/machinery/telecomms/processor/preset_three,
/turf/open/floor/circuit/green/telecomms/mainframe,
@@ -10350,6 +12401,14 @@
/obj/structure/cable,
/turf/open/space/basic,
/area/space/nearstation)
+"aCr" = (
+/obj/effect/turf_decal/trimline/white/filled/line,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/railing,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"aCs" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -10360,6 +12419,11 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
+"aCt" = (
+/obj/machinery/hydroponics/constructable,
+/obj/effect/turf_decal/trimline/green/filled/line,
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aCu" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -10371,6 +12435,20 @@
/obj/structure/cable,
/turf/open/space/basic,
/area/space/nearstation)
+"aCv" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/table,
+/obj/machinery/smartfridge/disks{
+ pixel_y = 2
+ },
+/obj/machinery/firealarm{
+ pixel_y = 29
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aCw" = (
/obj/machinery/telecomms/receiver/preset_right,
/turf/open/floor/circuit/green/telecomms/mainframe,
@@ -10387,19 +12465,25 @@
/turf/closed/wall/r_wall,
/area/ai_monitored/storage/eva)
"aCA" = (
-/obj/machinery/shower{
- dir = 1
+/obj/structure/stairs/south,
+/obj/machinery/light{
+ dir = 8
},
-/obj/item/soap/nanotrasen,
-/turf/open/floor/plasteel/freezer,
-/area/security/prison)
+/turf/open/floor/plasteel/stairs,
+/area/hallway/primary/central)
"aCB" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/ai_monitored/storage/eva)
"aCC" = (
-/obj/machinery/suit_storage_unit/standard_unit,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/machinery/requests_console{
+ department = "EVA";
+ pixel_x = 32
+ },
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
"aCD" = (
@@ -10408,22 +12492,69 @@
/turf/open/floor/plating,
/area/maintenance/fore)
"aCE" = (
-/obj/structure/rack,
-/obj/item/tank/jetpack/carbondioxide,
-/obj/item/tank/jetpack/carbondioxide{
- pixel_x = 3;
- pixel_y = 3
+/obj/structure/table,
+/obj/item/grenade/chem_grenade/smart_metal_foam{
+ pixel_x = -4;
+ pixel_y = 6
+ },
+/obj/item/grenade/chem_grenade/smart_metal_foam{
+ pixel_x = 4;
+ pixel_y = 2
+ },
+/obj/item/grenade/chem_grenade/smart_metal_foam{
+ pixel_x = 8
+ },
+/obj/item/grenade/chem_grenade/smart_metal_foam{
+ pixel_y = 4
},
-/obj/machinery/light,
/obj/effect/turf_decal/tile/neutral{
- dir = 4
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/machinery/camera{
+ c_tag = "Secure - EVA";
+ dir = 8;
+ network = list("ss13","Secure")
},
-/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
"aCF" = (
/turf/open/floor/circuit/green/telecomms/mainframe,
/area/tcommsat/server)
+"aCG" = (
+/obj/structure/table/glass,
+/obj/machinery/reagentgrinder,
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Medical - Pharmacy";
+ dir = 1;
+ network = list("ss13","Medical")
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
+"aCH" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "12"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aCI" = (
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space)
"aCJ" = (
/obj/machinery/telecomms/bus/preset_one,
/turf/open/floor/circuit/green/telecomms/mainframe,
@@ -10439,10 +12570,6 @@
pixel_y = 32
},
/obj/structure/cable,
-/obj/machinery/navbeacon/wayfinding{
- location = "Telecomms Minisat Access";
- name = "navigation beacon (Telecomms Minisat Access)"
- },
/turf/open/floor/plating,
/area/maintenance/port)
"aCL" = (
@@ -10457,37 +12584,36 @@
/turf/open/space/basic,
/area/space/nearstation)
"aCM" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/closet/crate{
- name = "Reinforced Materials Crate"
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/item/stack/sheet/plasteel{
- amount = 10
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/item/stack/sheet/rglass{
- amount = 50
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
-/obj/item/stack/sheet/metal/fifty,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/storage/eva)
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"aCN" = (
-/obj/item/grenade/chem_grenade/smart_metal_foam{
- pixel_x = -4;
- pixel_y = 6
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
},
-/obj/item/grenade/chem_grenade/smart_metal_foam{
- pixel_x = 4;
- pixel_y = 2
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
-/obj/item/grenade/chem_grenade/smart_metal_foam{
- pixel_x = 8
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
-/obj/item/grenade/chem_grenade/smart_metal_foam{
- pixel_y = 4
+/obj/machinery/door/airlock/public/glass{
+ name = "Arcade"
},
-/obj/structure/rack,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/storage/eva)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"aCO" = (
/obj/machinery/camera{
c_tag = "Research - Server Room";
@@ -10499,6 +12625,19 @@
/obj/effect/turf_decal/tile/blue,
/turf/open/floor/plasteel/dark,
/area/bridge)
+"aCQ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore)
"aCR" = (
/obj/structure/table,
/obj/effect/turf_decal/tile/blue{
@@ -10517,6 +12656,20 @@
"aCS" = (
/turf/closed/wall/r_wall,
/area/crew_quarters/heads/captain)
+"aCT" = (
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Space Access Airlock";
+ req_one_access_txt = "32;19"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aCU" = (
/obj/structure/closet/crate,
/obj/effect/spawner/lootdrop/maintenance{
@@ -10559,13 +12712,12 @@
/turf/open/floor/plasteel/white,
/area/science/explab)
"aCY" = (
-/obj/effect/mapping_helpers/airlock/cyclelink_helper,
-/obj/structure/disposalpipe/segment,
/obj/machinery/door/airlock/research{
name = "Genetics Research Access";
- req_access_txt = null;
- req_one_access_txt = "9;30;47"
+ req_access_txt = "47"
},
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
/area/science/research)
"aCZ" = (
@@ -10602,6 +12754,19 @@
/obj/effect/spawner/lootdrop/crate_spawner,
/turf/open/floor/plating,
/area/maintenance/fore)
+"aDc" = (
+/obj/structure/window/reinforced/spawner/north,
+/obj/structure/window/reinforced/spawner,
+/obj/effect/turf_decal/trimline/purple/arrow_ccw,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aDd" = (
/obj/structure/sign/warning/electricshock,
/turf/closed/wall/r_wall,
@@ -10614,6 +12779,19 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/solars/starboard/fore)
+"aDf" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore)
"aDg" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -10635,6 +12813,15 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"aDi" = (
+/obj/structure/cable,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "aishuttersexternal";
+ name = "AI privacy shutters"
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aDj" = (
/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/neutral{
@@ -10645,6 +12832,11 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"aDk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aDl" = (
/obj/effect/turf_decal/tile/yellow{
dir = 8
@@ -10681,18 +12873,13 @@
/turf/open/floor/plasteel/cafeteria,
/area/hallway/primary/central)
"aDp" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
+/obj/machinery/door/airlock/security/glass{
+ name = "N2O Port Access";
+ req_access_txt = "2"
},
+/obj/machinery/atmospherics/pipe/layer_manifold/visible,
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/security/prison)
"aDq" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/machinery/portable_atmospherics/pump,
@@ -10701,10 +12888,22 @@
},
/turf/open/floor/plasteel/cafeteria,
/area/hallway/primary/central)
-"aDs" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
+"aDr" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/window/reinforced/spawner/north,
+/obj/effect/turf_decal/trimline/purple/corner{
+ dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
+"aDs" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
},
@@ -10715,14 +12914,33 @@
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
-/obj/structure/chair{
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
dir = 8
},
-/obj/machinery/light{
- dir = 4
- },
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
+"aDt" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat/foyer)
+"aDu" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/window/reinforced/spawner,
+/obj/effect/turf_decal/trimline/purple/arrow_cw{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aDv" = (
/obj/structure/closet/crate,
/obj/item/kitchen/fork,
@@ -10790,45 +13008,55 @@
/area/engine/atmos)
"aDD" = (
/obj/machinery/air_sensor/atmos/nitrogen_tank,
-/turf/open/floor/engine/n2,
+/turf/open/floor/engine/n2{
+ initial_gas_mix = "n2=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"aDE" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{
dir = 1
},
-/turf/open/floor/engine/air,
+/turf/open/floor/engine/airless,
/area/engine/atmos)
"aDF" = (
/obj/machinery/air_sensor/atmos/air_tank,
-/turf/open/floor/engine/air,
+/turf/open/floor/engine/airless,
/area/engine/atmos)
"aDG" = (
/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{
dir = 1
},
-/turf/open/floor/engine/air,
+/turf/open/floor/engine/airless,
/area/engine/atmos)
"aDH" = (
/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{
dir = 1
},
-/turf/open/floor/engine/n2,
+/turf/open/floor/engine/n2{
+ initial_gas_mix = "n2=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"aDI" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{
dir = 1
},
-/turf/open/floor/engine/o2,
+/turf/open/floor/engine/o2{
+ initial_gas_mix = "o2=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"aDJ" = (
/obj/machinery/air_sensor/atmos/oxygen_tank,
-/turf/open/floor/engine/o2,
+/turf/open/floor/engine/o2{
+ initial_gas_mix = "o2=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"aDK" = (
/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{
dir = 1
},
-/turf/open/floor/engine/o2,
+/turf/open/floor/engine/o2{
+ initial_gas_mix = "o2=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"aDL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -10846,8 +13074,13 @@
dir = 1;
network = list("ss13","Atmospherics")
},
-/turf/open/floor/engine/air,
+/turf/open/floor/engine/airless,
/area/engine/atmos)
+"aDN" = (
+/obj/structure/cable,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aDO" = (
/obj/machinery/door/airlock/research{
name = "Research Division Access";
@@ -10872,36 +13105,55 @@
/turf/open/floor/plasteel,
/area/security/processing)
"aDQ" = (
-/turf/closed/wall/r_wall,
-/area/security/processing)
-"aDR" = (
-/obj/machinery/door/airlock{
- name = "Unisex Restroom"
- },
-/turf/open/floor/plasteel/freezer,
-/area/security/prison/toilet)
-"aDS" = (
-/obj/structure/toilet,
-/turf/open/floor/plasteel/freezer,
-/area/security/prison/toilet)
-"aDT" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = 11
- },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/security/prison)
-"aDU" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
- dir = 4
+/obj/machinery/status_display/ai{
+ pixel_y = 32
},
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/workout)
+"aDR" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/obj/machinery/vending/cola/random,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aDS" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/machinery/vending/coffee,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aDT" = (
+/obj/structure/stairs/south,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/stairs,
+/area/hallway/primary/central)
+"aDU" = (
+/obj/machinery/door/airlock/external{
+ name = "Common Mining Dock"
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central)
"aDV" = (
/turf/closed/wall,
/area/security/main)
@@ -10910,6 +13162,11 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
+"aDX" = (
+/obj/structure/closet/emcloset,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aDY" = (
/obj/structure/window/reinforced{
dir = 1
@@ -10960,23 +13217,16 @@
},
/turf/open/floor/plasteel,
/area/security/processing)
-"aEd" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
"aEe" = (
/obj/structure/sink{
dir = 8;
- pixel_x = 11
+ pixel_x = 12
},
-/turf/open/floor/plasteel/freezer,
-/area/security/prison/toilet)
+/obj/structure/mirror{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/recreation)
"aEf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -10993,21 +13243,12 @@
/turf/open/floor/plasteel,
/area/security/brig)
"aEg" = (
-/obj/structure/bed,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/radio/intercom{
- desc = "Talk through this. It looks like it has been modified to not broadcast.";
- name = "Prison Intercom (General)";
- pixel_y = 24;
- prison_radio = 1
- },
-/obj/machinery/camera{
- c_tag = "Security Perma - Cell 2";
- dir = 4;
- network = list("ss13","Security","Prison")
+/obj/structure/weightmachine/stacklifter,
+/obj/machinery/light{
+ dir = 1
},
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/workout)
"aEh" = (
/turf/open/floor/plasteel/showroomfloor,
/area/security/main)
@@ -11051,37 +13292,25 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/brig)
+"aEk" = (
+/obj/machinery/turretid{
+ control_area = "/area/ai_monitored/turret_protected/aisat/foyer";
+ name = "AI Chamber Foyer Control";
+ pixel_y = -24;
+ req_access = null;
+ req_access_txt = "65"
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aEl" = (
-/obj/structure/rack,
-/obj/item/storage/box/teargas{
- pixel_x = -3;
- pixel_y = 3
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Space Access Airlock";
+ req_one_access_txt = "32;19"
},
-/obj/item/storage/box/handcuffs,
-/obj/item/storage/box/flashbangs{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/item/storage/box/flashbangs{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/storage/toolbox/mechanical{
- pixel_x = 2;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/security/armory)
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aEm" = (
/obj/structure/closet/bombcloset/security,
/turf/open/floor/plasteel/showroomfloor,
@@ -11092,22 +13321,9 @@
/turf/open/floor/plasteel/showroomfloor,
/area/security/main)
"aEo" = (
-/obj/structure/rack,
-/obj/item/gun/energy/e_gun{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/gun/energy/e_gun,
-/obj/item/gun/energy/e_gun{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/effect/turf_decal/bot,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aEp" = (
/obj/structure/table/glass,
/obj/machinery/computer/med_data/laptop,
@@ -11146,6 +13362,19 @@
},
/turf/open/floor/plasteel,
/area/security/processing)
+"aEu" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore)
"aEv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -11232,6 +13461,19 @@
/obj/item/stamp/hos,
/turf/open/floor/carpet,
/area/crew_quarters/heads/hos)
+"aEH" = (
+/obj/machinery/power/apc{
+ areastring = "/area/hydroponics";
+ dir = 1;
+ name = "Hydroponics APC";
+ pixel_y = 23
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aEI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/structure/disposalpipe/segment{
@@ -11252,72 +13494,19 @@
},
/area/hallway/secondary/exit/departure_lounge)
"aEK" = (
-/obj/structure/rack,
-/obj/item/clothing/suit/armor/riot{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/clothing/suit/armor/riot,
-/obj/item/clothing/suit/armor/riot{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/clothing/head/helmet/riot{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/clothing/head/helmet/riot,
-/obj/item/clothing/head/helmet/riot{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/shield/riot{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/shield/riot,
-/obj/item/shield/riot{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/camera/motion{
- c_tag = "Security - Armory";
- dir = 8;
- network = list("ss13","Security")
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/security/armory)
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aEL" = (
/turf/open/floor/plasteel,
/area/ai_monitored/security/armory)
"aEM" = (
-/obj/structure/rack,
-/obj/item/gun/energy/disabler{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/gun/energy/disabler,
-/obj/item/gun/energy/disabler{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/effect/turf_decal/bot,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/green/filled/line{
dir = 4
},
/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
+/area/hydroponics)
"aEN" = (
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
@@ -11365,14 +13554,14 @@
pixel_y = 24
},
/obj/machinery/camera{
- c_tag = "Medical - Genetics";
+ c_tag = "Research - Genetics";
network = list("ss13","Medical")
},
/obj/effect/turf_decal/tile/purple{
- dir = 1
+ dir = 4
},
/obj/effect/turf_decal/tile/purple{
- dir = 4
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
@@ -11420,7 +13609,7 @@
/turf/open/floor/plasteel/white,
/area/medical/storage)
"aEZ" = (
-/obj/machinery/holopad/secure,
+/obj/machinery/holopad,
/turf/open/floor/carpet,
/area/crew_quarters/heads/hos)
"aFa" = (
@@ -11429,6 +13618,13 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/hos)
+"aFb" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/green/filled/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aFc" = (
/obj/effect/turf_decal/loading_area{
dir = 8
@@ -11442,6 +13638,13 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/heads/hop)
+"aFd" = (
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = 11
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aFe" = (
/obj/machinery/atmospherics/pipe/simple{
dir = 5
@@ -11462,12 +13665,17 @@
/turf/open/floor/plasteel,
/area/security/main)
"aFg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 8
+/obj/machinery/computer/scan_consolenew,
+/obj/structure/sign/departments/science{
+ pixel_y = 32
},
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
+/obj/effect/turf_decal/tile/purple{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/purple{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/purple,
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"aFh" = (
@@ -11487,21 +13695,17 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/lobby)
"aFi" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/obj/machinery/door/window/eastleft{
+ name = "Armory";
+ req_access_txt = "2"
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/vending/cola/random,
-/obj/structure/sign/nanotrasen{
- pixel_y = 32
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
},
+/obj/structure/cable,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/ai_monitored/security/armory)
"aFj" = (
/obj/machinery/light,
/turf/open/floor/plasteel/white/side{
@@ -11581,6 +13785,26 @@
},
/turf/open/floor/plasteel/white,
/area/security/brig)
+"aFt" = (
+/obj/item/reagent_containers/spray/plantbgone{
+ pixel_y = 3
+ },
+/obj/item/reagent_containers/spray/plantbgone{
+ pixel_x = 8;
+ pixel_y = 8
+ },
+/obj/item/reagent_containers/spray/plantbgone{
+ pixel_x = 13;
+ pixel_y = 5
+ },
+/obj/item/watertank,
+/obj/item/grenade/chem_grenade/antiweed,
+/obj/structure/table/glass,
+/obj/item/radio/intercom{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aFu" = (
/obj/structure/chair/comfy/brown{
dir = 4
@@ -11692,6 +13916,10 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/robotics/lab)
+"aFE" = (
+/obj/machinery/vending/wardrobe/hydro_wardrobe,
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aFF" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/flasher{
@@ -11738,9 +13966,26 @@
},
/turf/open/floor/plating,
/area/science/research)
+"aFJ" = (
+/obj/structure/closet/crate/hydroponics,
+/obj/item/shovel/spade,
+/obj/item/wrench,
+/obj/item/reagent_containers/glass/bucket,
+/obj/item/cultivator,
+/obj/item/wirecutters,
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aFK" = (
-/obj/machinery/vending/wardrobe/gene_wardrobe,
-/obj/effect/turf_decal/tile/purple,
+/obj/machinery/computer/scan_consolenew,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 28
+ },
+/obj/effect/turf_decal/tile/purple{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/purple{
+ dir = 1
+ },
/obj/effect/turf_decal/tile/purple{
dir = 8
},
@@ -11790,13 +14035,55 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/medical/medbay/zone2)
+"aFP" = (
+/obj/item/book/manual/hydroponics_pod_people,
+/obj/item/paper/guides/jobs/hydroponics,
+/obj/structure/window/reinforced/spawner,
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/structure/table/glass,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aFQ" = (
+/obj/structure/window/reinforced/spawner,
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aFR" = (
+/obj/machinery/door/airlock/research/glass{
+ name = "Genetics Research";
+ req_access_txt = "5; 9; 68"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/medbay/zone2)
+"aFS" = (
+/obj/structure/window/reinforced/spawner,
+/obj/machinery/chem_master/condimaster,
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aFT" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/medical/genetics)
+"aFU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fore)
"aFV" = (
/obj/machinery/rnd/production/techfab/department/medical,
/obj/effect/turf_decal/tile/blue{
@@ -11808,25 +14095,23 @@
/turf/open/floor/plasteel/white,
/area/medical/storage)
"aFW" = (
-/obj/machinery/gulag_teleporter,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
+/obj/machinery/conveyor/inverted{
+ dir = 8;
+ id = "QMLoad"
},
-/turf/open/floor/plasteel,
-/area/security/processing)
+/obj/structure/sign/warning/docking{
+ pixel_x = -32
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
"aFX" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
/area/security/processing)
"aFY" = (
-/obj/effect/turf_decal/tile/red{
- dir = 4
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 5
},
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/security/brig)
"aFZ" = (
@@ -11886,25 +14171,47 @@
/turf/open/floor/plasteel/white,
/area/medical/storage)
"aGf" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
},
-/obj/structure/bodycontainer/morgue{
- dir = 2
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/medbay/zone2)
+/area/medical/genetics)
"aGg" = (
-/obj/structure/bodycontainer/morgue{
- dir = 2
+/obj/machinery/light/small,
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 10
},
/turf/open/floor/plasteel/white,
-/area/medical/medbay/zone2)
+/area/medical/genetics)
"aGh" = (
-/obj/item/twohanded/required/kirbyplants/random,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/turf_decal/trimline/purple/filled/line,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/zone2)
+/area/medical/genetics)
+"aGi" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aGj" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Upper-Floor Maintenance Access";
+ req_access_txt = "10"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fore)
"aGk" = (
/obj/structure/bed/roller,
/obj/effect/turf_decal/bot,
@@ -11920,6 +14227,10 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/medical/storage)
+"aGm" = (
+/obj/effect/landmark/start/botanist,
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aGn" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -11947,6 +14258,10 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/mixing)
+"aGr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aGs" = (
/obj/structure/bed/roller,
/obj/effect/turf_decal/bot,
@@ -11969,12 +14284,19 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/lobby)
"aGw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23
+ },
+/obj/structure/bed,
+/obj/item/bedsheet,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
/area/medical/medbay/zone2)
"aGx" = (
/obj/structure/disposalpipe/segment{
@@ -11983,15 +14305,28 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/fore)
+"aGy" = (
+/obj/structure/window/reinforced/spawner,
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aGz" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/medical/medbay/lobby)
"aGA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/medical/medbay/zone2)
"aGB" = (
@@ -12008,12 +14343,14 @@
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/hor)
"aGD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/obj/structure/bed,
+/obj/item/bedsheet,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/medbay/zone2)
"aGE" = (
@@ -12035,6 +14372,17 @@
},
/turf/open/floor/plasteel/white,
/area/medical/storage)
+"aGG" = (
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hydroponics)
"aGH" = (
/obj/structure/disposalpipe/segment{
dir = 10
@@ -12043,42 +14391,64 @@
/turf/open/floor/plating,
/area/maintenance/fore)
"aGI" = (
-/obj/structure/closet/wardrobe/white,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/dna_scannernew,
+/obj/machinery/light{
dir = 4
},
+/obj/item/radio/intercom{
+ pixel_y = 24
+ },
+/obj/effect/turf_decal/tile/purple{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/purple{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
-/area/medical/medbay/zone2)
+/area/medical/genetics)
+"aGJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fore)
"aGK" = (
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/medbay/zone2)
-"aGL" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
-"aGM" = (
-/obj/structure/table,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = -24
- },
-/obj/machinery/camera{
- c_tag = "Medical - Corpse Disposal";
- dir = 1;
- network = list("ss13","Medical")
- },
-/obj/item/storage/box/bodybags,
/turf/open/floor/plasteel/white,
/area/medical/medbay/zone2)
+"aGL" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/structure/bed,
+/obj/item/bedsheet,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/zone2)
+"aGM" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
"aGN" = (
/obj/structure/table,
/obj/item/storage/box/donkpockets{
@@ -12101,16 +14471,21 @@
/turf/closed/wall,
/area/medical/cryo)
"aGS" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "chemistryshutter";
- name = "Pharmacy Privacy Shutters"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
},
-/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
/turf/open/floor/plating,
-/area/medical/pharmacy)
+/area/maintenance/fore)
"aGT" = (
-/turf/closed/wall,
-/area/security/checkpoint/medical)
+/obj/machinery/power/deck_relay,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aGU" = (
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/turf/open/floor/plating,
+/area/maintenance/fore)
"aGV" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 1
@@ -12134,24 +14509,24 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"aGY" = (
-/obj/effect/turf_decal/tile/purple{
- dir = 4
- },
-/obj/effect/turf_decal/tile/purple{
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/tile/purple,
+/turf/closed/wall,
/area/medical/genetics)
-"aHa" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 1
+"aGZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/obj/effect/turf_decal/tile/blue{
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aHa" = (
+/obj/machinery/light/small{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/lobby)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore)
"aHb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -12160,23 +14535,26 @@
dir = 6
},
/area/science/research)
+"aHc" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"aHd" = (
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aHe" = (
-/obj/structure/table,
-/obj/machinery/button/door{
- id = "Biohazard";
- name = "Biohazard Shutter Control";
- pixel_x = -5;
- pixel_y = 5;
- req_access_txt = "47"
+/obj/machinery/computer/security/telescreen/rd{
+ network = list("Science","aicore","AIUpload","MiniSat");
+ pixel_x = 28
},
-/obj/machinery/button/door{
- id = "rnd2";
- name = "Research Lab Shutter Control";
- pixel_x = 5;
- pixel_y = 5;
- req_access_txt = "47"
- },
-/obj/item/toy/figure/rd,
+/obj/structure/filingcabinet/chestdrawer,
+/obj/structure/cable,
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/hor)
"aHf" = (
@@ -12192,18 +14570,8 @@
/turf/open/floor/plasteel/white,
/area/medical/virology)
"aHi" = (
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = -24
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aHj" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
@@ -12219,10 +14587,30 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/medical/sleeper)
+"aHl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable,
+/mob/living/simple_animal/bot/secbot/pingsky,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aHm" = (
/obj/machinery/atmospherics/components/unary/cryo_cell,
/turf/open/floor/plasteel,
/area/medical/cryo)
+"aHn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aHo" = (
/obj/structure/table,
/obj/item/circular_saw,
@@ -12251,17 +14639,54 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/research)
-"aHt" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
+"aHr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/turf_decal/tile/red{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/foyer)
+"aHs" = (
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Space Access Airlock";
+ req_one_access_txt = "32;19"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat/foyer)
+"aHt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/turretid{
+ control_area = "/area/ai_monitored/turret_protected/aisat/foyer";
+ name = "AI Chamber Foyer Control";
+ pixel_y = -24;
+ req_access = null;
+ req_access_txt = "65"
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat/foyer)
+"aHu" = (
+/obj/structure/transit_tube/station/reverse{
dir = 1
},
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aHv" = (
/obj/structure/chair/comfy/black{
dir = 4
@@ -12283,12 +14708,24 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"aHx" = (
+/obj/structure/transit_tube/curved/flipped{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aHy" = (
/obj/structure/closet/l3closet,
/obj/effect/turf_decal/delivery,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
/area/medical/storage)
+"aHz" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/hydroponics)
"aHA" = (
/obj/machinery/disposal/bin,
/obj/machinery/newscaster/security_unit{
@@ -12326,12 +14763,22 @@
/turf/open/floor/plasteel/white,
/area/medical/storage)
"aHF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment{
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"aHG" = (
@@ -12358,17 +14805,19 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"aHI" = (
-/obj/machinery/computer/secure_data{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red{
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/hydroponics)
+"aHJ" = (
+/obj/machinery/chem_heater,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 8
},
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"aHK" = (
/obj/structure/table,
/obj/machinery/microwave{
@@ -12381,13 +14830,43 @@
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
+"aHL" = (
+/obj/machinery/chem_heater,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"aHM" = (
-/obj/effect/turf_decal/tile/red,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/structure/cable,
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
+"aHN" = (
+/obj/machinery/door/airlock/medical/glass{
+ name = "Pharmacy";
+ req_access_txt = "5; 33"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"aHO" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
@@ -12405,13 +14884,39 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
/area/medical/storage)
-"aHT" = (
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 4
+"aHR" = (
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/trimline/green/filled/line,
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aHS" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/camera{
+ c_tag = "Service - Hydroponics Main 1";
+ dir = 8;
+ network = list("ss13","Hydroponics")
+ },
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 6
},
/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
+/area/hydroponics)
+"aHT" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aHU" = (
+/obj/effect/turf_decal/trimline/neutral/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aHV" = (
/obj/machinery/vending/medical{
pixel_x = -2
@@ -12419,16 +14924,46 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"aHW" = (
-/turf/closed/wall,
-/area/medical/chemistry)
-"aHY" = (
-/obj/machinery/smartfridge/chemistry/preloaded,
-/turf/closed/wall,
-/area/medical/pharmacy)
-"aHZ" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/foyer)
+"aHX" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
+"aHY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
+"aHZ" = (
+/obj/structure/table/glass,
+/obj/item/storage/box/rxglasses,
+/obj/machinery/light{
dir = 8
},
+/obj/item/storage/box/disks{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/machinery/requests_console{
+ department = "Genetics";
+ name = "Genetics Requests Console";
+ pixel_x = -30
+ },
/obj/effect/turf_decal/tile/purple,
/obj/effect/turf_decal/tile/purple{
dir = 8
@@ -12436,10 +14971,29 @@
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"aIa" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/obj/item/twohanded/required/kirbyplants/random,
+/obj/structure/table/glass,
+/obj/item/paper_bin,
+/obj/item/pen,
+/obj/effect/turf_decal/tile/purple,
+/obj/effect/turf_decal/tile/purple{
+ dir = 8
+ },
/turf/open/floor/plasteel/white,
-/area/medical/medbay/zone2)
+/area/medical/genetics)
+"aIb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aIc" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -12461,6 +15015,14 @@
/obj/machinery/vending/wardrobe/viro_wardrobe,
/turf/open/floor/plasteel/white,
/area/medical/virology)
+"aIf" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable,
+/obj/machinery/holopad,
+/obj/machinery/light,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aIg" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
@@ -12506,16 +15068,50 @@
},
/turf/open/floor/plasteel,
/area/medical/cryo)
-"aIo" = (
+"aIm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/status_display/evac{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
+"aIn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
+"aIo" = (
+/obj/structure/table/glass,
+/obj/item/storage/pill_bottle/mutadone,
/obj/effect/turf_decal/tile/purple,
+/obj/effect/turf_decal/tile/purple{
+ dir = 8
+ },
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"aIp" = (
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/foyer)
+"aIq" = (
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aIr" = (
/obj/structure/chair/office/light{
dir = 4
@@ -12523,28 +15119,36 @@
/obj/effect/landmark/start/depsec/science,
/turf/open/floor/plasteel,
/area/security/checkpoint/science)
+"aIs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aIt" = (
-/obj/machinery/chem_master,
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
+/obj/item/twohanded/required/kirbyplants/photosynthetic,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Foyer West";
+ dir = 1;
+ network = list("AISat")
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/machinery/button/door{
- id = "chemistryshutter";
- name = "Chemistry Privacy Toggle";
- pixel_x = 8;
- pixel_y = 28
- },
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aIu" = (
/turf/closed/wall/r_wall,
/area/medical/sleeper)
+"aIv" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aIw" = (
+/obj/machinery/power/apc{
+ areastring = "/area/ai_monitored/turret_protected/aisat/foyer";
+ dir = 8;
+ name = "MiniSat Foyer APC";
+ pixel_x = -25
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aIx" = (
/obj/structure/cable,
/turf/open/floor/plasteel/white,
@@ -12565,46 +15169,36 @@
/turf/open/floor/plating,
/area/maintenance/aft)
"aIA" = (
-/obj/machinery/chem_master,
-/obj/effect/turf_decal/tile/yellow{
+/obj/machinery/light{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow,
-/obj/machinery/button/door{
- id = "chemistryshutter";
- name = "Chemistry Privacy Toggle";
- pixel_x = -8;
- pixel_y = 28
- },
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aIB" = (
-/obj/structure/chair{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
},
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/aisat_interior)
"aIC" = (
-/obj/machinery/chem_dispenser,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/obj/machinery/recharge_station,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aID" = (
-/obj/machinery/chem_dispenser,
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
+/obj/item/twohanded/required/kirbyplants/photosynthetic,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Foyer East";
+ dir = 1;
+ network = list("AISat")
},
-/obj/effect/turf_decal/tile/yellow,
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aIE" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -12632,20 +15226,23 @@
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
+"aIH" = (
+/obj/machinery/power/deck_relay,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aII" = (
-/obj/machinery/smartfridge/chemistry,
-/turf/closed/wall,
-/area/medical/pharmacy)
-"aIJ" = (
-/obj/machinery/chem_heater,
-/obj/effect/turf_decal/tile/yellow{
+/obj/machinery/light{
dir = 8
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
+"aIJ" = (
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aIK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/structure/disposalpipe/segment,
@@ -12675,6 +15272,32 @@
/obj/effect/landmark/start/roboticist,
/turf/open/floor/plasteel,
/area/science/robotics/lab)
+"aIO" = (
+/obj/structure/window/reinforced/spawner,
+/obj/structure/window/reinforced/spawner/west,
+/obj/effect/turf_decal/trimline/purple/arrow_ccw{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
+"aIP" = (
+/obj/effect/landmark/start/cyborg,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aIQ" = (
/obj/machinery/portable_atmospherics/canister/oxygen,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -12682,9 +15305,9 @@
/turf/open/floor/plasteel,
/area/medical/cryo)
"aIR" = (
-/obj/machinery/vending/wardrobe/chem_wardrobe,
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aIS" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/door/poddoor{
@@ -12716,6 +15339,12 @@
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
+"aIV" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aIW" = (
/obj/machinery/door/airlock/maintenance{
req_one_access_txt = "12"
@@ -12725,6 +15354,16 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
+"aIX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aIY" = (
/turf/closed/wall,
/area/medical/surgery)
@@ -12772,24 +15411,26 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/dark,
/area/maintenance/starboard)
+"aJe" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aJf" = (
-/obj/structure/closet/secure_closet/chemical,
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
-"aJg" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ dir = 10
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
+/obj/structure/ladder,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aJg" = (
/obj/machinery/navbeacon/wayfinding{
- location = "Research";
- name = "navigation beacon (Research)"
+ location = "Dormitories";
+ name = "navigation beacon (Dormitories)"
},
-/turf/open/floor/plasteel/white,
-/area/science/research)
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"aJh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 6
@@ -12894,7 +15535,7 @@
/area/science/xenobiology)
"aJv" = (
/turf/closed/wall,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
"aJw" = (
/obj/machinery/computer/operating,
/obj/effect/turf_decal/tile/blue{
@@ -12907,55 +15548,44 @@
dir = 8
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
"aJx" = (
+/obj/effect/landmark/start/cyborg,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 6
+ dir = 5
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+ dir = 5
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
+/obj/structure/cable,
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aJy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aJz" = (
-/obj/machinery/door/airlock/medical/glass{
- id_tag = "MedbayFoyer";
- name = "Medbay";
- req_access_txt = "5"
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
},
-/obj/effect/mapping_helpers/airlock/unres{
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/obj/machinery/light{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/lobby)
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aJA" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -13017,29 +15647,37 @@
/turf/closed/wall,
/area/medical/medbay/central)
"aJG" = (
-/obj/effect/turf_decal/tile/red{
- dir = 8
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
},
-/obj/effect/turf_decal/tile/red,
-/obj/machinery/light,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aJH" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/window/eastleft{
- name = "Pharmacy Desk";
- req_access_txt = "5; 69"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aJI" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/medical/surgery)
+"aJJ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aJK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/machinery/door/airlock/highsecurity{
+ name = "AI Chamber Power Storage";
+ req_access_txt = "16"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aJL" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -13102,6 +15740,10 @@
},
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/cmo)
+"aJT" = (
+/obj/machinery/computer/teleporter,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aJU" = (
/obj/structure/bed,
/obj/item/bedsheet/medical,
@@ -13112,9 +15754,9 @@
dir = 8
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
"aJV" = (
-/obj/structure/closet/l3closet/virology,
+/obj/structure/closet/l3closet,
/obj/effect/turf_decal/stripes/line{
dir = 1
},
@@ -13131,18 +15773,17 @@
dir = 4
},
/area/medical/genetics)
+"aJX" = (
+/obj/machinery/teleport/station,
+/obj/item/radio/intercom{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aJY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/lobby)
+/obj/machinery/teleport/hub,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aJZ" = (
/obj/structure/table/glass,
/turf/open/floor/plasteel/white/side{
@@ -13195,7 +15836,7 @@
dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
"aKg" = (
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -13232,6 +15873,7 @@
/area/medical/surgery)
"aKl" = (
/obj/structure/closet/crate/freezer/surplus_limbs,
+/obj/item/reagent_containers/glass/beaker/instabitaluri,
/turf/open/floor/plasteel/white/side{
dir = 8
},
@@ -13273,7 +15915,7 @@
/obj/item/reagent_containers/blood/random,
/obj/effect/spawner/lootdrop/organ_spawner,
/turf/open/floor/plasteel,
-/area/medical/surgery/room_b)
+/area/medical/surgery)
"aKp" = (
/obj/machinery/door/window/southleft{
name = "Genetics Pen";
@@ -13344,7 +15986,7 @@
dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
"aKx" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
/obj/machinery/keycard_auth{
@@ -13394,10 +16036,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/machinery/light_switch{
- pixel_x = 8;
- pixel_y = -27
- },
/turf/open/floor/carpet,
/area/crew_quarters/heads/hop)
"aKE" = (
@@ -13435,19 +16073,13 @@
/turf/open/floor/plating,
/area/crew_quarters/fitness/recreation)
"aKI" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/door/window/westright,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"aKJ" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -13484,6 +16116,9 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
+"aKN" = (
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/aisat_interior)
"aKO" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
@@ -13493,26 +16128,29 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"aKP" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/tinted,
-/obj/structure/window/reinforced/tinted{
- dir = 1
- },
-/obj/structure/window/reinforced/tinted{
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
dir = 4
},
-/turf/open/floor/plating,
-/area/crew_quarters/dorms)
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
"aKQ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 1
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
},
-/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/engine_room)
+"aKR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aKS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -13520,18 +16158,33 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"aKT" = (
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 4
},
/turf/open/floor/plasteel,
-/area/crew_quarters/fitness/recreation)
+/area/crew_quarters/fitness)
"aKU" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Departures Wing 2";
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/area/hallway/secondary/exit/departure_lounge)
"aKV" = (
/obj/effect/turf_decal/tile/green{
dir = 1
@@ -13539,38 +16192,49 @@
/obj/effect/turf_decal/tile/green{
dir = 4
},
-/obj/machinery/lapvend,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"aKW" = (
-/obj/machinery/computer/arcade,
-/obj/effect/turf_decal/tile/green{
- dir = 1
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
},
-/obj/effect/turf_decal/tile/green{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness/recreation)
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"aKX" = (
-/obj/machinery/computer/arcade,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/effect/turf_decal/tile/green,
-/obj/structure/sign/poster/official/soft_cap_pop_art{
- pixel_x = 32
+/obj/machinery/camera{
+ c_tag = "Civilian - Dorm Fitness 1";
+ dir = 8
},
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
-/area/crew_quarters/fitness/recreation)
+/area/crew_quarters/fitness)
"aKY" = (
/obj/structure/closet/wardrobe/grey,
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
+"aKZ" = (
+/obj/structure/closet/crate/hydroponics,
+/obj/effect/turf_decal/trimline/neutral/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aLa" = (
+/obj/structure/closet/crate/internals,
+/obj/effect/turf_decal/trimline/neutral/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aLb" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -13593,12 +16257,9 @@
/turf/open/floor/plating,
/area/maintenance/port/fore)
"aLe" = (
-/obj/structure/closet/lasertag/red,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/plasteel,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/carpet/black,
/area/crew_quarters/fitness/recreation)
"aLf" = (
/obj/structure/chair{
@@ -13611,11 +16272,12 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"aLg" = (
-/obj/structure/closet/secure_closet/contraband/armory,
-/obj/effect/spawner/lootdrop/armory_contraband/donutstation,
-/obj/item/storage/fancy/donut_box,
+/obj/machinery/computer/station_alert,
+/obj/structure/sign/poster/official/state_laws{
+ pixel_y = 32
+ },
/turf/open/floor/plasteel/dark,
-/area/ai_monitored/security/armory)
+/area/ai_monitored/turret_protected/aisat_interior)
"aLh" = (
/obj/structure/chair,
/obj/effect/turf_decal/tile/red{
@@ -13645,27 +16307,24 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"aLl" = (
-/obj/structure/rack,
-/obj/item/clothing/shoes/magboots,
-/obj/item/clothing/shoes/magboots{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/machinery/light,
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/light/small{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva)
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/turf/open/floor/plating,
+/area/security/prison)
"aLm" = (
/turf/closed/wall,
/area/library/lounge)
"aLn" = (
/turf/closed/wall,
/area/library)
+"aLo" = (
+/obj/structure/window/reinforced/spawner/north,
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"aLp" = (
/obj/structure/table/wood,
/turf/open/floor/carpet,
@@ -13704,17 +16363,32 @@
/turf/open/floor/plating,
/area/maintenance/port/fore)
"aLw" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/library)
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aLx" = (
/obj/structure/bookcase/random/religion,
/turf/open/floor/wood,
/area/library)
+"aLy" = (
+/obj/structure/window/reinforced/spawner,
+/obj/structure/lattice,
+/obj/structure/window/reinforced/spawner/east,
+/turf/open/space/basic,
+/area/space/nearstation)
"aLz" = (
-/obj/machinery/vending/games,
-/turf/open/floor/wood,
-/area/library/lounge)
+/obj/item/reagent_containers/food/drinks/bottle/whiskey{
+ desc = "A premium single-malt whiskey, gently matured around the decaying orbit of W-359. You like the feel of it in your hands.";
+ list_reagents = list(/datum/reagent/consumable/ethanol/whiskey = 31);
+ name = "Kepler's special reserve"
+ },
+/turf/open/space/basic,
+/area/space)
"aLA" = (
/obj/structure/filingcabinet,
/turf/open/floor/wood,
@@ -13743,6 +16417,14 @@
"aLE" = (
/turf/open/floor/carpet,
/area/library)
+"aLF" = (
+/obj/machinery/power/solar{
+ id = "starboardsolar";
+ name = "Starboard Solar Array"
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/space)
"aLG" = (
/obj/structure/displaycase/trophy,
/turf/open/floor/carpet,
@@ -13766,14 +16448,21 @@
/turf/open/floor/engine/cult,
/area/library)
"aLK" = (
-/obj/machinery/door/airlock/command/glass{
- name = "EVA Storage";
- req_access_txt = "18"
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/cell/high/plus,
+/obj/item/stock_parts/cell/high/plus{
+ pixel_x = 3;
+ pixel_y = 3
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
"aLL" = (
/obj/machinery/door/morgue{
@@ -13789,6 +16478,13 @@
/obj/effect/landmark/start/librarian,
/turf/open/floor/carpet,
/area/library)
+"aLN" = (
+/obj/structure/table,
+/obj/item/radio/intercom{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aLO" = (
/obj/machinery/libraryscanner,
/turf/open/floor/carpet,
@@ -13810,6 +16506,16 @@
/obj/machinery/bookbinder,
/turf/open/floor/wood,
/area/library)
+"aLT" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal/fifty,
+/obj/item/stack/sheet/glass/fifty,
+/obj/item/clothing/head/welding,
+/obj/item/stack/sheet/mineral/plasma{
+ amount = 35
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aLU" = (
/obj/structure/table/wood,
/obj/item/camera,
@@ -13882,29 +16588,24 @@
},
/area/hallway/secondary/entry)
"aMc" = (
-/obj/machinery/vending/cola/random,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
-/area/security/prison)
+/turf/closed/wall,
+/area/security/prison/workout)
"aMd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
"aMe" = (
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/camera{
- c_tag = "Hallway - Departures Wing 1";
- dir = 1
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"aMf" = (
@@ -13921,16 +16622,22 @@
},
/area/hallway/secondary/exit/departure_lounge)
"aMg" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L2"
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
-/obj/structure/sign/directions/evac{
- dir = 1;
- pixel_x = -32;
- pixel_y = -4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/area/hallway/secondary/exit/departure_lounge)
"aMh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -13939,18 +16646,40 @@
/turf/open/floor/plasteel,
/area/security/checkpoint)
"aMi" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L6"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/area/hallway/secondary/exit/departure_lounge)
"aMj" = (
-/obj/effect/landmark/observer_start,
-/obj/effect/turf_decal/plaque{
- icon_state = "L8"
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Departures Wing 1";
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/area/hallway/secondary/exit/departure_lounge)
"aMk" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -13965,29 +16694,73 @@
},
/area/hallway/secondary/exit/departure_lounge)
"aMl" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L12"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -26
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/area/hallway/secondary/exit/departure_lounge)
"aMm" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L14"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aMn" = (
-/obj/structure/chair{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/navbeacon/wayfinding{
+ location = "Escape Wing";
+ name = "navigation beacon (Escape Wing)"
+ },
+/obj/effect/turf_decal/tile/neutral{
dir = 8
},
/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"aMo" = (
-/obj/structure/chair{
+/area/hallway/secondary/exit/departure_lounge)
+"aMn" = (
+/obj/machinery/light{
dir = 4
},
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
+"aMo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
+"aMp" = (
+/obj/structure/lattice/catwalk,
+/turf/open/space/basic,
+/area/space)
"aMq" = (
/turf/closed/wall,
/area/hydroponics/garden)
@@ -13995,6 +16768,11 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/hydroponics/garden)
+"aMs" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/layer1,
+/turf/open/space/basic,
+/area/space)
"aMt" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
@@ -14010,6 +16788,12 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/hydroponics/garden)
+"aMw" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aMx" = (
/obj/structure/sink{
pixel_y = 28
@@ -14022,20 +16806,61 @@
/obj/structure/cable,
/turf/open/floor/grass,
/area/hydroponics/garden)
+"aMz" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "medicalcheckpoint";
+ name = "checkpoint privacy shutters"
+ },
+/obj/structure/cable,
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/security/checkpoint/medical)
+"aMA" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/item/beacon,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aMB" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aMC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aMD" = (
/obj/machinery/biogenerator,
/turf/open/floor/grass,
/area/hydroponics/garden)
+"aME" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aMF" = (
-/obj/machinery/computer/scan_consolenew,
-/obj/structure/extinguisher_cabinet{
- pixel_y = 28
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
},
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/purple,
/obj/effect/turf_decal/tile/purple{
- dir = 1
- },
-/obj/effect/turf_decal/tile/purple{
- dir = 4
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/genetics)
@@ -14043,25 +16868,32 @@
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/grass,
/area/hydroponics/garden)
-"aMJ" = (
-/obj/machinery/porta_turret/ai{
+"aMH" = (
+/obj/structure/table,
+/obj/machinery/light/small{
dir = 4
},
-/obj/machinery/flasher{
- id = "Cell 3";
- pixel_x = -28
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aMI" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aMJ" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
},
/obj/effect/turf_decal/tile/blue{
dir = 1
},
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/structure/sign/plaques/kiddie{
- pixel_y = 32
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aMK" = (
/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload)
+/area/ai_monitored/turret_protected/aisat_interior)
"aML" = (
/obj/structure/table/reinforced,
/obj/machinery/door/window/brigdoor/eastright{
@@ -14079,6 +16911,14 @@
/obj/structure/cable,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
+"aMM" = (
+/obj/structure/showcase/cyborg/old{
+ dir = 4;
+ pixel_x = -9;
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aMN" = (
/obj/structure/closet/l3closet/security,
/obj/machinery/light{
@@ -14108,6 +16948,12 @@
"aMQ" = (
/turf/closed/wall,
/area/janitor)
+"aMR" = (
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aMS" = (
/obj/effect/landmark/start/librarian,
/turf/open/floor/engine/cult,
@@ -14129,6 +16975,12 @@
"aMU" = (
/turf/open/floor/plasteel,
/area/janitor)
+"aMV" = (
+/obj/structure/window/reinforced/spawner,
+/obj/structure/lattice,
+/obj/structure/window/reinforced/spawner/west,
+/turf/open/space/basic,
+/area/space/nearstation)
"aMW" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
@@ -14141,6 +16993,11 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/port/fore)
+"aMY" = (
+/obj/structure/window/reinforced/spawner/north,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"aMZ" = (
/obj/structure/reagent_dispensers/watertank,
/obj/effect/turf_decal/bot,
@@ -14156,6 +17013,20 @@
},
/turf/open/floor/plasteel,
/area/hydroponics)
+"aNb" = (
+/obj/structure/showcase/cyborg/old{
+ dir = 8;
+ pixel_x = 9;
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
+"aNc" = (
+/obj/machinery/computer/monitor{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aNd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -14167,74 +17038,110 @@
/turf/open/floor/plasteel/white,
/area/medical/genetics)
"aNe" = (
-/obj/structure/janitorialcart,
-/obj/item/reagent_containers/glass/bucket,
-/obj/item/mop,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/janitor)
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/aisat_interior)
"aNf" = (
-/obj/machinery/door/airlock/hatch{
- name = "MiniSat Space Access Airlock";
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 6
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Antechamber North";
+ dir = 6;
+ network = list("AISat")
+ },
+/obj/machinery/door/window/westright{
+ name = "Teleporter Access";
req_one_access_txt = "32;19"
},
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNg" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNi" = (
+/obj/structure/window/reinforced/spawner/west,
+/obj/structure/window/reinforced/spawner/north,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNj" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNl" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/window/reinforced/spawner/north,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNm" = (
+/obj/structure/lattice/catwalk,
+/obj/item/stack/cable_coil/cut,
+/obj/structure/cable/layer1,
+/turf/open/space/basic,
+/area/space)
+"aNn" = (
+/obj/structure/closet/crate/freezer,
+/obj/effect/turf_decal/trimline/neutral/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aNo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/structure/cable,
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Antechamber";
+ req_one_access_txt = "32;19"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
+"aNq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"aNh" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"aNi" = (
-/turf/closed/wall/r_wall,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"aNk" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
-/obj/machinery/button/door{
- id = "permabolt3";
- name = "Cell Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = 25;
- specialfunctions = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"aNl" = (
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"aNo" = (
-/obj/machinery/door/airlock/hatch{
- name = "MiniSat Space Access Airlock";
- req_one_access_txt = "32;19"
- },
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"aNp" = (
/obj/structure/cable,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"aNq" = (
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"aNs" = (
-/obj/machinery/computer/teleporter{
- dir = 1
- },
/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNr" = (
+/obj/structure/showcase/cyborg/old{
+ pixel_y = 24
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNs" = (
+/obj/structure/ladder,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aNt" = (
/obj/machinery/power/emitter,
/obj/machinery/camera{
@@ -14248,9 +17155,14 @@
/turf/open/floor/plating,
/area/engine/engineering)
"aNu" = (
-/obj/machinery/teleport/hub,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
+/area/ai_monitored/turret_protected/aisat_interior)
"aNv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -14260,8 +17172,20 @@
/turf/open/floor/plating,
/area/maintenance/aft)
"aNw" = (
-/turf/closed/wall/r_wall,
-/area/ai_monitored/turret_protected/ai)
+/obj/structure/window/reinforced/spawner,
+/obj/structure/window/reinforced/spawner/west,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNx" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/window/reinforced/spawner,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNy" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space)
"aNz" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -14269,22 +17193,30 @@
/turf/open/space/basic,
/area/space/nearstation)
"aNA" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNB" = (
+/obj/machinery/light,
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/trimline/purple/filled/corner,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aND" = (
+/obj/structure/rack,
+/obj/item/clothing/head/welding,
+/obj/item/crowbar/red,
+/obj/item/wrench,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 5;
+ pixel_y = 30
},
/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai)
-"aNB" = (
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai)
-"aNC" = (
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"aND" = (
-/obj/machinery/recharge_station,
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/service)
+/area/ai_monitored/turret_protected/aisat_interior)
"aNE" = (
/obj/machinery/door/airlock/hatch{
name = "TeleSat Space Access Airlock";
@@ -14313,38 +17245,56 @@
/turf/open/floor/plating,
/area/tcommsat/computer)
"aNG" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/machinery/power/terminal{
- dir = 8
+/obj/machinery/power/smes{
+ charge = 5e+006
},
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/service)
+/area/ai_monitored/turret_protected/aisat_interior)
"aNH" = (
-/obj/machinery/power/terminal{
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
dir = 4
},
-/obj/structure/cable,
/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai)
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24;
+ req_access = null;
+ req_one_access_txt = "2;24"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aNJ" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/power/solar_control{
- name = "Western AI Solar Control"
- },
-/obj/structure/cable,
-/turf/open/space/basic,
-/area/space/nearstation)
-"aNL" = (
-/obj/structure/closet/secure_closet/security,
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red{
+/obj/machinery/light{
dir = 8
},
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ areastring = "/area/ai_monitored/turret_protected/aisat_interior";
+ dir = 8;
+ name = "MiniSat Service APC";
+ pixel_x = -25
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNL" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aNM" = (
/obj/structure/chair/stool,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
@@ -14359,6 +17309,21 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/medical/cryo)
+"aNO" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNP" = (
+/obj/effect/turf_decal/box,
+/mob/living/simple_animal/bot/floorbot,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aNQ" = (
/obj/structure/chair/office/light{
dir = 1
@@ -14373,6 +17338,13 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/genetics)
+"aNR" = (
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/obj/machinery/recharge_station,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aNS" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible,
/obj/structure/cable,
@@ -14399,11 +17371,46 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/security/processing)
+"aNV" = (
+/obj/structure/sign/poster/official/ion_rifle{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/box,
+/mob/living/simple_animal/bot/cleanbot,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aNW" = (
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aNX" = (
/obj/structure/table,
/obj/machinery/recharger,
/turf/open/floor/plasteel/showroomfloor,
/area/security/main)
+"aNY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Antechamber";
+ req_one_access_txt = "32;19"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aNZ" = (
/turf/open/floor/plating,
/area/security/processing)
@@ -14420,6 +17427,16 @@
},
/turf/open/floor/plasteel/white,
/area/security/brig)
+"aOb" = (
+/obj/machinery/turretid{
+ control_area = "/area/ai_monitored/turret_protected/aisat_interior";
+ name = "AI Chamber Lower Control";
+ pixel_y = -24;
+ req_access = null;
+ req_access_txt = "65"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aOc" = (
/obj/machinery/door/airlock/security{
name = "Security Office";
@@ -14444,9 +17461,11 @@
/turf/open/floor/plasteel,
/area/security/main)
"aOf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
+/obj/effect/turf_decal/trimline/purple/filled/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aOg" = (
/obj/machinery/vending/wardrobe/sec_wardrobe,
/obj/machinery/light,
@@ -14466,15 +17485,11 @@
/turf/open/floor/plasteel,
/area/security/main)
"aOi" = (
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/machinery/firealarm{
- pixel_y = 24
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 5
},
/turf/open/floor/plasteel,
/area/security/brig)
@@ -14536,6 +17551,18 @@
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/dark,
/area/security/courtroom)
+"aOs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/turretid{
+ control_area = "/area/ai_monitored/turret_protected/aisat_interior";
+ name = "AI Antechamber Control";
+ pixel_x = 24;
+ req_access_txt = "65"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aOt" = (
/turf/open/floor/plasteel/dark,
/area/security/courtroom)
@@ -14573,6 +17600,17 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
+"aOz" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/window/reinforced/spawner/west,
+/obj/effect/turf_decal/trimline/purple/arrow_cw{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aOA" = (
/obj/effect/turf_decal/tile/red{
dir = 1
@@ -14660,6 +17698,7 @@
/obj/effect/turf_decal/tile/red{
dir = 8
},
+/obj/structure/railing,
/turf/open/floor/plasteel,
/area/security/prison)
"aOM" = (
@@ -14670,19 +17709,6 @@
},
/turf/open/floor/plasteel,
/area/security/main)
-"aON" = (
-/obj/machinery/hydroponics/soil,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/prison)
"aOO" = (
/obj/machinery/computer/warrant{
dir = 4
@@ -14695,22 +17721,17 @@
},
/turf/open/floor/plasteel/dark,
/area/security/courtroom)
-"aOR" = (
-/obj/structure/bed,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/radio/intercom{
- desc = "Talk through this. It looks like it has been modified to not broadcast.";
- name = "Prison Intercom (General)";
- pixel_y = 24;
- prison_radio = 1
+"aOQ" = (
+/obj/structure/window/reinforced/spawner/west,
+/obj/structure/window/reinforced/spawner/east,
+/obj/effect/turf_decal/trimline/purple/arrow_ccw{
+ dir = 8
},
-/obj/machinery/camera{
- c_tag = "Security Perma - Cell 1";
- dir = 4;
- network = list("ss13","Security","Prison")
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aOS" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
@@ -14728,21 +17749,6 @@
},
/turf/open/floor/plasteel/dark,
/area/security/courtroom)
-"aOU" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
-/obj/machinery/button/door{
- id = "permabolt2";
- name = "Cell Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = 25;
- specialfunctions = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
"aOV" = (
/obj/structure/table,
/obj/effect/turf_decal/tile/red{
@@ -14756,6 +17762,17 @@
/obj/item/storage/fancy/donut_box,
/turf/open/floor/plasteel,
/area/security/main)
+"aOW" = (
+/obj/structure/window/reinforced/spawner/west,
+/obj/structure/window/reinforced/spawner/east,
+/obj/effect/turf_decal/trimline/purple/arrow_cw{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aOX" = (
/obj/structure/table,
/obj/item/book/manual/wiki/security_space_law{
@@ -14774,6 +17791,32 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/hos)
+"aPa" = (
+/obj/structure/window/reinforced/spawner/west,
+/obj/effect/turf_decal/trimline/purple/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
+"aPb" = (
+/obj/structure/window/reinforced/spawner/north,
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/effect/turf_decal/trimline/purple/arrow_cw{
+ dir = 1
+ },
+/obj/machinery/power/solar_control{
+ name = "Eastern AI Solar Control"
+ },
+/obj/machinery/status_display/evac{
+ pixel_x = 32
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aPc" = (
/obj/machinery/door/airlock/security{
name = "Brig";
@@ -14833,6 +17876,17 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/hos)
+"aPn" = (
+/obj/structure/window/reinforced/spawner/north,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/effect/turf_decal/trimline/purple/arrow_ccw{
+ dir = 1
+ },
+/obj/machinery/status_display/ai{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aPo" = (
/obj/effect/turf_decal/tile/red{
dir = 1
@@ -14884,16 +17938,8 @@
/turf/open/floor/plasteel,
/area/security/brig)
"aPt" = (
-/obj/machinery/atmospherics/pipe/layer_manifold{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "atmos";
- name = "Atmospherics Lockdown"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/atmos)
+/turf/closed/wall,
+/area/security/prison/rec)
"aPu" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -14969,6 +18015,21 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
+"aPA" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/effect/turf_decal/trimline/purple/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
+"aPB" = (
+/obj/machinery/power/tracker,
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/space)
"aPC" = (
/obj/structure/table/reinforced,
/obj/item/paper_bin{
@@ -15033,9 +18094,6 @@
},
/area/maintenance/starboard)
"aPK" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
/obj/effect/turf_decal/tile/neutral{
dir = 4
},
@@ -15046,16 +18104,23 @@
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"aPL" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
-/turf/open/floor/plating,
-/area/maintenance/starboard)
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aPM" = (
/obj/machinery/light,
/obj/machinery/atmospherics/components/unary/vent_pump/on{
@@ -15071,11 +18136,8 @@
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
"aPO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/quartermaster/storage)
@@ -15092,15 +18154,21 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
+"aPQ" = (
+/obj/effect/decal/cleanable/vomit/old,
+/turf/open/floor/wood,
+/area/maintenance/starboard)
"aPR" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/closet/crate/freezer,
+/obj/machinery/holopad,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aPS" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
/obj/effect/turf_decal/tile/neutral{
dir = 4
},
@@ -15111,34 +18179,81 @@
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
-/obj/structure/closet/firecloset,
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
+"aPT" = (
+/obj/structure/window/reinforced/spawner,
+/obj/structure/window/reinforced/spawner/north,
+/obj/machinery/door/window/eastleft{
+ name = "Minisat Solars";
+ req_one_access_txt = "32;19"
+ },
+/obj/machinery/door/window/westleft{
+ name = "Minisat Solars";
+ req_one_access_txt = "32;19"
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aPU" = (
-/obj/effect/turf_decal/bot,
/obj/structure/disposalpipe/segment{
dir = 6
},
+/obj/effect/turf_decal/trimline/neutral/end{
+ dir = 8
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aPV" = (
-/obj/effect/turf_decal/bot,
/obj/structure/closet/crate,
/obj/item/toy/figure/cargotech,
/obj/item/toy/figure/cargotech,
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/effect/turf_decal/trimline/neutral/end{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aPW" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aPX" = (
-/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/trimline/neutral/corner{
+ pixel_x = -16;
+ pixel_y = 16
+ },
+/obj/effect/turf_decal/trimline/neutral/corner{
+ dir = 1;
+ pixel_x = 16;
+ pixel_y = -16
+ },
+/obj/effect/turf_decal/trimline/neutral/corner{
+ dir = 4;
+ pixel_x = -16;
+ pixel_y = -16
+ },
+/obj/effect/turf_decal/trimline/neutral/corner{
+ dir = 8;
+ pixel_x = 16;
+ pixel_y = 16
+ },
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -15166,8 +18281,17 @@
/obj/structure/disposalpipe/segment{
dir = 4
},
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 8
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
+"aQa" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/window/reinforced/spawner/north,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space)
"aQb" = (
/obj/structure/closet/cardboard,
/obj/effect/spawner/lootdrop/maintenance{
@@ -15178,25 +18302,53 @@
/turf/open/floor/plating,
/area/maintenance/fore)
"aQc" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/structure/table,
+/obj/item/folder/yellow,
+/obj/item/stamp,
+/obj/item/stamp/denied{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aQd" = (
-/obj/effect/landmark/start/cargo_technician,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aQe" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/effect/landmark/start/cargo_technician,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aQf" = (
/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/quartermaster/warehouse)
+"aQg" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aQh" = (
/obj/machinery/camera{
c_tag = "Medical - Sleeper Bay";
@@ -15207,22 +18359,11 @@
/turf/open/floor/plasteel,
/area/medical/sleeper)
"aQi" = (
-/obj/effect/turf_decal/stripes/line{
+/obj/effect/turf_decal/trimline/brown/warning{
dir = 8
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/structure/closet/firecloset,
/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/area/quartermaster/storage)
"aQj" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
@@ -15240,13 +18381,11 @@
/turf/open/floor/plasteel/dark,
/area/chapel/office)
"aQl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/airalarm{
- dir = 8;
- pixel_x = 24
+/obj/effect/landmark/start/cargo_technician,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/neutral/line{
+ dir = 1
},
-/obj/effect/turf_decal/stripes/corner,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aQm" = (
@@ -15284,20 +18423,25 @@
/turf/open/floor/plating,
/area/maintenance/fore)
"aQr" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/closet/crate/medical,
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"aQs" = (
-/obj/machinery/power/apc{
- areastring = "/area/hallway/secondary/entry";
- dir = 4;
- name = "Arrivals APC";
- pixel_x = 24
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
-/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/area/hallway/secondary/exit/departure_lounge)
"aQt" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -15305,6 +18449,31 @@
/obj/effect/landmark/start/medical_doctor,
/turf/open/floor/plasteel/white,
/area/medical/storage)
+"aQu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Antechamber";
+ req_one_access_txt = "32;19"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aQv" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aQw" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
@@ -15312,6 +18481,11 @@
},
/turf/open/floor/wood,
/area/lawoffice)
+"aQx" = (
+/obj/structure/lattice/catwalk,
+/obj/item/wirecutters,
+/turf/open/space/basic,
+/area/space)
"aQy" = (
/obj/structure/rack,
/obj/item/storage/briefcase,
@@ -15329,6 +18503,18 @@
},
/turf/open/floor/wood,
/area/lawoffice)
+"aQz" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aQA" = (
/obj/machinery/door/airlock/medical/glass{
name = "Hydroponics";
@@ -15349,6 +18535,24 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/starboard)
+"aQC" = (
+/obj/structure/window/reinforced/spawner/west,
+/obj/effect/turf_decal/trimline/purple/corner,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
+"aQD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/purple,
+/obj/effect/turf_decal/tile/purple{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
"aQE" = (
/obj/structure/closet/crate,
/obj/effect/spawner/lootdrop/maintenance,
@@ -15384,18 +18588,41 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"aQH" = (
-/obj/effect/turf_decal/tile/yellow{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/junction{
+ dir = 4
},
-/obj/structure/tank_dispenser,
/turf/open/floor/plasteel,
-/area/engine/atmos)
+/area/hallway/primary/central)
"aQI" = (
/turf/open/floor/plating,
/area/maintenance/department/security)
+"aQJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/machinery/button/door{
+ id = "miningwarehouse";
+ name = "warehouse shutter controls";
+ pixel_x = -8;
+ pixel_y = 24;
+ req_access_txt = "50"
+ },
+/obj/machinery/light_switch{
+ pixel_y = 24
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse)
"aQK" = (
/turf/closed/wall,
/area/maintenance/department/security)
@@ -15404,32 +18631,27 @@
/turf/open/space/basic,
/area/solar/aft)
"aQM" = (
-/obj/effect/turf_decal/tile/yellow{
+/obj/machinery/atmospherics/pipe/layer_manifold{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
+/obj/machinery/door/poddoor/preopen{
+ id = "atmos";
+ name = "Atmospherics Lockdown"
},
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
-/obj/machinery/airalarm{
- pixel_y = 25
- },
-/turf/open/floor/plasteel,
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
/area/engine/atmos)
"aQN" = (
-/obj/machinery/disposal/bin,
/obj/effect/turf_decal/tile/yellow{
dir = 4
},
/obj/effect/turf_decal/tile/yellow{
dir = 1
},
-/obj/effect/turf_decal/tile/yellow,
-/obj/machinery/light{
- dir = 4
+/obj/structure/tank_dispenser,
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -15488,6 +18710,20 @@
/obj/structure/grille/broken,
/turf/open/space,
/area/space/nearstation)
+"aQV" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
+"aQW" = (
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/brown/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aQX" = (
/obj/structure/girder,
/obj/structure/grille,
@@ -15500,6 +18736,12 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/medical/cryo)
+"aQZ" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aRa" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/door/firedoor,
@@ -15516,21 +18758,23 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"aRc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
- },
-/obj/structure/cable,
+/obj/structure/closet/crate/medical,
/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
+/area/quartermaster/storage)
+"aRd" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aRe" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
+"aRf" = (
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aRg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -15552,13 +18796,45 @@
/turf/open/floor/plasteel,
/area/maintenance/disposal/incinerator)
"aRj" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 8;
- name = "Air to External Air Ports"
+/obj/structure/stairs/west,
+/turf/open/floor/plasteel/stairs,
+/area/crew_quarters/fitness/recreation)
+"aRk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plasteel,
-/area/engine/atmos)
+/area/quartermaster/storage)
+"aRl" = (
+/obj/machinery/computer/cargo{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aRm" = (
+/obj/machinery/button/door{
+ id = "cargowarehouse";
+ name = "warehouse shutter controls";
+ pixel_x = 8;
+ pixel_y = -24;
+ req_access_txt = "50"
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/storage)
"aRn" = (
/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/neutral{
@@ -15570,6 +18846,13 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"aRo" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "cargowarehouse"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse)
"aRp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/structure/disposalpipe/segment{
@@ -15579,6 +18862,24 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"aRq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse)
+"aRr" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "5;12"
+ },
+/obj/effect/mapping_helpers/airlock_note_placer{
+ name = "extra material";
+ note_info = "Chief said to leave the surplus materials here for the construction shuttle to pick up. Don't forget about it or else the QM will have our asses for wasted material!"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"aRs" = (
/obj/effect/landmark/start/station_engineer,
/obj/structure/disposalpipe/segment{
@@ -15597,30 +18898,56 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"aRt" = (
-/obj/effect/turf_decal/tile/red{
- dir = 8
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/crate,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
},
-/obj/effect/turf_decal/tile/red,
-/obj/machinery/light,
-/obj/structure/extinguisher_cabinet{
- pixel_y = -28
+/obj/machinery/button/door{
+ id = "cargowarehouse";
+ name = "warehouse shutter controls";
+ pixel_x = -24;
+ pixel_y = 8;
+ req_access_txt = "50"
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse)
+"aRu" = (
+/obj/structure/closet/crate,
+/obj/item/toy/figure/miner,
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/miningdock)
+"aRv" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/corner,
+/turf/open/floor/plasteel/dark,
+/area/chapel/office)
"aRw" = (
-/obj/machinery/door/airlock/maintenance{
- req_one_access_txt = "12;35"
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/fore)
+/obj/structure/disposalpipe/junction/flip,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aRx" = (
/obj/structure/reflector/box/anchored,
/turf/open/floor/plasteel/dark,
/area/engine/engine_room)
+"aRy" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/chapel/office)
"aRz" = (
/obj/structure/bed,
/obj/effect/landmark/start/virologist,
@@ -15630,12 +18957,60 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/fore)
+"aRB" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/chapel/office)
+"aRC" = (
+/obj/machinery/light/small,
+/obj/effect/turf_decal/trimline/neutral/filled/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/chapel/office)
"aRD" = (
/obj/machinery/door/airlock/maintenance{
req_one_access_txt = "12"
},
/turf/open/floor/plating,
/area/maintenance/department/engine)
+"aRE" = (
+/obj/effect/turf_decal/trimline/neutral/filled/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/chapel/office)
+"aRF" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/corner,
+/turf/open/floor/plasteel/dark,
+/area/chapel/office)
+"aRG" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/chapel/office)
+"aRH" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/chapel/office)
"aRI" = (
/obj/machinery/computer/atmos_alert{
dir = 4
@@ -15681,6 +19056,16 @@
},
/turf/open/floor/plasteel,
/area/engine/atmos)
+"aRN" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/purple,
+/obj/effect/turf_decal/tile/purple{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
"aRO" = (
/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/neutral{
@@ -15744,21 +19129,43 @@
/obj/machinery/light/small,
/turf/open/floor/plating,
/area/maintenance/starboard)
+"aRX" = (
+/obj/machinery/vending/wardrobe/gene_wardrobe,
+/obj/effect/turf_decal/tile/purple,
+/obj/effect/turf_decal/tile/purple{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/genetics)
"aRY" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/storage/tools)
-"aRZ" = (
-/obj/effect/turf_decal/tile/brown{
+/obj/effect/turf_decal/tile/neutral{
dir = 1
},
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
/turf/open/floor/plasteel,
-/area/storage/tools)
+/area/hallway/primary/central)
+"aRZ" = (
+/obj/machinery/shower{
+ dir = 8;
+ name = "emergency shower"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/lobby)
"aSa" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/storage/tools)
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/lobby)
+"aSb" = (
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/zone2)
"aSc" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable,
@@ -15774,45 +19181,50 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"aSe" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 4;
- name = "External Waste Ports to Filter"
+/turf/open/floor/plasteel/stairs,
+/area/crew_quarters/fitness/recreation)
+"aSf" = (
+/obj/effect/turf_decal/trimline/brown/warning{
+ dir = 4
},
-/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/engine/atmos)
+/area/quartermaster/storage)
"aSg" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/turf/open/floor/plasteel,
-/area/storage/tools)
+/obj/structure/table,
+/obj/item/storage/firstaid/regular,
+/obj/structure/sign/departments/chemistry{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/lobby)
"aSh" = (
/turf/closed/wall,
/area/maintenance/disposal/incinerator)
-"aSi" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
-/obj/machinery/button/door{
- id = "permabolt1";
- name = "Cell Bolt Control";
- normaldoorcontrol = 1;
- pixel_x = 25;
- specialfunctions = 4
+"aSj" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
-/obj/machinery/light/small{
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
dir = 1
},
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/hallway/secondary/exit/departure_lounge)
"aSk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/dark/visible/layer3{
- dir = 6
- },
-/turf/open/floor/plasteel/dark,
-/area/engine/atmos)
+/turf/open/floor/plasteel/stairs,
+/area/library/lounge)
"aSl" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -15861,11 +19273,36 @@
},
/turf/open/floor/plasteel,
/area/engine/atmos)
-"aSq" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+"aSp" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
dir = 1
},
-/obj/structure/cable,
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
+"aSq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 10
+ },
/turf/open/floor/plasteel,
/area/engine/atmos)
"aSr" = (
@@ -15926,6 +19363,30 @@
},
/turf/open/floor/plasteel/dark,
/area/medical/morgue)
+"aSz" = (
+/obj/machinery/light,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Escape Left Wing 1";
+ dir = 1
+ },
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
"aSA" = (
/obj/machinery/atmospherics/components/unary/tank/toxins{
dir = 4;
@@ -15945,11 +19406,32 @@
"aSC" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/turf/open/floor/plasteel,
/area/maintenance/disposal/incinerator)
+"aSD" = (
+/obj/machinery/light,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Escape Right Wing 1";
+ dir = 1
+ },
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
"aSE" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
name = "output gas connector port"
@@ -15996,24 +19478,16 @@
/turf/open/floor/plasteel,
/area/maintenance/disposal/incinerator)
"aSJ" = (
-/obj/machinery/meter,
+/obj/structure/bookcase,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/obj/machinery/light,
/turf/open/floor/plasteel,
-/area/maintenance/disposal/incinerator)
+/area/security/prison/rec)
"aSK" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/blobstart,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
/turf/open/floor/plasteel,
/area/maintenance/disposal/incinerator)
"aSL" = (
@@ -16056,6 +19530,14 @@
},
/turf/open/floor/plasteel,
/area/maintenance/disposal/incinerator)
+"aSO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
"aSP" = (
/turf/closed/wall/r_wall,
/area/maintenance/disposal/incinerator)
@@ -16089,12 +19571,10 @@
/area/maintenance/disposal/incinerator)
"aSU" = (
/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold{
- dir = 4
- },
/turf/open/floor/plasteel,
/area/maintenance/disposal/incinerator)
"aSV" = (
@@ -16115,6 +19595,12 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/maintenance/disposal/incinerator)
+"aSY" = (
+/obj/structure/table,
+/obj/machinery/computer/libraryconsole/bookmanagement,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/rec)
"aSZ" = (
/obj/effect/mapping_helpers/airlock/locked,
/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior,
@@ -16134,6 +19620,12 @@
},
/turf/open/floor/engine/vacuum,
/area/maintenance/disposal/incinerator)
+"aTc" = (
+/obj/machinery/newscaster{
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/rec)
"aTd" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 1
@@ -16225,37 +19717,49 @@
/turf/open/floor/plating,
/area/maintenance/fore)
"aTu" = (
-/obj/structure/table,
-/obj/item/analyzer,
-/obj/item/wrench,
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"aTv" = (
-/obj/structure/lattice,
-/turf/closed/wall/r_wall,
-/area/ai_monitored/turret_protected/ai_upload_foyer)
-"aTy" = (
-/obj/effect/turf_decal/bot_white/left,
-/obj/structure/closet/crate/silvercrate,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
+/obj/effect/turf_decal/tile/green{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/obj/effect/turf_decal/tile/green,
+/obj/machinery/requests_console{
+ department = "Hydroponics";
+ departmentType = 2;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics)
+"aTv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aTx" = (
+/obj/structure/window/reinforced/spawner/north,
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space)
+"aTy" = (
+/obj/effect/turf_decal/trimline/purple/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aTz" = (
+/obj/structure/cable,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 5;
+ pixel_y = 30
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Power Bridge Lower";
+ dir = 2;
+ network = list("AISat")
},
/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
+/area/ai_monitored/turret_protected/aisat_interior)
"aTA" = (
/obj/structure/closet/crate,
/obj/effect/spawner/lootdrop/maintenance{
@@ -16265,9 +19769,24 @@
/turf/open/floor/plating,
/area/maintenance/fore)
"aTB" = (
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hydroponics)
+/obj/structure/window/reinforced/spawner,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/purple/arrow_ccw,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/status_display/ai{
+ pixel_x = 32
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Exterior Bridge West";
+ dir = 8;
+ network = list("AISat")
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aTC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -16283,6 +19802,33 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/maintenance/department/security)
+"aTF" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/window/reinforced/spawner,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space)
+"aTG" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/effect/turf_decal/trimline/purple/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
+"aTH" = (
+/obj/structure/window/reinforced/spawner/west,
+/obj/structure/window/reinforced/spawner/east,
+/obj/effect/turf_decal/trimline/purple/arrow_ccw{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aTI" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -16318,6 +19864,17 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
+"aTK" = (
+/obj/structure/window/reinforced/spawner/west,
+/obj/structure/window/reinforced/spawner/east,
+/obj/effect/turf_decal/trimline/purple/arrow_cw{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aTL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 6
@@ -16330,6 +19887,36 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
+"aTM" = (
+/obj/structure/window/reinforced/spawner,
+/obj/structure/window/reinforced/spawner/west,
+/obj/effect/turf_decal/trimline/purple/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
+"aTN" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/window/reinforced/spawner/north,
+/obj/effect/turf_decal/trimline/purple/arrow_ccw{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aTO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 9
@@ -16342,6 +19929,47 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
+"aTP" = (
+/obj/structure/window/reinforced/spawner/west,
+/obj/structure/window/reinforced/spawner/north,
+/obj/effect/turf_decal/trimline/purple/arrow_cw{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
+"aTQ" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/window/reinforced/spawner,
+/obj/effect/turf_decal/trimline/purple/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
+"aTR" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/window/reinforced/spawner/west,
+/obj/effect/turf_decal/trimline/purple/arrow_cw{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aTS" = (
/obj/machinery/vending/wardrobe/engi_wardrobe,
/obj/effect/turf_decal/tile/yellow,
@@ -16382,42 +20010,41 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"aTV" = (
-/obj/structure/chair{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
-/obj/machinery/light,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/lobby)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Antechamber";
+ req_one_access_txt = "32;19"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aTW" = (
/obj/machinery/power/port_gen/pacman,
/turf/open/floor/plating,
/area/engine/engineering)
"aTX" = (
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/yellow{
+/obj/structure/window/reinforced/spawner,
+/obj/structure/window/reinforced/spawner/north,
+/obj/effect/turf_decal/trimline/purple/arrow_ccw{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/light{
- dir = 1
- },
-/obj/item/storage/box/beakers,
-/obj/item/reagent_containers/glass/beaker/large{
- desc = "An XXTRA-large beaker. Can hold up to 101 units.";
- name = "extra large beaker";
- volume = 101
- },
-/obj/item/reagent_containers/glass/beaker/large{
- desc = "An XXTRA-large beaker. Can hold up to 101 units.";
- name = "extra large beaker";
- pixel_x = 2;
- pixel_y = 3;
- volume = 101
- },
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aTY" = (
/obj/machinery/light{
dir = 1
@@ -16437,52 +20064,26 @@
/turf/open/floor/plating,
/area/maintenance/starboard)
"aUa" = (
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
},
-/obj/item/grenade/chem_grenade,
-/obj/item/grenade/chem_grenade{
- pixel_x = 2;
- pixel_y = 2
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
},
-/obj/item/grenade/chem_grenade{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/stack/cable_coil,
-/obj/item/stack/cable_coil{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/screwdriver{
- pixel_x = 2;
- pixel_y = 18
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/obj/structure/cable,
+/obj/structure/window/reinforced/spawner/east,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aUb" = (
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/item/storage/box/syringes,
-/obj/machinery/light,
-/obj/item/storage/box/beakers,
-/obj/item/clothing/glasses/science{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/clothing/glasses/science,
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aUc" = (
-/obj/structure/table_frame/wood,
-/obj/effect/decal/cleanable/vomit/old,
-/turf/open/floor/plating,
+/obj/structure/chair/stool,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
/area/maintenance/starboard)
"aUd" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
@@ -16493,20 +20094,53 @@
/turf/open/floor/plasteel,
/area/medical/cryo)
"aUe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/public/glass,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plasteel,
+/area/maintenance/port/fore)
+"aUf" = (
+/obj/structure/window/reinforced/spawner,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 1
},
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
+/obj/effect/turf_decal/trimline/purple/arrow_cw,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/status_display/evac{
+ pixel_x = -32
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Exterior Bridge East";
+ dir = 4;
+ network = list("AISat")
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aUg" = (
-/obj/structure/table,
-/obj/item/book/manual/hydroponics_pod_people,
-/obj/item/paper/guides/jobs/hydroponics,
-/turf/open/floor/plasteel,
-/area/hydroponics)
+/obj/structure/window/reinforced/spawner,
+/obj/structure/window/reinforced/spawner/north,
+/obj/effect/turf_decal/trimline/purple/arrow_cw{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
+"aUh" = (
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aUi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -16517,18 +20151,25 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"aUj" = (
-/obj/machinery/seed_extractor,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
-/area/security/prison)
"aUk" = (
-/turf/closed/wall/r_wall,
-/area/engine/gravity_generator)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aUl" = (
-/obj/structure/sign/departments/medbay/alt,
-/turf/closed/wall,
-/area/medical/pharmacy)
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Antechamber";
+ req_one_access_txt = "32;19"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aUm" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -16537,23 +20178,24 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"aUn" = (
-/obj/structure/closet/radiation,
-/obj/structure/sign/warning/radiation/rad_area{
- pixel_x = -32
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
"aUo" = (
-/obj/structure/closet/radiation,
-/obj/structure/sign/warning/radiation/rad_area{
- pixel_x = 32
- },
-/obj/machinery/camera{
- c_tag = "Engineering - Gravity Generator Airlock";
- network = list("ss13","Engineering")
+/obj/machinery/navbeacon/wayfinding{
+ location = "Custodial Office";
+ name = "navigation beacon (Custodial Office)"
},
+/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
+/area/janitor)
"aUp" = (
/obj/effect/turf_decal/tile/red,
/obj/effect/turf_decal/tile/red{
@@ -16567,18 +20209,25 @@
dir = 4
},
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"aUr" = (
-/obj/machinery/biogenerator,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/camera{
- c_tag = "Security Perma - Main 2";
- dir = 8;
- network = list("ss13","Security","Prison")
+/obj/machinery/computer/warrant{
+ dir = 1
},
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/hallway/primary/central)
+"aUq" = (
+/obj/structure/window/reinforced/spawner,
+/obj/effect/turf_decal/trimline/purple/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aUs" = (
/obj/machinery/light_switch{
pixel_y = -24
@@ -16590,15 +20239,31 @@
dir = 8
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
"aUt" = (
-/obj/structure/table,
-/obj/item/storage/firstaid/regular,
-/obj/structure/sign/departments/chemistry/pharmacy{
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 10
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Antechamber North #2";
+ dir = 2;
+ network = list("AISat")
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aUu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/status_display/ai{
pixel_y = -32
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/lobby)
+/turf/open/floor/plasteel/grimy,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aUv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -16613,22 +20278,33 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"aUw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"aUx" = (
-/obj/structure/table,
-/obj/item/book/manual/wiki/grenades,
-/obj/item/book/manual/wiki/chemistry{
- pixel_x = -4;
- pixel_y = 4
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
},
-/obj/item/folder/white,
-/obj/item/pen,
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23
+ },
+/obj/machinery/camera{
+ c_tag = "General - Primary Tool Storage";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"aUx" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Antechamber Airlock West";
+ dir = 2;
+ network = list("AISat")
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aUy" = (
/obj/machinery/door/airlock/medical{
name = "Medbay Reception";
@@ -16640,121 +20316,103 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/lobby)
"aUz" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
+/obj/machinery/door/airlock/command/glass{
+ name = "High-Security Command Deck";
+ req_access_txt = "19"
},
-/obj/structure/table,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"aUA" = (
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/item/assembly/timer{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/assembly/timer{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/assembly/timer{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/assembly/timer{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/assembly/igniter{
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/item/assembly/igniter{
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/item/assembly/igniter{
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/item/assembly/igniter{
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/structure/sign/poster/official/safety_eye_protection{
- pixel_y = -32
- },
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
-"aUB" = (
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/item/stack/sheet/mineral/plasma,
-/obj/item/stack/sheet/mineral/plasma,
-/obj/machinery/requests_console{
- department = "Chemistry";
- departmentType = 2;
- name = "Chemistry Request Console";
- pixel_y = -28
- },
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
-"aUC" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/engine/gravity_generator)
-"aUE" = (
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -28
- },
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
-"aUF" = (
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/item/radio/intercom{
- pixel_y = -28
- },
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
-"aUG" = (
-/obj/machinery/door/airlock/engineering/glass{
- name = "Gravity Generator";
- req_access_txt = "11"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
-"aUH" = (
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
-"aUI" = (
-/obj/effect/turf_decal/bot_white/right,
-/obj/effect/turf_decal/tile/neutral{
+/obj/effect/turf_decal/trimline/purple/arrow_ccw{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aUA" = (
+/obj/machinery/light/small{
+ dir = 8
},
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Antechamber Airlock East";
+ dir = 2;
+ network = list("AISat")
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aUB" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable,
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aUC" = (
+/obj/effect/turf_decal/trimline/purple/filled/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/red/filled/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aUD" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aUE" = (
+/obj/machinery/door/airlock/hatch{
+ name = "MiniSat Antechamber";
+ req_one_access_txt = "32;19"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
+"aUF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/turf_decal/trimline/purple/filled/corner{
dir = 8
},
/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
+/area/ai_monitored/turret_protected/aisat_interior)
+"aUG" = (
+/obj/machinery/atmospherics/pipe/layer_manifold{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aUH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/navbeacon/wayfinding{
+ location = "Public Garden";
+ name = "navigation beacon (Public Garden)"
+ },
+/turf/open/floor/grass,
+/area/hydroponics/garden)
+"aUI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aUJ" = (
/obj/machinery/door/airlock/command{
name = "Teleport Access";
@@ -16768,30 +20426,40 @@
"aUK" = (
/obj/structure/table,
/obj/item/paper/crumpled{
- info = "HONK HONK! Today I found a funny bird outside the theatre! I fed it some of my cheesey honks and it threw up EVERYWHERE! I made him a home to live in while I find him a good owner! HONK HONK HONK!";
+ info = "HONK HONK! Today I found a funny bird outside the theatre! I fed him some of my cheesey honks and he threw up EVERYWHERE! I made him a home to live in near the chapel while I find him a good owner! HONK HONK HONK!";
name = "crumpled note"
},
/obj/item/toy/crayon/red,
/turf/open/floor/wood,
/area/maintenance/port/aft)
"aUL" = (
-/obj/machinery/gateway{
- dir = 9
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/status_display/ai{
+ pixel_x = -32
},
-/obj/effect/turf_decal/bot_white/right,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 6
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+/obj/machinery/door/window/northleft{
+ name = "Teleporter Access";
+ req_one_access_txt = "32;19"
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/dark,
-/area/gateway)
+/area/ai_monitored/turret_protected/aisat_interior)
+"aUM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aUN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aUO" = (
/obj/effect/turf_decal/tile/yellow,
/obj/effect/turf_decal/tile/yellow{
@@ -16800,12 +20468,6 @@
/obj/machinery/vending/engivend,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"aUP" = (
-/obj/machinery/shower{
- dir = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/security/prison)
"aUQ" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -16821,6 +20483,17 @@
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
+"aUS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/machinery/status_display/evac{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aUT" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -16850,6 +20523,43 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/heads/chief)
+"aUW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/turf_decal/trimline/purple/filled/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aUX" = (
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 5
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Antechamber South #2";
+ dir = 10;
+ network = list("AISat")
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aUY" = (
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 9
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Antechamber South";
+ dir = 1;
+ network = list("AISat")
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
+"aUZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/purple/filled/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aVa" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 4
@@ -16866,6 +20576,33 @@
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/lobby)
+"aVc" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/structure/window/reinforced/spawner/west,
+/obj/effect/turf_decal/trimline/purple/arrow_ccw{
+ dir = 8
+ },
+/obj/machinery/status_display/ai{
+ pixel_y = 32
+ },
+/obj/machinery/power/solar_control{
+ name = "Southern AI Solar Control"
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
+"aVd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aVe" = (
/obj/structure/closet/toolcloset,
/obj/effect/turf_decal/tile/yellow{
@@ -16900,6 +20637,27 @@
},
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
+"aVh" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/structure/window/reinforced/spawner/east,
+/obj/effect/turf_decal/trimline/purple/arrow_cw{
+ dir = 4
+ },
+/obj/machinery/status_display/evac{
+ pixel_y = 32
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Exterior Bridge South";
+ dir = 2;
+ network = list("AISat")
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"aVi" = (
/obj/effect/turf_decal/tile/yellow{
dir = 1
@@ -16977,6 +20735,18 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
+"aVq" = (
+/obj/machinery/light/small{
+ dir = 1;
+ light_color = "#ffc1c1"
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Antechamber Airlock South";
+ dir = 4;
+ network = list("AISat")
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aVr" = (
/obj/structure/rack,
/obj/item/electronics/airlock,
@@ -17000,11 +20770,38 @@
},
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
+"aVs" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Antechamber Exterior North";
+ dir = 1;
+ network = list("AISat")
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"aVt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/construction/mining/aux_base)
+/obj/machinery/navbeacon/wayfinding{
+ location = "Research & Development";
+ name = "navigation beacon (Research & Development)"
+ },
+/turf/open/floor/plasteel/white,
+/area/science/research)
+"aVu" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Antechamber Exterior North #2";
+ dir = 1;
+ network = list("AISat")
+ },
+/turf/open/space/basic,
+/area/space)
"aVv" = (
/obj/effect/turf_decal/tile/yellow{
dir = 1
@@ -17060,6 +20857,24 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/lab)
+"aVB" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Antechamber Exterior South";
+ dir = 2;
+ network = list("AISat")
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
+"aVC" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Antechamber Exterior South #2";
+ dir = 2;
+ network = list("AISat")
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"aVD" = (
/turf/open/floor/plasteel,
/area/crew_quarters/heads/chief)
@@ -17071,18 +20886,23 @@
/turf/open/floor/plasteel,
/area/science/storage)
"aVF" = (
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 4
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - Minisat Entry";
+ dir = 1;
+ network = list("AISat")
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/space/basic,
+/area/space/nearstation)
+"aVG" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - Minisat Entry #2";
+ dir = 1;
+ network = list("AISat")
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
+/turf/open/space/basic,
+/area/space/nearstation)
"aVH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -17120,6 +20940,16 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"aVL" = (
+/obj/machinery/turretid{
+ control_area = "/area/ai_monitored/turret_protected/aisat_interior";
+ name = "AI Antechamber Control";
+ pixel_y = 24;
+ req_access = null;
+ req_access_txt = "65"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"aVM" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 8
@@ -17167,6 +20997,20 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/brig)
+"aVQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 5;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/foyer)
"aVS" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -17180,29 +21024,56 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/brig)
-"aVU" = (
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
+"aVT" = (
+/obj/effect/turf_decal/tile/brown{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aVU" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 5
+ },
/turf/open/floor/plasteel,
/area/security/brig)
"aVV" = (
-/obj/machinery/door/airlock/medical/glass{
- id_tag = "MedbayFoyer";
- name = "Medbay";
- req_access_txt = "5"
+/obj/machinery/power/apc{
+ areastring = "/area/security/checkpoint/medical";
+ dir = 4;
+ name = "Medical Security Checkpoint APC";
+ pixel_x = 24
},
-/obj/effect/mapping_helpers/airlock/unres{
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/lobby)
+/obj/machinery/button/door{
+ id = "medicalcheckpoint";
+ name = "Privacy Shutters Control";
+ pixel_x = 24;
+ pixel_y = 8;
+ req_access_txt = "1"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/camera{
+ c_tag = "Medical - Security Checkpoint";
+ dir = 8;
+ network = list("ss13","Medical")
+ },
+/turf/open/floor/plasteel,
+/area/security/checkpoint/medical)
"aVW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 9
@@ -17217,10 +21088,34 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/lobby)
"aVY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/sign/poster/official/work_for_a_future{
+ pixel_y = 32
+ },
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/rec)
+"aVZ" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aWa" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Cargo Bay Maintenance";
+ req_access_txt = "31"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"aWb" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
"aWc" = (
/obj/effect/turf_decal/tile/red{
dir = 1
@@ -17246,14 +21141,13 @@
/turf/open/floor/plasteel,
/area/security/brig)
"aWe" = (
-/obj/effect/turf_decal/tile/red{
- dir = 4
+/obj/machinery/camera{
+ c_tag = "Security - Main Hall 3";
+ network = list("ss13","Security")
},
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 1
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 5
},
-/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/brig)
"aWf" = (
@@ -17312,23 +21206,52 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/brig)
+"aWk" = (
+/obj/structure/closet,
+/obj/item/c_tube,
+/obj/item/c_tube,
+/obj/item/clipboard,
+/obj/item/destTagger,
+/obj/item/stack/packageWrap,
+/obj/item/stack/packageWrap,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard)
"aWl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/tile/red{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 5
},
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/security/processing)
+/area/security/brig)
+"aWm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aWn" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/security/main)
+"aWo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aWp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -17355,6 +21278,12 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/main)
+"aWr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aWs" = (
/obj/machinery/door/airlock/security/glass{
name = "Equipment Room";
@@ -17362,18 +21291,47 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/main)
-"aWu" = (
-/obj/machinery/door/poddoor/preopen{
- id = "brigexternalblast";
- name = "External Security Blast Door"
+"aWt" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/machinery/status_display/supply{
+ pixel_y = -32
},
-/obj/structure/cable,
-/obj/effect/spawner/structure/window/reinforced,
/obj/structure/disposalpipe/segment{
dir = 9
},
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aWu" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
-/area/security/brig)
+/area/quartermaster/office)
+"aWv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aWw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
+"aWx" = (
+/obj/effect/turf_decal/tile/brown,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aWy" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 4
@@ -17387,6 +21345,15 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/brig)
+"aWz" = (
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/quartermaster/office)
"aWA" = (
/obj/machinery/computer/secure_data,
/obj/effect/turf_decal/tile/red{
@@ -17433,6 +21400,18 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/main)
+"aWG" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aWH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/showroomfloor,
@@ -17497,14 +21476,22 @@
/turf/open/floor/plasteel,
/area/security/main)
"aWP" = (
-/obj/effect/turf_decal/stripes/line{
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 8
+/obj/structure/sign/departments/cargo{
+ pixel_y = 32
},
/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
+/area/hallway/primary/central)
+"aWQ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aWR" = (
/obj/machinery/door/airlock/public/glass{
name = "Courtroom"
@@ -17559,6 +21546,47 @@
/obj/structure/chair,
/turf/open/floor/carpet,
/area/crew_quarters/heads/hos)
+"aWY" = (
+/obj/machinery/camera{
+ c_tag = "Hallway - Arrival Wing 2";
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"aWZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 8;
+ sortType = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"aXa" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aXb" = (
/obj/machinery/door/poddoor/shutters/preopen{
id = "hop";
@@ -17604,17 +21632,14 @@
/turf/open/floor/carpet,
/area/crew_quarters/heads/hop)
"aXd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
},
-/obj/effect/landmark/start/botanist,
-/obj/machinery/camera{
- c_tag = "Service - Hydroponics Backroom";
- dir = 1;
- network = list("ss13","Hydroponics")
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/hydroponics)
+/turf/open/floor/plasteel/dark,
+/area/chapel/office)
"aXe" = (
/obj/effect/turf_decal/tile/red,
/obj/effect/turf_decal/tile/red{
@@ -17636,67 +21661,65 @@
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
"aXg" = (
-/obj/effect/turf_decal/bot_white,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
+/turf/open/floor/plating,
+/area/hallway/primary/central)
"aXh" = (
-/obj/effect/turf_decal/bot_white/left,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 10
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aXi" = (
-/obj/machinery/gravity_generator/main/station,
-/obj/effect/turf_decal/bot_white,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
+/obj/effect/turf_decal/trimline/red/filled/corner{
dir = 8
},
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"aXj" = (
/obj/machinery/iv_drip,
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"aXk" = (
-/obj/machinery/door/airlock/security{
- name = "Security Checkpoint";
- req_access_txt = "1"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/requests_console{
+ department = "Chapel";
+ departmentType = 2;
+ pixel_y = -30
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/chapel/office)
+"aXl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark,
+/area/chapel/office)
+"aXm" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Chapel Office";
+ req_access_txt = "22"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/dark,
+/area/chapel/office)
"aXn" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -17715,7 +21738,7 @@
name = "privacy shutters"
},
/turf/open/floor/plating,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
"aXq" = (
/obj/structure/table/reinforced,
/obj/item/folder/white,
@@ -17737,7 +21760,7 @@
dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
"aXs" = (
/obj/structure/table/reinforced,
/obj/machinery/cell_charger,
@@ -17792,19 +21815,21 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"aXx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/obj/machinery/airalarm{
+ pixel_y = 25
},
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/lobby)
+/turf/open/floor/plasteel/chapel{
+ dir = 1
+ },
+/area/chapel/main)
"aXy" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/medbay/zone2)
"aXz" = (
@@ -17827,6 +21852,14 @@
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
+"aXB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main)
"aXC" = (
/obj/machinery/door/firedoor,
/obj/structure/disposalpipe/segment{
@@ -17850,6 +21883,14 @@
/obj/item/stack/rods/ten,
/turf/open/floor/plating,
/area/maintenance/fore)
+"aXF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 1
+ },
+/area/chapel/main)
"aXG" = (
/obj/structure/girder,
/turf/open/floor/plating,
@@ -17866,31 +21907,68 @@
dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
+"aXI" = (
+/obj/item/radio/intercom{
+ pixel_y = 25
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main)
+"aXJ" = (
+/obj/machinery/camera{
+ c_tag = "Civilian - Chapel Main 2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 1
+ },
+/area/chapel/main)
+"aXK" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main)
"aXL" = (
-/obj/machinery/holopad,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel/chapel{
+ dir = 4
+ },
+/area/chapel/main)
"aXM" = (
-/obj/structure/disposalpipe/segment{
+/obj/structure/sign/poster/official/bless_this_spess{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/chapel{
dir = 4
},
-/obj/machinery/shower{
- dir = 8;
- name = "emergency shower"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/lobby)
+/area/chapel/main)
"aXN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/firealarm{
+ pixel_y = 24
},
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/medical/medbay/lobby)
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aXO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/processing)
"aXP" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 4
@@ -17906,6 +21984,15 @@
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
+"aXQ" = (
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ areastring = "/area/security/prison/workout";
+ name = "Prison Workout Room APC";
+ pixel_y = -23
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
"aXR" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -17922,33 +22009,57 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"aXS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/sorting/mail{
- name = "sorting disposal pipe (Virology)";
- sortType = 27
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/obj/structure/cable,
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 6
+ },
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/security/brig)
"aXT" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/light/small,
/turf/open/floor/plasteel/white,
/area/medical/virology)
"aXU" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "chemistryshutter";
- name = "Pharmacy Privacy Shutters"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/door/window/southright{
- name = "Pharmacy Desk";
- req_access_txt = "5; 69"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/medical/pharmacy)
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aXV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/junction{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
"aXW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -17968,7 +22079,7 @@
dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
"aXZ" = (
/obj/machinery/door/airlock/maintenance{
name = "Surgery Maintenance Access";
@@ -17977,30 +22088,34 @@
/turf/open/floor/plating,
/area/medical/surgery)
"aYa" = (
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = 28
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 6
},
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aYb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
+/obj/machinery/light,
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
"aYc" = (
/obj/machinery/door/window/southright{
name = "Genetics Pen";
@@ -18040,7 +22155,6 @@
},
/area/medical/genetics)
"aYg" = (
-/obj/effect/landmark/start/geneticist,
/mob/living/carbon/monkey,
/turf/open/floor/plasteel,
/area/medical/genetics)
@@ -18072,7 +22186,7 @@
dir = 8
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
"aYm" = (
/obj/effect/landmark/blobstart,
/turf/open/floor/plasteel/dark,
@@ -18101,51 +22215,95 @@
},
/turf/open/floor/plasteel/white,
/area/medical/virology)
-"aYs" = (
-/obj/effect/turf_decal/tile/yellow,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+"aYq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/machinery/camera{
- c_tag = "Medical - Main 1";
- dir = 8;
- network = list("ss13","Medical")
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/shower{
- dir = 8;
- name = "Chemical Emergency Shower"
+/obj/item/radio/intercom{
+ pixel_y = -28
},
/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
-"aYt" = (
-/obj/machinery/vending/wardrobe/sec_wardrobe,
-/obj/effect/turf_decal/tile/red{
- dir = 1
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 6
},
-/obj/effect/turf_decal/tile/red{
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aYr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -28
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aYs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aYt" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/light,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/processing)
+"aYu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/rec)
+"aYv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/structure/railing/corner{
dir = 8
},
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aYw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/machinery/light{
+ dir = 1
+ },
/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23
+ pixel_y = 25
},
/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
-"aYu" = (
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
+/area/security/prison/rec)
"aYx" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -18219,14 +22377,42 @@
/turf/open/floor/plasteel/dark,
/area/security/brig)
"aYF" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"aYG" = (
+/obj/machinery/atmospherics/components/binary/valve/layer1{
+ name = "N2O Release Valve"
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"aYH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 6
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/aft)
+/obj/structure/cable,
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/security/brig)
"aYI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -18252,28 +22438,40 @@
/turf/closed/wall/r_wall,
/area/engine/atmos)
"aYL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+/obj/effect/turf_decal/tile/red{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/effect/turf_decal/tile/red{
+ dir = 8
},
-/turf/closed/wall,
-/area/janitor)
+/obj/structure/sign/warning/pods{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 8
+ },
+/area/hallway/secondary/exit/departure_lounge)
"aYM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/obj/structure/sign/warning/coldtemp{
+ pixel_x = -32
},
/turf/open/floor/plating,
-/area/maintenance/aft)
+/area/maintenance/port/fore)
"aYN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/aft)
+"aYO" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/sign/warning/hottemp{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/white,
+/area/science/mixing)
"aYP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 5
@@ -18283,13 +22481,6 @@
},
/turf/open/floor/plating,
/area/maintenance/aft)
-"aYQ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
"aYR" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -18305,6 +22496,12 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/brig)
+"aYT" = (
+/obj/structure/sign/warning/chemdiamond{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"aYU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -18312,18 +22509,15 @@
/turf/open/floor/plasteel,
/area/security/main)
"aYV" = (
-/obj/effect/turf_decal/tile/red{
- dir = 4
+/obj/machinery/gulag_teleporter,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
},
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 1
+/obj/structure/sign/warning/docking{
+ pixel_x = -32
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/security/brig)
+/area/security/processing)
"aYW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
@@ -18333,11 +22527,16 @@
/turf/open/floor/plasteel,
/area/security/main)
"aYY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
+/obj/effect/decal/cleanable/blood/old,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
/turf/open/floor/plating,
/area/maintenance/department/security)
+"aYZ" = (
+/obj/machinery/rnd/bepis,
+/turf/open/floor/engine,
+/area/science/explab)
"aZa" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -18357,6 +22556,13 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
+"aZc" = (
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plasteel,
+/area/maintenance/port/fore)
"aZd" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
dir = 4
@@ -18493,30 +22699,21 @@
/turf/open/floor/plasteel,
/area/security/brig)
"aZr" = (
-/obj/structure/table,
-/obj/item/storage/box/prisoner,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/security/processing)
+/obj/structure/stairs/north,
+/turf/open/floor/plasteel/stairs,
+/area/security/prison)
"aZs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 9
+ },
/turf/open/floor/plasteel,
-/area/security/processing)
+/area/security/prison/workout)
"aZt" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/sign/warning/pods{
- pixel_x = 32
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 1
},
/turf/open/floor/plasteel,
-/area/security/processing)
+/area/security/prison/workout)
"aZu" = (
/obj/effect/landmark/event_spawn,
/turf/open/floor/plasteel/white,
@@ -18529,31 +22726,23 @@
dir = 4
},
/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/prison)
-"aZw" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 5
+ },
+/obj/effect/turf_decal/tile/red{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
+/obj/effect/turf_decal/tile/red,
/turf/open/floor/plasteel,
/area/security/prison)
-"aZx" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+"aZy" = (
+/obj/structure/ladder,
+/obj/machinery/light/small{
+ dir = 1;
+ light_color = "#ffc1c1"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
- },
-/obj/structure/cable,
-/obj/effect/landmark/start/prisoner,
-/turf/open/floor/plasteel,
-/area/security/prison)
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"aZz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
@@ -18563,47 +22752,26 @@
/turf/open/floor/plasteel,
/area/security/prison)
"aZA" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 5
},
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/workout)
"aZB" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/workout)
"aZC" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
- },
-/obj/effect/landmark/start/prisoner,
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/workout)
"aZD" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/door/airlock/public/glass{
+ name = "Workout Area"
},
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
-/area/security/prison)
-"aZE" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/workout)
"aZF" = (
/obj/machinery/door/airlock/security/glass{
name = "Prison Wing";
@@ -18615,99 +22783,42 @@
/turf/open/floor/plasteel,
/area/security/prison)
"aZG" = (
-/obj/effect/turf_decal/tile/red{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 6
},
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/security/processing)
+/turf/closed/wall,
+/area/maintenance/port/fore)
"aZH" = (
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 10
},
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/brig)
+/turf/closed/wall,
+/area/maintenance/port/fore)
"aZI" = (
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/brig)
+/turf/closed/wall,
+/area/maintenance/port/fore)
"aZJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+ dir = 5
},
+/turf/closed/wall,
+/area/maintenance/port/fore)
+"aZK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/closed/wall,
+/area/maintenance/port/fore)
+"aZL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/security/brig)
-"aZK" = (
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/junction{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/brig)
-"aZL" = (
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/brig)
+/area/janitor)
"aZM" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -18737,13 +22848,9 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/dark,
/area/security/courtroom)
-"aZQ" = (
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
+"aZP" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "5;12"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -18751,23 +22858,30 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/machinery/light,
-/obj/structure/disposalpipe/segment{
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"aZQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/brig)
+/obj/machinery/door/airlock/engineering{
+ name = "Upper-Floor Maintenance Access";
+ req_access_txt = "10"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"aZR" = (
-/obj/effect/turf_decal/tile/red{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/railing{
+ dir = 8
},
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red,
/turf/open/floor/plasteel,
-/area/security/processing)
+/area/security/prison)
"aZS" = (
/obj/structure/chair{
dir = 8
@@ -18802,47 +22916,27 @@
},
/turf/open/floor/plasteel/dark,
/area/security/brig)
-"aZW" = (
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
+"aZV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/structure/extinguisher_cabinet{
- pixel_y = -28
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"aZW" = (
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 1
},
+/obj/effect/turf_decal/trimline/neutral/filled/line,
/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/security/brig)
+/area/maintenance/port/fore)
"aZX" = (
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/brig)
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"aZY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -18850,38 +22944,38 @@
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
"aZZ" = (
-/obj/effect/turf_decal/stripes/line{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 6
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
},
+/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
+/area/janitor)
"baa" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
"bab" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
-"bac" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
-/obj/machinery/light,
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 1
},
+/obj/effect/turf_decal/trimline/neutral/filled/line,
+/obj/machinery/power/deck_relay,
/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/security/processing)
+/area/maintenance/port/fore)
+"bac" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bad" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -18896,18 +22990,15 @@
/turf/open/floor/plasteel,
/area/security/processing)
"bae" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 10
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+/obj/machinery/door/airlock/public/glass,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/obj/structure/disposalpipe/segment,
/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/processing)
+/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"baf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -18916,22 +23007,26 @@
/turf/open/floor/holofloor/wood,
/area/crew_quarters/heads/captain/private)
"bag" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
-"bah" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 10
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
+"bah" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
+/obj/structure/disposalpipe/segment,
/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/processing)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bai" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 6
@@ -18967,17 +23062,29 @@
dir = 8
},
/obj/structure/cable,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/ai_monitored/security/armory)
"bal" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+/obj/machinery/door/airlock/public/glass,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
+"bam" = (
+/obj/machinery/door/airlock/public/glass,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"ban" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
@@ -18986,11 +23093,11 @@
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
"bao" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bap" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -19017,11 +23124,15 @@
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
"bas" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bat" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
@@ -19030,32 +23141,26 @@
/turf/open/floor/plasteel,
/area/security/brig)
"bau" = (
-/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/public/glass{
+ name = "Recreational Area"
+ },
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
-/area/security/processing)
+/area/security/prison/rec)
"bav" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
-/area/security/processing)
+/area/security/prison/rec)
"baw" = (
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
-/turf/open/floor/plasteel,
-/area/security/brig)
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bax" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 1
- },
/turf/open/floor/plasteel,
-/area/security/processing)
+/area/security/prison/rec)
"bay" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -19070,15 +23175,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/research)
-"baz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/processing)
"baA" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 1
@@ -19093,7 +23189,6 @@
/area/security/processing)
"baC" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/dark,
/area/security/brig)
"baD" = (
@@ -19116,6 +23211,19 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/main)
+"baF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"baG" = (
/obj/structure/chair{
dir = 1
@@ -19174,7 +23282,7 @@
/area/security/main)
"baM" = (
/obj/machinery/door/airlock/maintenance{
- req_access_txt = "63"
+ req_access_txt = "12;1"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -19369,14 +23477,9 @@
/turf/closed/wall,
/area/maintenance/disposal/incinerator)
"bbm" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 8
- },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
+/area/hallway/primary/central)
"bbn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -19388,105 +23491,168 @@
/turf/open/floor/plasteel/dark,
/area/security/courtroom)
"bbo" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 4
- },
+/obj/effect/turf_decal/trimline/red/corner,
/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
+/area/hallway/primary/central)
"bbp" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/machinery/door/airlock/command/glass{
+ name = "High-Security Command Deck";
+ req_access_txt = "19"
+ },
+/obj/effect/turf_decal/trimline/red/arrow_cw,
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bbq" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"bbs" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 8
+/obj/structure/grille/broken,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"bbt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
+"bbr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
-"bbu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
-"bbv" = (
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
+"bbs" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 10
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/sign/directions/vault{
+ pixel_x = -30;
+ pixel_y = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bbt" = (
+/obj/effect/turf_decal/trimline/red/filled/shrink_ccw,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 5
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bbu" = (
+/obj/effect/turf_decal/trimline/red/arrow_cw{
+ dir = 6
},
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
-"bbw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
-"bbx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 10
- },
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
-"bby" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
-"bbz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
-"bbA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
-"bbB" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 1
+ dir = 8
},
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
-"bbD" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bbv" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/closed/wall/r_wall,
+/area/hallway/primary/central)
+"bbw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
-"bbF" = (
-/obj/structure/filingcabinet,
-/obj/item/folder/documents,
-/obj/effect/turf_decal/bot_white,
-/obj/effect/turf_decal/tile/neutral{
+/obj/structure/disposalpipe/junction/flip{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bbx" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bby" = (
+/obj/effect/turf_decal/tile/brown{
dir = 4
},
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bbz" = (
+/obj/item/storage/toolbox/mechanical{
+ pixel_z = 6
+ },
+/obj/item/storage/toolbox/mechanical,
+/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil,
+/obj/structure/rack,
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bbA" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/storage/primary)
+"bbB" = (
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
-/obj/machinery/light,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bbC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
+"bbD" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/junction/flip{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bbE" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
+"bbF" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
"bbG" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable,
@@ -19495,6 +23661,19 @@
"bbH" = (
/turf/open/floor/plating,
/area/construction)
+"bbI" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bbJ" = (
/obj/effect/turf_decal/tile/bar{
dir = 1
@@ -19623,6 +23802,20 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
+"bca" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/grille,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bcb" = (
/obj/effect/turf_decal/tile/bar{
dir = 1
@@ -19637,6 +23830,20 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
+"bcc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/spawner/lootdrop/crate_spawner,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bcd" = (
/obj/effect/turf_decal/tile/red{
dir = 8
@@ -19667,60 +23874,110 @@
},
/area/crew_quarters/kitchen)
"bcf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/circuit,
-/area/ai_monitored/nuke_storage)
-"bcj" = (
-/obj/effect/turf_decal/bot_white/right,
-/obj/structure/closet/crate/goldcrate,
-/obj/effect/turf_decal/tile/neutral{
+/obj/structure/table,
+/obj/item/analyzer,
+/obj/item/wrench,
+/obj/effect/turf_decal/tile/brown{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
},
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bcg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
+"bch" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/grille/broken,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
+"bci" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
+"bcj" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bck" = (
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
-"bck" = (
-/obj/machinery/porta_turret/ai,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
-"bcl" = (
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
-"bcm" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/engine,
-/area/science/explab)
-"bcn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/nuke_storage)
-"bcp" = (
-/obj/effect/turf_decal/bot_white/right,
-/obj/machinery/ore_silo,
-/obj/effect/turf_decal/tile/neutral{
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bcl" = (
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bcm" = (
+/obj/machinery/light{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/engine,
+/area/science/explab)
+"bcn" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment{
+ dir = 10
},
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bco" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
+"bcp" = (
+/turf/closed/wall,
+/area/maintenance/department/engine)
"bcq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -19738,81 +23995,98 @@
/obj/effect/turf_decal/stripes/end,
/turf/open/floor/plating,
/area/maintenance/aft)
-"bct" = (
-/turf/open/floor/circuit,
-/area/ai_monitored/nuke_storage)
-"bcu" = (
-/obj/effect/mapping_helpers/airlock/locked,
-/obj/machinery/door/airlock/vault{
- req_access_txt = "53"
+"bcr" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "5;12"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/effect/mapping_helpers/airlock/abandoned,
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/structure/cable,
/turf/open/floor/plating,
-/area/ai_monitored/nuke_storage)
-"bcw" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/area/maintenance/port/fore)
+"bcs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/newscaster{
- pixel_y = -32
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bct" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/grass,
+/area/hydroponics/garden)
+"bcu" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Public Garden"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/hydroponics/garden)
+"bcv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bcw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/maintenance/port/aft)
"bcx" = (
-/obj/structure/safe,
-/obj/item/clothing/head/bearpelt,
-/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,
-/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,
-/obj/item/gun/ballistic/revolver/russian,
-/obj/item/ammo_box/a357,
-/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka,
-/obj/effect/turf_decal/bot_white/left,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
+/obj/effect/spawner/structure/window,
+/turf/open/floor/plating,
+/area/storage/primary)
"bcy" = (
-/obj/structure/rack,
-/obj/machinery/light/small{
- dir = 8
+/obj/structure/table,
+/obj/item/screwdriver,
+/obj/item/flashlight,
+/obj/item/assembly/igniter{
+ pixel_x = -4;
+ pixel_z = 2
},
-/obj/effect/spawner/lootdrop/techstorage/command,
-/obj/effect/turf_decal/tile/neutral{
+/obj/item/assembly/igniter,
+/obj/machinery/camera{
+ c_tag = "Primary Tool Storage";
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
+/obj/effect/turf_decal/tile/brown{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
+/obj/effect/turf_decal/tile/brown{
dir = 8
},
-/obj/machinery/camera/motion{
- c_tag = "Secure - Vault";
- dir = 4;
- network = list("ss13","Secure")
- },
-/obj/machinery/door/window/eastright{
- name = "Secure Board Storage";
- req_access_txt = "53"
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
+/turf/open/floor/plasteel,
+/area/storage/primary)
"bcz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -19824,6 +24098,16 @@
dir = 5
},
/area/crew_quarters/kitchen)
+"bcA" = (
+/obj/machinery/atmospherics/pipe/layer_manifold{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/aft)
+"bcB" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/turf/closed/wall,
+/area/maintenance/port/fore)
"bcC" = (
/turf/closed/wall,
/area/maintenance/disposal)
@@ -19839,31 +24123,22 @@
},
/area/crew_quarters/kitchen)
"bcE" = (
-/obj/structure/table,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/effect/turf_decal/bot_white/left,
-/obj/machinery/door/window/northleft{
- name = "Secure Board Storage";
- req_access_txt = "53"
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
+/turf/open/floor/plasteel,
+/area/storage/primary)
"bcF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/wood,
/area/crew_quarters/theatre)
+"bcG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/maintenance/port/fore)
"bcH" = (
/obj/structure/chair{
dir = 4
@@ -19880,6 +24155,10 @@
dir = 5
},
/area/crew_quarters/kitchen)
+"bcJ" = (
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/turf/closed/wall,
+/area/maintenance/port/fore)
"bcK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
@@ -19890,7 +24169,6 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
dir = 8
},
-/obj/structure/cable,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
@@ -19914,15 +24192,37 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/department/security)
+"bcP" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line,
+/turf/open/floor/plasteel,
+/area/maintenance/port/fore)
"bcQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/medical/glass{
- name = "Chemfactory Access Airlock";
+/obj/machinery/door/airlock/maintenance{
+ name = "Medical Maintenance Access";
req_access_txt = "5"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
+/area/maintenance/port)
+"bcR" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Upper External Hull Access";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bcS" = (
/obj/machinery/door/airlock/maintenance{
name = "Disposal Access";
@@ -19946,6 +24246,12 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
+"bcU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bcV" = (
/obj/structure/chair,
/obj/machinery/light/small{
@@ -20041,6 +24347,23 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
/turf/open/floor/plasteel/white,
/area/medical/surgery)
+"bdj" = (
+/obj/structure/closet/secure_closet/medical2,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms/room_a)
+"bdk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/port/fore)
"bdl" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 8
@@ -20110,11 +24433,18 @@
/turf/open/floor/plasteel/white,
/area/medical/surgery)
"bdt" = (
-/obj/machinery/light{
- dir = 1
+/obj/effect/decal/cleanable/cobweb,
+/obj/structure/closet/crate{
+ icon_state = "crateopen"
},
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/item/stack/sheet/metal/ten,
+/obj/item/stack/tile/plasteel{
+ amount = 25
+ },
+/obj/item/stack/rods/twentyfive,
+/obj/item/storage/toolbox/mechanical,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"bdu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -20137,15 +24467,11 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"bdx" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3,
-/obj/machinery/navbeacon/wayfinding{
- location = "Chemfactory";
- name = "navigation beacon (Chemfactory)"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
+/turf/open/floor/plating,
+/area/maintenance/port)
"bdy" = (
/obj/structure/cable,
/obj/structure/grille/broken,
@@ -20156,7 +24482,7 @@
dir = 6
},
/obj/structure/sink{
- dir = 4;
+ dir = 8;
pixel_x = -12;
pixel_y = 2
},
@@ -20164,21 +24490,49 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"bdD" = (
-/obj/structure/table,
-/obj/item/assembly/signaler,
-/obj/item/assembly/signaler,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/effect/turf_decal/tile/brown{
+"bdA" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
dir = 1
},
-/obj/machinery/firealarm{
- pixel_y = 24
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plasteel,
+/area/engine/atmos)
+"bdB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/port/fore)
+"bdC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/medical1,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bdD" = (
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/structure/sign/poster/official/soft_cap_pop_art{
+ pixel_x = 32
},
/turf/open/floor/plasteel,
-/area/storage/tools)
+/area/crew_quarters/fitness/recreation)
+"bdE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/maintenance/port/fore)
"bdF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 9
@@ -20315,9 +24669,15 @@
/turf/open/floor/plasteel/white,
/area/medical/virology)
"bdZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel,
+/area/engine/atmos)
"bea" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -20366,10 +24726,8 @@
/turf/open/floor/plasteel/white,
/area/medical/virology)
"bef" = (
+/obj/machinery/rnd/experimentor,
/obj/effect/landmark/blobstart,
-/obj/machinery/light{
- dir = 1
- },
/turf/open/floor/engine,
/area/science/explab)
"beg" = (
@@ -20475,17 +24833,18 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
"bes" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/closed/wall,
+/area/maintenance/aft)
"bet" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel,
+/area/engine/atmos)
"beu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/tile/blue{
@@ -20497,30 +24856,27 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bev" = (
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
+/obj/effect/turf_decal/trimline/yellow/filled/warning,
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plasteel,
+/area/maintenance/aft)
"bew" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue,
/turf/open/floor/plasteel/white,
/area/medical/medbay/zone2)
+"bex" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel,
+/area/engine/atmos)
"bey" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -20531,70 +24887,76 @@
/obj/effect/turf_decal/tile/blue,
/turf/open/floor/plasteel/white,
/area/medical/virology)
+"bez" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel,
+/area/engine/atmos)
"beA" = (
-/obj/machinery/door/airlock/medical/glass{
- name = "Corpse Disposal";
- req_access_txt = "5"
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/zone2)
+"beB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"beC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"beD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/cyan/visible,
+/turf/open/floor/plasteel,
+/area/engine/atmos)
+"beE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/medbay/zone2)
-"beB" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
-"beC" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
-"beE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
"beF" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plasteel,
+/area/maintenance/aft)
"beG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 6
},
-/obj/effect/landmark/start/chemist,
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/turf/closed/wall,
+/area/maintenance/aft)
"beH" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -20638,6 +25000,21 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
+"beL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/turf/closed/wall,
+/area/maintenance/aft)
+"beM" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/aft)
"beN" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
@@ -20648,15 +25025,15 @@
/turf/open/floor/plating,
/area/crew_quarters/heads/cmo)
"beO" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
+/obj/structure/ladder,
+/obj/machinery/light/small{
+ dir = 8
},
-/obj/effect/turf_decal/tile/yellow,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
"beP" = (
/obj/effect/turf_decal/tile/red{
dir = 1
@@ -20713,58 +25090,79 @@
/turf/open/floor/plasteel/white,
/area/medical/virology)
"beT" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 8
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
/obj/structure/cable,
-/obj/machinery/door/airlock/medical/glass{
- name = "Pharmacy";
- req_access_txt = "5; 69"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/turf/open/floor/plasteel,
+/area/maintenance/aft)
"beU" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Upper External Hull Access";
+ req_access_txt = "12"
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+ dir = 5
},
/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/turf/open/floor/plasteel,
+/area/maintenance/aft)
"beV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/effect/turf_decal/trimline/neutral/filled/line{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/obj/machinery/power/deck_relay,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/maintenance/aft)
"beW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"beX" = (
-/obj/machinery/chem_heater,
/obj/effect/turf_decal/tile/yellow{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/turf/open/floor/plasteel,
+/area/engine/atmos)
+"beX" = (
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos)
"beY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
@@ -20818,6 +25216,11 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
+"bfg" = (
+/obj/machinery/power/smes,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bfh" = (
/obj/effect/turf_decal/tile/bar{
dir = 1
@@ -20841,19 +25244,19 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bfj" = (
-/obj/structure/disposalpipe/segment{
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/turf/open/floor/plating,
+/area/maintenance/aft)
"bfk" = (
-/obj/structure/table,
-/obj/item/storage/box/firingpins,
-/obj/item/storage/box/firingpins,
-/obj/item/key/security,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"bfl" = (
/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -20861,9 +25264,13 @@
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
-/obj/item/toy/figure/warden,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/machinery/light,
/turf/open/floor/plasteel/dark,
-/area/ai_monitored/security/armory)
+/area/ai_monitored/storage/eva)
"bfm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 10
@@ -20875,16 +25282,18 @@
/turf/open/floor/plating,
/area/maintenance/port)
"bfn" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "chemistryshutter";
- name = "Pharmacy Privacy Shutters"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/camera/autoname{
+ dir = 9
},
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/pharmacy)
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/obj/item/twohanded/required/kirbyplants/random,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bfo" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -20920,13 +25329,24 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port)
+"bfr" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/binary/valve/digital/on{
+ dir = 4;
+ name = "Output Release"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bfs" = (
/obj/item/book/manual/wiki/surgery{
pixel_z = 2
},
/obj/structure/table/glass,
/obj/item/storage/box/masks{
- pixel_x = 4
+ pixel_x = 4;
+ pixel_z = 0
},
/obj/item/storage/box/gloves{
pixel_x = -4
@@ -20945,7 +25365,7 @@
pixel_y = 26
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
"bft" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -20997,11 +25417,14 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bfx" = (
-/obj/machinery/light{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/area/hallway/secondary/exit/departure_lounge)
"bfy" = (
/obj/effect/turf_decal/tile/yellow,
/obj/effect/turf_decal/tile/yellow{
@@ -21012,34 +25435,47 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/construction/mining/aux_base)
+"bfz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bfA" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bfB" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ dir = 8;
+ name = "Cooling Loop to Gas"
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/structure/chair{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/turf_decal/stripes/corner{
dir = 4
},
-/obj/machinery/light{
- dir = 8
- },
/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/area/engine/engine_room)
"bfC" = (
/obj/machinery/light{
dir = 8
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"bfD" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/machinery/meter,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bfE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
@@ -21050,7 +25486,7 @@
dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
"bfF" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -21095,6 +25531,19 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
+"bfI" = (
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bfJ" = (
/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/neutral{
@@ -21119,6 +25568,14 @@
},
/turf/open/space/basic,
/area/space)
+"bfL" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/corner,
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bfM" = (
/obj/machinery/vending/coffee,
/turf/open/floor/plasteel/white,
@@ -21131,16 +25588,24 @@
/obj/machinery/vending/cigarette,
/turf/open/floor/plasteel/white,
/area/hallway/secondary/exit/departure_lounge)
-"bfQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 10
- },
-/obj/structure/disposalpipe/segment{
+"bfP" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
-/obj/effect/turf_decal/tile/purple,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bfQ" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
+/obj/machinery/camera/autoname{
+ dir = 10
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable/layer1,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bfR" = (
/obj/machinery/food_cart,
/turf/open/floor/plasteel/cafeteria{
@@ -21161,15 +25626,43 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/hydroponics)
-"bfX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/maintenance{
- req_access_txt = "63"
+"bfU" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
},
-/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/light,
+/obj/structure/cable/layer1,
/obj/structure/cable,
/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bfV" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/structure/cable/layer1,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bfW" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/delivery,
+/obj/structure/cable/layer1,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bfX" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
/area/maintenance/department/security)
"bfY" = (
/obj/effect/turf_decal/tile/red{
@@ -21186,25 +25679,23 @@
/turf/open/floor/plasteel,
/area/security/main)
"bfZ" = (
-/obj/machinery/door/airlock/maintenance{
- req_one_access_txt = "5;12"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
},
+/obj/structure/cable/layer1,
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bga" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Custodial Maintenance";
- req_one_access_txt = "12;26"
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 9
},
-/turf/open/floor/plating,
-/area/maintenance/aft)
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable/layer1,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bgb" = (
/obj/effect/turf_decal/tile/bar{
dir = 1
@@ -21217,14 +25708,21 @@
/area/crew_quarters/bar)
"bgc" = (
/obj/structure/sink{
- dir = 8;
- pixel_x = 12
+ dir = 4;
+ pixel_x = -12;
+ pixel_y = 2
},
/obj/structure/mirror{
- pixel_x = 28
+ pixel_x = -28
},
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/fitness/recreation)
+"bgd" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable/layer1,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bge" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -21240,6 +25738,15 @@
},
/turf/open/floor/plating,
/area/crew_quarters/fitness/recreation)
+"bgg" = (
+/obj/machinery/atmospherics/pipe/simple/orange/visible,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/obj/structure/cable/layer1,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bgh" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -21262,12 +25769,15 @@
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
"bgj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1,
-/turf/open/floor/plasteel,
-/area/engine/atmos)
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable/layer1,
+/obj/structure/sign/warning/electricshock{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bgk" = (
/obj/machinery/light{
dir = 1
@@ -21296,6 +25806,21 @@
/obj/machinery/light,
/turf/open/floor/plasteel,
/area/security/main)
+"bgn" = (
+/obj/machinery/computer/arcade,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/carpet/black,
+/area/crew_quarters/fitness/recreation)
+"bgo" = (
+/obj/machinery/atmospherics/pipe/layer_manifold/visible,
+/obj/effect/turf_decal/delivery,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/engine/engine_room)
"bgp" = (
/obj/machinery/vending/wardrobe/chef_wardrobe,
/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
@@ -21322,9 +25847,6 @@
/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/structure/sign/departments/chemistry{
- pixel_y = -32
- },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bgt" = (
@@ -21332,14 +25854,12 @@
name = "Kitchen Cold Room";
req_access_txt = "28"
},
-/obj/structure/cable,
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/kitchen/coldroom)
"bgu" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
dir = 6
},
-/obj/structure/cable,
/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
/area/crew_quarters/kitchen/coldroom)
"bgv" = (
@@ -21397,13 +25917,13 @@
/turf/open/floor/plating,
/area/maintenance/fore)
"bgB" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable/layer1,
/turf/open/floor/plasteel,
-/area/quartermaster/storage)
+/area/engine/engine_room)
"bgC" = (
/obj/structure/closet/crate{
name = "Excess Custodial Supplies"
@@ -21414,14 +25934,28 @@
/obj/item/grenade/clusterbuster/cleaner,
/turf/open/floor/plating,
/area/maintenance/aft)
-"bgE" = (
-/obj/machinery/power/solar{
- id = "starboardsolar";
- name = "Starboard Solar Array"
+"bgD" = (
+/obj/machinery/atmospherics/pipe/simple/orange/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
+/obj/machinery/camera/autoname{
+ dir = 4
+ },
+/obj/structure/cable/layer1,
/obj/structure/cable,
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/starboard)
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bgE" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
+/area/maintenance/solars/starboard/fore)
"bgF" = (
/obj/structure/table/wood,
/obj/item/paper_bin{
@@ -21478,7 +26012,6 @@
/obj/machinery/airalarm/kitchen_cold_room{
pixel_y = 24
},
-/obj/structure/cable,
/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
/area/crew_quarters/kitchen/coldroom)
"bgK" = (
@@ -21564,6 +26097,44 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/hos)
+"bgU" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bgV" = (
+/obj/structure/cable/layer1,
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/engine/engine_room)
+"bgW" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1{
+ dir = 5
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bgX" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/meter,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bgY" = (
/obj/item/assembly/prox_sensor{
pixel_x = -4;
@@ -21586,6 +26157,54 @@
},
/turf/open/floor/plasteel/white,
/area/science/mixing)
+"bgZ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engsm"
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
+/area/engine/supermatter)
+"bha" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/engine,
+/area/engine/supermatter)
+"bhb" = (
+/obj/structure/window/plasma/reinforced{
+ dir = 4
+ },
+/obj/machinery/power/rad_collector/anchored,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 6
+ },
+/obj/machinery/camera/autoname,
+/obj/structure/cable/layer1,
+/turf/open/floor/circuit/green,
+/area/engine/supermatter)
+"bhc" = (
+/obj/machinery/power/rad_collector/anchored,
+/obj/structure/window/plasma/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/circuit/green,
+/area/engine/supermatter)
+"bhd" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera/autoname,
+/obj/structure/cable/layer1,
+/turf/open/floor/engine,
+/area/engine/supermatter)
"bhe" = (
/obj/structure/sink/kitchen{
desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
@@ -21605,13 +26224,20 @@
/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
/area/crew_quarters/kitchen/coldroom)
"bhg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/obj/machinery/power/deck_relay,
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
+"bhh" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/atmos)
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engsm"
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
+/area/engine/supermatter)
"bhi" = (
/obj/machinery/gibber,
/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
@@ -21627,13 +26253,13 @@
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"bhk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
+/obj/structure/cable,
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/atmos)
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bhl" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
@@ -21645,10 +26271,20 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/aft)
-"bhn" = (
+"bhm" = (
+/obj/machinery/atmospherics/pipe/simple/orange/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/cable/layer1,
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/aft)
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bhn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bho" = (
/obj/effect/turf_decal/tile/bar{
dir = 1
@@ -21660,10 +26296,6 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
-"bhp" = (
-/obj/machinery/light/small,
-/turf/open/floor/plasteel/freezer,
-/area/security/prison/toilet)
"bhq" = (
/obj/structure/table,
/obj/machinery/recharger,
@@ -21740,6 +26372,13 @@
},
/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
/area/crew_quarters/kitchen/coldroom)
+"bhx" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bhy" = (
/obj/structure/chair/stool,
/turf/open/floor/plasteel,
@@ -21808,6 +26447,25 @@
/mob/living/carbon/monkey,
/turf/open/floor/plasteel/white,
/area/medical/virology)
+"bhG" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Civilian - Dorm Fitness 3";
+ dir = 1
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
"bhH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -21822,6 +26480,11 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/dark,
/area/maintenance/starboard)
+"bhI" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/engine/engine_room)
"bhJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -21956,27 +26619,26 @@
/turf/open/floor/plasteel/white,
/area/medical/virology)
"bhT" = (
-/obj/structure/table/glass,
-/obj/item/paper_bin,
-/obj/item/pen,
-/obj/effect/turf_decal/tile/purple{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
-/obj/effect/turf_decal/tile/purple,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/structure/cable,
/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/area/medical/medbay/zone2)
"bhU" = (
-/obj/structure/table/glass,
-/obj/item/storage/pill_bottle/mutadone,
-/obj/effect/turf_decal/tile/purple{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/obj/item/toy/figure/geneticist{
- pixel_x = -6;
- pixel_y = 3
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/area/medical/medbay/zone2)
"bhV" = (
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -22004,6 +26666,32 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/genetics)
+"bhX" = (
+/obj/structure/cable,
+/obj/effect/decal/cleanable/cobweb,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore)
+"bhY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bhZ" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "Mix Bypass"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bia" = (
/obj/structure/chair{
dir = 4
@@ -22023,24 +26711,35 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
+"bic" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "engsm"
+ },
+/obj/item/tank/internals/plasma,
+/turf/open/floor/plating,
+/area/engine/supermatter)
+"bid" = (
+/obj/structure/window/plasma/reinforced{
+ dir = 4
+ },
+/obj/machinery/power/rad_collector/anchored,
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 8
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/circuit/green,
+/area/engine/supermatter)
"bie" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = -24
- },
-/obj/machinery/camera{
- c_tag = "Atmospherics - Main 1";
- dir = 4;
- network = list("ss13","Atmospherics")
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/atmos)
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bif" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/engine/atmos)
+/obj/structure/ladder,
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"big" = (
/turf/closed/wall/r_wall,
/area/maintenance/solars/starboard/aft)
@@ -22052,16 +26751,23 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/solars/starboard/aft)
+"bii" = (
+/obj/machinery/power/rad_collector/anchored,
+/obj/machinery/atmospherics/pipe/manifold/general/visible{
+ dir = 4
+ },
+/obj/structure/window/plasma/reinforced{
+ dir = 8
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/circuit/green,
+/area/engine/supermatter)
"bij" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 1
- },
+/obj/structure/ladder,
+/obj/structure/cable/layer1,
/obj/structure/cable,
-/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
-/area/crew_quarters/kitchen/coldroom)
+/turf/open/floor/plating,
+/area/engine/engine_room)
"bik" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -22087,11 +26793,29 @@
},
/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
/area/crew_quarters/kitchen/coldroom)
-"bio" = (
-/obj/structure/lattice/catwalk,
+"bin" = (
+/obj/machinery/power/deck_relay,
/obj/structure/cable,
-/turf/open/space/basic,
-/area/solar/aft)
+/turf/open/floor/plasteel/dark,
+/area/engine/engine_room)
+"bio" = (
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
+/area/maintenance/solars/starboard/aft)
+"bip" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"biq" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/engine/engine_room)
"bir" = (
/obj/structure/sign/poster/contraband/eat{
pixel_y = -32
@@ -22103,6 +26827,13 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
+"bit" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore)
"biu" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -22121,19 +26852,39 @@
/obj/item/stack/cable_coil/five,
/turf/open/space/basic,
/area/solar/aft)
-"bix" = (
-/obj/machinery/power/solar{
- id = "starboardsolar";
- name = "Starboard Solar Array"
+"biw" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/aft)
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bix" = (
+/obj/machinery/door/airlock/external{
+ name = "Solar Maintenance";
+ req_access_txt = "10; 13"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
+/area/maintenance/solars/starboard/aft)
"biy" = (
/obj/structure/table,
/obj/item/folder/red,
/turf/open/floor/plasteel/dark,
/area/security/brig)
+"biz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"biA" = (
/obj/structure/cable,
/turf/open/floor/plating,
@@ -22146,6 +26897,16 @@
dir = 1
},
/area/medical/surgery)
+"biC" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/camera/autoname{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"biD" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/bed,
@@ -22220,26 +26981,29 @@
/turf/open/floor/plasteel,
/area/security/brig)
"biK" = (
-/obj/machinery/door/window/eastleft{
- name = "Armory";
- req_access_txt = "2"
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "6;12;50"
},
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
-"biL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"biL" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
+/area/engine/engine_room)
"biM" = (
/obj/structure/table/reinforced,
/obj/machinery/door/window/brigdoor/northleft{
@@ -22305,6 +27069,10 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
+"biS" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"biT" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
@@ -22312,36 +27080,74 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
+"biU" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"biV" = (
-/obj/machinery/suit_storage_unit/security,
-/obj/effect/turf_decal/tile/red{
+/obj/machinery/atmospherics/components/binary/pump/on{
+ dir = 4;
+ name = "Gas to Filter"
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/effect/turf_decal/tile/red{
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"biW" = (
+/obj/machinery/atmospherics/pipe/manifold/green/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/airalarm/engine{
+ pixel_y = 25
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/supermatter)
+"biX" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"biY" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
dir = 8
},
/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
-"biW" = (
-/obj/structure/rack,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
+/area/engine/engine_room)
+"biZ" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/obj/machinery/meter,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bja" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/item/gun/grenadelauncher{
- pixel_x = -3;
- pixel_y = 3
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
-/obj/item/gun/grenadelauncher,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/security/armory)
+/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bjb" = (
/obj/structure/table,
/obj/item/tape/random,
@@ -22353,26 +27159,39 @@
/area/security/brig)
"bjc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
-/obj/effect/landmark/event_spawn,
-/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/ai_monitored/storage/eva)
"bjd" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 8
- },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
/turf/open/floor/plasteel/dark,
/area/ai_monitored/storage/eva)
"bje" = (
-/obj/structure/sign/plaques/atmos{
- pixel_y = 32
+/obj/structure/table,
+/obj/item/stack/sheet/metal/fifty,
+/obj/item/stack/sheet/metal/fifty{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/book/manual/wiki/atmospherics,
+/obj/machinery/requests_console{
+ department = "Atmospherics";
+ departmentType = 3;
+ name = "Atmos RC";
+ pixel_x = -30
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -22402,6 +27221,18 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"bjh" = (
+/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bji" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
@@ -22421,71 +27252,43 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bjk" = (
-/obj/machinery/button/door{
- id = "permacell3";
- name = "Cell 3 Lockdown";
- pixel_x = 25;
- pixel_y = -4;
- req_access_txt = "2"
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ dir = 1;
+ freq = 1400;
+ location = "Janitor"
},
-/obj/machinery/button/flasher{
- id = "PCell 3";
- pixel_x = 24;
- pixel_y = 6
- },
-/obj/machinery/atmospherics/components/binary/valve/layer1{
- name = "N2O Release Valve"
- },
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
+/obj/structure/plasticflaps/opaque,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/janitor)
"bjl" = (
-/obj/effect/turf_decal/tile/red{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Security - Main Hall 3";
- network = list("ss13","Security")
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/security/brig)
+/area/engine/engine_room)
"bjm" = (
/obj/machinery/holopad,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"bjn" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/brown{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/obj/structure/sign/departments/cargo{
- pixel_y = 32
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
},
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/engine/engine_room)
"bjo" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
+/obj/effect/turf_decal/stripes/line,
+/obj/item/twohanded/required/kirbyplants/random,
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/engine/engine_room)
"bjp" = (
/obj/effect/turf_decal/tile/yellow{
dir = 1
@@ -22520,73 +27323,43 @@
},
/turf/open/floor/plasteel,
/area/engine/atmos)
-"bjr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/security/glass{
- name = "Long-Term Cell 3";
- req_access_txt = "2"
- },
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
"bjs" = (
+/obj/structure/chair/stool,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/door/airlock/public/glass{
- id_tag = "permabolt3";
- name = "Cell 3"
- },
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
- dir = 4
- },
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/rec)
"bjt" = (
-/obj/machinery/hydroponics/soil,
-/obj/structure/window/reinforced{
- dir = 8
- },
/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/item/seeds/random,
+/obj/structure/table,
+/obj/item/toy/cards/deck,
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/rec)
+"bju" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bjv" = (
-/obj/machinery/hydroponics/soil,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/item/seeds/ambrosia,
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/rec)
"bjw" = (
/obj/structure/cable,
/turf/open/floor/plasteel/white/side{
dir = 10
},
/area/science/research)
+"bjx" = (
+/obj/machinery/power/solar_control{
+ dir = 8;
+ id = "aftstarboard";
+ name = "Starboard Quarter Solar Control"
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
+/area/maintenance/solars/starboard/fore)
"bjy" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -22620,45 +27393,24 @@
/turf/open/floor/plasteel,
/area/security/courtroom)
"bjC" = (
-/obj/structure/table,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
},
-/obj/item/paper,
-/obj/item/pen,
/turf/open/floor/plasteel,
/area/security/prison)
"bjD" = (
-/obj/machinery/hydroponics/soil,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/effect/turf_decal/tile/green,
-/obj/item/seeds/potato,
-/turf/open/floor/plasteel,
-/area/security/prison)
-"bjE" = (
-/obj/machinery/hydroponics/soil,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/item/seeds/carrot,
+/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/prison)
+/turf/open/floor/plating,
+/area/security/prison/rec)
"bjF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -22715,6 +27467,10 @@
/obj/item/folder/blue,
/turf/open/floor/plasteel,
/area/security/courtroom)
+"bjL" = (
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
+/area/maintenance/solars/starboard/fore)
"bjM" = (
/obj/structure/chair{
dir = 1
@@ -22761,20 +27517,16 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bjQ" = (
-/obj/effect/turf_decal/tile/red{
- dir = 4
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
},
-/obj/machinery/button/door{
- id = "permacell2";
- name = "Cell 2 Lockdown";
- pixel_x = 25;
- pixel_y = -4;
- req_access_txt = "2"
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/obj/machinery/button/flasher{
- id = "PCell 2";
- pixel_x = 24;
- pixel_y = 6
+/obj/machinery/atmospherics/pipe/manifold/dark/hidden/layer1{
+ dir = 1
},
/turf/open/floor/plasteel,
/area/security/prison)
@@ -22783,30 +27535,23 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/plating,
/area/maintenance/fore)
-"bjS" = (
-/obj/item/reagent_containers/glass/bucket,
-/turf/open/floor/plating,
-/area/security/prison)
-"bjT" = (
-/obj/machinery/hydroponics/soil,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/item/seeds/glowshroom,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/prison)
"bjU" = (
/obj/machinery/light_switch{
pixel_y = 28
},
/turf/open/floor/plasteel,
/area/security/courtroom)
+"bjV" = (
+/obj/machinery/door/airlock/external{
+ name = "Solar Maintenance";
+ req_access_txt = "10; 13"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
+/area/maintenance/solars/starboard/fore)
"bjW" = (
/obj/structure/table,
/obj/machinery/airalarm{
@@ -22866,34 +27611,49 @@
/turf/open/floor/plasteel/white,
/area/science/mixing)
"bkd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 8
+ },
+/obj/structure/holohoop{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/security/glass{
- name = "Long-Term Cell 2";
- req_access_txt = "2"
- },
-/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/workout)
"bke" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/door/airlock/public/glass{
- id_tag = "permabolt2";
- name = "Cell 2"
+/obj/item/toy/beach_ball/holoball,
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 8
},
-/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/workout)
+"bkf" = (
+/obj/machinery/door/airlock/external{
+ name = "Solar Maintenance";
+ req_access_txt = "10; 13"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 8
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
+/area/maintenance/solars/starboard/fore)
"bkg" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plasteel/white,
/area/science/robotics/lab)
+"bkh" = (
+/obj/machinery/door/airlock/external{
+ name = "Solar Maintenance";
+ req_access_txt = "10; 13"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 8
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
+/area/maintenance/solars/starboard/aft)
"bki" = (
/obj/effect/turf_decal/tile/red{
dir = 1
@@ -22991,6 +27751,11 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/science/research)
+"bkq" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/layer1,
+/turf/open/space/basic,
+/area/solar/aft)
"bkr" = (
/obj/effect/turf_decal/tile/red{
dir = 8
@@ -23072,24 +27837,11 @@
/turf/open/floor/plasteel/white,
/area/science/research)
"bkA" = (
+/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/red{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
- },
-/obj/machinery/button/door{
- id = "permacell1";
- name = "Cell 1 Lockdown";
- pixel_x = 25;
- pixel_y = -4;
- req_access_txt = "2"
- },
-/obj/machinery/button/flasher{
- id = "PCell 1";
- pixel_x = 24;
- pixel_y = 6
- },
+/obj/effect/turf_decal/tile/red,
/turf/open/floor/plasteel,
/area/security/prison)
"bkB" = (
@@ -23125,9 +27877,8 @@
/area/science/robotics/lab)
"bkF" = (
/obj/machinery/door/airlock/maintenance{
- delayed_close_requested = null;
- name = "Science Maintenance Access";
- req_one_access_txt = "9;30;47;12"
+ name = "Medical/Science Maintenance Access";
+ req_one_access_txt = "5;47"
},
/obj/structure/disposalpipe/segment{
dir = 4
@@ -23143,51 +27894,31 @@
},
/area/science/research)
"bkH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/security/glass{
- name = "Long-Term Cell 1";
- req_access_txt = "2"
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"bkI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/public/glass{
- id_tag = "permabolt1";
- name = "Cell 1"
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"bkJ" = (
-/obj/structure/window/reinforced{
+/obj/effect/turf_decal/trimline/white/line{
dir = 8
},
-/obj/structure/rack,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/plant_analyzer,
-/obj/item/cultivator,
-/obj/item/cultivator{
- pixel_x = 3;
- pixel_y = 3
- },
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/workout)
"bkK" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
+/obj/machinery/power/apc{
+ areastring = "/area/science/robotics/lab";
+ dir = 8;
+ name = "Robotics APC";
+ pixel_x = -25
},
-/obj/effect/turf_decal/tile/blue{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Research - Robotics";
+ dir = 4;
+ network = list("ss13","Research")
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/purple{
dir = 8
},
/turf/open/floor/plasteel/white,
@@ -23284,11 +28015,22 @@
/turf/open/floor/plasteel/white,
/area/science/mixing)
"bkS" = (
-/obj/item/radio/intercom{
- pixel_x = 30
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/area/hallway/secondary/exit/departure_lounge)
+"bkT" = (
+/obj/machinery/power/solar{
+ id = "starboardsolar";
+ name = "Starboard Solar Array"
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/aft)
"bkU" = (
/obj/machinery/door/window/eastright{
base_state = "left";
@@ -23303,10 +28045,12 @@
/turf/open/floor/plasteel/dark,
/area/crew_quarters/fitness)
"bkV" = (
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
"bkW" = (
@@ -23316,33 +28060,35 @@
/turf/open/floor/plasteel/white,
/area/science/explab)
"bkX" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
-/obj/machinery/camera{
- c_tag = "Civilian - Dorm Fitness 3";
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 10
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
"bkY" = (
-/obj/structure/rack,
-/obj/item/clothing/under/color/red,
-/obj/item/clothing/neck/tie/red,
-/obj/item/clothing/head/soft/red,
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/plasteel,
+/obj/effect/spawner/structure/window,
+/turf/open/floor/plating,
/area/crew_quarters/fitness/recreation)
"bkZ" = (
-/obj/structure/closet/lasertag/blue,
-/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
-/area/crew_quarters/fitness/recreation)
+/area/crew_quarters/fitness)
+"bla" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/machinery/light/small,
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
+/area/maintenance/solars/starboard/aft)
"blb" = (
/obj/structure/table,
/obj/item/storage/toolbox/mechanical{
@@ -23401,10 +28147,14 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"blf" = (
-/obj/vehicle/ridden/janicart,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel,
-/area/janitor)
+/obj/machinery/power/solar_control{
+ dir = 8;
+ id = "aftstarboard";
+ name = "Starboard Quarter Solar Control"
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
+/area/maintenance/solars/starboard/aft)
"blg" = (
/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{
dir = 4;
@@ -23437,6 +28187,11 @@
},
/turf/open/floor/plasteel/dark,
/area/crew_quarters/fitness)
+"bll" = (
+/obj/machinery/power/tracker,
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/aft)
"blm" = (
/obj/machinery/processor,
/obj/machinery/requests_console{
@@ -23476,17 +28231,53 @@
/obj/machinery/vending/wardrobe/science_wardrobe,
/turf/open/floor/plasteel/white,
/area/science/explab)
+"blp" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/zone2)
"blq" = (
/obj/machinery/atmospherics/pipe/simple,
/obj/effect/landmark/event_spawn,
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/science/server)
+"blr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "47;12"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/maintenance/port/fore)
"bls" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/security/prison)
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted,
+/obj/structure/window/reinforced/tinted{
+ dir = 1
+ },
+/obj/structure/window/reinforced/tinted{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/fitness/recreation)
"blt" = (
/obj/structure/table,
/obj/item/storage/belt/utility,
@@ -23506,17 +28297,6 @@
},
/turf/open/floor/plasteel,
/area/science/robotics/lab)
-"blu" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table,
-/obj/item/toy/cards/deck,
-/turf/open/floor/plasteel,
-/area/security/prison)
-"blv" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/weightmachine/stacklifter,
-/turf/open/floor/plasteel,
-/area/security/prison)
"blw" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
dir = 4
@@ -23589,34 +28369,16 @@
},
/area/science/research)
"blF" = (
-/obj/machinery/power/apc{
- areastring = "/area/security/checkpoint/medical";
- dir = 4;
- name = "Medical Security Checkpoint APC";
- pixel_x = 24
+/obj/structure/grille,
+/obj/structure/window/reinforced/tinted,
+/obj/structure/window/reinforced/tinted{
+ dir = 1
},
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
+/obj/structure/window/reinforced/tinted{
dir = 4
},
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/button/door{
- id = "medicalcheckpoint";
- name = "Privacy Shutters Control";
- pixel_x = 24;
- pixel_y = 8;
- req_access_txt = "1"
- },
-/obj/structure/cable,
-/obj/machinery/camera{
- c_tag = "Medical - Security Checkpoint";
- dir = 8;
- network = list("ss13","Medical")
- },
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
+/turf/open/floor/plating,
+/area/crew_quarters/fitness/recreation)
"blG" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
dir = 4
@@ -23651,10 +28413,33 @@
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
+"blL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/door/airlock/medical/glass{
+ name = "General Treatment Bay";
+ req_access_txt = "5"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/zone2)
"blM" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/department/medical)
+"blN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/crew_quarters/fitness/recreation)
"blO" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating,
@@ -23706,6 +28491,31 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/checkpoint/science)
+"blT" = (
+/obj/machinery/vending/clothing,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
+"blU" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"blV" = (
/obj/structure/rack,
/obj/item/aicard,
@@ -23717,6 +28527,19 @@
},
/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/hor)
+"blW" = (
+/obj/structure/closet/lasertag/red,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"blX" = (
/obj/structure/closet/secure_closet/security,
/obj/effect/turf_decal/tile/red{
@@ -23760,6 +28583,18 @@
/obj/item/book/manual/wiki/security_space_law,
/turf/open/floor/plasteel,
/area/security/checkpoint)
+"bma" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/purple{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/purple{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/science/robotics/lab)
"bmb" = (
/obj/machinery/door/poddoor/shutters/preopen{
id = "robotics2";
@@ -23782,11 +28617,17 @@
/turf/open/floor/plasteel,
/area/security/checkpoint/science)
"bmd" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/cable,
-/obj/machinery/holopad/secure,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload)
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
"bme" = (
/obj/machinery/door/airlock/research{
name = "Kill Chamber";
@@ -23808,6 +28649,38 @@
},
/turf/open/floor/plating,
/area/maintenance/department/security)
+"bmh" = (
+/obj/structure/rack,
+/obj/item/clothing/under/color/blue,
+/obj/item/clothing/neck/tie/blue,
+/obj/item/clothing/head/soft/blue,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
+"bmi" = (
+/obj/structure/rack,
+/obj/item/clothing/under/color/red,
+/obj/item/clothing/neck/tie/red,
+/obj/item/clothing/head/soft/red,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"bmj" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -23825,12 +28698,47 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port)
+"bml" = (
+/obj/structure/closet/lasertag/blue,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
+"bmm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"bmn" = (
/obj/structure/table,
/obj/machinery/cell_charger,
/obj/item/stock_parts/cell/high/plus,
/turf/open/floor/plasteel,
/area/science/robotics/lab)
+"bmo" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/layer_manifold{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bmp" = (
/obj/structure/table,
/obj/item/assembly/prox_sensor{
@@ -23861,12 +28769,12 @@
/turf/open/floor/plasteel,
/area/science/robotics/lab)
"bmq" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
+/obj/effect/turf_decal/tile/purple{
dir = 8
},
+/obj/effect/turf_decal/tile/purple{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
/area/science/robotics/lab)
"bmr" = (
@@ -23890,23 +28798,20 @@
/turf/open/floor/plasteel,
/area/science/robotics/lab)
"bms" = (
-/obj/structure/chair/office/light{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/effect/landmark/start/depsec/medical,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
+/turf/closed/wall/r_wall,
+/area/engine/engine_room)
"bmt" = (
/obj/structure/reagent_dispensers/fueltank,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
+/obj/effect/turf_decal/tile/purple{
dir = 8
},
-/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/purple,
+/obj/effect/turf_decal/tile/purple{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
/area/science/robotics/lab)
"bmu" = (
@@ -23918,6 +28823,32 @@
/obj/item/reagent_containers/glass/beaker/large,
/turf/open/floor/plasteel/white,
/area/science/robotics/lab)
+"bmv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/effect/turf_decal/stripes/corner,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bmw" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/machinery/camera/autoname{
+ dir = 8
+ },
+/obj/machinery/power/apc/highcap/ten_k{
+ areastring = "/area/engine/engine_room";
+ name = "Engine Room APC";
+ pixel_y = -23
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bmx" = (
/obj/structure/rack,
/obj/effect/spawner/lootdrop/maintenance{
@@ -23926,6 +28857,32 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
+"bmy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/landmark/start/station_engineer,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bmz" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bmA" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark,
+/area/engine/engine_room)
"bmB" = (
/obj/structure/rack,
/obj/item/stack/sheet/metal/ten,
@@ -23935,10 +28892,47 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
+"bmC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
+"bmD" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 6
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
+"bmE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/engine_room)
"bmF" = (
/obj/effect/landmark/blobstart,
/turf/open/floor/plating,
/area/maintenance/port/fore)
+"bmG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
+"bmH" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"bmI" = (
/obj/machinery/door/airlock/maintenance{
req_one_access_txt = "47"
@@ -23949,6 +28943,24 @@
"bmJ" = (
/turf/open/floor/plasteel,
/area/science/research)
+"bmK" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/turf/open/floor/engine/n2o{
+ initial_gas_mix = "n2o=1000;TEMP=293.15"
+ },
+/area/engine/atmos)
+"bmL" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"bmM" = (
/obj/machinery/light,
/obj/machinery/camera{
@@ -24016,6 +29028,24 @@
},
/turf/open/floor/plating,
/area/science/robotics/mechbay)
+"bmT" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
+"bmU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"bmV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 9
@@ -24030,6 +29060,16 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"bmW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/junction/flip{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"bmX" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -24054,6 +29094,40 @@
},
/turf/open/floor/plasteel/dark,
/area/crew_quarters/fitness)
+"bmZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
+"bna" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/turf/open/floor/engine/plasma{
+ initial_gas_mix = "plasma=1000;TEMP=293.15"
+ },
+/area/engine/atmos)
+"bnb" = (
+/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
+/turf/open/floor/engine/co2{
+ initial_gas_mix = "co2=1000;TEMP=293.15"
+ },
+/area/engine/atmos)
+"bnc" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Civilian - Dorm Main 4";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"bnd" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
dir = 4
@@ -24064,6 +29138,10 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
+"bne" = (
+/obj/effect/spawner/structure/window,
+/turf/open/floor/plating,
+/area/crew_quarters/heads/hop)
"bnf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -24151,29 +29229,24 @@
},
/area/engine/atmos)
"bnm" = (
-/obj/effect/turf_decal/tile/purple{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
+"bnn" = (
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/effect/turf_decal/tile/purple,
-/obj/effect/turf_decal/tile/purple{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/light/small{
- dir = 1
+/obj/structure/disposalpipe/junction{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"bnn" = (
-/obj/machinery/light/small,
-/obj/effect/turf_decal/tile/purple,
-/obj/effect/turf_decal/tile/purple{
- dir = 8
- },
-/obj/effect/turf_decal/tile/purple{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"bno" = (
/obj/effect/landmark/start/roboticist,
/obj/structure/disposalpipe/segment{
@@ -24190,14 +29263,14 @@
},
/area/science/research)
"bnq" = (
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/camera{
- c_tag = "Hallway - Central North 1";
- dir = 1
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
},
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bnr" = (
@@ -24240,6 +29313,10 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
+"bnv" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"bnw" = (
/obj/effect/turf_decal/tile/purple{
dir = 8
@@ -24399,11 +29476,6 @@
network = list("Research");
pixel_x = 32
},
-/obj/machinery/camera{
- c_tag = "Research - Security Checkpoint";
- dir = 8;
- network = list("ss13","Research")
- },
/turf/open/floor/plasteel,
/area/security/checkpoint/science)
"bnM" = (
@@ -24421,6 +29493,17 @@
},
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
+"bnO" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/landmark/start/assistant,
+/obj/structure/disposalpipe/trunk/multiz{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"bnP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -24438,6 +29521,17 @@
},
/turf/open/floor/plasteel,
/area/science/robotics/mechbay)
+"bnR" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness)
"bnS" = (
/obj/structure/table/glass,
/obj/effect/turf_decal/tile/green{
@@ -24482,6 +29576,11 @@
},
/turf/open/floor/plasteel,
/area/hydroponics)
+"bnT" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/crew_quarters/fitness/recreation)
"bnU" = (
/obj/effect/spawner/lootdrop/two_percent_xeno_egg_spawner,
/turf/open/floor/engine,
@@ -24504,6 +29603,28 @@
},
/turf/open/floor/plasteel/white,
/area/science/explab)
+"bnY" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bnZ" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/structure/sign/warning/electricshock{
+ pixel_y = -32
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore)
"boa" = (
/obj/effect/turf_decal/tile/bar,
/obj/effect/turf_decal/tile/bar{
@@ -24552,6 +29673,15 @@
/obj/item/toy/figure/virologist,
/turf/open/floor/plasteel/white,
/area/medical/virology)
+"boe" = (
+/obj/structure/sign/warning/electricshock{
+ pixel_y = -32
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"bof" = (
/obj/machinery/door/poddoor{
id = "toxinsdriver";
@@ -24570,6 +29700,15 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/science/xenobiology)
+"boh" = (
+/obj/machinery/vending/hydroseeds,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/grass,
+/area/hydroponics/garden)
+"boi" = (
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/aft)
"boj" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
@@ -24585,30 +29724,16 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bok" = (
-/obj/structure/table,
-/obj/item/paper/pamphlet/gateway{
- pixel_x = -2;
- pixel_y = -2
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -26
},
-/obj/item/paper/pamphlet/gateway,
-/obj/item/paper/pamphlet/gateway{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/radio/intercom{
- pixel_x = -30
- },
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/gateway)
+/turf/open/floor/grass,
+/area/hydroponics/garden)
"bol" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 5
@@ -24616,19 +29741,18 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
+"bom" = (
+/obj/machinery/status_display,
+/turf/closed/wall,
+/area/hydroponics/garden)
"bon" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
+/obj/effect/turf_decal/tile/neutral,
/obj/structure/cable,
-/obj/structure/disposalpipe/junction/yjunction{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
@@ -24648,6 +29772,23 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"bop" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/camera{
+ c_tag = "Hallway - Central Northeast 1";
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"boq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -24703,14 +29844,10 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bov" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment,
/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bow" = (
@@ -24726,13 +29863,43 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/aft)
-"boC" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 4
+"box" = (
+/obj/structure/table,
+/obj/item/crowbar,
+/obj/item/wirecutters,
+/obj/item/weldingtool,
+/obj/item/stack/packageWrap,
+/obj/item/stack/packageWrap,
+/obj/item/stack/packageWrap,
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -28
},
/turf/open/floor/plasteel,
-/area/gateway)
+/area/storage/primary)
+"boy" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
+"boz" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/hallway/primary/central)
+"boA" = (
+/obj/machinery/pinpointer_dispenser,
+/turf/closed/wall,
+/area/security/checkpoint)
+"boB" = (
+/obj/machinery/pinpointer_dispenser,
+/turf/closed/wall,
+/area/crew_quarters/fitness/recreation)
+"boC" = (
+/obj/machinery/pinpointer_dispenser,
+/turf/closed/wall,
+/area/janitor)
"boD" = (
/obj/structure/sign/warning/docking{
pixel_x = -32
@@ -24786,6 +29953,30 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/engineering)
+"boI" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/navbeacon/wayfinding{
+ location = "Head of Personnel's Office";
+ name = "navigation beacon (Head of Personnel's Office)"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/heads/hop)
+"boJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/navbeacon/wayfinding{
+ location = "Library";
+ name = "navigation beacon (Library)"
+ },
+/turf/open/floor/wood,
+/area/library)
"boK" = (
/obj/machinery/light{
dir = 1
@@ -24826,12 +30017,34 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"boQ" = (
-/obj/machinery/door/airlock/wood{
- name = "The Loose Goose"
+"boP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/turf/open/floor/wood,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/machinery/navbeacon/wayfinding{
+ location = "Vault & AI Upload Access";
+ name = "navigation beacon (Vault & AI Upload Access)"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"boQ" = (
+/obj/structure/door_assembly/door_assembly_mai,
+/obj/item/stack/cable_coil/cut,
+/turf/open/floor/plating,
/area/maintenance/starboard)
+"boR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/navbeacon/wayfinding{
+ location = "Bridge";
+ name = "navigation beacon (Bridge)"
+ },
+/turf/open/floor/plasteel/dark,
+/area/bridge)
"boS" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 1
@@ -24854,6 +30067,57 @@
},
/turf/open/floor/plasteel/dark,
/area/engine/engineering)
+"boU" = (
+/obj/machinery/navbeacon/wayfinding{
+ location = "Security";
+ name = "navigation beacon (Security)"
+ },
+/turf/open/floor/plasteel,
+/area/security/brig)
+"boV" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/holopad,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/navbeacon/wayfinding{
+ location = "Medical";
+ name = "navigation beacon (Medical)"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/lobby)
+"boW" = (
+/obj/machinery/button/door{
+ id = "lawyerprivate";
+ pixel_x = 24;
+ pixel_y = -8
+ },
+/obj/machinery/navbeacon/wayfinding{
+ location = "Lawyer's Office";
+ name = "navigation beacon (Lawyer's Office)"
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
+"boX" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1,
+/obj/structure/cable,
+/obj/machinery/navbeacon/wayfinding{
+ location = "Engineering";
+ name = "navigation beacon (Engineering)"
+ },
+/turf/open/floor/plasteel,
+/area/engine/engineering)
"boY" = (
/obj/effect/turf_decal/stripes/corner{
dir = 1
@@ -24877,6 +30141,39 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
+"bpb" = (
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/sign/departments/botany{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"bpc" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
"bpd" = (
/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/neutral{
@@ -24907,6 +30204,23 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/janitor)
+"bpg" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/public/glass{
+ name = "Primary Tool Storage"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
"bph" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 10
@@ -24927,37 +30241,43 @@
dir = 4
},
/obj/structure/sink{
- dir = 4;
+ dir = 8;
pixel_x = -12;
pixel_y = 2
},
/turf/open/floor/plasteel,
/area/janitor)
"bpk" = (
-/obj/structure/chair/office/light{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow{
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
+/obj/effect/turf_decal/tile/brown{
dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
-"bpl" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
},
/turf/open/floor/plasteel,
-/area/janitor)
+/area/storage/primary)
+"bpl" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
+/obj/structure/lattice/catwalk,
+/turf/open/space/basic,
+/area/space/nearstation)
"bpm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/disposalpipe/segment{
dir = 9
},
/turf/open/floor/plasteel,
-/area/janitor)
+/area/storage/primary)
+"bpn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/storage/primary)
"bpo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 10
@@ -24969,28 +30289,28 @@
/turf/open/floor/carpet,
/area/library/lounge)
"bpp" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 9
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
},
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/atmos)
-"bpq" = (
-/obj/structure/table,
-/obj/item/clothing/head/welding{
- pixel_x = -3;
- pixel_y = 7
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Main 1";
+ dir = 4;
+ network = list("ss13","Atmospherics")
},
+/obj/structure/rack,
+/obj/item/clothing/head/welding,
/obj/item/clothing/head/welding{
pixel_x = -5;
pixel_y = 3
},
/obj/item/multitool,
-/obj/machinery/requests_console{
- department = "Atmospherics";
- departmentType = 3;
- name = "Atmos RC";
- pixel_x = -30
+/turf/open/floor/plasteel,
+/area/engine/atmos)
+"bpq" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ dir = 8;
+ name = "Air to External Air Ports"
},
/turf/open/floor/plasteel,
/area/engine/atmos)
@@ -25030,15 +30350,13 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"bpv" = (
-/obj/structure/table,
-/obj/item/hand_labeler,
-/obj/item/stack/packageWrap,
-/obj/structure/disposalpipe/segment{
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
dir = 4
},
-/obj/item/toy/figure/chemist,
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/storage/primary)
"bpw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -25046,11 +30364,23 @@
/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1,
/turf/open/floor/plasteel,
/area/engine/atmos)
-"bpy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
+"bpx" = (
+/obj/effect/turf_decal/tile/bar{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/bar,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/navbeacon/wayfinding{
+ location = "Bar & Kitchen";
+ name = "navigation beacon (Bar & Kitchen)"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/bar)
+"bpy" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ dir = 4;
+ name = "External Waste Ports to Filter"
},
-/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/atmos)
"bpz" = (
@@ -25097,16 +30427,19 @@
/turf/open/floor/plating,
/area/maintenance/aft)
"bpF" = (
-/obj/machinery/door/airlock/maintenance{
- req_one_access_txt = "12"
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/storage/primary";
+ dir = 4;
+ name = "Primary Tool Storage APC";
+ pixel_x = 24
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/maintenance/aft)
+/area/storage/primary)
"bpG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/machinery/atmospherics/pipe/simple/dark/visible/layer3{
@@ -25115,6 +30448,29 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/atmos)
+"bpH" = (
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
+"bpI" = (
+/obj/machinery/navbeacon/wayfinding{
+ location = "Atmospherics";
+ name = "navigation beacon (Atmospherics)"
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos)
+"bpJ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
"bpK" = (
/obj/machinery/light/small,
/obj/structure/disposalpipe/segment{
@@ -25149,6 +30505,23 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/aft)
+"bpN" = (
+/obj/structure/rack,
+/obj/item/storage/toolbox/electrical{
+ pixel_z = 6
+ },
+/obj/item/storage/toolbox/electrical,
+/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil,
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
"bpO" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
@@ -25156,44 +30529,63 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
-/obj/machinery/navbeacon/wayfinding{
- location = "Turbine Incinerator";
- name = "navigation beacon (Turbine Incinerator)"
- },
/turf/open/floor/plasteel,
/area/maintenance/disposal/incinerator)
"bpP" = (
-/obj/machinery/door/airlock/engineering{
- name = "Gravity Generator";
- req_access_txt = "11"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/heat_exchanging/manifold{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/space/basic,
+/area/space/nearstation)
+"bpQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
+/obj/machinery/navbeacon/wayfinding{
+ location = "Courtroom";
+ name = "navigation beacon (Courtroom)"
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/courtroom)
"bpR" = (
-/obj/machinery/camera{
- c_tag = "Engineering - Gravity Generator Main 1";
- network = list("ss13","Engineering")
- },
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"bpS" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/power/terminal{
+/obj/structure/table,
+/obj/item/storage/box,
+/obj/item/storage/box,
+/obj/item/storage/box,
+/obj/item/stack/wrapping_paper,
+/obj/item/stack/wrapping_paper,
+/obj/item/stack/wrapping_paper,
+/obj/machinery/light,
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
dir = 8
},
-/obj/structure/cable,
+/obj/machinery/requests_console{
+ department = "Primary Tool Storage";
+ name = "Primary Tool Storage Request Console";
+ pixel_y = -30
+ },
/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
+/area/storage/primary)
+"bpS" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/screwdriver{
+ pixel_z = 6
+ },
+/obj/item/stock_parts/cell/high{
+ pixel_x = -4;
+ pixel_z = 2
+ },
+/obj/item/stock_parts/cell/high,
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/storage/primary)
"bpT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -25204,6 +30596,13 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"bpU" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 5
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"bpV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 10
@@ -25214,33 +30613,49 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"bpY" = (
-/obj/machinery/airalarm{
- pixel_y = 24
+"bpW" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/holopad,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/fitness)
+"bpX" = (
+/obj/structure/chair/stool,
+/obj/effect/decal/cleanable/vomit/old,
+/turf/open/floor/wood{
+ icon_state = "wood-broken4"
+ },
+/area/maintenance/starboard)
+"bpY" = (
+/obj/effect/decal/cleanable/vomit/old,
+/mob/living/simple_animal/hostile/retaliate/goose/vomit,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
"bpZ" = (
/obj/effect/landmark/start/atmospheric_technician,
/turf/open/floor/plasteel,
/area/engine/atmos)
"bqa" = (
/obj/structure/sink{
- dir = 4;
- pixel_x = -12;
- pixel_y = 2
+ dir = 8;
+ pixel_x = 12
},
-/obj/structure/mirror{
- pixel_x = -28
+/obj/item/radio/intercom{
+ pixel_x = 29
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/recreation)
+/turf/open/floor/grass,
+/area/hydroponics/garden)
"bqb" = (
/obj/structure/table/wood,
-/obj/item/paper_bin/carbon{
- pixel_x = -3;
- pixel_y = 7
- },
/obj/item/reagent_containers/food/drinks/bottle/whiskey{
pixel_x = 3
},
@@ -25248,12 +30663,32 @@
/turf/open/floor/carpet,
/area/security/detectives_office)
"bqc" = (
-/obj/structure/chair{
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/camera{
+ c_tag = "Hallway - Departures Wing 3";
dir = 8
},
-/obj/effect/landmark/start/assistant,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/area/hallway/secondary/exit/departure_lounge)
+"bqd" = (
+/obj/effect/decal/cleanable/vomit/old,
+/turf/open/floor/plating,
+/area/maintenance/starboard)
+"bqe" = (
+/obj/machinery/navbeacon/wayfinding{
+ location = "Escape Pod 1";
+ name = "navigation beacon (Escape Pod 1)"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bqf" = (
/obj/structure/sink{
pixel_y = 24
@@ -25270,9 +30705,29 @@
/turf/open/floor/plating,
/area/science/xenobiology)
"bqh" = (
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/gateway)
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/navbeacon/wayfinding{
+ location = "Escape Pod 4";
+ name = "navigation beacon (Escape Pod 4)"
+ },
+/turf/open/floor/plating,
+/area/security/processing)
+"bqi" = (
+/obj/machinery/navbeacon/wayfinding{
+ location = "Aux Docking Port";
+ name = "navigation beacon (Aux Docking Port)"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"bqj" = (
+/obj/machinery/navbeacon/wayfinding{
+ location = "Escape Pod 2";
+ name = "navigation beacon (Escape Pod 2)"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
"bqk" = (
/obj/structure/reagent_dispensers/watertank,
/obj/effect/turf_decal/bot,
@@ -25283,6 +30738,21 @@
/obj/effect/landmark/start/assistant,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
+"bqm" = (
+/obj/structure/window/reinforced/spawner,
+/obj/effect/turf_decal/trimline/purple/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"bqn" = (
/obj/structure/table/glass,
/obj/item/slime_scanner,
@@ -25295,11 +30765,23 @@
/obj/machinery/light,
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
+"bqp" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable,
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"bqq" = (
-/obj/machinery/camera{
- c_tag = "Hallway - Arrival Wing 2";
- dir = 8
+/obj/machinery/navbeacon/wayfinding{
+ location = "Arrival Wing";
+ name = "navigation beacon (Arrival Wing)"
},
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"bqr" = (
@@ -25324,6 +30806,12 @@
/obj/structure/disposalpipe/trunk,
/turf/open/floor/plasteel,
/area/science/xenobiology)
+"bqt" = (
+/obj/structure/window/reinforced/spawner/north,
+/obj/structure/lattice,
+/obj/structure/window/reinforced/spawner/east,
+/turf/open/space/basic,
+/area/space/nearstation)
"bqu" = (
/obj/structure/disposaloutlet{
dir = 8
@@ -25357,6 +30845,20 @@
/obj/structure/cable,
/turf/open/floor/engine,
/area/science/xenobiology)
+"bqx" = (
+/obj/structure/window/reinforced/spawner/west,
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/cable/layer1,
+/obj/machinery/door/window/northleft{
+ name = "Minisat Solars";
+ req_one_access_txt = "32;19"
+ },
+/obj/machinery/door/window/southright{
+ name = "Minisat Solars";
+ req_one_access_txt = "32;19"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/aisat/hallway)
"bqy" = (
/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{
dir = 4
@@ -25461,6 +30963,12 @@
},
/turf/open/floor/plasteel,
/area/science/xenobiology)
+"bqG" = (
+/obj/structure/window/reinforced/spawner/north,
+/obj/structure/lattice,
+/obj/structure/window/reinforced/spawner/west,
+/turf/open/space/basic,
+/area/space/nearstation)
"bqH" = (
/obj/machinery/door/window/southleft{
name = "Containment Pen";
@@ -25473,6 +30981,16 @@
/obj/structure/cable,
/turf/open/floor/engine,
/area/science/xenobiology)
+"bqI" = (
+/obj/structure/lattice/catwalk,
+/obj/item/stack/cable_coil/cut,
+/turf/open/space/basic,
+/area/space)
+"bqJ" = (
+/obj/structure/lattice,
+/obj/item/stack/cable_coil/cut,
+/turf/open/space/basic,
+/area/space/nearstation)
"bqK" = (
/obj/machinery/door/window/southleft{
name = "Containment Pen";
@@ -25485,6 +31003,18 @@
/obj/structure/cable,
/turf/open/floor/engine,
/area/science/xenobiology)
+"bqL" = (
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos)
+"bqM" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos)
"bqN" = (
/obj/machinery/door/window/southleft{
name = "Containment Pen";
@@ -25497,6 +31027,12 @@
/obj/structure/cable,
/turf/open/floor/engine,
/area/science/xenobiology)
+"bqO" = (
+/obj/structure/fireaxecabinet{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos)
"bqP" = (
/obj/structure/chair/stool{
pixel_y = 8
@@ -25505,41 +31041,29 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"bqQ" = (
-/obj/structure/bed,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
+ dir = 6
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/dark/visible/layer3{
+ dir = 6
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/obj/machinery/power/apc/highcap/ten_k{
+ areastring = "/area/engine/atmos";
+ dir = 8;
+ name = "Atmospherics APC";
+ pixel_x = -25
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/light_switch{
- pixel_x = -24
- },
-/obj/item/bedsheet/dorms,
+/obj/structure/cable,
/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
+/area/engine/atmos)
"bqR" = (
-/obj/structure/bed,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/light_switch{
- pixel_x = 24
- },
-/obj/item/bedsheet/dorms,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"bqS" = (
/obj/structure/table/wood,
/obj/structure/table/wood,
@@ -25560,24 +31084,30 @@
/turf/open/floor/plating,
/area/tcommsat/computer)
"bqU" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
dir = 4
},
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -26
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
+/turf/open/space/basic,
+/area/space/nearstation)
"bqV" = (
/obj/structure/table,
/obj/item/storage/crayons,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
+"bqW" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/camera{
+ c_tag = "Engine -External Midright";
+ dir = 4;
+ network = list("ss13","Engineering","Engine")
+ },
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 5
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"bqX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 10
@@ -25588,42 +31118,31 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
"bqY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 6
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 9
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
+/obj/structure/lattice/catwalk,
+/turf/open/space/basic,
+/area/space/nearstation)
+"bqZ" = (
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 5
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"bra" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 9
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/window/reinforced/tinted{
- dir = 8
- },
-/obj/structure/dresser,
-/obj/item/razor,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
+/turf/open/space/basic,
+/area/space/nearstation)
"brb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/ladder,
+/turf/open/floor/plating,
+/area/quartermaster/warehouse)
"brc" = (
/obj/machinery/light/small{
brightness = 3;
@@ -25649,42 +31168,36 @@
/turf/open/floor/plasteel/showroomfloor,
/area/crew_quarters/fitness/recreation)
"brg" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "12;35"
+ },
+/obj/structure/cable,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
+/turf/open/floor/plating,
+/area/maintenance/fore)
"brh" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/effect/landmark/start/assistant,
+/obj/structure/cable,
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 9
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
+/turf/open/floor/plating,
+/area/maintenance/fore)
"bri" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"brj" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/structure/disposalpipe/segment{
dir = 10
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
+/turf/open/floor/plating,
+/area/maintenance/department/security)
+"brj" = (
+/obj/item/clothing/head/cone,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"brk" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -25710,17 +31223,16 @@
/turf/open/floor/plating,
/area/maintenance/port/fore)
"brn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
+/obj/machinery/door/airlock/engineering{
+ name = "Upper-Floor Maintenance Access";
+ req_access_txt = "10"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness/recreation)
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"bro" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -25788,24 +31300,29 @@
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
"brt" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
},
-/obj/effect/turf_decal/tile/neutral{
+/obj/structure/disposalpipe/trunk/multiz{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/turf/open/floor/plasteel,
-/area/crew_quarters/dorms)
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"bru" = (
/obj/structure/grille,
/turf/open/floor/plating,
/area/science/research)
+"brv" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"brw" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 8
@@ -25813,12 +31330,16 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1,
-/obj/machinery/navbeacon/wayfinding{
- location = "Atmospherics";
- name = "navigation beacon (Atmospherics)"
- },
/turf/open/floor/plasteel,
/area/engine/atmos)
+"brx" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Port Bow Solar Access";
+ req_access_txt = "10"
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/port/fore)
"bry" = (
/obj/machinery/door/airlock/maintenance{
name = "Kitchen Maintenance";
@@ -25827,7 +31348,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
/turf/open/floor/plasteel/showroomfloor,
/area/maintenance/port/aft)
"brz" = (
@@ -25891,6 +31411,10 @@
"brE" = (
/turf/open/floor/plating,
/area/maintenance/solars/starboard/aft)
+"brF" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plating,
+/area/maintenance/solars/starboard/aft)
"brG" = (
/obj/machinery/disposal/bin,
/obj/effect/turf_decal/tile/yellow{
@@ -25905,16 +31429,24 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"brH" = (
-/obj/machinery/door/airlock/external{
- name = "Solar Maintenance";
- req_access_txt = "10; 13"
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+/turf/open/floor/plating,
+/area/maintenance/department/security)
+"brI" = (
+/obj/structure/closet/crate{
+ name = "Practice Rifles"
+ },
+/obj/item/gun/energy/laser/practice,
+/obj/item/gun/energy/laser/practice,
+/obj/item/gun/energy/laser/practice,
+/obj/item/gun/energy/laser/practice,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable,
/turf/open/floor/plating,
-/area/maintenance/solars/starboard/aft)
+/area/maintenance/department/security)
"brJ" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -25983,6 +31515,13 @@
},
/turf/open/floor/plasteel,
/area/engine/atmos)
+"brS" = (
+/obj/structure/grille,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security)
"brT" = (
/obj/machinery/power/smes,
/obj/machinery/camera{
@@ -26009,22 +31548,28 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"brV" = (
-/obj/machinery/power/terminal{
- dir = 8
+/obj/structure/closet/crate{
+ name = "Target Practice Cutouts"
+ },
+/obj/item/target,
+/obj/item/target,
+/obj/item/target/alien,
+/obj/item/target/alien,
+/obj/item/target/clown,
+/obj/item/target/clown,
+/obj/item/target/syndicate,
+/obj/item/target/syndicate,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/light/small,
-/obj/structure/cable,
/turf/open/floor/plating,
-/area/maintenance/solars/starboard/aft)
+/area/maintenance/department/security)
"brW" = (
-/obj/machinery/power/solar_control{
- dir = 8;
- id = "aftstarboard";
- name = "Starboard Quarter Solar Control"
+/obj/structure/disposalpipe/segment{
+ dir = 9
},
-/obj/structure/cable,
/turf/open/floor/plating,
-/area/maintenance/solars/starboard/aft)
+/area/maintenance/department/security)
"brX" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
@@ -26086,6 +31631,34 @@
dir = 8
},
/area/hallway/secondary/exit/departure_lounge)
+"bsd" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/obj/structure/sign/warning/pods{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
+"bse" = (
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/turf/open/floor/engine/n2{
+ initial_gas_mix = "n2=1000;TEMP=293.15"
+ },
+/area/engine/atmos)
+"bsf" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/engine/o2{
+ initial_gas_mix = "o2=1000;TEMP=293.15"
+ },
+/area/engine/atmos)
"bsg" = (
/obj/structure/closet/crate{
name = "Spare Toner Cartridges"
@@ -26097,24 +31670,27 @@
/turf/open/floor/plating,
/area/maintenance/fore)
"bsh" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 4
+/turf/closed/wall,
+/area/tcommsat/computer)
+"bsi" = (
+/obj/structure/cable,
+/obj/machinery/power/deck_relay,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
+/turf/open/floor/plasteel/dark/telecomms,
+/area/tcommsat/computer)
"bsj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer)
"bsk" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 4
@@ -26141,28 +31717,30 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bsm" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/grimy,
+/area/tcommsat/computer)
"bsn" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
/obj/machinery/camera{
- c_tag = "Cargo - Docking Bay South";
+ c_tag = "Cargo - Docking Bay";
dir = 1
},
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/quartermaster/storage)
+"bso" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/telecomms,
+/area/tcommsat/computer)
"bsp" = (
/obj/structure/closet,
/obj/effect/spawner/lootdrop/maintenance{
@@ -26196,6 +31774,10 @@
},
/turf/open/floor/plating,
/area/security/detectives_office)
+"bss" = (
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/turf/closed/wall,
+/area/tcommsat/computer)
"bst" = (
/obj/machinery/door/airlock/engineering{
name = "Tech Storage";
@@ -26246,15 +31828,20 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"bsy" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
+/obj/structure/cable,
+/obj/structure/ladder,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/engine/atmos)
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel/dark/telecomms,
+/area/tcommsat/computer)
"bsz" = (
/obj/effect/turf_decal/tile/bar,
/obj/effect/turf_decal/tile/bar{
@@ -26274,6 +31861,20 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
+"bsA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/tcommsat/computer)
+"bsB" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark/telecomms,
+/area/tcommsat/computer)
"bsC" = (
/obj/structure/closet/crate{
name = "Excess Courtroom Supplies"
@@ -26294,19 +31895,26 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/storage/tech)
-"bsF" = (
+"bsE" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/machinery/camera{
- c_tag = "Civilian - Dorm Fitness 1";
- dir = 8
+/turf/open/floor/plasteel/dark/telecomms,
+/area/tcommsat/computer)
+"bsF" = (
+/obj/effect/mapping_helpers/airlock_note_placer{
+ name = "honk honk goose";
+ note_info = "nothing to see here! HONK HONK!"
},
-/obj/structure/disposalpipe/segment{
- dir = 9
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "6;12;50"
},
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
+/turf/open/floor/wood,
+/area/maintenance/starboard)
"bsG" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -26386,14 +31994,13 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bsM" = (
-/obj/structure/window/reinforced,
-/obj/effect/turf_decal/bot,
-/obj/structure/closet/l3closet/scientist,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
-/area/gateway)
+/area/hallway/secondary/entry)
"bsN" = (
/obj/effect/turf_decal/tile/neutral{
dir = 8
@@ -26423,23 +32030,37 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bsQ" = (
-/obj/machinery/door/airlock/maintenance{
- req_one_access_txt = "6;12;50"
+"bsP" = (
+/obj/structure/chair{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+/obj/effect/landmark/start/assistant,
+/obj/item/radio/intercom{
+ pixel_x = 30
+ },
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
-/area/maintenance/starboard)
+/area/hallway/secondary/exit/departure_lounge)
+"bsQ" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Dock Convergance 2";
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
"bsR" = (
/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/neutral{
@@ -26481,12 +32102,102 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bsW" = (
-/obj/structure/window/reinforced,
-/obj/effect/turf_decal/bot,
-/obj/structure/closet/secure_closet/exile,
+"bsU" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/effect/landmark/start/assistant,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
/turf/open/floor/plasteel,
-/area/gateway)
+/area/hallway/secondary/exit/departure_lounge)
+"bsV" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
+"bsW" = (
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -26
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
+"bsX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
+"bsY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/exit/departure_lounge)
"bsZ" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 1
@@ -26598,45 +32309,129 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bti" = (
-/obj/structure/window/reinforced,
-/obj/effect/turf_decal/bot,
-/obj/structure/closet/l3closet/scientist,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/gateway)
-"btn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/circuit,
-/area/ai_monitored/nuke_storage)
-"bto" = (
-/obj/structure/chair/office/light,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"btp" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+/obj/effect/turf_decal/tile/neutral{
dir = 8
},
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"btj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
-"btq" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 8
+/area/hallway/secondary/entry)
+"btk" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
/obj/structure/cable,
-/obj/structure/disposalpipe/junction/flip{
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"btl" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 1
},
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/structure/disposalpipe/junction/yjunction,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"btm" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"btn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"bto" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"btp" = (
+/obj/structure/sign/directions/evac{
+ dir = 1;
+ pixel_x = -32;
+ pixel_y = -4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"btq" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/landmark/start/assistant,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"btr" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"bts" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -26672,6 +32467,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
+/obj/structure/cable,
/obj/structure/disposalpipe/segment{
dir = 4
},
@@ -26743,12 +32539,21 @@
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
"btF" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/landmark/start/assistant,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
dir = 1
},
-/obj/structure/cable,
-/turf/open/floor/grass,
-/area/hydroponics/garden)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"btG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -26837,6 +32642,20 @@
/obj/structure/cable,
/turf/open/floor/wood,
/area/lawoffice)
+"btO" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/landmark/start/assistant,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"btP" = (
/obj/structure/chair/office{
dir = 8
@@ -26891,18 +32710,23 @@
/turf/open/floor/plating,
/area/tcommsat/computer)
"btV" = (
-/obj/machinery/turretid{
- control_area = "/area/ai_monitored/nuke_storage";
- name = "Vault turret control";
- pixel_x = -25
+/obj/structure/chair{
+ dir = 4
},
-/obj/machinery/camera/motion{
- c_tag = "Secure - Vault Entrance";
- dir = 1;
- network = list("ss13","Secure")
+/obj/effect/landmark/start/assistant,
+/obj/machinery/camera{
+ c_tag = "Hallway - Dock Convergance 1";
+ dir = 1
},
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"btW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -26970,6 +32794,26 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"bub" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
+"buc" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/secondary/entry)
"bud" = (
/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
@@ -27014,6 +32858,22 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/bridge)
+"bug" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/turf_decal/plaque{
+ icon_state = "L1"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"buh" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -27030,12 +32890,43 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/bridge)
+"bui" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/turf_decal/plaque{
+ icon_state = "L3"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"buj" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plasteel,
/area/hydroponics)
+"buk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/landmark/event_spawn,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/turf_decal/plaque{
+ icon_state = "L5"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"bul" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 4
@@ -27043,14 +32934,28 @@
/turf/open/floor/plasteel,
/area/hydroponics)
"bum" = (
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=TOPRIGHT";
+ location = "TOPMID";
+ name = "navigation beacon (TOPMID)"
+ },
+/obj/structure/disposalpipe/sorting/mail{
+ dir = 8;
+ name = "sorting disposal pipe (Quartermaster)";
+ sortType = 3
+ },
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 6
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+ dir = 4
+ },
+/obj/effect/turf_decal/plaque{
+ icon_state = "L7"
},
/turf/open/floor/plasteel,
-/area/hydroponics)
+/area/hallway/primary/central)
"bun" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
@@ -27061,14 +32966,19 @@
/turf/open/floor/plasteel,
/area/quartermaster/storage)
"buo" = (
-/obj/machinery/door/airlock{
- name = "Hydroponics Backroom";
- req_access_txt = "35"
+/obj/structure/disposalpipe/sorting/mail{
+ dir = 8;
+ name = "sorting disposal pipe (Cargo)";
+ sortType = 2
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/plaque{
+ icon_state = "L9"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/hydroponics)
+/area/hallway/primary/central)
"bup" = (
/obj/effect/turf_decal/tile/green{
dir = 8
@@ -27112,11 +33022,19 @@
/turf/open/floor/plasteel,
/area/hydroponics)
"but" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/disposalpipe/junction{
+ dir = 8
+ },
+/obj/effect/turf_decal/plaque{
+ icon_state = "L11"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"buu" = (
/obj/structure/closet/crate,
/obj/effect/decal/cleanable/cobweb,
@@ -27221,6 +33139,22 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"buD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/plaque{
+ icon_state = "L13"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"buE" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/neutral{
@@ -27246,6 +33180,13 @@
/obj/item/clothing/suit/toggle/lawyer/purple,
/turf/open/floor/plasteel/dark,
/area/lawoffice)
+"buF" = (
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
"buG" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -27279,15 +33220,29 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"buI" = (
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/machinery/airalarm{
- pixel_y = 25
+/obj/effect/turf_decal/plaque{
+ icon_state = "L4"
},
/turf/open/floor/plasteel,
-/area/hydroponics)
+/area/hallway/primary/central)
+"buJ" = (
+/obj/effect/turf_decal/plaque{
+ icon_state = "L6"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"buK" = (
+/obj/effect/turf_decal/plaque{
+ icon_state = "L8"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
+"buL" = (
+/obj/effect/turf_decal/plaque{
+ icon_state = "L10"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"buM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -27309,7 +33264,8 @@
/turf/open/floor/wood,
/area/crew_quarters/heads/hop)
"buO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
/turf/open/floor/plasteel/dark,
@@ -27323,6 +33279,12 @@
/obj/structure/cable,
/turf/open/floor/carpet,
/area/crew_quarters/heads/hop)
+"buQ" = (
+/obj/effect/turf_decal/plaque{
+ icon_state = "L12"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"buR" = (
/obj/effect/turf_decal/bot,
/obj/machinery/light{
@@ -27373,36 +33335,44 @@
/turf/open/floor/plasteel/dark,
/area/bridge)
"buW" = (
-/obj/effect/turf_decal/tile/neutral{
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/stairs,
+/area/security/prison)
+"buX" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
+"buY" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
+"buZ" = (
+/obj/effect/turf_decal/tile/blue{
dir = 1
},
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"bva" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/effect/landmark/event_spawn,
+/obj/structure/cable,
/obj/effect/turf_decal/tile/neutral{
- dir = 4
+ dir = 1
},
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/holopad,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/fitness)
-"buX" = (
-/obj/structure/fireaxecabinet{
- pixel_x = -32
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/atmos)
-"buZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva)
-"bva" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/ai_monitored/storage/eva)
"bvb" = (
@@ -27417,6 +33387,12 @@
dir = 10
},
/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
/turf/open/floor/plasteel/dark,
/area/ai_monitored/storage/eva)
"bvd" = (
@@ -27434,50 +33410,66 @@
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
"bve" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva)
+"bvf" = (
+/obj/structure/table,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/obj/machinery/camera{
+ c_tag = "Medical - General Treatment Bay";
+ dir = 1;
+ network = list("ss13","Medical")
+ },
+/obj/structure/bedsheetbin,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/zone2)
+"bvg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
},
/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/storage/eva)
-"bvf" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 4
- },
/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva)
-"bvg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/storage/eva)
-"bvh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/storage/eva)
-"bvi" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 8
},
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva)
+"bvh" = (
+/obj/machinery/door/airlock/command/glass{
+ name = "EVA Storage";
+ req_access_txt = "18"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
-/turf/open/floor/plasteel,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/dark,
/area/ai_monitored/storage/eva)
+"bvi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"bvj" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/carpet,
@@ -27487,39 +33479,17 @@
/turf/open/floor/carpet,
/area/library/lounge)
"bvl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/library/lounge)
+/obj/item/trash/can,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
"bvm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/library/lounge)
+/obj/item/trash/pistachios,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
"bvn" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/brown,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
+/obj/item/trash/candy,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
"bvo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -27527,14 +33497,11 @@
/turf/open/floor/wood,
/area/library)
"bvp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance/four,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
"bvq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 5
@@ -27549,11 +33516,9 @@
/turf/open/floor/wood,
/area/library/lounge)
"bvs" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/library/lounge)
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
"bvt" = (
/obj/structure/closet/wardrobe/green,
/obj/effect/turf_decal/tile/neutral,
@@ -27579,24 +33544,16 @@
/turf/open/floor/wood,
/area/library)
"bvv" = (
-/obj/structure/sign/plaques/kiddie/library{
- pixel_x = 32
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/library)
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
"bvw" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/wood,
-/area/library)
+/obj/structure/grille,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
"bvx" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
@@ -27672,17 +33629,12 @@
/turf/open/floor/plating,
/area/construction)
"bvH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "12"
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
"bvI" = (
/obj/machinery/atmospherics/components/binary/pump{
name = "Port to Filter"
@@ -27693,25 +33645,18 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"bvJ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/light/small{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
"bvK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/obj/structure/girder,
+/obj/structure/grille/broken,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
"bvL" = (
/obj/structure/table,
/obj/machinery/cell_charger,
@@ -27722,29 +33667,27 @@
/turf/open/floor/plating,
/area/construction)
"bvM" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
+/obj/structure/girder,
+/obj/structure/grille,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
"bvN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/turf_decal/bot{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
"bvO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/bot{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
"bvP" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -27764,21 +33707,13 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
"bvR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+/obj/structure/lattice,
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -26
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
+/turf/open/space/basic,
+/area/space/nearstation)
"bvS" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -27851,17 +33786,12 @@
/turf/open/floor/plasteel,
/area/security/checkpoint)
"bvY" = (
-/obj/machinery/airalarm{
- dir = 8;
- pixel_x = 24
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/heat_exchanging/manifold{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/camera{
- c_tag = "Hallway - Departures Wing 3";
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/turf/open/space/basic,
+/area/space/nearstation)
"bvZ" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -27888,17 +33818,12 @@
/turf/open/floor/plasteel,
/area/security/checkpoint)
"bwb" = (
-/obj/machinery/light{
- dir = 4
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 9
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 1
- },
-/obj/structure/sign/warning/pods{
- pixel_x = 32
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"bwc" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -27913,6 +33838,13 @@
dir = 4
},
/area/hallway/secondary/exit/departure_lounge)
+"bwd" = (
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 5
+ },
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"bwe" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -27941,51 +33873,17 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
-"bwh" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/button/door{
- id = "cargowarehouse";
- name = "warehouse shutter controls";
- pixel_x = 8;
- pixel_y = -24;
- req_access_txt = "50"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
"bwi" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"bwj" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+/obj/effect/turf_decal/tile/red{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -26
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"bwk" = (
/obj/machinery/door/airlock/security{
name = "Security Checkpoint";
@@ -27995,94 +33893,78 @@
/turf/open/floor/plasteel,
/area/security/checkpoint)
"bwl" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L1"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/effect/turf_decal/tile/red{
+ dir = 8
},
+/obj/effect/turf_decal/tile/red,
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 5
},
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"bwm" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L3"
+/obj/machinery/door/airlock/maintenance{
+ name = "Genetics Maintenance Access";
+ req_access_txt = "5; 9; 68"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/turf/open/floor/plating,
+/area/maintenance/port)
"bwn" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L5"
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+ dir = 9
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 9
},
/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/obj/machinery/power/apc{
+ areastring = "/area/medical/medbay/zone2";
+ name = "General Treatment Bay APC";
+ pixel_y = -23
+ },
+/obj/effect/turf_decal/stripes/end{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
"bwo" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L7"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment{
+/obj/structure/table,
+/obj/structure/window/reinforced{
dir = 4
},
/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/obj/item/paper{
+ info = "Too many bodies, not enough bags? Throw 'em down the chute! Out of sight - Out of mind!";
+ name = "Why can't I hold all these corpses? - Proper Corpse Disposal 101"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/zone2)
"bwp" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L9"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+/obj/machinery/light,
+/obj/structure/disposalpipe/trunk{
dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/machinery/disposal/deliveryChute{
+ desc = "A chute for big and small corpses alike!";
+ dir = 1;
+ name = "rapid corpse mover 9000"
},
-/obj/structure/disposalpipe/junction/yjunction,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/obj/machinery/door/window/northleft{
+ name = "Unsuccessful Patients Chute";
+ req_one_access_txt = "5; 68"
+ },
+/obj/structure/sign/warning/bodysposal{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/zone2)
"bwq" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L11"
+/obj/structure/window/reinforced{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/obj/structure/closet/secure_closet/personal/patient,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/zone2)
"bwr" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 4
@@ -28090,28 +33972,51 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
"bws" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L13"
+/obj/structure/closet/secure_closet/personal/patient,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/zone2)
+"bwt" = (
+/obj/machinery/vending/wallmed{
+ pixel_x = -28
},
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/zone2)
+"bwu" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
+/obj/machinery/door/airlock/maintenance{
+ name = "Medical Maintenance Access";
+ req_access_txt = "5"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
"bwv" = (
/turf/open/floor/plasteel/dark,
/area/engine/atmos)
+"bww" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/medbay/zone2)
+"bwx" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/medical{
+ name = "Temporary Morgue Storage";
+ req_access_txt = "5"
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/medbay/zone2)
"bwy" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/aft)
"bwz" = (
@@ -28147,7 +34052,7 @@
/area/hallway/primary/central)
"bwC" = (
/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=RIGHTTOP";
+ codes_txt = "patrol;next_patrol=ANTIGARDEN";
location = "TOPRIGHT";
name = "navigation beacon (TOPRIGHT)"
},
@@ -28159,6 +34064,22 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/starboard)
+"bwE" = (
+/obj/structure/bodycontainer/morgue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/medbay/zone2)
+"bwF" = (
+/obj/structure/table,
+/obj/item/storage/box/bodybags,
+/obj/machinery/camera{
+ c_tag = "Medical - Temporary Morgue Storage";
+ dir = 1;
+ network = list("ss13","Medical")
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/medbay/zone2)
"bwG" = (
/obj/structure/disposaloutlet{
dir = 4
@@ -28178,6 +34099,15 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
+"bwI" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/medbay/zone2)
"bwJ" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -28254,12 +34184,16 @@
/turf/open/floor/plasteel/dark,
/area/engine/atmos)
"bwS" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/atmos)
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/dark,
+/area/bridge)
"bwT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/structure/disposalpipe/segment{
@@ -28267,6 +34201,20 @@
},
/turf/open/floor/plasteel,
/area/engine/atmos)
+"bwU" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva)
"bwV" = (
/obj/machinery/door/airlock/engineering{
name = "Engine Room";
@@ -28280,20 +34228,59 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"bwY" = (
-/obj/effect/turf_decal/tile/brown{
+"bwW" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
dir = 4
},
/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/ai_monitored/storage/eva)
+"bwX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
+"bwY" = (
+/obj/machinery/door/airlock/command{
+ name = "Captain's Office";
+ req_access_txt = "20"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/heads/captain)
"bwZ" = (
/obj/structure/sign/warning/docking,
/turf/closed/wall,
/area/maintenance/aft)
+"bxa" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads/captain)
"bxb" = (
/obj/machinery/conveyor{
dir = 8;
@@ -28301,10 +34288,30 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
+"bxc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads/captain)
"bxd" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/maintenance/aft)
+"bxe" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
"bxf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -28354,6 +34361,18 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/maintenance/disposal/incinerator)
+"bxk" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/storage/eva)
"bxl" = (
/obj/machinery/telecomms/server/presets/security,
/turf/open/floor/circuit/telecomms/mainframe,
@@ -28363,16 +34382,14 @@
/turf/open/floor/circuit/telecomms/mainframe,
/area/tcommsat/server)
"bxn" = (
-/obj/machinery/hydroponics/constructable,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
},
-/obj/machinery/light{
- dir = 4
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
},
/turf/open/floor/plasteel,
-/area/hydroponics)
+/area/ai_monitored/storage/eva)
"bxo" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -28399,6 +34416,35 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"bxr" = (
+/obj/machinery/door/airlock/command/glass{
+ name = "EVA Storage";
+ req_access_txt = "18"
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva)
+"bxs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva)
"bxt" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -28491,19 +34537,36 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/ai_monitored/storage/eva)
-"bxF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
+"bxA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva)
+"bxB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/turf/open/floor/plating,
+/area/maintenance/fore)
"bxG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/corner,
/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/area/ai_monitored/storage/eva)
"bxH" = (
/obj/machinery/door/airlock/maintenance{
req_one_access_txt = "12"
@@ -28525,32 +34588,40 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bxP" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L10"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"bxQ" = (
-/obj/effect/turf_decal/plaque{
- icon_state = "L4"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"bxV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
+"bxJ" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/ladder,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva)
+"bxK" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/ladder,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva)
"bxX" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -28603,15 +34674,6 @@
/obj/effect/landmark/start/assistant,
/turf/open/floor/plasteel/white,
/area/medical/medbay/lobby)
-"byb" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
"byc" = (
/obj/structure/chair,
/obj/effect/turf_decal/tile/red{
@@ -28664,28 +34726,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
-"byj" = (
-/obj/item/radio/intercom{
- broadcasting = 1;
- frequency = 1447;
- listening = 0;
- name = "Station Intercom (AI Private)";
- pixel_y = -29
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/camera/motion{
- c_tag = "Secure - AI Foyer";
- dir = 1;
- network = list("AISat")
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
"byl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -28725,11 +34765,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
-"bys" = (
-/obj/effect/decal/cleanable/vomit/old,
-/mob/living/simple_animal/hostile/retaliate/goose/vomit,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
"byt" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
@@ -28752,16 +34787,6 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/carpet,
/area/library)
-"byw" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/machinery/vending/snack/random,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
"byx" = (
/obj/structure/table/wood,
/obj/machinery/newscaster{
@@ -28815,16 +34840,6 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/warehouse)
-"byC" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/landmark/start/assistant,
-/obj/item/radio/intercom{
- pixel_x = 30
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
"byD" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
/obj/structure/cable,
@@ -28836,18 +34851,6 @@
/obj/item/clothing/glasses/sunglasses,
/turf/open/floor/carpet,
/area/security/detectives_office)
-"byF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/landmark/event_spawn,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
"byG" = (
/obj/machinery/door/poddoor/shutters/preopen{
id = "kanyewest";
@@ -28867,18 +34870,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/security/detectives_office)
-"byJ" = (
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/obj/machinery/camera/motion{
- c_tag = "Secure - AI Storage";
- dir = 1;
- network = list("AISat")
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/service)
"byK" = (
/obj/structure/bodycontainer/morgue,
/obj/machinery/light{
@@ -29019,31 +35010,25 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/qm)
-"bzc" = (
-/obj/structure/filingcabinet,
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/qm)
"bzd" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/dark,
/area/chapel/office)
"bze" = (
-/obj/structure/closet/secure_closet/quartermaster,
-/obj/effect/turf_decal/tile/brown{
- dir = 1
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 4
},
-/obj/effect/turf_decal/tile/brown,
-/obj/effect/turf_decal/tile/brown{
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
+"bzf" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{
dir = 4
},
/turf/open/floor/plasteel,
-/area/quartermaster/qm)
+/area/security/prison/workout)
"bzg" = (
/obj/structure/closet/emcloset,
/obj/effect/turf_decal/tile/brown{
@@ -29085,12 +35070,24 @@
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
"bzl" = (
-/obj/effect/turf_decal/tile/neutral{
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ areastring = "/area/security/prison/rec";
+ name = "Prison Rec Room APC";
+ pixel_y = -23
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/rec)
+"bzm" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/plasteel/dark,
-/area/chapel/office)
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
"bzn" = (
/obj/structure/table/wood,
/obj/item/paper_bin{
@@ -29128,14 +35125,13 @@
/turf/open/floor/plasteel,
/area/quartermaster/office)
"bzs" = (
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 4
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 8
},
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/quartermaster/office)
+/area/security/prison/workout)
"bzt" = (
/obj/structure/table,
/obj/item/clothing/head/soft,
@@ -29159,23 +35155,14 @@
/turf/open/floor/plasteel,
/area/quartermaster/office)
"bzu" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet/crate,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/button/door{
- id = "cargowarehouse";
- name = "warehouse shutter controls";
- pixel_x = -24;
- pixel_y = 8;
- req_access_txt = "50"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/quartermaster/warehouse)
+/area/security/prison/workout)
"bzv" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/bot,
@@ -29196,44 +35183,58 @@
/turf/open/floor/plasteel,
/area/quartermaster/warehouse)
"bzy" = (
-/obj/machinery/computer/security/qm{
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/requests_console{
- department = "Cargo Bay";
- departmentType = 2;
- pixel_x = -30
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/quartermaster/qm)
+/area/security/prison/workout)
+"bzz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
"bzA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
/area/quartermaster/qm)
"bzB" = (
-/obj/machinery/vending/wardrobe/chap_wardrobe,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/plasteel/dark,
-/area/chapel/office)
-"bzC" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/holopad,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/lobby)
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bzC" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/prison/workout)
"bzD" = (
/obj/structure/table,
/obj/item/storage/box/bodybags,
@@ -29254,24 +35255,19 @@
/turf/open/floor/plating,
/area/storage/tech)
"bzF" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/door/airlock/public/glass{
- name = "Sleeping Quarters"
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/crew_quarters/dorms)
+/turf/open/floor/plating,
+/area/security/prison/rec)
"bzG" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/item/radio/intercom{
@@ -29286,24 +35282,33 @@
},
/turf/open/floor/plating,
/area/storage/tech)
+"bzI" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/rec)
"bzJ" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/techstorage/AI,
-/obj/structure/window/reinforced{
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
+/turf/open/floor/plasteel,
+/area/security/prison/rec)
"bzK" = (
/obj/effect/turf_decal/tile/yellow{
dir = 1
@@ -29318,27 +35323,35 @@
/turf/open/floor/plasteel,
/area/engine/engineering)
"bzL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/holopad,
/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/nuke_storage)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/rec)
"bzM" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/techstorage/RnD_secure,
-/obj/structure/window/reinforced{
+/obj/structure/table,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/mob/living/simple_animal/pet/cat{
+ desc = "Some apparently sentient feline. Known for having blood fueds with Jerry.";
+ name = "Tom"
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
+/turf/open/floor/plasteel,
+/area/security/prison/rec)
"bzN" = (
/obj/structure/chair/stool,
/obj/structure/disposalpipe/segment{
@@ -29361,13 +35374,34 @@
dir = 4
},
/area/chapel/main)
+"bzP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/pen{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/pen,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/rec)
"bzQ" = (
/obj/structure/chair/stool,
/obj/effect/landmark/start/virologist,
/turf/open/floor/plasteel/white,
/area/medical/virology)
"bzR" = (
-/obj/structure/closet/l3closet/virology,
+/obj/structure/closet/l3closet,
/obj/effect/turf_decal/stripes/line{
dir = 9
},
@@ -29468,18 +35502,36 @@
/turf/open/floor/plasteel,
/area/janitor)
"bAb" = (
-/obj/effect/landmark/start/atmospheric_technician,
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/engine/atmos)
-"bAd" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Chapel Office";
- req_access_txt = "22"
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/item/toy/cards/deck/cas,
+/obj/item/toy/cards/deck/cas/black{
+ pixel_x = -2;
+ pixel_y = 2
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/dark,
-/area/chapel/office)
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/rec)
+"bAc" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bAd" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/rec)
"bAe" = (
/turf/open/floor/plasteel,
/area/quartermaster/qm)
@@ -29492,6 +35544,12 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/qm)
+"bAg" = (
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
"bAh" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -29509,6 +35567,22 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
+"bAj" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/turf/open/floor/plasteel,
+/area/security/prison)
"bAk" = (
/turf/open/floor/plasteel/chapel{
dir = 1
@@ -29527,6 +35601,14 @@
dir = 8
},
/area/chapel/main)
+"bAn" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/security/prison)
"bAo" = (
/turf/open/floor/plasteel,
/area/quartermaster/office)
@@ -29535,6 +35617,12 @@
icon_state = "panelscorched"
},
/area/maintenance/starboard)
+"bAq" = (
+/obj/effect/turf_decal/trimline/white/line,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
"bAr" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -29568,15 +35656,14 @@
},
/area/maintenance/starboard)
"bAv" = (
-/obj/machinery/door/airlock/wood{
- name = "The Loose Goose"
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/flasher{
+ id = "pcell1";
+ pixel_y = 28
},
-/obj/effect/mapping_helpers/airlock_note_placer{
- name = "honk honk goose";
- note_info = "nothing to see here! HONK HONK!"
- },
-/turf/open/floor/wood,
-/area/maintenance/starboard)
+/obj/effect/landmark/start/prisoner,
+/turf/open/floor/plasteel/dark,
+/area/security/prison)
"bAw" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -29591,6 +35678,15 @@
"bAy" = (
/turf/open/floor/plasteel/chapel,
/area/chapel/main)
+"bAz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/flasher{
+ id = "pcell2";
+ pixel_y = 28
+ },
+/obj/effect/landmark/start/prisoner,
+/turf/open/floor/plasteel/dark,
+/area/security/prison)
"bAA" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -29601,6 +35697,15 @@
},
/turf/open/floor/plating,
/area/maintenance/port)
+"bAB" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/security/prison)
"bAC" = (
/obj/structure/lattice/catwalk,
/obj/structure/sign/warning/fire{
@@ -29652,18 +35757,23 @@
/turf/open/space/basic,
/area/space/nearstation)
"bAJ" = (
-/obj/effect/landmark/start/cargo_technician,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
-"bAK" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/junction{
- dir = 8
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/flasher{
+ id = "pcell5";
+ pixel_y = 28
},
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/obj/effect/landmark/start/prisoner,
+/turf/open/floor/plasteel/dark,
+/area/security/prison)
+"bAK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/flasher{
+ id = "pcell6";
+ pixel_y = 28
+ },
+/obj/effect/landmark/start/prisoner,
+/turf/open/floor/plasteel/dark,
+/area/security/prison)
"bAL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -29710,10 +35820,18 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"bAO" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 9
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel,
+/area/security/prison)
"bAP" = (
/obj/structure/table,
/obj/item/hand_labeler,
/obj/item/stack/packageWrap,
+/obj/item/destTagger,
/obj/item/destTagger{
pixel_x = 2;
pixel_y = 2
@@ -29721,28 +35839,14 @@
/obj/item/radio/intercom{
pixel_x = 30
},
-/obj/item/storage/box/shipping,
/turf/open/floor/plasteel,
/area/quartermaster/office)
"bAQ" = (
-/obj/machinery/computer/cargo{
- dir = 4
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 5
},
-/obj/machinery/power/apc{
- areastring = "/area/quartermaster/qm";
- dir = 8;
- name = "Quartermaster's Office APC";
- pixel_x = -25
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/quartermaster/qm)
+/area/security/prison)
"bAR" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/chapel{
@@ -29757,6 +35861,13 @@
"bAT" = (
/turf/open/floor/carpet,
/area/chapel/main)
+"bAU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/toilet{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison)
"bAV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -29828,19 +35939,29 @@
/turf/open/floor/plating,
/area/maintenance/starboard)
"bBc" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 4
},
-/turf/closed/wall,
-/area/quartermaster/sorting)
+/turf/open/floor/plasteel/dark,
+/area/security/prison)
"bBd" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/plasteel/chapel{
+/obj/effect/turf_decal/tile/red{
dir = 8
},
-/area/chapel/main)
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/turf/open/floor/plasteel,
+/area/security/prison)
"bBe" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel/chapel{
@@ -29872,18 +35993,14 @@
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/hor)
"bBh" = (
-/obj/structure/table,
-/obj/item/paper_bin/carbon{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/stamp/qm,
-/obj/item/toy/figure/qm{
- pixel_x = 5;
- pixel_y = 3
+/obj/effect/turf_decal/tile/red{
+ dir = 4
},
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
-/area/quartermaster/qm)
+/area/security/prison)
"bBi" = (
/obj/structure/table,
/obj/item/clipboard,
@@ -29917,12 +36034,12 @@
/turf/open/floor/plasteel,
/area/quartermaster/office)
"bBk" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock)
+/turf/open/floor/plasteel/dark,
+/area/security/prison)
"bBl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
@@ -29931,6 +36048,13 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/quartermaster/office)
+"bBm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/toilet{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison)
"bBn" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
dir = 8
@@ -29938,18 +36062,15 @@
/turf/open/floor/plasteel,
/area/quartermaster/office)
"bBo" = (
-/obj/structure/cable,
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
-/area/storage/tools)
+/area/security/prison)
"bBp" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/conveyor{
- id = "packageSort"
- },
-/turf/open/floor/plating,
-/area/quartermaster/sorting)
+/turf/open/floor/plasteel/stairs,
+/area/security/prison)
"bBq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -29989,10 +36110,29 @@
},
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/hor)
+"bBu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/security/glass{
+ id_tag = "prisoncellmain";
+ name = "Cell Airlock"
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison)
"bBv" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/quartermaster/sorting)
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bBw" = (
+/obj/effect/turf_decal/trimline/white/line,
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
"bBx" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 4
@@ -30041,6 +36181,16 @@
/obj/item/trash/plate,
/turf/open/floor/plating,
/area/maintenance/starboard)
+"bBC" = (
+/obj/machinery/computer/security/telescreen{
+ name = "Prison Monitor";
+ network = list("Prison","PrisonCell");
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/plasteel,
+/area/security/prison)
"bBD" = (
/obj/machinery/power/apc{
areastring = "/area/medical/morgue";
@@ -30142,6 +36292,12 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/department/medical)
+"bBM" = (
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
"bBN" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -30159,6 +36315,11 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/department/medical)
+"bBP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
"bBQ" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -30167,30 +36328,15 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bBR" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/prison)
"bBS" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/junction{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 6
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
+/area/security/prison)
"bBT" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
@@ -30256,6 +36402,16 @@
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
+"bBZ" = (
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 8
+ },
+/obj/machinery/door/airlock/security/glass{
+ name = "Main Prison Wing";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
"bCa" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -30313,6 +36469,16 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/maintenance/aft)
+"bCf" = (
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/obj/machinery/door/airlock/security/glass{
+ name = "Main Prison Wing";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
"bCg" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -30320,6 +36486,12 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"bCh" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
"bCi" = (
/obj/machinery/door/airlock/maintenance{
req_one_access_txt = "5;12"
@@ -30332,12 +36504,12 @@
/area/maintenance/port/aft)
"bCk" = (
/obj/structure/table,
-/obj/structure/cable,
-/obj/item/paper_bin/carbon{
+/obj/item/paper_bin{
pixel_x = -3;
pixel_y = 7
},
/obj/item/stamp/hop,
+/obj/structure/cable,
/turf/open/floor/carpet,
/area/crew_quarters/heads/hop)
"bCl" = (
@@ -30425,6 +36597,37 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/hop)
+"bCt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/machinery/button/flasher{
+ id = "pcell1";
+ pixel_x = 8;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bCu" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
"bCv" = (
/obj/structure/table/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -30436,20 +36639,61 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/checkpoint)
-"bCy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
+"bCw" = (
+/obj/effect/turf_decal/tile/red{
dir = 4
},
-/obj/structure/extinguisher_cabinet{
- pixel_x = -5;
- pixel_y = -31
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bCx" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/button/flasher{
+ id = "pcell2";
+ pixel_x = 8;
+ pixel_y = 24
},
/turf/open/floor/plasteel,
-/area/hydroponics)
-"bCz" = (
-/obj/machinery/chem_master/condimaster,
+/area/security/prison)
+"bCy" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_y = 32
+ },
/turf/open/floor/plasteel,
-/area/hydroponics)
+/area/security/prison)
+"bCz" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/nanotrasen{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
"bCA" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
@@ -30469,33 +36713,34 @@
/turf/open/floor/plasteel,
/area/hydroponics)
"bCC" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Public Garden"
- },
-/obj/machinery/door/firedoor,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hydroponics/garden)
-"bCD" = (
-/obj/machinery/light/small{
+/obj/effect/turf_decal/tile/red{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/obj/effect/turf_decal/tile/red{
+ dir = 1
},
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bCD" = (
+/obj/effect/turf_decal/tile/red{
dir = 4
},
-/obj/structure/sign/poster/contraband/missing_gloves{
- pixel_x = 32
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/button/flasher{
+ id = "pcell5";
+ pixel_x = -8;
+ pixel_y = 24
},
/turf/open/floor/plasteel,
-/area/storage/tools)
+/area/security/prison)
"bCE" = (
/obj/structure/reagent_dispensers/watertank/high,
/obj/effect/turf_decal/tile/green{
@@ -30508,24 +36753,49 @@
/obj/item/reagent_containers/glass/bucket,
/turf/open/floor/plasteel,
/area/hydroponics)
-"bCG" = (
-/obj/structure/table,
-/obj/machinery/smartfridge/disks{
- pixel_y = 2
- },
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"bCI" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -26
- },
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
+"bCF" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red{
dir = 4
},
-/turf/open/floor/grass,
-/area/hydroponics/garden)
+/obj/effect/turf_decal/tile/red,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bCG" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/sign/poster/official/help_others{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bCH" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/button/flasher{
+ id = "pcell6";
+ pixel_x = -8;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
"bCJ" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -30550,6 +36820,13 @@
/obj/item/reagent_containers/glass/bucket,
/turf/open/floor/grass,
/area/hydroponics/garden)
+"bCL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/rec)
"bCM" = (
/obj/effect/landmark/event_spawn,
/obj/structure/cable,
@@ -30564,34 +36841,23 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bCO" = (
-/obj/machinery/light/small{
- brightness = 3;
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{
dir = 8
},
-/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/hydroponics)
+/area/security/prison/rec)
"bCP" = (
-/obj/machinery/firealarm{
- pixel_y = 29
- },
-/obj/structure/closet/crate/hydroponics,
-/obj/item/shovel/spade,
-/obj/item/wrench,
-/obj/item/reagent_containers/glass/bucket,
-/obj/item/cultivator,
-/obj/item/wirecutters,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/cable,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/table,
+/obj/item/storage/pill_bottle/dice,
/turf/open/floor/plasteel,
-/area/hydroponics)
+/area/security/prison/rec)
"bCQ" = (
-/obj/effect/landmark/start/botanist,
-/obj/structure/cable,
+/obj/structure/chair/stool,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel,
-/area/hydroponics)
+/area/security/prison/rec)
"bCR" = (
/obj/structure/table,
/obj/item/reagent_containers/spray/pestspray{
@@ -30607,15 +36873,16 @@
/turf/open/floor/grass,
/area/hydroponics/garden)
"bCS" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = 12
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
-/obj/item/radio/intercom{
- pixel_x = 29
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
},
-/turf/open/floor/grass,
-/area/hydroponics/garden)
+/turf/open/floor/plasteel,
+/area/security/prison)
"bCT" = (
/obj/structure/window/reinforced{
dir = 4
@@ -30628,18 +36895,18 @@
/turf/open/floor/plating,
/area/maintenance/disposal)
"bCU" = (
-/obj/machinery/hydroponics/constructable,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
},
-/obj/machinery/requests_console{
- department = "Hydroponics";
- departmentType = 2;
- pixel_y = 30
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/hydroponics)
+/area/security/prison)
"bCV" = (
/obj/machinery/conveyor{
id = "garbage"
@@ -30649,12 +36916,73 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
+"bCW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bCX" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bCY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/obj/machinery/atmospherics/pipe/manifold/dark/hidden/layer1,
+/turf/open/floor/plasteel,
+/area/security/prison)
"bCZ" = (
/obj/machinery/mineral/stacking_unit_console{
machinedir = 8
},
/turf/closed/wall,
/area/maintenance/disposal)
+"bDa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bDb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold4w/dark/hidden/layer1,
+/turf/open/floor/plasteel,
+/area/security/prison)
"bDc" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=4";
@@ -30728,6 +37056,14 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
+"bDi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
"bDj" = (
/obj/structure/table/reinforced,
/obj/item/electropack,
@@ -30769,14 +37105,24 @@
/turf/open/floor/plasteel,
/area/engine/atmos)
"bDn" = (
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=1";
- dir = 1;
- freq = 1400;
- location = "Janitor"
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/aft)
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bDo" = (
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/turf/open/floor/plasteel,
+/area/security/prison)
"bDp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 10
@@ -30958,43 +37304,39 @@
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
"bDG" = (
-/obj/structure/table,
-/obj/machinery/camera{
- c_tag = "Cargo Mailroom";
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/item/destTagger,
-/obj/item/storage/box/lights,
-/obj/item/hand_labeler,
-/obj/machinery/power/apc{
- areastring = "/area/quartermaster/sorting";
- dir = 8;
- name = "Delivery Office APC";
- pixel_x = -25
- },
/obj/structure/cable,
-/obj/machinery/light{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/obj/machinery/atmospherics/pipe/manifold/dark/hidden/layer1{
+ dir = 1
},
/turf/open/floor/plasteel,
-/area/quartermaster/sorting)
-"bDI" = (
-/obj/machinery/light/small{
+/area/security/prison)
+"bDH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/obj/machinery/navbeacon/wayfinding{
- location = "Escape Pod 4";
- name = "navigation beacon (Escape Pod 4)"
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/security/processing)
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bDI" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
"bDJ" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -31060,6 +37402,10 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"bDN" = (
+/obj/structure/weightmachine/weightlifter,
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
"bDO" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 1
@@ -31076,19 +37422,28 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bDP" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/obj/structure/weightmachine/weightlifter,
+/obj/structure/sign/poster/official/safety_report{
+ pixel_y = -32
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
+"bDQ" = (
+/obj/effect/turf_decal/trimline/white/filled/corner,
+/obj/structure/railing/corner,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"bDR" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/obj/effect/landmark/event_spawn,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
"bDS" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -31152,26 +37507,36 @@
},
/turf/open/floor/plasteel/grimy,
/area/security/detectives_office)
-"bDY" = (
-/obj/structure/rack,
-/obj/item/clothing/under/color/blue,
-/obj/item/clothing/neck/tie/blue,
-/obj/item/clothing/head/soft/blue,
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness/recreation)
-"bEa" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
+"bDX" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
},
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/prison)
+"bDY" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
+"bDZ" = (
+/obj/machinery/computer/arcade,
+/obj/effect/decal/cleanable/dirt,
/obj/machinery/light,
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/security/prison/rec)
+"bEa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/security/prison)
"bEb" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 8
@@ -31185,6 +37550,11 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/qm)
+"bEc" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/trimline/red/filled/line,
+/turf/open/floor/plasteel,
+/area/security/prison)
"bEd" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=8";
@@ -31206,6 +37576,19 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
+"bEf" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/button/flasher{
+ id = "pcell3";
+ pixel_x = 8;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
"bEg" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
@@ -31255,6 +37638,15 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
+"bEm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/security/prison)
"bEn" = (
/obj/machinery/vending/wardrobe/cargo_wardrobe,
/obj/structure/window/reinforced,
@@ -31416,18 +37808,17 @@
/turf/open/floor/plasteel,
/area/quartermaster/office)
"bEz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/sign/poster/official/obey{
+ pixel_y = -32
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/quartermaster/office)
+/area/security/prison)
"bEA" = (
/obj/structure/chair/stool,
/obj/effect/landmark/start/assistant,
@@ -31455,22 +37846,27 @@
/turf/open/floor/plasteel/dark,
/area/chapel/main)
"bEE" = (
-/obj/structure/chair{
- dir = 1
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
},
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/button/flasher{
+ id = "pcell4";
+ pixel_x = 8;
+ pixel_y = -24
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/effect/landmark/start/assistant,
/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
+/area/security/prison)
+"bEF" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/security/prison)
"bEG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 9
@@ -31498,6 +37894,7 @@
dir = 8
},
/obj/machinery/door/window/westleft{
+ dir = 8;
name = "Cargo Packages";
req_access_txt = "55"
},
@@ -31507,6 +37904,14 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
+"bEK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison)
"bEL" = (
/obj/structure/table,
/obj/machinery/light{
@@ -31532,15 +37937,18 @@
/turf/open/floor/plasteel,
/area/quartermaster/office)
"bEO" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/status_display/supply{
- pixel_y = -32
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel,
-/area/quartermaster/office)
+/area/security/processing)
"bEP" = (
/obj/machinery/autolathe,
/turf/open/floor/plasteel,
@@ -31555,54 +37963,43 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bES" = (
-/obj/effect/turf_decal/tile/brown{
+"bER" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
-/obj/effect/turf_decal/tile/brown{
- dir = 4
+/turf/open/floor/plasteel,
+/area/security/processing)
+"bES" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/status_display/ai{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/rec)
+"bET" = (
+/obj/effect/turf_decal/tile/red,
+/obj/structure/sign/nanotrasen{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bEU" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
},
/obj/effect/turf_decal/tile/neutral{
- dir = 4
+ dir = 8
},
-/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bET" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/machinery/navbeacon{
- codes_txt = "patrol;next_patrol=TOPRIGHT";
- location = "TOPMID";
- name = "navigation beacon (TOPMID)"
- },
-/obj/structure/disposalpipe/sorting/mail{
- dir = 8;
- name = "sorting disposal pipe (Quartermaster)";
- sortType = 3
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bEU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/sorting/mail{
- dir = 8;
- name = "sorting disposal pipe (Cargo)";
- sortType = 2
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/security/prison)
"bEV" = (
/obj/structure/table/reinforced,
/obj/item/clipboard,
@@ -31610,12 +38007,33 @@
/obj/item/stamp/ce,
/turf/open/floor/plasteel,
/area/crew_quarters/heads/chief)
+"bEW" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/button/flasher{
+ id = "pcell7";
+ pixel_x = -8;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
"bEX" = (
/obj/machinery/airalarm{
pixel_y = 25
},
/turf/open/floor/plasteel/dark,
/area/chapel/office)
+"bEY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
"bEZ" = (
/obj/effect/turf_decal/tile/neutral{
dir = 8
@@ -31626,6 +38044,41 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"bFa" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/status_display/ai{
+ pixel_y = -32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bFb" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/machinery/button/flasher{
+ id = "pcell8";
+ pixel_x = -8;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
"bFc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -31642,14 +38095,26 @@
/turf/open/floor/plasteel,
/area/quartermaster/office)
"bFe" = (
-/obj/machinery/computer/cargo{
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red{
dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 9
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/red/filled/corner,
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bFf" = (
+/obj/structure/weightmachine/weightlifter,
+/obj/machinery/camera{
+ c_tag = "Security - Prison Workout Room Lower";
+ dir = 9;
+ network = list("ss13","Security","Prison")
},
/turf/open/floor/plasteel,
-/area/quartermaster/office)
+/area/security/prison/workout)
"bFg" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/delivery,
@@ -31742,6 +38207,11 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/quartermaster/office)
+"bFn" = (
+/obj/structure/punching_bag,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/workout)
"bFo" = (
/obj/structure/table,
/obj/item/cartridge/medical{
@@ -31786,26 +38256,13 @@
c_tag = "Atmospherics - Nitrous Oxide Tank";
network = list("ss13","Atmospherics")
},
-/turf/open/floor/engine/n2o,
+/turf/open/floor/engine/n2o{
+ initial_gas_mix = "n2o=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"bFr" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/status_display,
-/turf/closed/wall,
-/area/hydroponics/garden)
-"bFs" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/camera{
- c_tag = "Hallway - Central North 2";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/turf/closed/wall/r_wall,
+/area/security/prison/garden)
"bFt" = (
/obj/effect/turf_decal/tile/neutral{
dir = 8
@@ -31816,14 +38273,32 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bFu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/junction/flip{
- dir = 1
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 6
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bFv" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/security/prison)
+"bFw" = (
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bFx" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/prison/garden)
"bFy" = (
/obj/structure/bed/dogbed/ian,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -31846,17 +38321,51 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/dark,
/area/bridge)
+"bFA" = (
+/turf/closed/wall,
+/area/security/prison/garden)
"bFC" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall/r_wall,
-/area/crew_quarters/heads/captain)
-"bFD" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/carrot,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
dir = 1
},
-/turf/open/floor/wood,
-/area/crew_quarters/heads/captain)
+/obj/machinery/camera{
+ c_tag = "Security - Prison Garden";
+ dir = 4;
+ network = list("ss13","Security","Prison")
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/security/prison/garden";
+ dir = 1;
+ name = "Prison Garden APC";
+ pixel_y = 23
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
+"bFD" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 6
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bFE" = (
+/obj/structure/stairs/north,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/stairs,
+/area/security/prison)
"bFF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -31945,15 +38454,45 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/security/main)
-"bFP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment{
- dir = 9
+"bFN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
},
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/security/brig)
+/area/security/prison)
+"bFO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bFQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/flasher{
+ id = "pcell3";
+ pixel_y = -28
+ },
+/obj/effect/landmark/start/prisoner,
+/turf/open/floor/plasteel/dark,
+/area/security/prison)
"bFR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/structure/disposalpipe/segment{
@@ -31961,6 +38500,15 @@
},
/turf/open/floor/plasteel,
/area/security/main)
+"bFS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/flasher{
+ id = "pcell4";
+ pixel_y = -28
+ },
+/obj/effect/landmark/start/prisoner,
+/turf/open/floor/plasteel/dark,
+/area/security/prison)
"bFT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 9
@@ -31996,6 +38544,17 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/security/main)
+"bFW" = (
+/obj/machinery/hydroponics/soil,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bFX" = (
/obj/effect/turf_decal/tile/red{
dir = 8
@@ -32092,12 +38651,29 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 4
},
+/obj/structure/disposalpipe/segment,
/obj/structure/cable,
-/obj/structure/disposalpipe/junction/flip{
- dir = 1
- },
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"bGh" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/random,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bGi" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -32110,6 +38686,23 @@
},
/turf/open/floor/plating,
/area/maintenance/department/security)
+"bGk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/flasher{
+ id = "pcell7";
+ pixel_y = -28
+ },
+/obj/effect/landmark/start/prisoner,
+/turf/open/floor/plasteel/dark,
+/area/security/prison)
+"bGl" = (
+/obj/structure/stairs/south,
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/plasteel/stairs,
+/area/security/prison)
"bGm" = (
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/structure/window,
@@ -32131,7 +38724,7 @@
/area/security/courtroom)
"bGp" = (
/obj/structure/sink{
- dir = 4;
+ dir = 8;
pixel_x = -12
},
/turf/open/floor/plating,
@@ -32151,6 +38744,13 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"bGs" = (
+/obj/machinery/door/airlock/glass{
+ name = "Garden"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bGt" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 10
@@ -32158,19 +38758,19 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
+"bGu" = (
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bGv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
+/obj/effect/turf_decal/tile/red{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/aft)
+/turf/open/floor/plasteel,
+/area/security/processing)
"bGw" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
@@ -32192,6 +38792,14 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"bGy" = (
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
+"bGz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bGA" = (
/obj/structure/closet/l3closet,
/obj/effect/turf_decal/delivery,
@@ -32215,19 +38823,11 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"bGD" = (
-/obj/machinery/door/airlock/maintenance{
- req_one_access_txt = "5;12"
- },
-/obj/structure/disposalpipe/segment{
+/obj/effect/turf_decal/tile/green{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/abandoned,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bGE" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -32246,19 +38846,16 @@
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/cmo)
"bGG" = (
-/obj/structure/table/glass,
-/obj/machinery/reagentgrinder,
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
+/obj/machinery/biogenerator,
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 1
},
-/obj/machinery/camera{
- c_tag = "Medical - Pharmacy";
- dir = 1;
- network = list("ss13","Medical")
+/obj/effect/turf_decal/tile/green{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bGH" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -32317,29 +38914,31 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"bGL" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bGM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment{
- dir = 10
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
},
/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/prison/garden)
+"bGM" = (
+/turf/open/floor/plating,
+/area/security/prison)
+"bGN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/flasher{
+ id = "pcell8";
+ pixel_y = -28
+ },
+/obj/effect/landmark/start/prisoner,
+/turf/open/floor/plasteel/dark,
+/area/security/prison)
"bGO" = (
/obj/effect/turf_decal/tile/red{
dir = 1
@@ -32378,6 +38977,24 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
+"bGQ" = (
+/obj/structure/table,
+/turf/open/floor/plating,
+/area/security/prison)
+"bGR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bGS" = (
/obj/effect/turf_decal/tile/red{
dir = 1
@@ -32417,6 +39034,14 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
+"bGV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bGW" = (
/obj/effect/turf_decal/tile/bar{
dir = 1
@@ -32452,7 +39077,6 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/structure/displaycase/forsale,
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
"bGZ" = (
@@ -32530,6 +39154,15 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
+"bHg" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bHh" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -32576,24 +39209,12 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bHl" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ dir = 10
},
/obj/structure/cable,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/security/prison/garden)
"bHm" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -32695,17 +39316,20 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bHu" = (
-/obj/effect/turf_decal/tile/neutral{
+/obj/structure/rack,
+/obj/item/cultivator,
+/obj/item/cultivator{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/plant_analyzer,
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/machinery/firealarm{
- pixel_y = 24
- },
+/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/security/prison/garden)
"bHv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -32749,6 +39373,16 @@
},
/turf/open/floor/plasteel/dark,
/area/security/courtroom)
+"bHz" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bHA" = (
/obj/machinery/conveyor{
dir = 4;
@@ -32756,6 +39390,10 @@
},
/turf/open/floor/plating,
/area/science/robotics/lab)
+"bHB" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bHC" = (
/obj/machinery/door/airlock{
name = "Lounge"
@@ -32763,21 +39401,26 @@
/turf/open/floor/wood,
/area/library/lounge)
"bHD" = (
-/obj/effect/turf_decal/tile/neutral{
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
dir = 1
},
/obj/effect/turf_decal/tile/neutral{
- dir = 8
+ dir = 1
},
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
+/obj/machinery/door/airlock/security/glass{
+ name = "Prison Meeting Room";
+ req_access_txt = "2"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/area/security/prison/visit)
"bHE" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -32844,11 +39487,18 @@
/turf/open/floor/carpet,
/area/library/lounge)
"bHJ" = (
-/obj/machinery/door/window/northleft{
- req_access_txt = "37"
+/obj/effect/turf_decal/tile/red{
+ dir = 1
},
-/turf/open/floor/carpet,
-/area/library)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bHK" = (
/obj/machinery/light{
dir = 4
@@ -32868,6 +39518,11 @@
},
/turf/open/floor/plasteel,
/area/bridge)
+"bHN" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/security/prison)
"bHO" = (
/obj/machinery/airalarm{
dir = 8;
@@ -32897,6 +39552,23 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/bridge)
+"bHR" = (
+/obj/effect/turf_decal/tile/green,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
+"bHS" = (
+/obj/structure/chair/stool,
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 1
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos)
"bHT" = (
/obj/machinery/doppler_array/research/science{
dir = 4
@@ -32913,32 +39585,18 @@
/turf/open/floor/plasteel,
/area/science/research)
"bHU" = (
-/obj/machinery/light_switch{
- pixel_x = 8;
- pixel_y = -27
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
},
/turf/open/floor/holofloor/wood,
/area/crew_quarters/heads/captain/private)
"bHV" = (
-/obj/machinery/computer/secure_data{
- dir = 8
+/obj/structure/railing/corner{
+ dir = 1
},
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 30
- },
-/obj/machinery/light,
-/obj/item/radio/intercom{
- pixel_y = -28
- },
-/turf/open/floor/plasteel,
-/area/security/checkpoint/science)
+/turf/open/floor/wood,
+/area/library/lounge)
"bHW" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -32993,10 +39651,32 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/brig)
+"bIb" = (
+/obj/machinery/seed_extractor,
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bIc" = (
/obj/machinery/telecomms/server/presets/engineering,
/turf/open/floor/circuit/telecomms/mainframe,
/area/tcommsat/server)
+"bId" = (
+/obj/machinery/hydroponics/soil,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green,
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bIe" = (
/obj/machinery/blackbox_recorder,
/turf/open/floor/circuit/telecomms/mainframe,
@@ -33030,6 +39710,13 @@
/obj/machinery/telecomms/broadcaster/preset_left,
/turf/open/floor/circuit/telecomms/mainframe,
/area/tcommsat/server)
+"bIm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bIn" = (
/obj/structure/table/reinforced,
/obj/item/aicard,
@@ -33112,6 +39799,10 @@
},
/turf/open/floor/plasteel/dark,
/area/bridge)
+"bIs" = (
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/turf/open/floor/plating,
+/area/security/prison)
"bIt" = (
/obj/machinery/computer/communications{
dir = 8
@@ -33126,6 +39817,19 @@
},
/turf/open/floor/plasteel/dark,
/area/bridge)
+"bIu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 5
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bIv" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 4
@@ -33200,10 +39904,18 @@
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer)
"bII" = (
-/obj/effect/landmark/event_spawn,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
/obj/structure/cable,
-/turf/open/floor/plasteel/grimy,
-/area/tcommsat/computer)
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bIJ" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 1
@@ -33221,6 +39933,10 @@
/obj/item/crowbar,
/turf/open/floor/plating,
/area/tcommsat/computer)
+"bIM" = (
+/obj/structure/ladder,
+/turf/open/floor/plating,
+/area/security/prison)
"bIN" = (
/obj/structure/chair/office{
dir = 8
@@ -33228,6 +39944,14 @@
/obj/structure/cable,
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer)
+"bIO" = (
+/obj/machinery/hydroponics/soil,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green,
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bIP" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -33245,6 +39969,16 @@
},
/turf/open/floor/plasteel/dark,
/area/bridge)
+"bIR" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/ambrosia,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bIS" = (
/obj/machinery/telecomms/receiver/preset_left,
/turf/open/floor/circuit/green/telecomms/mainframe,
@@ -33261,6 +39995,19 @@
/obj/machinery/telecomms/processor/preset_four,
/turf/open/floor/circuit/telecomms/mainframe,
/area/tcommsat/server)
+"bIW" = (
+/obj/machinery/hydroponics/soil,
+/obj/item/seeds/potato,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/security/prison/garden)
"bIX" = (
/obj/machinery/telecomms/server/presets/command,
/turf/open/floor/circuit/telecomms/mainframe,
@@ -33269,6 +40016,14 @@
/obj/structure/table/glass,
/turf/open/floor/circuit/green/telecomms/mainframe,
/area/tcommsat/server)
+"bIZ" = (
+/obj/structure/stairs/north,
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/plasteel/stairs,
+/area/security/prison)
"bJa" = (
/obj/machinery/power/smes/engineering,
/obj/machinery/light,
@@ -33310,6 +40065,17 @@
},
/turf/open/floor/plasteel/dark,
/area/bridge)
+"bJg" = (
+/obj/structure/stairs/south,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/stairs,
+/area/security/prison)
+"bJh" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plating,
+/area/security/prison)
"bJi" = (
/obj/machinery/computer/telecomms/server{
dir = 8
@@ -33334,6 +40100,9 @@
},
/turf/open/floor/carpet,
/area/bridge)
+"bJl" = (
+/turf/closed/wall,
+/area/security/prison/visit)
"bJm" = (
/obj/machinery/computer/shuttle/labor{
dir = 8
@@ -33373,12 +40142,32 @@
},
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer)
+"bJq" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
"bJr" = (
/obj/structure/chair/office{
dir = 8
},
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer)
+"bJs" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bJt" = (
/obj/structure/table,
/obj/item/radio/intercom{
@@ -33389,33 +40178,81 @@
/turf/open/floor/carpet,
/area/bridge)
"bJu" = (
-/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"bJv" = (
+/obj/machinery/computer/security/telescreen{
+ name = "Prison Monitor";
+ network = list("Prison","PrisonCell");
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bJw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
/obj/effect/turf_decal/tile/neutral{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/obj/machinery/door/airlock/security/glass{
+ name = "Prison Meeting Room";
+ req_access_txt = "2"
},
-/obj/effect/turf_decal/tile/neutral{
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
+"bJx" = (
+/turf/closed/wall/r_wall,
+/area/security/prison/visit)
+"bJy" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
dir = 8
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/machinery/ai_slipper,
/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload_foyer)
-"bJw" = (
-/obj/machinery/door/poddoor/preopen{
- id = "AI_Emergency_Lockdown_Left";
- name = "Emergency AI Lockdown Blast Door"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
+"bJz" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Upper-Floor Maintenance Access";
+ req_access_txt = "10"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
},
/obj/structure/cable,
-/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/ai)
+/area/security/prison/visit)
"bJA" = (
/obj/structure/closet/crate/wooden/toy,
/obj/item/grenade/chem_grenade/teargas/moustache,
@@ -33426,6 +40263,13 @@
/obj/item/clothing/head/wig/random,
/turf/open/floor/wood,
/area/crew_quarters/theatre)
+"bJB" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/processing)
"bJC" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/tile/blue,
@@ -33443,15 +40287,15 @@
/turf/open/floor/plasteel/dark,
/area/bridge)
"bJE" = (
-/obj/machinery/button/door{
- desc = "A door remote control switch. Press when the world comes tumbling down around you.";
- id = "AI_Emergency_Lockdown";
- name = "Emergency Internal Lockdown Access";
- pixel_y = 24;
- req_access_txt = "16"
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
},
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bJF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -33473,6 +40317,9 @@
/obj/item/pen,
/turf/open/floor/carpet,
/area/bridge)
+"bJI" = (
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bJJ" = (
/obj/machinery/telecomms/server/presets/common,
/obj/machinery/light{
@@ -33485,15 +40332,6 @@
},
/turf/open/floor/circuit/telecomms/mainframe,
/area/tcommsat/server)
-"bJK" = (
-/obj/machinery/door/airlock/hatch{
- name = "MiniSat Space Access Airlock";
- req_one_access_txt = "32;19"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/aisat/foyer)
"bJL" = (
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -33504,6 +40342,24 @@
},
/turf/open/floor/plating,
/area/science/robotics/lab)
+"bJM" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/machinery/camera{
+ c_tag = "Security - Prison Visitation Center Visitor Side";
+ dir = 4;
+ network = list("ss13","Security","Prison")
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/security/prison/visit";
+ dir = 1;
+ name = "Prison Visitation Area APC";
+ pixel_y = 23
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bJN" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 4
@@ -33536,32 +40392,33 @@
/turf/open/floor/plasteel,
/area/quartermaster/office)
"bJR" = (
-/obj/machinery/nuclearbomb/selfdestruct,
+/obj/machinery/power/apc{
+ areastring = "/area/security/prison";
+ dir = 8;
+ name = "Prison Wing APC";
+ pixel_x = -25
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison)
+"bJS" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/red/filled/corner{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+/obj/machinery/light{
+ dir = 1
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 6
- },
-/obj/effect/landmark/xeno_spawn,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
-"bJS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+/obj/machinery/airalarm{
+ pixel_y = 25
},
/turf/open/floor/plasteel,
-/area/quartermaster/office)
+/area/security/prison)
"bJT" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
dir = 8
@@ -33570,23 +40427,22 @@
/turf/open/floor/plasteel,
/area/quartermaster/office)
"bJU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/aisat/foyer)
+/area/security/prison)
"bJV" = (
-/obj/machinery/hydroponics/constructable,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Service - Hydroponics Main 1";
- dir = 8;
- network = list("ss13","Hydroponics")
- },
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
-/area/hydroponics)
+/area/security/prison/visit)
"bJW" = (
/obj/machinery/firealarm{
dir = 4;
@@ -33647,6 +40503,17 @@
/obj/item/poster/random_official,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"bKb" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
+"bKc" = (
+/obj/machinery/door/airlock/security{
+ name = "Visiting Center";
+ req_access_txt = "1"
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bKd" = (
/obj/effect/decal/cleanable/cobweb,
/obj/effect/turf_decal/tile/green{
@@ -33687,10 +40554,14 @@
/turf/open/floor/plasteel/dark,
/area/bridge)
"bKi" = (
-/obj/vehicle/ridden/secway,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/security/armory)
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bKj" = (
/obj/machinery/computer/shuttle/labor{
dir = 1
@@ -33729,6 +40600,11 @@
/obj/structure/cable,
/turf/open/floor/wood,
/area/crew_quarters/heads/hop)
+"bKn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bKo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -33739,6 +40615,13 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/bridge)
+"bKp" = (
+/obj/structure/chair/stool,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bKq" = (
/obj/machinery/vending/cigarette,
/turf/open/floor/plasteel/dark,
@@ -33747,18 +40630,47 @@
/obj/machinery/vending/coffee,
/turf/open/floor/plasteel/dark,
/area/bridge)
+"bKs" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/machinery/door/poddoor/shutters{
+ id = "prisonmeetingroom"
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
+"bKt" = (
+/obj/structure/chair/stool,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bKu" = (
/obj/structure/disposalpipe/junction/flip{
dir = 8
},
/turf/open/floor/plasteel/dark,
/area/bridge)
-"bKw" = (
-/obj/structure/disposalpipe/segment{
+"bKv" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 10
},
-/turf/open/floor/plasteel/dark,
-/area/bridge)
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/prison)
"bKy" = (
/obj/structure/filingcabinet,
/turf/open/floor/plasteel/dark,
@@ -33768,6 +40680,22 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/plating,
/area/maintenance/starboard)
+"bKA" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/prison)
+"bKB" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/security/prison/visit)
"bKC" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
@@ -33837,6 +40765,21 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/bridge)
+"bKK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bKL" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
@@ -33869,29 +40812,45 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/crew_quarters/heads/hop)
+"bKP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bKQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel/dark,
/area/bridge)
-"bKS" = (
-/obj/machinery/door/airlock/command{
- name = "Captain's Office";
- req_access_txt = "20"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/heads/captain)
-"bKT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+"bKR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
+ dir = 10
},
-/obj/structure/cable,
-/turf/open/floor/wood,
-/area/crew_quarters/heads/captain)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
+"bKS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
+"bKT" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bKU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -33937,35 +40896,26 @@
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
"bLb" = (
-/turf/open/floor/plasteel/grimy,
-/area/ai_monitored/turret_protected/aisat/foyer)
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bLc" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/disposalpipe/segment{
- dir = 10
+/obj/machinery/camera{
+ c_tag = "Security - Prison Rec Room";
+ dir = 9;
+ network = list("ss13","Security","Prison")
},
/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bLe" = (
-/obj/effect/landmark/start/cyborg,
-/obj/structure/cable,
-/obj/machinery/holopad/secure,
-/turf/open/floor/plasteel/grimy,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"bLg" = (
-/obj/machinery/turretid{
- control_area = "/area/ai_monitored/turret_protected/aisat/foyer";
- name = "AI Chamber Foyer Control";
- pixel_y = -24;
- req_access = null;
- req_access_txt = "65"
- },
+/area/security/prison/rec)
+"bLd" = (
+/obj/machinery/light/small,
+/obj/machinery/power/deck_relay,
/obj/structure/cable,
/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/aisat/foyer)
+/area/security/prison)
"bLi" = (
/obj/structure/closet/toolcloset,
/turf/open/floor/plating,
@@ -33997,6 +40947,10 @@
},
/turf/open/floor/plasteel/white,
/area/security/brig)
+"bLn" = (
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bLo" = (
/obj/structure/closet/secure_closet/security/sec,
/obj/effect/turf_decal/bot,
@@ -34029,17 +40983,13 @@
/turf/open/floor/plasteel,
/area/security/main)
"bLq" = (
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red,
-/obj/machinery/computer/security/telescreen{
- name = "Prison Monitor";
- network = list("Prison");
- pixel_x = 32
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/machinery/airalarm{
+ pixel_y = 25
},
+/obj/structure/cable,
/turf/open/floor/plasteel,
-/area/security/prison)
+/area/security/prison/visit)
"bLr" = (
/obj/structure/table,
/obj/effect/turf_decal/tile/red{
@@ -34056,27 +41006,61 @@
/turf/open/floor/plasteel,
/area/security/main)
"bLs" = (
-/obj/machinery/camera{
- c_tag = "Engineering - Gravity Generator Main 2";
- dir = 1;
- network = list("ss13","Engineering")
+/obj/structure/chair/stool,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
-"bLu" = (
-/obj/machinery/teleport/station,
-/obj/machinery/camera/motion{
- c_tag = "Secure - AI Teleporter";
- dir = 1;
- network = list("AISat")
+/obj/machinery/button/door{
+ id = "prisonmeetingroom";
+ name = "Meeting Room Shutters";
+ pixel_x = 4;
+ pixel_y = 24;
+ req_access_txt = "2"
},
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"bLv" = (
/obj/structure/cable,
-/mob/living/simple_animal/bot/secbot/pingsky,
-/turf/open/floor/plasteel/grimy,
-/area/ai_monitored/turret_protected/aisat/foyer)
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
+"bLt" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced,
+/obj/machinery/door/poddoor/shutters{
+ id = "prisonmeetingroom"
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
+"bLu" = (
+/obj/structure/chair/stool,
+/obj/machinery/button/door{
+ id = "prisonmeetingroom";
+ name = "Meeting Room Shutters";
+ pixel_x = -4;
+ pixel_y = 24;
+ req_access_txt = "2"
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
+"bLv" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Visitation Center Prison Side";
+ dir = 9;
+ network = list("ss13","Security","Prison")
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/visit)
"bLx" = (
/obj/machinery/camera/motion{
c_tag = "Secure - External Telecomm Sat West 2";
@@ -34085,13 +41069,6 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"bLy" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
"bLz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -34128,51 +41105,15 @@
/turf/open/floor/plating,
/area/maintenance/fore)
"bLC" = (
+/obj/structure/table,
/obj/effect/turf_decal/tile/neutral,
/obj/machinery/airalarm{
dir = 1;
pixel_y = -22
},
-/obj/structure/table,
/obj/item/paicard,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
-"bLD" = (
-/obj/machinery/gateway{
- dir = 1
- },
-/obj/effect/turf_decal/bot_white,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/dark,
-/area/gateway)
-"bLE" = (
-/obj/machinery/gateway{
- dir = 5
- },
-/obj/effect/turf_decal/bot_white/left,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/dark,
-/area/gateway)
"bLF" = (
/obj/structure/closet,
/obj/effect/spawner/lootdrop/maintenance{
@@ -34185,63 +41126,6 @@
/obj/item/stack/tile/wood,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"bLH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel/grimy,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"bLI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/machinery/holopad/secure,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/service)
-"bLJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/service)
-"bLK" = (
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "MiniSat Maintenance";
- req_access_txt = "32"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/service)
-"bLL" = (
-/obj/machinery/turretid{
- control_area = "/area/ai_monitored/turret_protected/ai";
- name = "AI Chamber Turret Control";
- pixel_x = 32;
- pixel_y = -24;
- req_access = null;
- req_access_txt = "65"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
"bLM" = (
/obj/structure/rack,
/obj/effect/spawner/lootdrop/maintenance{
@@ -34260,15 +41144,14 @@
},
/turf/open/floor/plating,
/area/maintenance/department/security)
-"bLP" = (
+"bLQ" = (
/obj/structure/closet/crate,
/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 8;
- name = "8maintenance loot spawner"
+ lootcount = 2;
+ name = "2maintenance loot spawner"
},
-/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/area/maintenance/port)
"bLR" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/landmark/event_spawn,
@@ -34304,18 +41187,6 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"bLY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/holopad,
-/obj/effect/landmark/event_spawn,
-/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/nuke_storage)
"bLZ" = (
/obj/structure/table/wood,
/obj/effect/landmark/event_spawn,
@@ -34364,7 +41235,7 @@
dir = 8
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
"bMf" = (
/obj/structure/table/optable,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
@@ -34393,21 +41264,11 @@
},
/turf/open/floor/plasteel,
/area/maintenance/disposal/incinerator)
-"bMj" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/dark,
-/area/engine/gravity_generator)
"bMk" = (
/obj/structure/lattice,
/obj/effect/landmark/carpspawn,
/turf/open/space/basic,
/area/space/nearstation)
-"bMl" = (
-/obj/machinery/ai_slipper{
- uses = 10
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
"bMm" = (
/obj/effect/turf_decal/tile/brown,
/obj/effect/turf_decal/tile/brown{
@@ -34418,6 +41279,11 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
+"bMn" = (
+/obj/structure/table/glass,
+/obj/item/hatchet,
+/turf/open/floor/plating,
+/area/maintenance/port)
"bMo" = (
/obj/structure/rack,
/obj/item/clothing/mask/gas,
@@ -34462,49 +41328,6 @@
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/maintenance/department/security)
-"bMx" = (
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/crew_quarters/fitness/locker_room)
-"bMz" = (
-/obj/structure/showcase/cyborg/old{
- dir = 8;
- pixel_x = 9;
- pixel_y = 2
- },
-/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"bMB" = (
-/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"bMC" = (
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai)
-"bMD" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/status_display/evac{
- pixel_x = -32
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai)
-"bME" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/status_display/ai{
- pixel_x = 32
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai)
"bMF" = (
/obj/structure/lattice,
/obj/machinery/camera/motion{
@@ -34513,38 +41336,6 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"bMG" = (
-/obj/machinery/camera/motion{
- c_tag = "Secure - AI External Northwest";
- dir = 1;
- network = list("AISat")
- },
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/turf/open/space/basic,
-/area/space/nearstation)
-"bMH" = (
-/obj/machinery/camera/motion{
- c_tag = "Secure - AI Core South";
- dir = 1;
- network = list("AISat")
- },
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai)
-"bMI" = (
-/obj/machinery/camera/motion{
- c_tag = "Secure - AI External Northeast";
- dir = 1;
- network = list("AISat")
- },
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/turf/open/space/basic,
-/area/space/nearstation)
"bMJ" = (
/obj/structure/grille,
/obj/structure/grille,
@@ -34555,98 +41346,6 @@
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
-"bMM" = (
-/obj/machinery/button/door{
- desc = "A door remote control switch. Press when the world comes tumbling down around you.";
- id = "AI_Emergency_Lockdown_Left";
- name = "Emergency Internal Lockdown Access";
- pixel_x = 24;
- req_access_txt = "16"
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"bMN" = (
-/obj/machinery/button/door{
- desc = "A door remote control switch. Press when the world comes tumbling down around you.";
- id = "AI_Emergency_Lockdown_Right";
- name = "Emergency Internal Lockdown Access";
- pixel_x = -24;
- req_access_txt = "16"
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"bMO" = (
-/obj/machinery/power/solar{
- id = "starboardsolar";
- name = "Starboard Solar Array"
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/space/nearstation)
-"bMP" = (
-/obj/machinery/turretid{
- name = "AI Chamber turret control";
- pixel_x = 5;
- pixel_y = -24
- },
-/obj/machinery/door/window/westright{
- name = "AI Access";
- req_access_txt = "16"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "AI_Emergency_Lockdown";
- name = "Emergency AI Lockdown Blast Door"
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"bMR" = (
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai)
-"bMS" = (
-/obj/effect/landmark/start/ai,
-/obj/item/radio/intercom{
- freerange = 1;
- name = "Common Channel";
- pixel_x = -27;
- pixel_y = -9
- },
-/obj/item/radio/intercom{
- freerange = 1;
- listening = 0;
- name = "Custom Channel";
- pixel_y = -31
- },
-/obj/item/radio/intercom{
- freerange = 1;
- frequency = 1447;
- name = "Private Channel";
- pixel_x = 27;
- pixel_y = -9
- },
-/obj/machinery/newscaster/security_unit{
- pixel_x = -28;
- pixel_y = -28
- },
-/obj/machinery/requests_console{
- department = "AI";
- departmentType = 5;
- pixel_x = 28;
- pixel_y = -28
- },
-/obj/machinery/button/door{
- id = "aishuttersexternal";
- name = "External Privacy Shutter Control";
- pixel_y = -40
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"bNa" = (
-/obj/structure/lattice/catwalk,
-/obj/item/stack/cable_coil/five,
-/obj/structure/cable,
-/turf/open/space/basic,
-/area/solar/starboard)
"bNc" = (
/obj/effect/turf_decal/tile/green{
dir = 4
@@ -34659,80 +41358,10 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
-"bNf" = (
-/obj/machinery/power/tracker,
-/obj/structure/cable,
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/space/nearstation)
-"bNh" = (
-/obj/machinery/camera/motion{
- c_tag = "Secure - AI External West";
- dir = 8;
- network = list("AISat")
- },
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/turf/open/space,
-/area/space/nearstation)
-"bNi" = (
-/obj/machinery/camera/motion{
- c_tag = "Secure - AI External East";
- dir = 4;
- network = list("AISat")
- },
-/obj/structure/lattice/catwalk,
-/obj/structure/cable,
-/turf/open/space,
-/area/space/nearstation)
-"bNk" = (
-/obj/machinery/camera/motion{
- c_tag = "Secure - AI External South";
- network = list("AISat")
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space/nearstation)
-"bNo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"bNp" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"bNr" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/power/solar_control{
- name = "Eastern AI Solar Control"
- },
-/obj/structure/cable,
-/turf/open/space/basic,
-/area/space/nearstation)
"bNs" = (
/obj/item/stack/cable_coil/cut,
/turf/open/space/basic,
/area/space)
-"bNt" = (
-/obj/structure/lattice/catwalk,
-/obj/item/stack/cable_coil/cut,
-/obj/structure/cable,
-/turf/open/space/basic,
-/area/space/nearstation)
-"bNu" = (
-/obj/structure/lattice,
-/obj/item/multitool,
-/turf/open/space/basic,
-/area/space/nearstation)
-"bNw" = (
-/obj/structure/lattice/catwalk,
-/obj/item/wirecutters,
-/turf/open/space/basic,
-/area/space/nearstation)
"bNG" = (
/obj/structure/chair,
/obj/machinery/light/small{
@@ -34819,30 +41448,6 @@
/obj/vehicle/ridden/wheelchair,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
-"bNM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
- },
-/obj/machinery/power/apc{
- areastring = "/area/science/robotics/lab";
- dir = 8;
- name = "Robotics APC";
- pixel_x = -25
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Research - Robotics";
- dir = 4;
- network = list("ss13","Research")
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/science/robotics/lab)
"bNN" = (
/obj/structure/table,
/obj/item/clothing/gloves/color/latex,
@@ -34948,107 +41553,6 @@
dir = 5
},
/area/science/research)
-"bOa" = (
-/obj/machinery/door/airlock/hatch{
- name = "MiniSat Antechamber";
- req_one_access_txt = "32;19"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"bOb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/cable,
-/obj/machinery/holopad/secure,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"bOd" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "AI Chamber";
- req_access_txt = "16"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai)
-"bOe" = (
-/obj/structure/table,
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/turf_decal/bot_white/right,
-/obj/machinery/door/window/northleft{
- name = "Secure Board Storage";
- req_access_txt = "53"
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
-"bOf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/service)
-"bOg" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/cable,
-/mob/living/simple_animal/bot/floorbot,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/service)
-"bOi" = (
-/obj/machinery/bluespace_beacon,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"bOj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"bOk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/cable,
-/obj/machinery/holopad/secure,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
"bOm" = (
/obj/effect/turf_decal/tile/neutral,
/obj/machinery/camera{
@@ -35057,37 +41561,6 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
-"bOn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 10
- },
-/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"bOo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"bOp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
- },
-/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"bOq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"bOr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
"bOs" = (
/obj/machinery/light{
dir = 8
@@ -35107,23 +41580,6 @@
},
/turf/open/floor/grass,
/area/hydroponics/garden)
-"bOv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/camera{
- c_tag = "Civilian - Library Main 2";
- dir = 8
- },
-/turf/open/floor/wood,
-/area/library)
-"bOw" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
"bOx" = (
/obj/structure/disposalpipe/segment{
dir = 10
@@ -35141,15 +41597,6 @@
},
/turf/open/floor/wood,
/area/library)
-"bOz" = (
-/obj/structure/showcase/cyborg/old{
- dir = 4;
- pixel_x = -9;
- pixel_y = 2
- },
-/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
"bOA" = (
/obj/structure/closet/secure_closet/freezer/kitchen,
/obj/item/reagent_containers/food/condiment/flour,
@@ -35169,87 +41616,9 @@
},
/turf/open/floor/wood,
/area/maintenance/port/aft)
-"bOC" = (
-/obj/machinery/gateway{
- dir = 8
- },
-/obj/effect/turf_decal/bot_white,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/dark,
-/area/gateway)
-"bOD" = (
-/obj/machinery/gateway/centerstation,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/gateway)
-"bOE" = (
-/obj/machinery/gateway{
- dir = 4
- },
-/obj/effect/turf_decal/bot_white,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/dark,
-/area/gateway)
-"bOF" = (
-/obj/machinery/gateway{
- dir = 10
- },
-/obj/effect/turf_decal/bot_white/left,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/dark,
-/area/gateway)
"bOG" = (
/turf/closed/wall/r_wall,
/area/maintenance/port/fore)
-"bOH" = (
-/obj/machinery/gateway{
- dir = 6
- },
-/obj/effect/turf_decal/bot_white/right,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/dark,
-/area/gateway)
"bOI" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood/splatter,
@@ -35260,26 +41629,9 @@
/obj/effect/decal/cleanable/blood/tracks,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"bOK" = (
-/obj/machinery/gateway,
-/obj/effect/turf_decal/bot_white,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/gateway)
"bOM" = (
/obj/structure/sink{
- dir = 8;
+ dir = 4;
pixel_x = 12
},
/obj/structure/mirror{
@@ -35295,17 +41647,6 @@
/obj/item/crowbar,
/turf/open/floor/plasteel,
/area/maintenance/port/aft)
-"bOQ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/effect/landmark/event_spawn,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/prison)
"bOT" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/blood,
@@ -35343,34 +41684,6 @@
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"bPd" = (
-/obj/effect/turf_decal/stripes/corner,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"bPe" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"bPf" = (
/obj/machinery/door/airlock/maintenance{
name = "Excess Theatre Storage";
@@ -35378,23 +41691,6 @@
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"bPg" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light/small,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"bPh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 5
@@ -35658,60 +41954,12 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/fore)
-"bPS" = (
-/obj/machinery/conveyor{
- id = "packageSort"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/quartermaster/sorting)
-"bPT" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1{
- dir = 5
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"bPV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1,
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"bPW" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"bPY" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/engine/engine_room)
-"bQb" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"bQe" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
@@ -35746,17 +41994,6 @@
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bQl" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"bQm" = (
/obj/structure/grille/broken,
/obj/item/stack/rods,
@@ -35811,17 +42048,6 @@
/obj/structure/grille/broken,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"bQu" = (
-/obj/item/clothing/head/cone{
- pixel_x = -3;
- pixel_y = 1
- },
-/obj/item/clothing/head/cone{
- pixel_x = -3;
- pixel_y = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/department/security)
"bQv" = (
/obj/structure/grille,
/turf/open/floor/plating,
@@ -35845,28 +42071,6 @@
},
/turf/open/floor/plasteel,
/area/security/main)
-"bQx" = (
-/obj/item/clothing/head/cone,
-/turf/open/floor/plating,
-/area/maintenance/department/security)
-"bQz" = (
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating,
-/area/maintenance/department/security)
-"bQA" = (
-/obj/item/clothing/head/cone{
- pixel_x = -3
- },
-/obj/item/clothing/head/cone{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/clothing/head/cone{
- pixel_x = -3;
- pixel_y = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/department/security)
"bQB" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/effect/turf_decal/bot,
@@ -35885,13 +42089,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"bQG" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"bQH" = (
/obj/structure/table,
/obj/item/paper_bin{
@@ -35944,6 +42141,14 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
+"bQQ" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 4;
+ name = "4maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
"bQR" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -36046,21 +42251,6 @@
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"bRf" = (
-/obj/structure/closet/crate{
- name = "Surplus Genetics Supplies"
- },
-/obj/item/storage/pill_bottle/mutadone,
-/obj/item/clothing/under/misc/pj/blue,
-/obj/item/clothing/under/misc/pj/blue,
-/obj/item/clothing/under/misc/pj,
-/obj/item/clothing/under/misc/pj,
-/obj/item/clothing/shoes/sneakers/white,
-/obj/item/clothing/shoes/sneakers/white,
-/obj/item/clothing/shoes/sneakers/white,
-/obj/item/clothing/shoes/sneakers/white,
-/turf/open/floor/plating,
-/area/maintenance/port)
"bRg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -36083,11 +42273,13 @@
/turf/open/floor/plating,
/area/maintenance/port)
"bRk" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/grille,
/turf/open/floor/plating,
/area/maintenance/port)
"bRl" = (
@@ -36111,15 +42303,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/research)
-"bRo" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/white/line{
- dir = 6
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
-/turf/open/floor/plasteel,
-/area/security/prison)
"bRp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 9
@@ -36154,10 +42337,6 @@
/obj/effect/mapping_helpers/airlock/abandoned,
/turf/open/floor/plating,
/area/maintenance/department/security)
-"bRv" = (
-/obj/item/toy/figure/clown,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"bRw" = (
/obj/machinery/rnd/production/protolathe/department/engineering,
/obj/effect/turf_decal/tile/yellow,
@@ -36198,13 +42377,6 @@
network = list("ss13","Bar Area")
},
/obj/item/toy/figure/chef,
-/obj/machinery/power/apc{
- areastring = "/area/crew_quarters/kitchen";
- dir = 4;
- name = "Kitchen APC";
- pixel_x = 24
- },
-/obj/structure/cable,
/turf/open/floor/plasteel/cafeteria{
dir = 5
},
@@ -36263,15 +42435,8 @@
/obj/item/circuitboard/computer/arcade/battle,
/obj/item/circuitboard/machine/microwave,
/obj/item/book/manual/wiki/research_and_development,
-/obj/item/relic,
/turf/open/floor/plating,
/area/science/research)
-"bRC" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/department/security)
"bRD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -36287,25 +42452,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/fore)
-"bRG" = (
-/obj/structure/bed,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/light_switch{
- pixel_x = 24
- },
-/obj/item/bedsheet/dorms,
-/obj/item/toy/figure/assistant,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
"bRH" = (
/obj/effect/turf_decal/tile/brown,
/obj/effect/turf_decal/tile/brown{
@@ -36333,52 +42479,6 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/office)
-"bRJ" = (
-/obj/structure/bed,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/light_switch{
- pixel_x = -24
- },
-/obj/item/bedsheet/dorms,
-/obj/effect/landmark/start/assistant,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
-"bRK" = (
-/obj/structure/bed,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/light_switch{
- pixel_x = 24
- },
-/obj/item/bedsheet/dorms,
-/obj/effect/landmark/start/assistant,
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
-"bRL" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/landmark/start/assistant,
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness/recreation)
"bRM" = (
/obj/effect/turf_decal/tile/bar{
dir = 1
@@ -36431,17 +42531,6 @@
/obj/item/book/random/triple,
/turf/open/floor/plating,
/area/maintenance/fore)
-"bRX" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/structure/table,
-/obj/structure/bedsheetbin{
- desc = "It looks rather cosy. The words 'towel bin' have been slapped on it with a handheld labeler.";
- name = "linen bin (towel bin)"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
"bRY" = (
/obj/effect/spawner/structure/window/hollow/reinforced/directional{
dir = 6
@@ -36496,7 +42585,9 @@
/area/maintenance/fore)
"bSf" = (
/obj/machinery/light/small,
-/turf/open/floor/engine/n2o,
+/turf/open/floor/engine/n2o{
+ initial_gas_mix = "n2o=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"bSh" = (
/obj/machinery/atmospherics/components/binary/pump,
@@ -36562,13 +42653,6 @@
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/maintenance/fore)
-"bSq" = (
-/obj/effect/turf_decal/tile/brown,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"bSr" = (
/obj/structure/grille/broken,
/obj/structure/cable,
@@ -36584,10 +42668,6 @@
/obj/structure/closet,
/turf/open/floor/plating,
/area/maintenance/fore)
-"bSv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"bSw" = (
/obj/machinery/atmospherics/components/binary/pump/on{
dir = 1
@@ -36654,13 +42734,6 @@
},
/turf/open/floor/plating,
/area/maintenance/department/security)
-"bSD" = (
-/obj/machinery/light/small{
- brightness = 3;
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
"bSE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -36686,12 +42759,6 @@
},
/turf/open/floor/plasteel/white,
/area/science/explab)
-"bSH" = (
-/obj/structure/sign/poster/official/state_laws{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
"bSI" = (
/obj/effect/turf_decal/tile/yellow{
dir = 4
@@ -36750,14 +42817,6 @@
/obj/machinery/rnd/production/circuit_imprinter/department/science,
/turf/open/floor/plasteel/white,
/area/science/robotics/lab)
-"bSQ" = (
-/obj/structure/closet/crate{
- icon_state = "crateopen"
- },
-/obj/item/trash/chips,
-/obj/item/trash/semki,
-/turf/open/floor/plating,
-/area/maintenance/aft)
"bST" = (
/obj/structure/closet,
/obj/effect/spawner/lootdrop/maintenance{
@@ -36808,12 +42867,6 @@
},
/turf/open/floor/plasteel/white,
/area/medical/storage)
-"bSW" = (
-/obj/effect/spawner/structure/window/hollow/directional{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
"bSX" = (
/obj/machinery/light,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -36869,16 +42922,6 @@
/obj/item/clothing/head/that,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"bTc" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = -24
- },
-/obj/machinery/airalarm{
- pixel_y = 25
- },
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
"bTf" = (
/obj/machinery/door/airlock/external{
name = "Labor Camp Shuttle Airlock";
@@ -36888,14 +42931,6 @@
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
/turf/open/floor/plating,
/area/security/processing)
-"bTg" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"bTh" = (
/obj/machinery/light{
dir = 8
@@ -36978,7 +43013,7 @@
/area/science/lab)
"bTq" = (
/obj/structure/sink{
- dir = 8;
+ dir = 4;
pixel_x = 11
},
/obj/structure/mirror{
@@ -37022,16 +43057,6 @@
/obj/structure/grille,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"bTx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"bTy" = (
/obj/machinery/light/small,
/obj/effect/turf_decal/stripes/corner{
@@ -37084,21 +43109,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"bTD" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Medical Maintenance Access";
- req_access_txt = "5; 9; 68"
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
-"bTE" = (
-/obj/structure/closet/crate{
- name = "Surplus Genetics Supplies"
- },
-/obj/item/storage/box/rxglasses,
-/obj/item/storage/box/rxglasses,
-/turf/open/floor/plating,
-/area/maintenance/port)
"bTF" = (
/obj/structure/closet/crate{
name = "Surplus Toxins Supplies"
@@ -37155,13 +43165,6 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"bTM" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/grille/broken,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"bTN" = (
/obj/structure/disposalpipe/segment,
/obj/structure/grille,
@@ -37197,6 +43200,14 @@
dir = 5
},
/area/science/research)
+"bTS" = (
+/obj/structure/table/glass,
+/obj/item/wirecutters,
+/obj/item/flashlight/lamp{
+ on = 0
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
"bTT" = (
/obj/structure/closet/crate,
/obj/effect/spawner/lootdrop/maintenance,
@@ -37232,7 +43243,7 @@
/area/maintenance/starboard)
"bTY" = (
/obj/machinery/power/apc{
- areastring = "/area/medical/surgery/room_b";
+ areastring = "/area/medical/patients_rooms/room_a";
dir = 4;
name = "Surgery B APC";
pixel_x = 24
@@ -37294,6 +43305,9 @@
/obj/structure/sign/warning/nosmoking{
pixel_y = 32
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/mixing)
@@ -37301,6 +43315,9 @@
/obj/machinery/airalarm/all_access{
pixel_y = 26
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/science/mixing)
"bUg" = (
@@ -37318,12 +43335,18 @@
/obj/effect/turf_decal/stripes/corner{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/science/mixing)
"bUh" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/science/mixing)
"bUi" = (
@@ -37337,6 +43360,9 @@
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/science/mixing)
"bUk" = (
@@ -37353,34 +43379,6 @@
/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/open/floor/plasteel/white,
/area/science/mixing)
-"bUo" = (
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green,
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"bUp" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Hallway - Dock Convergance 2";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
-"bUq" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/effect/landmark/start/assistant,
-/obj/machinery/camera{
- c_tag = "Hallway - Dock Convergance 1";
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
"bUr" = (
/obj/machinery/light,
/obj/structure/tank_dispenser,
@@ -37393,13 +43391,6 @@
},
/turf/open/floor/plasteel,
/area/maintenance/disposal/incinerator)
-"bUt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
-/area/maintenance/disposal/incinerator)
"bUu" = (
/obj/machinery/atmospherics/pipe/layer_manifold,
/turf/closed/wall/r_wall,
@@ -37430,10 +43421,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/quartermaster/office)
-"bUC" = (
-/obj/effect/turf_decal/tile/brown,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
"bUD" = (
/obj/machinery/disposal/bin,
/obj/effect/turf_decal/tile/brown,
@@ -37457,20 +43444,6 @@
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plasteel,
/area/quartermaster/warehouse)
-"bUF" = (
-/obj/machinery/power/apc{
- areastring = "/area/engine/gravity_generator";
- dir = 8;
- name = "Gravity Generator APC";
- pixel_x = -25;
- pixel_y = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
"bUH" = (
/obj/effect/turf_decal/tile/brown{
dir = 1
@@ -37490,65 +43463,11 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/quartermaster/office)
-"bUJ" = (
-/obj/effect/turf_decal/tile/brown,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
"bUK" = (
/obj/structure/disposalpipe/segment,
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/quartermaster/office)
-"bUL" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/item/storage/box,
-/obj/item/storage/box,
-/obj/item/storage/box,
-/obj/item/stack/packageWrap,
-/obj/item/stack/packageWrap,
-/obj/item/stack/packageWrap,
-/obj/item/stack/wrapping_paper{
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/item/stack/wrapping_paper{
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/item/stack/wrapping_paper{
- pixel_x = -2;
- pixel_y = 2
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/sorting)
-"bUM" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/sorting)
-"bUN" = (
-/obj/machinery/conveyor{
- id = "packageSort"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/quartermaster/sorting)
"bUP" = (
/turf/closed/wall/r_wall,
/area/chapel/main)
@@ -37572,22 +43491,6 @@
},
/turf/open/floor/plasteel/dark,
/area/chapel/main)
-"bUU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/quartermaster/sorting)
"bUV" = (
/obj/structure/table/wood,
/turf/open/floor/plasteel/dark,
@@ -37616,19 +43519,6 @@
},
/turf/open/floor/plasteel/dark,
/area/chapel/main)
-"bUY" = (
-/obj/effect/landmark/start/cargo_technician,
-/obj/effect/turf_decal/tile/brown,
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/structure/chair/office,
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/sorting)
"bUZ" = (
/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/neutral{
@@ -37660,70 +43550,6 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
/turf/open/floor/plasteel/dark,
/area/chapel/office)
-"bVf" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/chapel/office)
-"bVg" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
-"bVh" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/plasteel/dark,
-/area/chapel/office)
-"bVi" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/chapel/office)
-"bVj" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/chapel/office)
-"bVk" = (
-/obj/machinery/light/small,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/chapel/office)
-"bVl" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/chapel/office)
-"bVn" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
"bVp" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -37760,16 +43586,6 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
-"bVt" = (
-/obj/effect/landmark/start/cargo_technician,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
-"bVu" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
"bVv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -37795,19 +43611,6 @@
/obj/structure/disposalpipe/junction/flip,
/turf/open/floor/plasteel,
/area/quartermaster/office)
-"bVz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/disposalpipe/junction{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
"bVA" = (
/obj/effect/turf_decal/tile/brown{
dir = 1
@@ -37845,41 +43648,17 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel/dark,
/area/chapel/office)
-"bVE" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/chapel/office)
"bVG" = (
/obj/item/radio/intercom{
pixel_y = 25
},
/turf/open/floor/plasteel/chapel,
/area/chapel/main)
-"bVH" = (
-/obj/machinery/door/airlock/public/glass,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"bVJ" = (
/obj/item/storage/firstaid/regular,
/obj/structure/rack,
/turf/open/floor/plating,
/area/maintenance/department/security)
-"bVK" = (
-/obj/item/grown/bananapeel,
-/obj/machinery/door/airlock/maintenance{
- req_one_access_txt = "5;12"
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"bVN" = (
/obj/machinery/computer/nanite_chamber_control{
dir = 4
@@ -37890,16 +43669,10 @@
/turf/open/floor/plasteel/dark,
/area/science/lab)
"bVQ" = (
-/obj/machinery/power/apc{
- areastring = "/area/medical/chemistry";
- dir = 1;
- name = "Chemistry APC";
- pixel_y = 23
- },
-/obj/structure/window/reinforced/spawner/east,
+/obj/structure/grille/broken,
/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/turf/open/floor/plating,
+/area/maintenance/port)
"bVR" = (
/obj/machinery/nanite_chamber,
/turf/open/floor/plasteel/dark,
@@ -37924,6 +43697,27 @@
/obj/effect/landmark/start/scientist,
/turf/open/floor/plasteel/dark,
/area/science/lab)
+"bVX" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "5;12"
+ },
+/obj/effect/mapping_helpers/airlock/abandoned,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bWe" = (
+/obj/structure/closet/crate,
+/obj/item/paicard,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"bWl" = (
+/obj/item/clothing/head/cone,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"bWp" = (
/obj/effect/turf_decal/tile/bar{
dir = 1
@@ -37957,59 +43751,24 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/turf/open/floor/plasteel/grimy,
/area/chapel/office)
-"bWt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/chapel/office)
-"bWu" = (
-/obj/machinery/requests_console{
- department = "Chapel";
- departmentType = 2;
- pixel_y = -30
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/chapel/office)
"bWx" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 28
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"bWy" = (
-/obj/machinery/chem_master,
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bWz" = (
-/obj/machinery/chem_heater,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"bWA" = (
-/obj/machinery/door/airlock/engineering{
- name = "Gravity Generator";
- req_access_txt = "11"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/gravity_generator)
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"bWz" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/closed/wall,
+/area/maintenance/port/aft)
+"bWF" = (
+/obj/structure/reagent_dispensers/foamtank,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"bWK" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -38076,14 +43835,6 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"bWW" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"bWX" = (
/obj/structure/closet/crate,
/obj/effect/spawner/lootdrop/maintenance,
@@ -38173,16 +43924,6 @@
},
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
-"bXo" = (
-/obj/machinery/door/airlock/public/glass,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"bXp" = (
/obj/machinery/space_heater,
/turf/open/floor/plating,
@@ -38227,16 +43968,10 @@
/obj/effect/spawner/lootdrop/crate_spawner,
/turf/open/floor/plating,
/area/maintenance/port)
-"bXC" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/structure/cable,
+"bXA" = (
+/obj/effect/spawner/lootdrop/crate_spawner,
/turf/open/floor/plating,
-/area/maintenance/port/fore)
+/area/maintenance/port)
"bXG" = (
/obj/structure/table,
/obj/item/gun/energy/e_gun/dragnet,
@@ -38254,16 +43989,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
-"bXN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"bXO" = (
/obj/structure/rack,
/obj/effect/spawner/lootdrop/maintenance{
@@ -38272,6 +43997,12 @@
},
/turf/open/floor/plating,
/area/maintenance/port)
+"bXP" = (
+/obj/effect/spawner/structure/window/hollow/reinforced/directional{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/port)
"bXQ" = (
/obj/structure/rack,
/obj/effect/spawner/lootdrop/maintenance{
@@ -38281,6 +44012,21 @@
/obj/effect/spawner/lootdrop/minor/twentyfive_percent_cyborg_mask,
/turf/open/floor/plating,
/area/maintenance/port)
+"bXR" = (
+/obj/structure/closet/cardboard,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"bXS" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/structure/closet/crate{
+ icon_state = "crateopen"
+ },
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 2;
+ name = "2maintenance loot spawner"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"bXT" = (
/obj/effect/spawner/structure/window/hollow/reinforced/directional{
dir = 8
@@ -38313,9 +44059,6 @@
/obj/effect/turf_decal/stripes/white/corner{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
/turf/open/floor/plating,
/area/maintenance/port/aft)
"bXY" = (
@@ -38332,39 +44075,6 @@
/obj/item/paper_bin,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"bYd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
-"bYg" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
-"bYj" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
-"bYk" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"bYl" = (
/obj/effect/turf_decal/bot,
/obj/effect/spawner/lootdrop/crate_spawner,
@@ -38401,16 +44111,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port)
-"bYB" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "kitchenshutter";
- name = "privacy shutters"
- },
-/obj/structure/displaycase/forsale,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/kitchen)
"bYJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -38466,14 +44166,11 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port)
-"bZl" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
+"bZk" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
-/area/maintenance/aft)
+/area/maintenance/port)
"bZm" = (
/obj/structure/closet/crate,
/obj/effect/spawner/lootdrop/maintenance{
@@ -38483,14 +44180,6 @@
/obj/item/wrench,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"bZn" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 4;
- name = "4maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"bZo" = (
/obj/structure/closet/cardboard,
/obj/effect/spawner/lootdrop/maintenance{
@@ -38502,7 +44191,33 @@
/turf/open/floor/plating,
/area/maintenance/department/security)
"bZp" = (
-/obj/structure/closet/secure_closet/medical1,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bZq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port)
"bZr" = (
@@ -38554,6 +44269,15 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/aft)
+"bZx" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance{
+ lootcount = 3;
+ name = "3maintenance loot spawner"
+ },
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating,
+/area/maintenance/port)
"bZA" = (
/obj/structure/window/reinforced{
dir = 4
@@ -38698,35 +44422,17 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"bZK" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/item/twohanded/required/kirbyplants{
- icon_state = "plant-21";
- pixel_x = -3;
- pixel_y = 3
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"bZM" = (
-/obj/item/twohanded/required/kirbyplants/photosynthetic,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai)
-"bZO" = (
-/obj/effect/turf_decal/tile/neutral{
+"bZP" = (
+/obj/structure/girder,
+/obj/effect/spawner/structure/window/hollow/directional{
dir = 1
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
+/turf/open/floor/plating,
+/area/maintenance/port)
+"bZQ" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"bZS" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -38788,10 +44494,6 @@
/obj/machinery/status_display,
/turf/closed/wall,
/area/hallway/primary/central)
-"bZZ" = (
-/obj/machinery/status_display,
-/turf/closed/wall,
-/area/maintenance/aft)
"caa" = (
/obj/structure/closet/crate{
name = "Excess Custodial Supplies"
@@ -38813,34 +44515,9 @@
dir = 8
},
/obj/item/toy/figure/mime,
-/obj/item/gun/magic/wand/nothing,
+/obj/item/gun/magic/wand,
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
-"cad" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"cae" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/screwdriver{
- pixel_z = 6
- },
-/obj/item/stock_parts/cell/high{
- pixel_x = -4;
- pixel_z = 2
- },
-/obj/item/stock_parts/cell/high,
-/obj/effect/turf_decal/tile/brown,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"caf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -38854,19 +44531,6 @@
/obj/effect/landmark/blobstart,
/turf/open/floor/plasteel/white,
/area/medical/genetics)
-"cag" = (
-/obj/item/storage/toolbox/mechanical{
- pixel_z = 6
- },
-/obj/item/storage/toolbox/mechanical,
-/obj/item/stack/cable_coil,
-/obj/item/stack/cable_coil,
-/obj/structure/rack,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"cam" = (
/obj/effect/decal/cleanable/cobweb,
/obj/structure/cable,
@@ -38963,56 +44627,10 @@
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/lobby)
-"caB" = (
-/obj/effect/landmark/event_spawn,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"caC" = (
-/obj/structure/rack,
-/obj/item/gun/energy/laser{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/gun/energy/laser,
-/obj/item/gun/energy/laser{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/effect/turf_decal/bot,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
-"caD" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/recharger,
-/obj/effect/landmark/event_spawn,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
-"caF" = (
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/hydroponics)
"caH" = (
/obj/effect/landmark/event_spawn,
/turf/open/floor/plasteel/white,
/area/security/brig)
-"caI" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel,
-/area/security/processing)
"caJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -39055,14 +44673,14 @@
/area/crew_quarters/heads/chief)
"caN" = (
/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 6
},
/obj/item/flashlight/lamp,
/obj/effect/landmark/event_spawn,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
/turf/open/floor/plasteel/dark,
/area/security/brig)
"caO" = (
@@ -39086,9 +44704,9 @@
"caP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/holopad,
/obj/effect/landmark/event_spawn,
/obj/structure/cable,
-/obj/machinery/holopad/secure,
/turf/open/floor/plasteel,
/area/security/main)
"caQ" = (
@@ -39131,6 +44749,10 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/wood,
/area/crew_quarters/theatre)
+"caV" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"caX" = (
/obj/machinery/computer/telecomms/monitor{
dir = 8
@@ -39140,19 +44762,6 @@
},
/turf/open/floor/plasteel/grimy,
/area/tcommsat/computer)
-"caY" = (
-/obj/machinery/computer/scan_consolenew,
-/obj/structure/sign/departments/science{
- pixel_y = 32
- },
-/obj/effect/turf_decal/tile/purple{
- dir = 1
- },
-/obj/effect/turf_decal/tile/purple{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
"caZ" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -39179,63 +44788,6 @@
/obj/structure/weightmachine/stacklifter,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
-"cbg" = (
-/obj/structure/mirror{
- pixel_y = 32
- },
-/obj/structure/sink{
- pixel_y = 24
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
-"cbh" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
-"cbi" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance{
- req_one_access_txt = "47;12"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/maintenance/port/fore)
-"cbk" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
-"cbl" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
-"cbm" = (
-/obj/structure/closet/secure_closet/personal,
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
"cbn" = (
/obj/machinery/door/airlock/maintenance{
name = "Research Excess Storage";
@@ -39262,9 +44814,6 @@
},
/turf/open/floor/plating,
/area/science/research)
-"cbs" = (
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
"cbt" = (
/obj/machinery/door/airlock/external{
name = "Escape Pod Two"
@@ -39293,26 +44842,6 @@
},
/turf/open/floor/plasteel,
/area/science/xenobiology)
-"cbA" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
-"cbB" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"cbD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -39352,77 +44881,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port)
-"cbI" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/medical/medbay/zone2)
-"cbJ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/zone2)
-"cbK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/zone2)
-"cbL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/zone2)
-"cbM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Custodial Excess Storage";
- req_one_access_txt = "12"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"cbN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port)
-"cbO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port)
"cbP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 9
@@ -39436,35 +44894,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port)
-"cbR" = (
-/obj/machinery/light,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/machinery/disposal/deliveryChute{
- desc = "A chute for big and small corpses alike!";
- dir = 1;
- name = "corpse chute"
- },
-/obj/machinery/door/window/northleft{
- name = "Corpse Chute";
- req_one_access_txt = "5; 68"
- },
-/obj/structure/sign/warning/bodysposal{
- pixel_y = -32
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/zone2)
-"cbS" = (
-/obj/structure/closet/wardrobe/white,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/zone2)
"cbT" = (
/obj/machinery/door/airlock/maintenance{
req_one_access_txt = "12;22;25;26;28;35;37;38;46"
@@ -39770,27 +45199,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/maintenance/port)
-"ccT" = (
-/obj/machinery/power/apc{
- areastring = "/area/storage/tools";
- dir = 8;
- name = "Primary Tool Storage APC";
- pixel_x = -24
- },
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"ccU" = (
/obj/structure/closet/emcloset,
/obj/effect/turf_decal/stripes/line{
@@ -39973,68 +45381,6 @@
/obj/structure/transit_tube,
/turf/open/space/basic,
/area/space/nearstation)
-"cdr" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/transit_tube/curved/flipped,
-/turf/open/space/basic,
-/area/space/nearstation)
-"cds" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/transit_tube,
-/turf/open/space/basic,
-/area/space/nearstation)
-"cdt" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"cdu" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"cdv" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/transit_tube/curved{
- dir = 1
- },
-/turf/open/space/basic,
-/area/space/nearstation)
-"cdw" = (
-/obj/structure/transit_tube/station/reverse{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"cdx" = (
-/obj/structure/transit_tube/curved/flipped{
- dir = 8
- },
-/obj/structure/cable,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"cdy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/machinery/turretid{
- control_area = "/area/ai_monitored/turret_protected/aisat/foyer";
- name = "AI Chamber Foyer Control";
- pixel_y = -24;
- req_access = null;
- req_access_txt = "65"
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/aisat/foyer)
"cdz" = (
/obj/item/storage/belt/utility,
/obj/item/weldingtool,
@@ -40116,14 +45462,14 @@
/turf/open/floor/plasteel/dark,
/area/tcommsat/server)
"cdL" = (
-/turf/open/floor/engine/n2,
-/area/engine/atmos)
-"cdM" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/turf/open/floor/engine/n2,
+/turf/open/floor/engine/n2{
+ initial_gas_mix = "n2=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"cdN" = (
-/turf/open/floor/engine/o2,
+/turf/open/floor/engine/o2{
+ initial_gas_mix = "o2=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"cdP" = (
/obj/effect/turf_decal/tile/yellow{
@@ -40184,28 +45530,6 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"cdZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/grille,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
-"cea" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/spawner/lootdrop/crate_spawner,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"cec" = (
/obj/structure/closet/crate,
/obj/effect/spawner/lootdrop/maintenance{
@@ -40240,7 +45564,7 @@
/area/maintenance/port/fore)
"ceh" = (
/obj/structure/sink{
- dir = 8;
+ dir = 4;
pixel_x = 12
},
/turf/open/floor/plating,
@@ -40266,31 +45590,12 @@
/obj/item/trash/can,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"ceo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
"cep" = (
-/obj/effect/turf_decal/trimline/yellow/filled/corner{
- dir = 1
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "5;12"
},
-/obj/effect/turf_decal/trimline/yellow/filled/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/turf/open/floor/plating,
+/area/maintenance/port)
"ceq" = (
/obj/machinery/door/airlock/maintenance{
req_one_access_txt = "12"
@@ -40350,21 +45655,6 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"cev" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
"cew" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/structure/disposalpipe/segment,
@@ -40392,28 +45682,6 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"cey" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 4
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = -24
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
"ceA" = (
/obj/effect/turf_decal/tile/red,
/obj/effect/turf_decal/tile/red{
@@ -40531,10 +45799,6 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"ceK" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/turf/open/floor/engine/o2,
-/area/engine/atmos)
"ceL" = (
/obj/machinery/light/small,
/obj/machinery/camera{
@@ -40542,7 +45806,9 @@
dir = 1;
network = list("ss13","Atmospherics")
},
-/turf/open/floor/engine/n2,
+/turf/open/floor/engine/n2{
+ initial_gas_mix = "n2=1000;TEMP=293.15"
+ },
/area/engine/atmos)
"ceM" = (
/obj/machinery/light/small,
@@ -40551,46 +45817,10 @@
dir = 1;
network = list("ss13","Atmospherics")
},
-/turf/open/floor/engine/o2,
+/turf/open/floor/engine/o2{
+ initial_gas_mix = "o2=1000;TEMP=293.15"
+ },
/area/engine/atmos)
-"ceS" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
-"ceV" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
"ceW" = (
/obj/effect/landmark/start/station_engineer,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
@@ -40598,16 +45828,6 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"cgG" = (
-/obj/effect/landmark/start/chemist,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"cgH" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 1;
@@ -40619,21 +45839,12 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"chd" = (
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/security/prison)
"ckS" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
},
/obj/structure/table,
/obj/item/storage/box/cups,
-/obj/machinery/pinpointer_dispenser{
- pixel_y = 32
- },
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
"cla" = (
@@ -40656,10 +45867,6 @@
/obj/structure/table/wood,
/turf/open/floor/plating,
/area/library/abandoned)
-"coN" = (
-/obj/machinery/rnd/experimentor,
-/turf/open/floor/engine,
-/area/science/explab)
"cpK" = (
/obj/machinery/door/airlock/public/glass,
/obj/effect/turf_decal/delivery,
@@ -40676,87 +45883,12 @@
},
/turf/open/floor/plasteel/dark/telecomms,
/area/tcommsat/server)
-"csH" = (
-/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"cta" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/white/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
-/turf/open/floor/plasteel,
-/area/security/prison)
"ctP" = (
/obj/structure/mopbucket,
/obj/item/reagent_containers/glass/bucket,
/obj/item/mop,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"cvc" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23
- },
-/obj/structure/cable,
-/mob/living/simple_animal/bot/cleanbot,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/service)
-"cvq" = (
-/obj/machinery/atmospherics/pipe/simple/purple/visible{
- dir = 6
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = -24
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"cvE" = (
-/obj/item/reagent_containers/food/snacks/store/cheesewheel,
-/mob/living/simple_animal/mouse/brown{
- desc = "Some apparently sentient rodent. Known for having blood fueds with Tom.";
- name = "Jerry"
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"cxu" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/chapel/office)
-"cxK" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"czs" = (
-/obj/structure/window/reinforced/spawner/east,
-/obj/effect/turf_decal/trimline/yellow/filled/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"czB" = (
/obj/item/crowbar,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -40795,19 +45927,6 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/heads/chief)
-"cCS" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/machinery/power/apc{
- areastring = "/area/medical/medbay/central";
- dir = 1;
- name = "Medical Main APC";
- pixel_y = 23
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
"cDf" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -40822,17 +45941,11 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"cFG" = (
-/turf/open/floor/engine/air,
-/area/engine/atmos)
"cGH" = (
/obj/structure/girder,
/obj/structure/grille/broken,
/turf/open/floor/plating,
/area/maintenance/aft)
-"cIZ" = (
-/turf/closed/wall,
-/area/crew_quarters/fitness/locker_room)
"cLi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -40842,9 +45955,6 @@
},
/obj/structure/cable,
/obj/structure/grille/broken,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cLX" = (
@@ -40872,16 +45982,6 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"cOZ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "engsm"
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/engine/supermatter)
"cPq" = (
/obj/machinery/power/apc{
areastring = "/area/crew_quarters/heads/captain";
@@ -40899,20 +45999,6 @@
/obj/structure/cable,
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
-"cPK" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/power/apc{
- areastring = "/area/maintenance/department/security";
- dir = 1;
- name = "Security Maintenance APC";
- pixel_y = 24
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/end,
-/turf/open/floor/plating,
-/area/maintenance/department/security)
"cRz" = (
/obj/machinery/power/apc{
areastring = "/area/crew_quarters/fitness/recreation";
@@ -40926,17 +46012,6 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"cRJ" = (
-/obj/structure/rack,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/obj/item/tank/internals/oxygen,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
"cUe" = (
/obj/machinery/door/airlock/engineering/glass{
name = "Laser Room";
@@ -40955,28 +46030,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"cYw" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/structure/disposalpipe/sorting/mail{
- dir = 4;
- name = "sorting disposal pipe (Recycling)";
- sortType = 1
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"cYx" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/camera/autoname{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"cYI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 10
@@ -41014,27 +46067,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"ddi" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Primary Tool Storage Excess";
- req_one_access_txt = "12"
- },
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"dfK" = (
/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
dir = 4
@@ -41053,26 +46085,12 @@
},
/turf/open/floor/plasteel/dark,
/area/engine/engine_room)
-"dgr" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/closet/crate,
-/obj/structure/cable,
-/obj/item/relic,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
+"dhm" = (
+/obj/structure/table/glass,
+/obj/item/screwdriver,
+/obj/item/weldingtool/mini,
/turf/open/floor/plating,
-/area/maintenance/department/security)
-"dgQ" = (
-/obj/structure/table,
-/obj/item/phone,
-/obj/machinery/light/small{
- dir = 1;
- light_color = "#ffc1c1"
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
+/area/maintenance/port)
"dhq" = (
/obj/machinery/portable_atmospherics/scrubber,
/obj/effect/turf_decal/bot,
@@ -41086,38 +46104,6 @@
dir = 5
},
/area/science/research)
-"diY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/locked,
-/obj/structure/cable,
-/obj/machinery/door/airlock/command{
- name = "Vault";
- req_access_txt = "53"
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
-"dkl" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/fyellow,
-/obj/item/t_scanner,
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/machinery/requests_console{
- department = "Primary Tool Storage";
- name = "Primary Tool Storage Request Console";
- pixel_x = -32
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"dlq" = (
/obj/machinery/door/airlock/hatch{
name = "Supermatter External Chamber";
@@ -41128,30 +46114,11 @@
},
/turf/open/floor/plasteel/dark,
/area/engine/engine_room/external)
-"dmV" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/light,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"dns" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
-"dnN" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/obj/structure/lattice,
-/turf/open/space/basic,
-/area/space/nearstation)
+"dom" = (
+/obj/structure/table,
+/obj/item/storage/toolbox/electrical,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"dpg" = (
/obj/machinery/suit_storage_unit/open,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
@@ -41163,28 +46130,17 @@
},
/turf/open/floor/plasteel/dark,
/area/engine/engine_room/external)
-"dpT" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/engine/engine_room)
-"drK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
-/obj/effect/landmark/start/chemist,
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
+"dpq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/port)
"dtB" = (
/obj/item/trash/can,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"dtH" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/gateway)
"dtX" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
dir = 4
@@ -41199,13 +46155,6 @@
dir = 4
},
/area/chapel/main)
-"dvc" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/gateway)
"dvi" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/effect/turf_decal/bot,
@@ -41244,21 +46193,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/quartermaster/office)
-"dzi" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/machinery/camera/autoname{
- dir = 8
- },
-/obj/machinery/power/apc/highcap/ten_k{
- areastring = "/area/engine/engine_room";
- name = "Engine Room APC";
- pixel_y = -23
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"dAF" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
@@ -41290,14 +46224,6 @@
/obj/machinery/atmospherics/pipe/manifold4w/general/visible,
/turf/open/floor/plasteel/dark,
/area/engine/engine_room)
-"dIr" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
"dKt" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/blue{
@@ -41325,13 +46251,6 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"dMi" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
"dNx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -41401,19 +46320,6 @@
dir = 8
},
/area/hallway/secondary/entry)
-"dXa" = (
-/obj/structure/table,
-/obj/item/folder/yellow,
-/obj/item/storage/firstaid,
-/obj/effect/turf_decal/tile/brown,
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"dXw" = (
/obj/effect/decal/cleanable/cobweb,
/obj/effect/decal/cleanable/dirt,
@@ -41430,38 +46336,6 @@
/obj/effect/turf_decal/stripes/end,
/turf/open/floor/plating,
/area/maintenance/fore)
-"dYh" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/plasteel,
-/area/gateway)
-"dYW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/department/security)
-"dZa" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 5
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"dZW" = (
/turf/closed/wall/r_wall,
/area/engine/supermatter)
@@ -41481,6 +46355,11 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/main)
+"eet" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/machinery/space_heater,
+/turf/open/floor/plating,
+/area/maintenance/port)
"eeA" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light/small{
@@ -41489,20 +46368,6 @@
},
/turf/open/floor/wood,
/area/library/abandoned)
-"egP" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/obj/machinery/flasher{
- id = "Cell 3";
- pixel_x = -28
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload)
"eiC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
@@ -41537,19 +46402,6 @@
},
/turf/open/floor/plasteel/dark,
/area/engine/engine_room/external)
-"enT" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/machinery/navbeacon/wayfinding{
- location = "Dorms";
- name = "navigation beacon (Dorms)"
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/fitness/recreation)
"eot" = (
/obj/machinery/atmospherics/components/unary/portables_connector{
dir = 4
@@ -41569,15 +46421,6 @@
},
/turf/open/floor/plasteel,
/area/engine/atmos)
-"epJ" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/gateway)
"eqa" = (
/obj/structure/window/reinforced{
dir = 4
@@ -41613,24 +46456,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/plating,
/area/maintenance/aft)
-"eqR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/chapel/office)
-"esb" = (
-/obj/machinery/door/poddoor/preopen{
- id = "AI_Emergency_Lockdown_Right";
- name = "Emergency AI Lockdown Blast Door"
- },
-/obj/structure/cable,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/ai)
"esC" = (
/obj/structure/rack,
/obj/effect/spawner/lootdrop/glowstick,
@@ -41642,11 +46467,6 @@
"esU" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/machinery/camera{
- c_tag = "Service - Kitchen Coldroom";
- dir = 8;
- network = list("ss13","Bar Area")
- },
/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
/area/crew_quarters/kitchen/coldroom)
"etL" = (
@@ -41657,13 +46477,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/engine/engine_room/external)
-"euD" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/obj/structure/lattice,
-/turf/open/space/basic,
-/area/space/nearstation)
"euN" = (
/obj/structure/table/reinforced,
/obj/item/clothing/glasses/meson,
@@ -41705,17 +46518,6 @@
},
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"ezd" = (
-/obj/machinery/door/window/northleft{
- name = "AI Access";
- req_access_txt = "16"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "AI_Emergency_Lockdown_Right";
- name = "Emergency AI Lockdown Blast Door"
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
"ezo" = (
/obj/item/radio/intercom{
pixel_x = -30
@@ -41736,20 +46538,6 @@
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
-"eCj" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/item/soap,
-/obj/item/bikehorn/rubberducky,
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
"eEW" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable,
@@ -41769,11 +46557,6 @@
},
/turf/open/floor/circuit/telecomms,
/area/science/xenobiology)
-"eHV" = (
-/obj/structure/grille,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fore)
"eIl" = (
/turf/closed/wall/r_wall,
/area/maintenance/aft)
@@ -41828,17 +46611,14 @@
/turf/open/floor/wood,
/area/crew_quarters/bar)
"eMB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
/obj/structure/cable,
-/obj/machinery/door/airlock/maintenance{
- name = "Chemistry Pipe Airlock";
- req_one_access_txt = "5;12"
- },
+/obj/item/trash/sosjerky,
/turf/open/floor/plating,
/area/maintenance/port)
"eNp" = (
@@ -41878,11 +46658,13 @@
/obj/item/radio/intercom{
pixel_y = 29
},
+/obj/machinery/computer/aifixer{
+ dir = 4
+ },
/obj/machinery/camera{
c_tag = "Research - Research Director's Office";
network = list("ss13","Research")
},
-/obj/structure/filingcabinet/chestdrawer,
/turf/open/floor/plasteel/cafeteria,
/area/crew_quarters/heads/hor)
"eRe" = (
@@ -41958,36 +46740,16 @@
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
-"eXk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+"eWS" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/storage/belt/utility,
+/obj/item/storage/belt/utility,
+/obj/item/airlock_painter,
+/obj/item/airlock_painter,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"eXs" = (
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"eXR" = (
/obj/structure/closet/secure_closet/hop,
/obj/machinery/light/small{
@@ -42002,6 +46764,10 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/heads/hop)
+"eZh" = (
+/obj/structure/closet,
+/turf/open/floor/plating,
+/area/maintenance/port)
"eZi" = (
/obj/machinery/power/apc{
areastring = "/area/security/warden";
@@ -42018,31 +46784,12 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"fdm" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/aft)
"fdn" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3,
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"fdM" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"feg" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -42086,34 +46833,12 @@
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"fid" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/department/security)
"fir" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
/turf/open/floor/plasteel/chapel{
dir = 8
},
/area/chapel/main)
-"fis" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"fiB" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space/basic,
-/area/space/nearstation)
"fiC" = (
/obj/machinery/computer/teleporter,
/obj/effect/turf_decal/tile/neutral,
@@ -42131,22 +46856,6 @@
},
/turf/open/floor/plasteel/dark,
/area/teleporter)
-"fiP" = (
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/sorting)
"fjh" = (
/obj/docking_port/stationary{
dir = 2;
@@ -42154,7 +46863,7 @@
height = 22;
id = "whiteship_home";
name = "SS13: Auxiliary Dock, Station-Port";
- roundstart_template = /datum/map_template/shuttle/mining_common/meta;
+ roundstart_template = null;
width = 35
},
/turf/open/space/basic,
@@ -42179,13 +46888,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"fmV" = (
-/turf/closed/wall,
-/area/ai_monitored/turret_protected/ai)
-"foN" = (
-/obj/machinery/light,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"fpA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 9
@@ -42216,24 +46918,10 @@
/turf/open/floor/wood,
/area/library/abandoned)
"fst" = (
-/obj/structure/chair/office/light{
- dir = 8
- },
-/obj/effect/landmark/start/chemist,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"ftT" = (
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"fva" = (
-/obj/machinery/airalarm{
- pixel_y = 25
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"fvY" = (
/obj/effect/turf_decal/tile/yellow{
dir = 8
@@ -42248,13 +46936,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"fxb" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/department/engine)
"fxi" = (
/obj/machinery/meter,
/obj/machinery/atmospherics/pipe/simple/general/visible{
@@ -42338,13 +47019,6 @@
},
/turf/open/floor/plasteel/dark,
/area/crew_quarters/heads/chief)
-"fAP" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera/autoname,
-/turf/open/floor/engine,
-/area/engine/supermatter)
"fBP" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -42353,30 +47027,12 @@
/obj/effect/turf_decal/tile/blue,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
-"fCi" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
-/area/crew_quarters/kitchen/coldroom)
"fED" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
},
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"fIZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/sorting)
"fKt" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/stripes/line{
@@ -42384,17 +47040,6 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"fKy" = (
-/obj/structure/closet/secure_closet/medical2,
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
"fLg" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/bookcase/random/adult,
@@ -42472,13 +47117,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/engine/atmos)
-"fVB" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"fVY" = (
/obj/structure/cable,
/turf/open/floor/wood,
@@ -42502,16 +47140,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"fZi" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"fZt" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 6
@@ -42524,18 +47152,6 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"gbC" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 8;
- name = "Cooling Loop to Gas"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"gbN" = (
/obj/effect/decal/cleanable/dirt,
/obj/item/stack/sheet/mineral/wood{
@@ -42557,23 +47173,8 @@
pixel_y = 25
},
/obj/structure/cable,
-/obj/machinery/holopad/secure,
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
-"gdI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
"giq" = (
/obj/structure/closet/crate,
/obj/effect/spawner/lootdrop/maintenance{
@@ -42583,27 +47184,6 @@
/obj/item/relic,
/turf/open/floor/plating,
/area/maintenance/aft)
-"glH" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"gnB" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 2;
- name = "2maintenance loot spawner"
- },
-/obj/item/clothing/head/cardborg,
-/obj/item/clothing/suit/cardborg,
-/turf/open/floor/plating,
-/area/maintenance/aft)
"goF" = (
/obj/structure/closet/crate/trashcart,
/obj/item/trash/plate,
@@ -42634,27 +47214,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"gqB" = (
-/obj/structure/table/glass,
-/obj/item/storage/box/rxglasses,
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/storage/box/disks{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/machinery/requests_console{
- department = "Genetics";
- name = "Genetics Requests Console";
- pixel_x = -30
- },
-/obj/effect/turf_decal/tile/purple{
- dir = 8
- },
-/obj/effect/turf_decal/tile/purple,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
"grn" = (
/obj/effect/turf_decal/tile/red{
dir = 8
@@ -42686,23 +47245,6 @@
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"gst" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/closed/wall,
-/area/crew_quarters/fitness/locker_room)
-"gsu" = (
-/obj/machinery/power/apc{
- areastring = "/area/quartermaster/warehouse";
- dir = 1;
- name = "Cargo Warehouse APC";
- pixel_y = 23
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/end,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
"gwx" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -42754,41 +47296,6 @@
/obj/effect/spawner/structure/window/plasma/reinforced,
/turf/open/floor/plating,
/area/engine/engine_room)
-"gGG" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
- },
-/obj/machinery/airalarm{
- dir = 8;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
-"gHJ" = (
-/obj/machinery/ai_slipper{
- uses = 10
- },
-/obj/machinery/camera/motion{
- c_tag = "Secure - AI Core East";
- dir = 8;
- network = list("AISat")
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"gIO" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai)
"gJo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -42807,20 +47314,6 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"gLT" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai_upload)
-"gMi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
"gNl" = (
/obj/machinery/atmospherics/components/binary/pump{
name = "Output Toggle"
@@ -42833,33 +47326,6 @@
},
/turf/open/floor/engine,
/area/engine/supermatter)
-"gPD" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"gRo" = (
-/obj/machinery/power/apc{
- areastring = "/area/maintenance/port";
- dir = 8;
- name = "Port Maintenance APC";
- pixel_x = -24
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/end{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
"gSW" = (
/turf/open/floor/plasteel/white/side{
dir = 6
@@ -42868,15 +47334,12 @@
"gTd" = (
/obj/machinery/power/terminal,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable,
/turf/open/floor/plating,
/area/construction)
"gTn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/effect/landmark/blobstart,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"gVB" = (
/obj/machinery/computer/med_data,
/obj/machinery/power/apc{
@@ -42897,75 +47360,12 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"gVN" = (
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/chapel/office)
-"gVW" = (
-/obj/structure/table,
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/item/radio/intercom,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
"gWa" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
},
/turf/open/floor/plasteel/dark,
/area/engine/engine_room)
-"hdH" = (
-/obj/machinery/airalarm{
- dir = 8;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
-"hez" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/light,
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"hfx" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"hhs" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva)
-"hjz" = (
-/obj/machinery/power/apc{
- areastring = "/area/crew_quarters/dorms";
- name = "Sleeping Quarters APC";
- pixel_y = -23
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/fore)
"hjJ" = (
/obj/machinery/power/apc{
areastring = "/area/hallway/secondary/exit/departure_lounge";
@@ -42999,44 +47399,6 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"hmG" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/camera/autoname{
- dir = 9
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"hmV" = (
-/obj/structure/window/plasma/reinforced{
- dir = 4
- },
-/obj/machinery/power/rad_collector/anchored,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 6
- },
-/obj/machinery/camera/autoname,
-/obj/structure/cable,
-/turf/open/floor/circuit/green,
-/area/engine/supermatter)
-"hnd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/door/airlock{
- name = "Unisex Showers"
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
"hnA" = (
/obj/structure/closet/crate,
/obj/effect/spawner/lootdrop/maintenance{
@@ -43054,14 +47416,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/aft)
-"hrr" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Canister to Burn"
- },
-/turf/open/floor/plasteel,
-/area/maintenance/disposal/incinerator)
"hrD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -43076,14 +47430,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"hrX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/navbeacon/wayfinding{
- location = "Courtroom";
- name = "navigation beacon (Courtroom)"
- },
-/turf/open/floor/plasteel/dark,
-/area/security/courtroom)
"hrY" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -43094,9 +47440,6 @@
/obj/effect/turf_decal/tile/blue,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
-"hsn" = (
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
"htF" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
@@ -43113,13 +47456,6 @@
},
/turf/open/floor/plasteel/dark,
/area/science/lab)
-"hum" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"hvP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -43147,10 +47483,6 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"hyG" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/closed/wall,
-/area/storage/tools)
"hyH" = (
/obj/structure/closet/crate,
/obj/effect/spawner/lootdrop/maintenance{
@@ -43229,26 +47561,6 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"hIz" = (
-/obj/structure/sign/warning/biohazard{
- pixel_x = -32
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/camera{
- c_tag = "Secure - Gateway";
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/gateway)
-"hJM" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump/layer1{
- dir = 1;
- name = "Sleepy Vent #2"
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
"hKj" = (
/obj/machinery/atmospherics/pipe/simple/green/visible,
/obj/effect/turf_decal/stripes/corner{
@@ -43264,16 +47576,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/engine/engine_room/external)
-"hLQ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/white/line{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
"hNP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -43289,13 +47591,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"hOE" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/gateway)
"hOK" = (
/obj/structure/falsewall{
name = "suspicious wall"
@@ -43308,19 +47603,6 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"hOW" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"hPo" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/gateway)
"hRG" = (
/obj/structure/window/reinforced{
dir = 4
@@ -43362,26 +47644,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"hVt" = (
-/obj/structure/cable,
-/turf/open/floor/engine,
-/area/engine/supermatter)
-"hVX" = (
-/obj/item/storage/firstaid/regular,
-/obj/item/storage/firstaid/regular{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/structure/rack,
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/gateway)
"hWa" = (
/obj/effect/turf_decal/tile/blue,
/turf/open/floor/plasteel/white,
@@ -43416,7 +47678,7 @@
/obj/machinery/power/apc{
areastring = "/area/crew_quarters/kitchen/coldroom";
dir = 1;
- name = "Coldroom APC";
+ name = "Kitchen APC";
pixel_y = 24
},
/obj/structure/cable,
@@ -43466,13 +47728,6 @@
},
/turf/open/floor/plasteel/dark,
/area/lawoffice)
-"icc" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 9
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space/basic,
-/area/space/nearstation)
"ice" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 5
@@ -43490,34 +47745,6 @@
/obj/structure/filingcabinet,
/turf/open/floor/holofloor/wood,
/area/crew_quarters/heads/captain/private)
-"icV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
-/obj/machinery/ai_slipper{
- uses = 10
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"idZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/door/airlock/public/glass{
- name = "Primary Tool Storage"
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"ifi" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/white/side{
@@ -43533,45 +47760,6 @@
/obj/item/book/manual/wiki/tcomms,
/turf/open/floor/plasteel/dark,
/area/tcommsat/computer)
-"iif" = (
-/obj/structure/table,
-/obj/item/stack/sheet/metal/fifty,
-/obj/item/stack/sheet/glass/fifty,
-/obj/item/clothing/head/welding,
-/obj/item/stack/sheet/mineral/plasma{
- amount = 35
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/service)
-"iih" = (
-/obj/structure/table,
-/obj/item/screwdriver,
-/obj/item/flashlight,
-/obj/item/assembly/igniter{
- pixel_x = -4;
- pixel_z = 2
- },
-/obj/item/assembly/igniter,
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Primary Tool Storage";
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"ijk" = (
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/chapel/office)
"ijH" = (
/obj/machinery/light{
dir = 4
@@ -43616,19 +47804,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"ioi" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
"ipB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 6
@@ -43642,19 +47817,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/department/security)
-"isH" = (
-/obj/machinery/igniter/incinerator_toxmix,
-/turf/open/floor/engine/vacuum,
-/area/science/mixing)
-"itU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 1
- },
-/obj/item/radio/intercom{
- pixel_y = -25
- },
-/turf/open/floor/plasteel,
-/area/janitor)
"iwE" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -43698,14 +47860,6 @@
/obj/item/trash/raisins,
/turf/open/floor/plating,
/area/maintenance/port)
-"iGu" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/navbeacon/wayfinding{
- location = "Head of Personnel's Office";
- name = "navigation beacon (Head of Personnel's Office)"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/heads/hop)
"iGD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -43713,14 +47867,6 @@
/obj/structure/cable,
/turf/closed/wall/r_wall,
/area/engine/engine_room)
-"iGJ" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"iHe" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
@@ -43760,60 +47906,13 @@
/turf/open/floor/plasteel,
/area/engine/engine_room)
"iJO" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "5;12"
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/structure/rack,
-/obj/item/stack/ducts/fifty,
-/obj/item/stack/ducts/fifty{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/stack/ducts/fifty{
- pixel_x = -2;
- pixel_y = -3
- },
-/obj/item/stack/ducts/fifty{
- pixel_x = 3;
- pixel_y = 4
- },
-/obj/item/stack/ducts/fifty{
- pixel_x = 5;
- pixel_y = 4
- },
-/obj/item/stack/ducts/fifty{
- pixel_x = 2;
- pixel_y = 1
- },
-/obj/item/hand_labeler,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"iLi" = (
-/obj/structure/chair/pew{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/chapel/main)
-"iLj" = (
-/obj/structure/table,
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/effect/turf_decal/tile/brown,
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/item/folder/yellow,
-/obj/machinery/requests_console{
- department = "Cargo Bay";
- departmentType = 2;
- pixel_x = -30
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/sorting)
+/obj/effect/mapping_helpers/airlock/abandoned,
+/obj/structure/barricade/wooden/crude,
+/turf/open/floor/plating,
+/area/maintenance/port)
"iMs" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
@@ -43845,29 +47944,10 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/brig)
-"iRE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"iTC" = (
/obj/machinery/disposal/bin,
/turf/open/floor/plasteel/white,
/area/science/mixing)
-"iUF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/engine/atmos)
"iUZ" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 8
@@ -43888,46 +47968,30 @@
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"iXv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
+"iZK" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 1
},
-/obj/structure/sign/poster/official/random{
- pixel_y = 32
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
},
/obj/structure/cable,
+/obj/machinery/navbeacon{
+ codes_txt = "patrol;next_patrol=RIGHTMID";
+ location = "ANTIGARDEN";
+ name = "navigation beacon (ANTIGARDEN)"
+ },
/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"iZQ" = (
-/obj/structure/window/reinforced/spawner/east,
-/obj/effect/turf_decal/trimline/yellow/filled/corner,
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/hallway/primary/central)
"jaf" = (
/obj/structure/table/wood,
/obj/item/storage/photo_album/Captain,
/obj/item/camera,
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
-"jaU" = (
-/obj/item/twohanded/required/kirbyplants{
- icon_state = "plant-21";
- pixel_x = -3;
- pixel_y = 3
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
-"jcA" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 6
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"jdu" = (
/obj/structure/closet/radiation,
/turf/open/floor/plasteel/dark,
@@ -43952,26 +48016,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/engine/engine_room)
-"jlL" = (
-/obj/item/reagent_containers/spray/plantbgone{
- pixel_y = 3
- },
-/obj/item/reagent_containers/spray/plantbgone{
- pixel_x = 8;
- pixel_y = 8
- },
-/obj/item/reagent_containers/spray/plantbgone{
- pixel_x = 13;
- pixel_y = 5
- },
-/obj/item/watertank,
-/obj/item/grenade/chem_grenade/antiweed,
-/obj/structure/table/glass,
-/obj/item/radio/intercom{
- pixel_y = 24
- },
-/turf/open/floor/plasteel,
-/area/hydroponics)
"jlU" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -43988,29 +48032,6 @@
},
/turf/open/floor/engine/vacuum,
/area/maintenance/disposal/incinerator)
-"jmq" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
-"jnk" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 8
- },
-/obj/machinery/navbeacon/wayfinding{
- location = "Cargo";
- name = "navigation beacon (Cargo)"
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/office)
"joc" = (
/obj/effect/turf_decal/stripes/white/line{
dir = 4
@@ -44028,9 +48049,6 @@
/obj/effect/turf_decal/stripes/white/corner{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/turf/open/floor/plating,
/area/maintenance/port/aft)
"jpL" = (
@@ -44051,36 +48069,12 @@
},
/turf/open/floor/plasteel,
/area/bridge)
-"jpN" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/white/line{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
"jqp" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 5
},
/turf/closed/wall/r_wall,
/area/engine/supermatter)
-"jro" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
-"jsm" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"jsv" = (
/obj/machinery/light,
/obj/machinery/firealarm{
@@ -44093,24 +48087,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"jtN" = (
-/obj/structure/sign/warning/biohazard{
- pixel_x = 32
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel/dark,
-/area/gateway)
-"juX" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/plasticflaps,
-/obj/machinery/conveyor{
- id = "packageSort"
- },
-/turf/open/floor/plating,
-/area/quartermaster/sorting)
"jvP" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/obj/effect/turf_decal/stripes/line{
@@ -44120,50 +48096,10 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"jws" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/effect/landmark/start/station_engineer,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"jxP" = (
/obj/machinery/power/supermatter_crystal/engine,
/turf/open/floor/engine,
/area/engine/supermatter)
-"jyi" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"jyp" = (
-/obj/structure/rack,
-/obj/item/radio/off{
- pixel_x = -2;
- pixel_y = -3
- },
-/obj/item/radio/off,
-/obj/item/radio/off{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/gateway)
"jzE" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -44201,46 +48137,6 @@
icon_state = "wood-broken7"
},
/area/maintenance/starboard)
-"jDi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"jGx" = (
-/obj/structure/table,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/item/aiModule/supplied/protectStation,
-/obj/item/aiModule/reset/purge,
-/obj/item/aiModule/zeroth/oneHuman,
-/obj/item/aiModule/supplied/oxygen,
-/obj/effect/spawner/lootdrop/aimodule_harmful,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/machinery/flasher{
- id = "secentranceflasher";
- pixel_x = 25
- },
-/obj/machinery/door/window/southright{
- name = "High Risk Modules";
- req_one_access_txt = "20"
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload)
"jHU" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 9
@@ -44265,18 +48161,19 @@
},
/turf/closed/wall/r_wall,
/area/crew_quarters/heads/chief)
-"jIC" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai_upload)
"jII" = (
/obj/item/twohanded/required/kirbyplants{
icon_state = "applebush"
},
/turf/open/floor/wood,
/area/lawoffice)
+"jJa" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/port)
"jJz" = (
/obj/machinery/photocopier,
/obj/item/radio/intercom{
@@ -44302,22 +48199,6 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"jLo" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 9
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"jMY" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/navbeacon/wayfinding{
- location = "Arrivals and Escape Bay";
- name = "navigation beacon (Arrivals and Escape Bay)"
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
"jNM" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -44367,16 +48248,17 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"jUj" = (
-/obj/machinery/door/airlock/medical/glass{
- name = "Chemfactory";
- req_access_txt = "5; 69"
+"jUK" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/vending/snack/random,
+/obj/machinery/newscaster{
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/central)
"jVA" = (
/obj/structure/closet/secure_closet/engineering_welding,
/turf/open/floor/plasteel,
@@ -44401,9 +48283,6 @@
/obj/effect/turf_decal/stripes/white/corner{
dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/turf/open/floor/plating,
/area/maintenance/port/aft)
"jZv" = (
@@ -44432,48 +48311,6 @@
/obj/item/trash/chips,
/turf/open/floor/plating,
/area/maintenance/aft)
-"kcd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"kcl" = (
-/obj/machinery/power/apc{
- areastring = "/area/medical/pharmacy";
- dir = 8;
- name = "Pharmacy APC";
- pixel_x = -25
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
-"kdL" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"kdV" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/chapel/office)
"kfP" = (
/obj/effect/landmark/carpspawn,
/obj/structure/lattice,
@@ -44494,16 +48331,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/maintenance/disposal/incinerator)
-"klG" = (
-/obj/machinery/power/apc{
- areastring = "/area/hydroponics";
- dir = 1;
- name = "Hydroponics APC";
- pixel_y = 23
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hydroponics)
"kmI" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -44527,30 +48354,6 @@
/obj/structure/grille/broken,
/turf/open/floor/plating,
/area/maintenance/fore)
-"koS" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/white/line,
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"kqN" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/miningdock)
-"ktr" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/dark/hidden/layer1{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
"kuZ" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/obj/machinery/camera/autoname{
@@ -44567,39 +48370,10 @@
},
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"kvC" = (
-/obj/machinery/computer/bank_machine,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/bot_white,
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/power/apc{
- areastring = "/area/ai_monitored/nuke_storage";
- dir = 1;
- name = "Vault APC";
- pixel_y = 23
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
"kxk" = (
/obj/structure/chair/comfy/black,
/turf/open/floor/plasteel,
/area/science/xenobiology)
-"kxE" = (
-/obj/structure/cable,
-/turf/open/floor/plasteel/grimy,
-/area/ai_monitored/turret_protected/aisat/foyer)
"kxW" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -44630,9 +48404,6 @@
/turf/open/floor/plating,
/area/crew_quarters/heads/chief)
"kAU" = (
-/obj/machinery/power/emitter/welded{
- dir = 8
- },
/obj/machinery/camera{
c_tag = "Engine -Emitters Right";
dir = 8;
@@ -44647,27 +48418,6 @@
},
/turf/open/floor/plasteel,
/area/chapel/main)
-"kCD" = (
-/obj/structure/lattice,
-/turf/closed/wall/r_wall,
-/area/security/prison)
-"kDh" = (
-/obj/machinery/suit_storage_unit/security,
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/power/apc{
- areastring = "/area/ai_monitored/security/armory";
- dir = 8;
- name = "Armory APC";
- pixel_x = -25
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/ai_monitored/security/armory)
"kDS" = (
/obj/machinery/door/airlock/external{
name = "Port External Shuttle Dock"
@@ -44689,30 +48439,10 @@
/obj/item/pen,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"kIw" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/gateway)
"kIM" = (
/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"kLE" = (
-/obj/machinery/power/apc{
- areastring = "/area/crew_quarters/fitness/locker_room";
- dir = 4;
- name = "Unisex Locker Room APC";
- pixel_x = 24
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/end{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"kMb" = (
/obj/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -44723,24 +48453,6 @@
},
/turf/open/floor/engine,
/area/engine/engine_room/external)
-"kOR" = (
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/gateway)
-"kPF" = (
-/obj/machinery/navbeacon/wayfinding{
- location = "Escape Pod 1";
- name = "navigation beacon (Escape Pod 1)"
- },
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
-"kRo" = (
-/obj/machinery/camera/motion{
- c_tag = "Secure - AI Core North";
- network = list("AISat")
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
"kTN" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -44762,17 +48474,6 @@
},
/turf/open/floor/plasteel/dark,
/area/crew_quarters/heads/chief)
-"kVx" = (
-/obj/machinery/hydroponics/constructable,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/item/radio/intercom{
- pixel_y = 24
- },
-/turf/open/floor/plasteel,
-/area/hydroponics)
"kXJ" = (
/obj/machinery/light{
dir = 4
@@ -44782,26 +48483,6 @@
},
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
-"lag" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/navbeacon/wayfinding{
- location = "Tool Storage";
- name = "navigation beacon (Tool Storage)"
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"lbq" = (
-/obj/machinery/door/window/southright{
- name = "AI Access";
- req_access_txt = "16"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "AI_Emergency_Lockdown_Left";
- name = "Emergency AI Lockdown Blast Door"
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
"lbY" = (
/obj/machinery/space_heater,
/obj/effect/turf_decal/bot,
@@ -44827,23 +48508,6 @@
/obj/structure/filingcabinet/chestdrawer,
/turf/open/floor/plasteel/dark,
/area/crew_quarters/heads/chief)
-"lhb" = (
-/obj/machinery/door/airlock/security/glass{
- name = "N2O Port Access";
- req_access_txt = "2"
- },
-/obj/machinery/atmospherics/pipe/layer_manifold/visible,
-/turf/open/floor/plasteel,
-/area/security/prison)
-"lhs" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
-/obj/machinery/camera/autoname{
- dir = 10
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"liH" = (
/obj/machinery/ntnet_relay,
/obj/machinery/power/apc{
@@ -44854,13 +48518,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark/telecomms,
/area/tcommsat/server)
-"ljF" = (
-/obj/machinery/shower{
- dir = 1
- },
-/obj/structure/curtain,
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
"llp" = (
/obj/structure/grille,
/turf/open/floor/plating,
@@ -44895,36 +48552,12 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"ltA" = (
-/obj/structure/chair/stool,
-/obj/effect/decal/cleanable/vomit/old,
-/turf/open/floor/wood{
- icon_state = "wood-broken4"
- },
-/area/maintenance/starboard)
-"lwj" = (
-/obj/machinery/navbeacon/wayfinding{
- location = "Custodial Closet";
- name = "navigation beacon (Custodial Closet)"
- },
-/turf/open/floor/plasteel,
-/area/janitor)
"lwp" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 10
},
/turf/open/floor/plasteel/dark,
/area/engine/engine_room)
-"lxe" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
"lyr" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "10"
@@ -44968,18 +48601,6 @@
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"lAT" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 5
- },
-/obj/structure/lattice/catwalk,
-/obj/machinery/camera{
- c_tag = "Engine -External Midright";
- dir = 4;
- network = list("ss13","Engineering","Engine")
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"lBd" = (
/obj/structure/closet,
/obj/item/clothing/suit/hazardvest,
@@ -44991,38 +48612,10 @@
/obj/item/storage/belt/utility,
/turf/open/floor/plating,
/area/maintenance/aft)
-"lBB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/effect/turf_decal/tile/purple,
-/obj/effect/turf_decal/tile/purple{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"lEt" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"lEx" = (
/obj/machinery/chem_master/condimaster,
/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
/area/crew_quarters/kitchen/coldroom)
-"lFs" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"lFx" = (
/obj/machinery/power/apc{
areastring = "/area/crew_quarters/heads/hos";
@@ -45056,16 +48649,6 @@
},
/turf/open/floor/plasteel/dark,
/area/crew_quarters/heads/chief)
-"lKk" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"lLE" = (
/obj/effect/turf_decal/tile/purple{
dir = 8
@@ -45089,51 +48672,10 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"lNn" = (
-/obj/effect/turf_decal/trimline/yellow/filled/corner{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/yellow/filled/corner{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"lNw" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -22
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"lTB" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"mbB" = (
-/obj/structure/table,
-/obj/item/radio/intercom{
- pixel_y = 24
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
"mgs" = (
/obj/structure/sign/warning/electricshock,
/turf/closed/wall/r_wall,
/area/engine/supermatter)
-"mhc" = (
-/turf/closed/wall,
-/area/quartermaster/sorting)
"mhi" = (
/obj/structure/window/reinforced{
dir = 4
@@ -45141,28 +48683,6 @@
/obj/structure/window/reinforced,
/turf/open/space/basic,
/area/space/nearstation)
-"miq" = (
-/obj/machinery/navbeacon/wayfinding{
- location = "Security";
- name = "navigation beacon (Security)"
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
-"miv" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"mjC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/shower{
- pixel_y = 24
- },
-/obj/structure/curtain,
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
"mkw" = (
/obj/machinery/power/smes/engineering,
/obj/structure/cable,
@@ -45186,7 +48706,7 @@
dir = 8
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
"mlN" = (
/obj/structure/closet/secure_closet/freezer/cream_pie,
/obj/item/radio/intercom{
@@ -45194,21 +48714,6 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"mmi" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
"mnC" = (
/obj/machinery/power/apc{
areastring = "/area/crew_quarters/theatre";
@@ -45302,25 +48807,6 @@
/obj/effect/turf_decal/stripes/end,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"mtz" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Medical - Surgery B";
- dir = 4;
- network = list("ss13","Medical")
- },
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
-"mvv" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/engine/engine_room)
"mwg" = (
/obj/structure/table,
/obj/item/stack/sheet/plasteel{
@@ -45367,10 +48853,6 @@
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
-"mAm" = (
-/obj/machinery/pinpointer_dispenser,
-/turf/closed/wall,
-/area/security/checkpoint)
"mBI" = (
/obj/structure/window/reinforced{
dir = 8
@@ -45381,13 +48863,6 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"mDe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/chapel/office)
"mDE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -45398,71 +48873,10 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"mEw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/plasteel/dark,
-/area/chapel/office)
-"mFt" = (
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/structure/sign/poster/contraband/grey_tide{
- pixel_x = -32
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"mFO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"mFQ" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"mGm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"mHo" = (
-/obj/machinery/power/emitter/welded{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/engine/engine_room)
-"mHy" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"mHS" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 4
@@ -45496,18 +48910,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
-"mJV" = (
-/obj/effect/turf_decal/delivery,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"mLl" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/department/security)
"mNo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -45540,19 +48942,6 @@
/obj/item/flashlight/lamp,
/turf/open/floor/plating,
/area/maintenance/aft)
-"mSf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/radio/intercom{
- pixel_x = 30
- },
-/turf/open/floor/plasteel,
-/area/security/processing)
-"mUi" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = -28
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"mUn" = (
/obj/effect/turf_decal/tile/yellow{
dir = 1
@@ -45566,15 +48955,6 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"mUu" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
-/turf/open/floor/plasteel,
-/area/storage/tools)
"mUy" = (
/obj/effect/turf_decal/tile/yellow{
dir = 1
@@ -45612,31 +48992,6 @@
/obj/structure/window/reinforced,
/turf/open/space/basic,
/area/space/nearstation)
-"mXY" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/supermatter)
-"mYC" = (
-/obj/effect/turf_decal/trimline/yellow/filled/corner{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/yellow/filled/corner,
-/obj/machinery/door/window/eastright{
- name = "Chemfactory Floor Access";
- req_access_txt = "69"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"mZj" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/hydroponics)
"naE" = (
/obj/machinery/power/apc{
areastring = "/area/security/brig";
@@ -45655,35 +49010,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"nem" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/public/glass{
- name = "Primary Tool Storage"
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"nft" = (
-/obj/structure/rack,
-/obj/item/storage/toolbox/electrical{
- pixel_z = 6
- },
-/obj/item/storage/toolbox/electrical,
-/obj/item/stack/cable_coil,
-/obj/item/stack/cable_coil,
-/obj/effect/turf_decal/tile/brown,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"nfZ" = (
/turf/closed/wall,
/area/science/test_area)
@@ -45711,29 +49037,6 @@
},
/turf/open/floor/plasteel/white,
/area/science/mixing)
-"nkG" = (
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/item/radio/intercom{
- pixel_y = -28
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/brig)
"nlD" = (
/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
dir = 4
@@ -45791,6 +49094,13 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/aft)
+"nvs" = (
+/obj/structure/closet/crate,
+/obj/item/stack/sheet/glass/fifty,
+/obj/item/stack/sheet/metal/twenty,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"nwZ" = (
/obj/structure/table,
/obj/machinery/cell_charger,
@@ -45822,20 +49132,6 @@
},
/turf/open/floor/plasteel/dark,
/area/engine/engine_room)
-"nzB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/navbeacon/wayfinding{
- location = "Vault";
- name = "navigation beacon (Vault)"
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/nuke_storage)
"nBy" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable,
@@ -45843,17 +49139,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"nBZ" = (
-/obj/machinery/power/rad_collector/anchored,
-/obj/structure/window/plasma/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10
- },
-/obj/structure/cable,
-/turf/open/floor/circuit/green,
-/area/engine/supermatter)
"nCk" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -45864,48 +49149,6 @@
/obj/item/trash/plate,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"nCF" = (
-/obj/machinery/light,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Hallway - Escape Right Wing 1";
- dir = 1
- },
-/obj/item/radio/intercom{
- pixel_y = -28
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
-"nDW" = (
-/obj/structure/disposaloutlet,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plating,
-/area/quartermaster/sorting)
-"nEo" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"nEL" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -45926,24 +49169,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/crew_quarters/heads/chief)
-"nFy" = (
-/obj/structure/window/reinforced/spawner/east,
-/obj/effect/turf_decal/trimline/yellow/filled/corner{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/yellow/filled/corner,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/table/glass,
-/obj/machinery/reagentgrinder,
-/obj/item/stack/sheet/mineral/plasma{
- pixel_y = 10
- },
-/obj/item/reagent_containers/glass/beaker/large,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"nHE" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -45959,41 +49184,6 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"nIf" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"nIH" = (
-/obj/machinery/vending/wardrobe/chem_wardrobe,
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/machinery/camera{
- c_tag = "Medical - Chemfactory West";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"nJq" = (
-/obj/machinery/camera{
- c_tag = "Civilian - Chapel Main 2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/chapel{
- dir = 1
- },
-/area/chapel/office)
"nJs" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
@@ -46007,43 +49197,6 @@
},
/turf/open/floor/plasteel,
/area/science/xenobiology)
-"nML" = (
-/obj/effect/landmark/start/ai/secondary,
-/obj/item/radio/intercom{
- freerange = 1;
- listening = 0;
- name = "Custom Channel";
- pixel_y = 28
- },
-/obj/item/radio/intercom{
- freerange = 1;
- name = "Common Channel";
- pixel_x = 27;
- pixel_y = 5
- },
-/obj/item/radio/intercom{
- freerange = 1;
- frequency = 1447;
- name = "Private Channel";
- pixel_y = -25
- },
-/obj/machinery/newscaster/security_unit{
- pixel_x = 32;
- pixel_y = 32
- },
-/obj/machinery/requests_console{
- department = "AI";
- departmentType = 5;
- pixel_x = 28;
- pixel_y = -28
- },
-/obj/machinery/button/door{
- id = "aishuttersexternal";
- name = "External Privacy Shutter Control";
- pixel_x = 32
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
"nNJ" = (
/turf/open/floor/engine,
/area/engine/supermatter)
@@ -46070,13 +49223,6 @@
/obj/item/analyzer,
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"nQY" = (
-/obj/machinery/navbeacon/wayfinding{
- location = "Escape Pod 3";
- name = "navigation beacon (Escape Pod 3)"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard)
"nRb" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
dir = 1
@@ -46084,7 +49230,6 @@
/obj/machinery/light/small{
dir = 8
},
-/obj/structure/cable,
/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
/area/crew_quarters/kitchen/coldroom)
"nSn" = (
@@ -46132,24 +49277,6 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"obU" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/white/line{
- dir = 10
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/prison)
-"odJ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 8;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
"oee" = (
/obj/item/radio/intercom{
pixel_x = -29
@@ -46189,12 +49316,6 @@
},
/turf/open/floor/plasteel,
/area/engine/atmos)
-"oij" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/item/twohanded/required/kirbyplants/random,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"okf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -46228,37 +49349,9 @@
/obj/effect/decal/remains/human,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"oms" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 8;
- pixel_x = 24
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/entry)
-"omI" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/storage)
"onl" = (
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
-"onT" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/westleft{
- dir = 1;
- name = "Delivery Desk";
- req_access_txt = "50"
- },
-/obj/machinery/door/firedoor,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/quartermaster/sorting)
+/area/medical/patients_rooms/room_a)
"ool" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
@@ -46279,59 +49372,10 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/department/engine)
-"ops" = (
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/machinery/navbeacon/wayfinding{
- location = "Hydroponics";
- name = "navigation beacon (Hydroponics)"
- },
-/turf/open/floor/plasteel,
-/area/hydroponics)
-"oqk" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/unary/vent_pump/layer1{
- dir = 8;
- name = "Sleepy Vent #1"
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
"oqE" = (
/obj/structure/girder,
/turf/open/floor/plasteel/dark,
/area/engine/engine_room)
-"oqF" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/department/security)
-"osG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 10
- },
-/obj/machinery/camera/autoname{
- dir = 9
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/item/twohanded/required/kirbyplants/random,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"oti" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 1
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/plating,
-/area/quartermaster/sorting)
"ouz" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -46340,13 +49384,9 @@
/obj/item/clipboard,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
-"ovv" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+"ovM" = (
/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/area/hallway/primary/central)
"ovO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -46358,28 +49398,6 @@
/obj/effect/spawner/structure/window/hollow/reinforced/directional,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"oxv" = (
-/obj/machinery/computer/upload/borg{
- dir = 4
- },
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/machinery/door/window/eastright{
- name = "Cyborg Upload Console";
- req_access_txt = "20"
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload)
"oxG" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
@@ -46395,16 +49413,6 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"oyJ" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"ozB" = (
/obj/effect/spawner/structure/window/hollow/directional{
dir = 4
@@ -46420,21 +49428,6 @@
},
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"oBN" = (
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/holopad,
-/obj/machinery/airalarm{
- dir = 8;
- pixel_x = 24
- },
-/turf/open/floor/plasteel,
-/area/security/brig)
"oBS" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -46475,12 +49468,12 @@
/turf/open/floor/engine,
/area/engine/engine_room/external)
"oCS" = (
-/obj/machinery/camera{
- c_tag = "Medical - Chemfactory East";
- dir = 8
+/obj/effect/spawner/structure/window/hollow/reinforced/directional{
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"oDl" = (
/obj/machinery/door/window/westright{
name = "Supermatter External Access";
@@ -46502,50 +49495,18 @@
/obj/machinery/meter,
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"oGu" = (
-/obj/machinery/power/apc{
- areastring = "/area/ai_monitored/turret_protected/aisat/service";
- dir = 8;
- name = "MiniSat Service APC";
- pixel_x = -25
+"oDV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/service)
-"oGN" = (
-/obj/machinery/door/window{
- name = "Gateway Chamber";
- req_access_txt = "62"
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/gateway)
-"oHN" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 9
- },
-/obj/structure/lattice,
-/turf/open/space/basic,
-/area/space/nearstation)
+/turf/closed/wall,
+/area/hallway/primary/central)
"oIm" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{
dir = 1
},
/turf/open/floor/plating/airless,
/area/maintenance/disposal/incinerator)
-"oIp" = (
-/obj/structure/frame/machine,
-/turf/open/floor/plating{
- icon_state = "panelscorched"
- },
-/area/maintenance/starboard)
"oIG" = (
/obj/effect/turf_decal/tile/yellow{
dir = 8
@@ -46556,21 +49517,6 @@
/obj/item/grown/bananapeel,
/turf/open/floor/wood,
/area/maintenance/port/aft)
-"oIO" = (
-/obj/effect/turf_decal/trimline/yellow/filled/corner,
-/obj/effect/turf_decal/trimline/yellow/filled/corner{
- dir = 4
- },
-/obj/machinery/door/window/eastleft{
- name = "Chemfactory Floor Access";
- req_access_txt = "69"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"oJi" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -46578,23 +49524,6 @@
},
/turf/open/floor/grass,
/area/hydroponics/garden)
-"oKN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/power/apc{
- areastring = "/area/security/processing";
- dir = 1;
- name = "Labor Processing APC";
- pixel_y = 23
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/processing)
-"oLR" = (
-/obj/effect/landmark/start/geneticist,
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
"oMf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/components/binary/pump{
@@ -46603,33 +49532,20 @@
},
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"oMq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/cable,
-/obj/item/radio/intercom{
- pixel_y = 24
- },
-/turf/open/floor/plasteel,
-/area/engine/engineering)
"oMw" = (
/obj/machinery/camera{
c_tag = "Research - Toxins Main 2";
network = list("ss13","Research")
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
/obj/item/radio/intercom{
pixel_y = 29
},
/obj/machinery/computer/atmos_control/toxinsmix,
/turf/open/floor/plasteel/white,
/area/science/mixing)
-"oPe" = (
-/turf/closed/wall/r_wall,
-/area/lawoffice)
"oPn" = (
/obj/machinery/door/window/eastleft{
name = "Supermatter External Access";
@@ -46655,15 +49571,6 @@
dir = 6
},
/area/science/research)
-"oSB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/navbeacon/wayfinding{
- location = "AI Minisat Access";
- name = "navigation beacon (AI Minisat Access)"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
"oTR" = (
/obj/structure/sign/poster/official/state_laws{
pixel_y = -32
@@ -46677,42 +49584,6 @@
},
/turf/open/floor/plasteel/dark,
/area/engine/engine_room/external)
-"oVG" = (
-/obj/machinery/power/apc/highcap/five_k{
- areastring = "/area/ai_monitored/turret_protected/ai";
- name = "AI Chamber APC";
- pixel_y = -23
- },
-/obj/machinery/flasher{
- id = "AI";
- pixel_x = -11;
- pixel_y = -24
- },
-/obj/machinery/door/window/eastleft{
- name = "AI Access";
- req_access_txt = "16"
- },
-/obj/structure/cable,
-/obj/machinery/door/poddoor/preopen{
- id = "AI_Emergency_Lockdown";
- name = "Emergency AI Lockdown Blast Door"
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"oVP" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 8;
- pixel_x = 24
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"oWa" = (
/obj/effect/turf_decal/bot{
dir = 1
@@ -46731,14 +49602,18 @@
/obj/effect/turf_decal/stripes/end,
/turf/open/floor/plating,
/area/maintenance/port)
-"pdg" = (
-/obj/effect/turf_decal/tile/blue,
-/obj/machinery/camera{
- c_tag = "Medical - Chemfactory Airlock";
- dir = 8
+"peq" = (
+/obj/item/chair,
+/obj/item/chair{
+ pixel_x = 2;
+ pixel_y = 2
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
+/obj/item/chair{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"pfT" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable,
@@ -46754,14 +49629,6 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"pgY" = (
-/obj/structure/sign/poster/official/bless_this_spess{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/chapel/office)
"phZ" = (
/obj/structure/closet/crate,
/obj/effect/spawner/lootdrop/maintenance{
@@ -46793,18 +49660,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/engine/engineering)
-"pjf" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
"pjl" = (
/obj/structure/window/reinforced{
dir = 4;
@@ -46820,10 +49675,6 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"pjp" = (
-/obj/structure/girder,
-/turf/open/floor/plating,
-/area/maintenance/aft)
"pjJ" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable,
@@ -46853,27 +49704,6 @@
},
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
-"pmp" = (
-/obj/machinery/computer/security{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/newscaster{
- pixel_x = -30
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
"psF" = (
/obj/structure/closet/radiation,
/obj/machinery/power/apc{
@@ -46904,11 +49734,6 @@
},
/turf/open/space/basic,
/area/space)
-"puP" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/weightmachine/weightlifter,
-/turf/open/floor/plasteel,
-/area/security/prison)
"pwb" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -46927,43 +49752,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/explab)
-"pwC" = (
-/obj/effect/landmark/start/ai/secondary,
-/obj/item/radio/intercom{
- freerange = 1;
- listening = 0;
- name = "Custom Channel";
- pixel_y = 28
- },
-/obj/item/radio/intercom{
- freerange = 1;
- name = "Common Channel";
- pixel_x = -27;
- pixel_y = 5
- },
-/obj/item/radio/intercom{
- freerange = 1;
- frequency = 1447;
- name = "Private Channel";
- pixel_y = -25
- },
-/obj/machinery/newscaster/security_unit{
- pixel_x = -32;
- pixel_y = 32
- },
-/obj/machinery/requests_console{
- department = "AI";
- departmentType = 5;
- pixel_x = -28;
- pixel_y = -28
- },
-/obj/machinery/button/door{
- id = "aishuttersexternal";
- name = "External Privacy Shutter Control";
- pixel_x = -32
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
"pwG" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -46972,26 +49760,12 @@
/obj/item/trash/popcorn,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"pxQ" = (
-/obj/item/clothing/head/cone,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/department/security)
"pyl" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 6
},
/turf/closed/wall/r_wall,
/area/engine/supermatter)
-"pyx" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"pyT" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -47004,22 +49778,6 @@
"pBI" = (
/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
/area/crew_quarters/kitchen/coldroom)
-"pEE" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/landmark/start/paramedic,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
-"pGv" = (
-/obj/structure/window/reinforced/spawner/east,
-/obj/structure/closet/secure_closet/chemical,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"pGM" = (
/obj/structure/sign/poster/contraband/random{
pixel_x = 32
@@ -47034,54 +49792,14 @@
},
/turf/closed/wall/r_wall,
/area/engine/supermatter)
-"pGU" = (
-/obj/machinery/power/terminal,
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/engine/engine_room)
"pKj" = (
/obj/item/trash/syndi_cakes,
/turf/open/floor/plating,
/area/maintenance/department/security)
-"pLg" = (
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"pLH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port)
"pLI" = (
-/obj/machinery/power/emitter/welded{
- dir = 4
- },
/obj/structure/cable,
/turf/open/floor/plating,
/area/engine/engine_room)
-"pMU" = (
-/obj/structure/table,
-/obj/item/storage/belt/utility,
-/obj/item/storage/box/lights/mixed,
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"pNd" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -47118,18 +49836,6 @@
},
/turf/open/floor/plating,
/area/maintenance/department/security)
-"pOE" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/sign/departments/chemistry{
- pixel_y = -32
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
"pOU" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -47144,146 +49850,21 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"pSa" = (
-/obj/machinery/camera{
- c_tag = "Secure - EVA";
- dir = 8;
- network = list("ss13","Secure")
- },
-/obj/machinery/airalarm{
- dir = 8;
- pixel_x = 24
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva)
-"pSm" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/machinery/meter,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"pTq" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
-"pVz" = (
-/obj/effect/turf_decal/tile/bar{
- dir = 1
- },
-/obj/effect/turf_decal/tile/bar,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/navbeacon/wayfinding{
- location = "Bar & Kitchen";
- name = "navigation beacon (Bar & Kitchen)"
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/bar)
-"pWc" = (
-/obj/machinery/camera/motion{
- c_tag = "Secure - Captain's Office External";
- dir = 4;
- network = list("AISat")
- },
-/turf/open/space/basic,
-/area/space/nearstation)
-"pWf" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 4;
- name = "4maintenance loot spawner"
- },
-/obj/item/paicard,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"pXq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/holopad,
-/turf/open/floor/carpet,
-/area/chapel/main)
-"pXP" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/closed/wall,
-/area/quartermaster/sorting)
-"pYp" = (
-/obj/structure/table,
/obj/machinery/power/apc{
- name = "Corpse Disposal APC";
- pixel_y = -23
- },
-/obj/structure/window/reinforced{
- dir = 4
+ areastring = "/area/medical/medbay/central";
+ dir = 1;
+ name = "Medical Main APC";
+ pixel_y = 23
},
/obj/structure/cable,
-/obj/item/paper{
- info = "Too many bodies, not enough bags? Throw 'em down the chute! Out of sight - Out of mind!";
- name = "Why can't I hold all these corpses? - Proper Corpse Disposal 101"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/zone2)
-"pZA" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 5
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space/basic,
-/area/space/nearstation)
-"qag" = (
-/obj/machinery/power/rad_collector/anchored,
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 4
- },
-/obj/structure/window/plasma/reinforced{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/circuit/green,
-/area/engine/supermatter)
-"qfm" = (
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/effect/turf_decal/stripes/end,
+/turf/open/floor/plating,
+/area/maintenance/port)
"qfz" = (
/obj/machinery/pipedispenser,
/turf/open/floor/plating,
/area/maintenance/aft)
-"qfG" = (
-/obj/machinery/navbeacon/wayfinding{
- location = "Escape Pod 2";
- name = "navigation beacon (Escape Pod 2)"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"qgT" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
"qkE" = (
/obj/machinery/power/smes/engineering,
/obj/machinery/light{
@@ -47295,18 +49876,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/engine/engine_room)
-"qkT" = (
-/obj/structure/rack,
-/obj/item/poster/random_contraband,
-/obj/item/poster/random_contraband,
-/obj/item/instrument/saxophone,
-/obj/structure/sign/poster/contraband/random{
- pixel_y = 32
- },
-/turf/open/floor/plating{
- icon_state = "platingdmg1"
- },
-/area/maintenance/starboard)
"qlL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -47323,6 +49892,11 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"qmL" = (
+/obj/structure/table,
+/obj/item/flashlight/lamp/green,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"qoF" = (
/obj/structure/closet/crate/bin,
/obj/effect/turf_decal/stripes/line{
@@ -47404,28 +49978,6 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"qwy" = (
-/obj/structure/table,
-/obj/item/storage/box,
-/obj/item/storage/box,
-/obj/item/stack/wrapping_paper,
-/obj/item/stack/wrapping_paper,
-/obj/item/stack/wrapping_paper,
-/obj/effect/turf_decal/tile/brown,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/item/storage/box/shipping,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"qxm" = (
-/obj/item/reagent_containers/food/drinks/bottle/whiskey{
- desc = "A premium single-malt whiskey, gently matured inside the tunnels of a nuclear shelter. You like the feel of it in your hand.";
- list_reagents = list(/datum/reagent/consumable/ethanol/whiskey = 31);
- name = "Kepler's special reserve"
- },
-/turf/open/space/basic,
-/area/space)
"qxz" = (
/obj/effect/turf_decal/stripes/line,
/obj/item/twohanded/required/kirbyplants/random,
@@ -47472,21 +50024,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 6
},
-/obj/structure/cable,
/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
/area/crew_quarters/kitchen/coldroom)
"qyK" = (
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/crew_quarters/fitness/recreation)
-"qzW" = (
-/obj/machinery/light,
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"qBm" = (
/obj/structure/table,
/obj/item/stack/cable_coil{
@@ -47496,15 +50039,6 @@
/obj/item/stack/cable_coil,
/turf/open/floor/plasteel/dark,
/area/engine/engine_room)
-"qBt" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -28
- },
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness/recreation)
"qCl" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -47517,28 +50051,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/department/medical)
-"qDd" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/toy/beach_ball/holoball,
-/turf/open/floor/plasteel,
-/area/security/prison)
-"qGM" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"qHa" = (
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/machinery/vending/modularpc,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness/recreation)
"qHu" = (
/obj/structure/table,
/obj/item/storage/toolbox/mechanical{
@@ -47550,15 +50062,6 @@
},
/turf/open/floor/plasteel/white,
/area/science/explab)
-"qIb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/obj/machinery/door/airlock{
- name = "Unisex Showers"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
"qJe" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 10
@@ -47570,9 +50073,6 @@
/obj/effect/turf_decal/stripes/white/line{
dir = 10
},
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
/turf/open/floor/plating,
/area/maintenance/port/aft)
"qLw" = (
@@ -47588,13 +50088,6 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"qLM" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space/basic,
-/area/space/nearstation)
"qMo" = (
/obj/effect/turf_decal/tile/yellow{
dir = 1
@@ -47636,17 +50129,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"qTR" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"qWm" = (
-/obj/structure/closet/emcloset,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/aisat/foyer)
"qWP" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
@@ -47659,14 +50141,6 @@
"qXl" = (
/turf/closed/wall/r_wall,
/area/maintenance/department/engine)
-"qYJ" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
-/obj/structure/lattice/catwalk,
-/turf/open/space/basic,
-/area/space/nearstation)
"qYP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -47674,16 +50148,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"qZu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"ray" = (
/obj/effect/turf_decal/tile/neutral{
dir = 8
@@ -47700,28 +50164,15 @@
"raZ" = (
/turf/open/floor/plating/airless,
/area/science/test_area)
-"rbv" = (
-/obj/structure/rack,
-/obj/item/poster/random_official,
-/obj/item/poster/random_official{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"rck" = (
-/obj/structure/disposalpipe/segment,
+/obj/machinery/power/apc{
+ areastring = "/area/maintenance/port/aft";
+ dir = 1;
+ name = "Port Aft Maintenance APC";
+ pixel_y = 24
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/end,
/turf/open/floor/plating,
/area/maintenance/port/aft)
"rcn" = (
@@ -47733,17 +50184,6 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"rcP" = (
-/obj/machinery/chem_dispenser,
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/effect/turf_decal/tile/yellow,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"rdR" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -47761,12 +50201,6 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"rhN" = (
-/obj/structure/chair/pew/left{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/chapel/main)
"rhZ" = (
/obj/structure/sign/plaques/golden/captain{
pixel_y = 32
@@ -47810,34 +50244,9 @@
/turf/open/floor/plating,
/area/maintenance/aft)
"rkx" = (
-/obj/structure/closet/firecloset,
+/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/plating,
/area/maintenance/port)
-"rmb" = (
-/obj/effect/turf_decal/tile/brown,
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"rmJ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/quartermaster/sorting)
-"rnH" = (
-/obj/effect/turf_decal/tile/red,
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
-"roG" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
-/turf/open/floor/plasteel,
-/area/security/prison)
"rpE" = (
/obj/effect/turf_decal/tile/neutral{
dir = 8
@@ -47849,34 +50258,12 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"rqv" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 5
- },
-/turf/open/space/basic,
-/area/space/nearstation)
-"rrH" = (
-/turf/open/floor/plasteel/freezer,
-/area/security/prison/toilet)
-"rrR" = (
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
"rtc" = (
/obj/structure/light_construct/small,
/turf/open/floor/plating{
icon_state = "platingdmg3"
},
/area/maintenance/starboard)
-"rtu" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Chemfactory Maintenance Access";
- req_access_txt = "69"
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/medical/chemistry)
"ruT" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -47915,14 +50302,6 @@
/obj/effect/spawner/structure/window/hollow/reinforced/directional,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"rxD" = (
-/obj/structure/closet,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 3;
- name = "3maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/port)
"ryQ" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/caution{
@@ -47931,6 +50310,17 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/fore)
+"rzr" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"rAG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/closed/wall,
+/area/hallway/primary/central)
"rBq" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 4
@@ -47953,16 +50343,6 @@
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
-"rDp" = (
-/obj/machinery/power/apc/highcap/ten_k{
- areastring = "/area/engine/atmos";
- dir = 8;
- name = "Atmospherics APC";
- pixel_x = -25
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/atmos)
"rDs" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -47985,17 +50365,6 @@
},
/turf/open/floor/plating,
/area/maintenance/aft)
-"rFm" = (
-/obj/structure/window/plasma/reinforced{
- dir = 4
- },
-/obj/machinery/power/rad_collector/anchored,
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/circuit/green,
-/area/engine/supermatter)
"rFt" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -48019,31 +50388,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"rIj" = (
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/item/storage/toolbox/mechanical,
-/obj/item/clothing/head/welding,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"rJs" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 4;
- name = "Engine Coolant Bypass"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"rLT" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
@@ -48087,13 +50431,6 @@
/obj/item/toy/cards/deck,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"rSs" = (
-/obj/machinery/computer/monitor,
-/obj/item/radio/intercom{
- pixel_y = 24
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/service)
"rSP" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 4
@@ -48104,26 +50441,6 @@
/obj/machinery/portable_atmospherics/scrubber,
/turf/open/floor/plating,
/area/science/research)
-"rUP" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
-"rUR" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"rVP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -48139,22 +50456,16 @@
},
/turf/open/floor/plating,
/area/maintenance/aft)
-"sbm" = (
-/obj/machinery/navbeacon/wayfinding{
- location = "Aux Docking Port";
- name = "navigation beacon (Aux Docking Port)"
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"seF" = (
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/bridge)
-"seG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
+"seH" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/hallway/primary/central)
"sfa" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -48188,30 +50499,6 @@
},
/turf/open/floor/plasteel/dark,
/area/science/server)
-"sfO" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/effect/turf_decal/tile/brown,
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/structure/sign/poster/contraband/random{
- pixel_x = -32
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"sjj" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/holohoop{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/white/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
"sjB" = (
/obj/machinery/atmospherics/pipe/simple/green/visible{
dir = 9
@@ -48223,20 +50510,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"skk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
"skl" = (
/obj/machinery/door/airlock/engineering/glass/critical{
heat_proof = 1;
@@ -48257,32 +50530,11 @@
},
/turf/open/floor/plating,
/area/engine/supermatter)
-"slm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
- dir = 5
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
"slB" = (
/obj/structure/grille/broken,
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"smc" = (
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/components/trinary/filter/flipped/critical{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"smv" = (
/obj/structure/lattice/catwalk,
/obj/machinery/camera{
@@ -48292,17 +50544,6 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"smN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/obj/structure/grille/broken,
-/turf/open/floor/plating,
-/area/maintenance/port/fore)
"snW" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -48310,31 +50551,6 @@
/obj/structure/chair/stool,
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"son" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/effect/turf_decal/delivery,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"sqt" = (
-/obj/machinery/power/apc{
- areastring = "/area/hallway/primary/central";
- dir = 1;
- name = "Central Hallway Maintenance APC";
- pixel_y = 24
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/end,
-/turf/open/floor/plating,
-/area/maintenance/fore)
-"srb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
"srD" = (
/obj/machinery/atmospherics/pipe/layer_manifold{
dir = 4
@@ -48342,20 +50558,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/engine/atmos)
-"ssa" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/brown,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"stN" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 8
@@ -48430,36 +50632,17 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel/dark,
/area/engine/engine_room)
+"sAv" = (
+/obj/structure/bed,
+/obj/item/bedsheet/random,
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plating,
+/area/maintenance/port)
"sAZ" = (
/obj/structure/cable,
/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plating,
/area/maintenance/fore)
-"sBv" = (
-/obj/machinery/door/window/northright{
- name = "AI Access";
- req_access_txt = "16"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "AI_Emergency_Lockdown_Left";
- name = "Emergency AI Lockdown Blast Door"
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"sCt" = (
-/obj/machinery/vending/tool,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown,
-/obj/structure/sign/poster/contraband/random{
- pixel_y = 32
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"sCI" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -48473,12 +50656,6 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/fitness)
-"sCR" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/security/prison)
"sEr" = (
/obj/machinery/door/firedoor,
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
@@ -48495,15 +50672,6 @@
},
/turf/open/floor/plating,
/area/maintenance/department/engine)
-"sEU" = (
-/obj/machinery/atmospherics/pipe/layer_manifold/visible,
-/obj/effect/turf_decal/delivery,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/engine/engine_room)
"sHj" = (
/obj/item/radio/intercom{
pixel_x = 29
@@ -48512,9 +50680,6 @@
dir = 9
},
/area/science/research)
-"sHx" = (
-/turf/open/space/basic,
-/area/space/nearstation)
"sHR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 9
@@ -48543,15 +50708,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"sLk" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/pen,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/nuke_storage)
"sLW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/holopad,
@@ -48567,6 +50723,12 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/maintenance/disposal)
+"sNj" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/hallway/primary/central)
"sPB" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
dir = 4
@@ -48576,17 +50738,6 @@
},
/turf/open/floor/plasteel/dark,
/area/medical/morgue)
-"sRo" = (
-/obj/machinery/atmospherics/components/unary/portables_connector,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/security/prison)
-"sVN" = (
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plating,
-/area/maintenance/fore)
"sXg" = (
/obj/item/radio/intercom{
pixel_y = 24
@@ -48622,10 +50773,6 @@
/obj/structure/disposalpipe/segment,
/turf/closed/wall,
/area/maintenance/fore)
-"tcz" = (
-/obj/machinery/vending/hydroseeds,
-/turf/open/floor/grass,
-/area/hydroponics/garden)
"tcB" = (
/obj/structure/cable,
/obj/effect/spawner/structure/window/reinforced,
@@ -48649,6 +50796,10 @@
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"tdV" = (
+/obj/item/trash/chips,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"tfw" = (
/obj/effect/turf_decal/tile/brown,
/obj/effect/turf_decal/tile/brown{
@@ -48656,30 +50807,6 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
-"tgF" = (
-/obj/structure/table,
-/obj/item/assembly/prox_sensor{
- pixel_x = -4;
- pixel_z = 2
- },
-/obj/item/crowbar,
-/obj/item/clothing/gloves/color/fyellow,
-/obj/item/gps,
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"tgS" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
dir = 4
@@ -48694,15 +50821,6 @@
},
/turf/closed/wall/r_wall,
/area/maintenance/disposal/incinerator)
-"tiC" = (
-/obj/effect/turf_decal/trimline/yellow/filled/line{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"tjy" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -48713,27 +50831,6 @@
/obj/machinery/status_display/evac,
/turf/closed/wall/r_wall,
/area/engine/supermatter)
-"tnj" = (
-/obj/machinery/door/airlock/hatch{
- name = "MiniSat Space Access Airlock";
- req_one_access_txt = "32;19"
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"tnz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/structure/sign/poster/official/random{
- pixel_y = 32
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"tok" = (
/obj/machinery/vending/wardrobe/jani_wardrobe,
/obj/machinery/light_switch{
@@ -48742,13 +50839,6 @@
},
/turf/open/floor/plasteel,
/area/janitor)
-"tou" = (
-/obj/machinery/navbeacon/wayfinding{
- location = "Bridge";
- name = "navigation beacon (Bridge)"
- },
-/turf/open/floor/carpet,
-/area/bridge)
"toT" = (
/obj/structure/girder,
/obj/structure/grille,
@@ -48770,40 +50860,10 @@
},
/turf/open/space/basic,
/area/engine/engine_room)
-"trn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"trK" = (
/obj/machinery/vending/cola,
/turf/open/floor/plasteel,
/area/science/research)
-"trW" = (
-/obj/machinery/computer/upload/ai{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/machinery/door/window/eastleft{
- name = "AI Upload Console";
- req_access_txt = "20"
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload)
"tsa" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
@@ -48852,11 +50912,15 @@
/obj/effect/turf_decal/stripes/white/line{
dir = 1
},
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"twJ" = (
+/obj/effect/spawner/structure/window/reinforced,
/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/area/hallway/primary/central)
"tyI" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -48907,19 +50971,6 @@
/obj/machinery/atmospherics/pipe/simple/green/visible,
/turf/closed/wall/r_wall,
/area/engine/supermatter)
-"tCw" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel/grimy,
-/area/ai_monitored/turret_protected/aisat/foyer)
-"tCF" = (
-/obj/machinery/navbeacon/wayfinding{
- location = "Chapel";
- name = "navigation beacon (Chapel)"
- },
-/turf/open/floor/plasteel/chapel,
-/area/chapel/main)
"tDO" = (
/obj/machinery/door/airlock/external{
name = "Port External Shuttle Dock"
@@ -48937,33 +50988,6 @@
"tHJ" = (
/turf/closed/wall/r_wall,
/area/engine/engine_room/external)
-"tIA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 8
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/sorting)
-"tKa" = (
-/obj/structure/table,
-/obj/item/twohanded/required/kirbyplants/photosynthetic,
-/obj/machinery/power/apc{
- areastring = "/area/ai_monitored/turret_protected/ai_upload";
- name = "AI Upload APC";
- pixel_x = -25
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload)
"tKA" = (
/obj/structure/window/reinforced{
dir = 1;
@@ -48984,76 +51008,17 @@
/obj/machinery/vending/coffee,
/turf/open/floor/plasteel,
/area/science/research)
-"tQN" = (
-/obj/machinery/shower{
- dir = 1
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/curtain,
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
-"tRC" = (
-/obj/structure/cable,
-/obj/machinery/conveyor_switch/oneway{
- id = "packageSort";
- pixel_x = 6
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/sorting)
"tRF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/research)
-"tTb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"tVl" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
"tVo" = (
/obj/effect/spawner/lootdrop/crate_spawner,
/obj/effect/turf_decal/bot,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"tWA" = (
-/obj/effect/decal/cleanable/vomit/old,
-/turf/open/floor/plating,
-/area/maintenance/starboard)
-"tXQ" = (
-/obj/machinery/door/window/southleft{
- name = "AI Access";
- req_access_txt = "16"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "AI_Emergency_Lockdown_Right";
- name = "Emergency AI Lockdown Blast Door"
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
"uaa" = (
/obj/machinery/door/poddoor{
id = "Ferry_Bridge"
@@ -49085,43 +51050,12 @@
},
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
-"udf" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/plasteel,
-/area/ai_monitored/storage/eva)
"udR" = (
/obj/structure/sign/warning/enginesafety{
pixel_x = -32
},
/turf/open/floor/plasteel/dark,
/area/engine/engineering)
-"ueA" = (
-/obj/machinery/light,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/machinery/camera{
- c_tag = "Hallway - Escape Left Wing 1";
- dir = 1
- },
-/obj/item/radio/intercom{
- pixel_y = -28
- },
-/turf/open/floor/plasteel,
-/area/hallway/secondary/exit/departure_lounge)
"ueN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
@@ -49131,13 +51065,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"ueQ" = (
-/obj/structure/cable,
-/turf/open/floor/plasteel/airless/solarpanel,
-/area/solar/starboard)
-"ufr" = (
-/turf/closed/wall,
-/area/medical/pharmacy)
"ufN" = (
/obj/machinery/photocopier,
/obj/machinery/airalarm{
@@ -49202,12 +51129,6 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"unF" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/spawner/lootdrop/crate_spawner,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/department/security)
"uoF" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 4
@@ -49262,16 +51183,6 @@
/obj/structure/grille/broken,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"utt" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/sign/warning/pods{
- pixel_y = -32
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
"utL" = (
/obj/structure/table,
/obj/item/stack/sheet/metal/fifty,
@@ -49294,10 +51205,6 @@
/obj/machinery/air_sensor/atmos/toxins_mixing_tank,
/turf/open/floor/engine/vacuum,
/area/science/mixing)
-"uuf" = (
-/obj/machinery/rnd/bepis,
-/turf/open/floor/engine,
-/area/science/explab)
"uva" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/light{
@@ -49310,17 +51217,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/science/storage)
-"uww" = (
-/obj/machinery/door/airlock/external{
- name = "Solar Maintenance";
- req_access_txt = "10; 13"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/solars/starboard/fore)
"uwG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 9
@@ -49334,30 +51230,9 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/brig)
-"uwK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 5
- },
-/obj/machinery/ai_slipper,
-/obj/structure/cable,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai_upload)
"uwV" = (
/turf/closed/wall/r_wall,
/area/engine/engine_room)
-"uzp" = (
-/obj/machinery/power/apc{
- areastring = "/area/ai_monitored/turret_protected/aisat/foyer";
- dir = 4;
- name = "MiniSat Main APC";
- pixel_x = 24
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
"uzG" = (
/obj/structure/cable,
/obj/machinery/power/apc{
@@ -49375,18 +51250,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
-"uBh" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
"uBA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -49401,19 +51264,6 @@
},
/turf/open/floor/grass,
/area/hydroponics/garden)
-"uIo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/shower{
- pixel_y = 24
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/curtain,
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
"uIu" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
dir = 1
@@ -49433,43 +51283,16 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"uKZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
-"uNl" = (
-/obj/effect/turf_decal/tile/blue,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai_upload)
-"uPH" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
+"uOW" = (
/obj/structure/rack,
-/obj/item/clothing/gloves/color/fyellow,
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"uQD" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Engineering Excess Storage";
- req_access_txt = "10"
+/obj/item/flashlight/flare,
+/obj/item/flashlight/flare{
+ pixel_x = 2;
+ pixel_y = 2
},
+/obj/item/flashlight,
/turf/open/floor/plating,
-/area/maintenance/department/engine)
+/area/maintenance/port)
"uQJ" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -49493,14 +51316,6 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"uRu" = (
-/obj/machinery/door/airlock/command/glass{
- name = "EVA Storage";
- req_access_txt = "18"
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/storage/eva)
"uRy" = (
/obj/machinery/power/apc{
areastring = "/area/quartermaster/miningdock";
@@ -49512,16 +51327,6 @@
/obj/effect/turf_decal/stripes/end,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"uSO" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"uTl" = (
-/obj/effect/landmark/start/paramedic,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
"uTy" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
dir = 9
@@ -49546,23 +51351,6 @@
},
/turf/open/floor/engine,
/area/engine/engine_room/external)
-"uUM" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"uWc" = (
-/obj/machinery/navbeacon/wayfinding{
- location = "Medical";
- name = "navigation beacon (Medical)"
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/lobby)
"uXm" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
@@ -49576,14 +51364,6 @@
},
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"uXH" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
"uXP" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -49612,14 +51392,23 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
+"vaS" = (
+/obj/docking_port/stationary{
+ dir = 2;
+ dwidth = 3;
+ height = 5;
+ id = "commonmining_home";
+ name = "SS13: Common Mining Dock";
+ roundstart_template = /datum/map_template/shuttle/mining_common/meta;
+ width = 7
+ },
+/turf/open/floor/plating,
+/area/hallway/primary/central)
"vbf" = (
/obj/item/trash/candy,
/turf/open/floor/plating,
/area/maintenance/port/aft)
"vbr" = (
-/obj/machinery/power/emitter/welded{
- dir = 4
- },
/obj/machinery/camera{
c_tag = "Engine - Emitters Left";
dir = 4;
@@ -49661,15 +51450,6 @@
/obj/effect/turf_decal/stripes/end,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"vdQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/purple/hidden/layer1,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 10
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"vgy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/structure/disposalpipe/segment{
@@ -49681,26 +51461,6 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"vhn" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/pen{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/pen,
-/turf/open/floor/plasteel,
-/area/security/prison)
-"viC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"viK" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
dir = 4
@@ -49717,27 +51477,6 @@
/obj/item/reagent_containers/food/snacks/donut/chaos,
/turf/open/floor/plating,
/area/maintenance/disposal)
-"vjd" = (
-/obj/structure/rack,
-/obj/item/gun/energy/ionrifle,
-/obj/item/gun/energy/temperature/security,
-/obj/item/clothing/suit/hooded/ablative,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 8;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/security/armory)
"vjt" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/turf/open/floor/plasteel,
@@ -49820,30 +51559,6 @@
},
/turf/open/floor/engine,
/area/engine/engine_room/external)
-"vxP" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel,
-/area/crew_quarters/fitness)
-"vyR" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table,
-/obj/item/storage/pill_bottle/dice,
-/turf/open/floor/plasteel,
-/area/security/prison)
"vyS" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/crayon,
@@ -49891,19 +51606,6 @@
/obj/machinery/meter,
/turf/open/floor/plasteel/dark,
/area/engine/engine_room)
-"vBQ" = (
-/obj/machinery/power/apc/highcap/ten_k{
- areastring = "/area/janitor";
- dir = 8;
- name = "Custodial Closet APC";
- pixel_x = -25
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/end{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
"vCl" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -49917,17 +51619,14 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
-"vFq" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
+"vDr" = (
+/obj/structure/table,
+/obj/item/storage/toolbox/mechanical,
+/obj/machinery/light/small{
+ dir = 8
},
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "engsm"
- },
-/obj/item/tank/internals/plasma,
-/obj/structure/cable,
/turf/open/floor/plating,
-/area/engine/supermatter)
+/area/maintenance/port/aft)
"vHF" = (
/obj/structure/table/wood/poker,
/obj/item/reagent_containers/food/drinks/bottle/absinthe,
@@ -49945,19 +51644,18 @@
/turf/open/floor/plasteel,
/area/security/brig)
"vLi" = (
-/obj/item/stack/sheet/metal/fifty,
-/obj/item/stack/sheet/metal/fifty,
-/obj/item/hand_labeler,
-/obj/structure/table/glass,
+/obj/machinery/power/apc{
+ areastring = "/area/maintenance/port";
+ dir = 8;
+ name = "Port Maintenance APC";
+ pixel_x = -24
+ },
/obj/structure/cable,
-/obj/effect/turf_decal/tile/yellow{
+/obj/effect/turf_decal/stripes/end{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/turf/open/floor/plating,
+/area/maintenance/port)
"vLE" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/airalarm{
@@ -49995,6 +51693,12 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"vOl" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/closed/wall,
+/area/hallway/primary/central)
"vPF" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
@@ -50011,29 +51715,6 @@
},
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"vQm" = (
-/obj/structure/filingcabinet/filingcabinet,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 6
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -22
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/sorting)
"vRP" = (
/obj/structure/cable,
/turf/open/floor/plasteel,
@@ -50059,52 +51740,6 @@
},
/turf/open/floor/plasteel,
/area/engine/atmos)
-"vUd" = (
-/obj/machinery/atmospherics/components/binary/pump{
- name = "Mix Bypass"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"vVH" = (
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/corner,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"vXg" = (
-/obj/machinery/dna_scannernew,
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/radio/intercom{
- pixel_y = 24
- },
-/obj/effect/turf_decal/tile/purple{
- dir = 1
- },
-/obj/effect/turf_decal/tile/purple{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/genetics)
-"vXI" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/central)
"vZj" = (
/obj/machinery/atmospherics/components/unary/portables_connector{
dir = 1
@@ -50120,11 +51755,6 @@
},
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"wfm" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel,
-/area/security/prison)
"wft" = (
/obj/effect/turf_decal/tile/green{
dir = 4
@@ -50134,49 +51764,6 @@
},
/turf/open/floor/plasteel,
/area/maintenance/fore)
-"wia" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/structure/closet/crate,
-/obj/item/paicard,
-/obj/structure/cable,
-/obj/effect/spawner/lootdrop/maintenance{
- lootcount = 4;
- name = "4maintenance loot spawner"
- },
-/turf/open/floor/plating,
-/area/maintenance/department/security)
-"wjh" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"wjr" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
-"wkM" = (
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload)
"wll" = (
/obj/effect/turf_decal/bot{
dir = 1
@@ -50190,21 +51777,6 @@
/obj/structure/closet/secure_closet/engineering_personal,
/turf/open/floor/plasteel,
/area/engine/engineering)
-"wmg" = (
-/obj/structure/lattice,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 9
- },
-/turf/open/space/basic,
-/area/space/nearstation)
-"wod" = (
-/obj/structure/table,
-/obj/item/toy/figure/borg,
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
"wok" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -50215,6 +51787,16 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/engineering)
+"woM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/structure/cable,
+/turf/open/floor/carpet,
+/area/crew_quarters/heads/hop)
"woV" = (
/obj/machinery/light/small{
dir = 8
@@ -50224,13 +51806,6 @@
},
/turf/open/floor/plating,
/area/maintenance/aft)
-"wrD" = (
-/obj/structure/table,
-/obj/item/aiModule/reset,
-/obj/machinery/light,
-/obj/effect/turf_decal/tile/blue,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload)
"wrV" = (
/obj/structure/kitchenspike,
/obj/item/radio/intercom{
@@ -50238,31 +51813,6 @@
},
/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
/area/crew_quarters/kitchen/coldroom)
-"wtu" = (
-/obj/structure/bed,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/light_switch{
- pixel_x = -24
- },
-/obj/item/bedsheet/dorms,
-/obj/machinery/airalarm{
- pixel_y = 25
- },
-/turf/open/floor/plasteel/dark,
-/area/crew_quarters/dorms)
-"wvo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"wvW" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -50271,24 +51821,6 @@
/obj/effect/holodeck_effect/cards,
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"wvX" = (
-/obj/machinery/door/airlock/mining/glass{
- name = "Mailroom";
- req_access_txt = "50"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/quartermaster/sorting)
-"wwx" = (
-/obj/structure/closet/radiation,
-/turf/open/floor/plating,
-/area/maintenance/department/engine)
"wwX" = (
/obj/machinery/computer/cargo,
/obj/item/radio/intercom{
@@ -50338,30 +51870,10 @@
/obj/item/screwdriver,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"wzU" = (
-/obj/machinery/atmospherics/pipe/manifold/green/visible,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/airalarm/engine{
- pixel_y = 25
- },
-/turf/open/floor/plasteel,
-/area/engine/supermatter)
"wAB" = (
/obj/machinery/light/small,
/turf/open/floor/plasteel,
/area/maintenance/fore)
-"wCc" = (
-/obj/machinery/power/apc{
- areastring = "/area/security/prison";
- dir = 8;
- name = "Prison APC";
- pixel_x = -25
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/security/prison)
"wCi" = (
/obj/structure/table/glass,
/obj/item/storage/box/monkeycubes,
@@ -50373,77 +51885,10 @@
/obj/machinery/light,
/turf/open/floor/plasteel,
/area/science/xenobiology)
-"wEc" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/brown,
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
-"wEO" = (
-/obj/machinery/power/apc{
- areastring = "/area/maintenance/port/aft";
- dir = 1;
- name = "Port Aft Maintenance APC";
- pixel_y = 24
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/end,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"wFa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/navbeacon/wayfinding{
- location = "AI Upload";
- name = "navigation beacon (AI Upload)"
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload)
"wFi" = (
/obj/structure/cable,
/turf/open/floor/holofloor/wood,
/area/crew_quarters/heads/captain/private)
-"wFU" = (
-/obj/machinery/ai_slipper{
- uses = 10
- },
-/obj/machinery/camera/motion{
- c_tag = "Secure - AI Core West";
- dir = 4;
- network = list("AISat")
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
-"wHm" = (
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"wIc" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table,
-/obj/item/toy/cards/deck/cas,
-/obj/item/toy/cards/deck/cas/black{
- pixel_x = -2;
- pixel_y = 2
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
"wIl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -50475,21 +51920,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/science/storage)
-"wKG" = (
-/obj/machinery/door/window/southright{
- name = "Gateway Chamber";
- req_access_txt = "63"
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/gateway)
"wLN" = (
/obj/machinery/atmospherics/pipe/simple/green/visible,
/obj/effect/turf_decal/stripes/line{
@@ -50588,31 +52018,6 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"wSF" = (
-/obj/structure/table,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/item/aiModule/core/full/custom,
-/obj/item/aiModule/core/freeformcore,
-/obj/item/aiModule/core/full/asimov,
-/obj/effect/spawner/lootdrop/aimodule_neutral,
-/obj/effect/spawner/lootdrop/aimodule_harmless,
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/machinery/flasher{
- id = "secentranceflasher";
- pixel_x = 25
- },
-/obj/machinery/door/window/northleft{
- name = "Core Modules";
- req_one_access_txt = "20"
- },
-/obj/item/aiModule/supplied/freeform,
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload)
"wTx" = (
/obj/machinery/door/window/eastleft{
name = "Supermatter Exterior Access";
@@ -50630,23 +52035,10 @@
/obj/structure/window/reinforced,
/turf/open/floor/engine,
/area/engine/engine_room/external)
-"wUg" = (
-/obj/machinery/door/airlock/mining/glass{
- name = "Mailroom";
- req_access_txt = "50"
- },
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/quartermaster/sorting)
"wUt" = (
/obj/structure/sign/warning/radiation,
/turf/closed/wall/r_wall,
/area/engine/supermatter)
-"wUL" = (
-/turf/open/floor/plasteel,
-/area/storage/tools)
"wVQ" = (
/obj/item/radio/intercom{
pixel_x = 29
@@ -50667,52 +52059,12 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"xaB" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/components/binary/valve/digital/on{
- dir = 4;
- name = "Output Release"
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
-"xbA" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 6
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space/basic,
-/area/space/nearstation)
-"xcB" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
-"xdQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel,
-/area/engine/engine_room)
"xec" = (
/obj/structure/noticeboard{
pixel_y = -32
},
/turf/open/floor/plasteel/white,
/area/science/lab)
-"xeI" = (
-/obj/structure/chair/stool,
-/obj/effect/decal/cleanable/dirt,
-/mob/living/simple_animal/pet/cat{
- desc = "Some apparently sentient feline. Known for having blood fueds with Jerry.";
- name = "Tom"
- },
-/turf/open/floor/plasteel,
-/area/security/prison)
"xhv" = (
/obj/machinery/airalarm{
pixel_y = 25
@@ -50728,27 +52080,6 @@
/obj/machinery/shieldgen,
/turf/open/floor/plating,
/area/engine/engineering)
-"xiv" = (
-/obj/structure/table,
-/obj/item/aiModule/supplied/quarantine,
-/obj/machinery/airalarm{
- pixel_y = 25
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/machinery/camera/motion{
- c_tag = "Secure - AI Upload";
- network = list("aiupload")
- },
-/turf/open/floor/plasteel/dark,
-/area/ai_monitored/turret_protected/ai_upload)
"xkm" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -50766,19 +52097,10 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/main)
-"xoZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/department/security)
-"xsB" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
+"xoS" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/hallway/primary/central)
"xtN" = (
/obj/machinery/airalarm{
dir = 8;
@@ -50786,17 +52108,6 @@
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
-"xtV" = (
-/obj/item/radio/intercom{
- pixel_y = 25
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/chapel{
- dir = 4
- },
-/area/chapel/office)
"xve" = (
/obj/machinery/power/apc{
areastring = "/area/science/mixing";
@@ -50807,13 +52118,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/mixing)
-"xxe" = (
-/obj/machinery/navbeacon/wayfinding{
- location = "Disposals Recycling Center";
- name = "navigation beacon (Disposals Recycling Center)"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
"xyd" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
@@ -50831,7 +52135,7 @@
dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/patients_rooms/room_a)
"xyz" = (
/obj/machinery/atmospherics/pipe/manifold/dark/visible{
dir = 1
@@ -50846,15 +52150,6 @@
/obj/structure/bookcase/random/fiction,
/turf/open/floor/wood,
/area/library/abandoned)
-"xBC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/pharmacy)
"xBI" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/obj/effect/turf_decal/stripes/corner{
@@ -50862,28 +52157,6 @@
},
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"xCz" = (
-/obj/machinery/requests_console{
- department = "Chemistry";
- departmentType = 2;
- pixel_x = -30;
- receive_ore_updates = 1
- },
-/obj/item/wrench,
-/obj/item/wrench,
-/obj/structure/rack,
-/obj/item/construction/plumbing,
-/obj/item/construction/plumbing,
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/item/plunger,
-/obj/item/plunger,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"xCE" = (
/obj/item/radio/intercom{
pixel_y = 24
@@ -50905,17 +52178,6 @@
},
/turf/open/floor/plasteel/dark,
/area/security/courtroom)
-"xFo" = (
-/obj/machinery/door/airlock/external{
- name = "Solar Maintenance";
- req_access_txt = "10; 13"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/solars/starboard/aft)
"xGM" = (
/obj/structure/closet/firecloset,
/obj/effect/turf_decal/stripes/line{
@@ -50927,34 +52189,6 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"xHc" = (
-/obj/machinery/power/apc{
- areastring = "/area/maintenance/solars/starboard/aft";
- dir = 8;
- name = "Starboard Aft Solar APC";
- pixel_x = -25;
- pixel_y = 3
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/end{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/solars/starboard/aft)
-"xKA" = (
-/obj/structure/table,
-/obj/item/crowbar,
-/obj/item/wirecutters,
-/obj/item/weldingtool,
-/obj/item/stack/packageWrap,
-/obj/item/stack/packageWrap,
-/obj/item/stack/packageWrap,
-/obj/effect/turf_decal/tile/brown,
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"xKE" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
dir = 5
@@ -50970,15 +52204,6 @@
},
/turf/open/floor/plasteel,
/area/engine/engine_room)
-"xKJ" = (
-/obj/machinery/door/poddoor/preopen{
- id = "AI_Emergency_Lockdown";
- name = "Emergency AI Lockdown Blast Door"
- },
-/obj/structure/cable,
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/ai_monitored/turret_protected/ai)
"xLk" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
dir = 6
@@ -51004,24 +52229,6 @@
/obj/structure/cable,
/turf/open/floor/engine,
/area/engine/engine_room/external)
-"xNv" = (
-/obj/structure/cable,
-/obj/machinery/light,
-/obj/machinery/power/apc{
- areastring = "/area/gateway";
- name = "Gateway APC";
- pixel_y = -23
- },
-/turf/open/floor/plasteel/dark,
-/area/gateway)
-"xOq" = (
-/obj/structure/closet/secure_closet/personal,
-/obj/machinery/light/small{
- brightness = 3;
- dir = 8
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/crew_quarters/fitness/locker_room)
"xPC" = (
/obj/item/stack/tile/wood{
amount = 2
@@ -51037,12 +52244,6 @@
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
-"xRL" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plating{
- icon_state = "panelscorched"
- },
-/area/maintenance/starboard)
"xRV" = (
/obj/effect/turf_decal/tile/neutral{
dir = 4
@@ -51061,17 +52262,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/engine/engine_room)
-"xWs" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 6
- },
-/obj/structure/lattice,
-/turf/open/space/basic,
-/area/space/nearstation)
-"yaP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/closed/wall,
-/area/maintenance/port/fore)
"ybh" = (
/obj/structure/closet/radiation,
/obj/effect/turf_decal/stripes/line{
@@ -51079,28 +52269,6 @@
},
/turf/open/floor/plasteel,
/area/engine/engineering)
-"ybi" = (
-/obj/structure/cable,
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/crew_quarters/kitchen)
-"ybr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/navbeacon/wayfinding{
- location = "Library";
- name = "navigation beacon (Library)"
- },
-/turf/open/floor/wood,
-/area/library)
"ydf" = (
/obj/effect/turf_decal/tile/green{
dir = 1
@@ -51124,53 +52292,6 @@
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
-"yfq" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
-"ygs" = (
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/airalarm{
- pixel_y = 25
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
-"ygu" = (
-/obj/machinery/vending/assist,
-/obj/effect/turf_decal/tile/brown{
- dir = 8
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 1
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/storage/tools)
"ygy" = (
/obj/machinery/atmospherics/components/unary/vent_pump{
dir = 1
@@ -65969,17 +67090,17 @@ aaa
aal
aeS
bTU
-bXC
-bYj
-bYj
-bYj
-bYj
-bTM
-bYj
-bYj
-bYj
-bYj
-cbA
+baF
+bbE
+bbE
+bbE
+bbE
+bch
+bbE
+bbE
+bbE
+bbE
+bci
bTU
aeS
aal
@@ -66226,7 +67347,7 @@ aal
aal
aeS
bTU
-bXN
+bbI
ano
ano
ano
@@ -66236,7 +67357,7 @@ ano
ano
ano
ano
-bXN
+bbI
bTU
aeS
aal
@@ -66483,7 +67604,7 @@ aaa
aal
aeS
bTU
-bXN
+bbI
ano
bnU
aAF
@@ -66493,7 +67614,7 @@ aAF
aAF
aAF
ano
-bXN
+bbI
bTU
aeS
aeS
@@ -66740,7 +67861,7 @@ aaa
aaa
aeS
bTU
-cdZ
+bca
ano
aAF
aAF
@@ -66750,7 +67871,7 @@ bJN
aAF
aAF
ano
-bXN
+bbI
bTU
aeS
okR
@@ -66997,7 +68118,7 @@ aaa
aaa
aeS
bTU
-cea
+bcc
ano
aAF
bBK
@@ -67007,7 +68128,7 @@ bKl
aAF
aAF
ano
-bXN
+bbI
bTU
aeS
aeS
@@ -67254,7 +68375,7 @@ aal
aaa
aeS
bTU
-bXN
+bbI
ano
ano
bGd
@@ -67264,7 +68385,7 @@ bKl
bGd
ano
ano
-bXN
+bbI
bTU
aeS
bWZ
@@ -67511,7 +68632,7 @@ aeS
aeS
aeS
bTU
-bXN
+bbI
ano
aEP
qWP
@@ -67521,7 +68642,7 @@ syB
qWP
aEP
ano
-bXN
+bbI
bTU
aeS
cej
@@ -67768,7 +68889,7 @@ bTU
bTU
bTU
bTU
-bXN
+bbI
ano
bwz
bxo
@@ -67778,7 +68899,7 @@ bTB
ccg
cch
ano
-bXN
+bbI
bTU
bTU
bTU
@@ -68022,10 +69143,10 @@ aaa
aal
aeS
bTU
-bXC
-bYj
-bYj
-bYk
+baF
+bbE
+bbE
+bcg
ano
boK
bGt
@@ -68035,11 +69156,11 @@ ccb
uBa
jHZ
ano
-cbB
-bYj
-bYj
-bYj
-cbA
+bco
+bbE
+bbE
+bbE
+bci
bQW
bPc
aeS
@@ -68268,10 +69389,10 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aeS
+aZG
+bcB
+bcJ
+aZJ
aeS
aeS
aeS
@@ -68279,7 +69400,7 @@ bof
aeS
aeS
bQW
-smN
+bbq
rxd
bWX
cdT
@@ -68296,7 +69417,7 @@ bTU
bTU
bTU
bTU
-bXN
+bbI
bQW
bPc
aeS
@@ -68525,18 +69646,18 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aal
-aeS
+aZH
+aUe
+bcP
+bdk
bTU
blO
aTh
-bQG
-aUe
-hum
-bSv
-bYd
+bag
+bal
+bao
+bTU
+bbr
ano
ano
ano
@@ -68553,7 +69674,7 @@ ano
ano
ano
bTU
-bXN
+bbI
aeS
acB
acB
@@ -68782,18 +69903,18 @@ aaa
aal
aaa
aaa
-aaa
-aaa
-aal
aeS
-bTU
-bTg
-bVH
-bWW
-bXo
-jmq
-yma
-bYg
+aZy
+aZW
+bcR
+bcU
+bac
+bae
+bah
+bam
+bas
+baw
+bbC
ano
aAF
bnt
@@ -68810,7 +69931,7 @@ bnt
aAF
ano
bTU
-bXN
+bbI
bXH
acB
aDv
@@ -69039,10 +70160,10 @@ aal
aal
aal
aaa
-aaa
-aal
-aal
-aeS
+aZI
+aZc
+bab
+bdB
bTU
bTy
agU
@@ -69067,7 +70188,7 @@ apE
bNU
ano
bTU
-bXN
+bbI
bXg
acB
bMs
@@ -69296,10 +70417,10 @@ jtf
jtf
jtf
aeS
-aeS
-aeS
-aeS
-aeS
+aZK
+bcG
+bcG
+bdE
bQW
bQt
agU
@@ -69324,7 +70445,7 @@ bnV
bqu
ano
bTU
-bXN
+bbI
bXq
acB
bMs
@@ -69360,7 +70481,7 @@ atU
bIh
bIH
bIx
-bIw
+bIx
bIw
bIP
bIS
@@ -69581,7 +70702,7 @@ ano
ano
ano
acB
-bGD
+bcr
acB
acB
bMs
@@ -69614,10 +70735,10 @@ aaa
aaX
atm
atV
-bIw
-bIw
-bIx
-bIw
+bss
+bso
+bsh
+ayP
bIw
bIP
bIP
@@ -69838,7 +70959,7 @@ bnt
aAF
ano
bMs
-cbN
+bcs
rEa
rEa
rEa
@@ -69871,10 +70992,10 @@ aaa
aaX
atn
atW
-bIx
-bII
-bIx
-bIx
+bsi
+bsy
+bsE
+bsm
bIx
cdJ
bIT
@@ -70095,7 +71216,7 @@ aAF
bNV
ano
bMs
-cbO
+bcv
bdv
bRg
bTI
@@ -70127,11 +71248,11 @@ aaa
aaa
aaX
ihu
-atW
-bIw
-bIw
-bIw
-bIw
+aBN
+bsA
+bsB
+bsh
+azd
bIw
bIP
bIP
@@ -70384,7 +71505,7 @@ aal
aal
aaX
ato
-aBN
+bsj
bIB
bIJ
bIw
@@ -71067,7 +72188,7 @@ aaa
aaa
aal
jtf
-bTU
+aYM
vaD
lNg
pyT
@@ -71079,7 +72200,7 @@ bTU
jTr
lNg
bnF
-bTU
+aYM
bTU
bTU
bTU
@@ -71592,11 +72713,11 @@ uaa
uaa
uaa
aeS
-jtf
-jtf
-jtf
-jtf
-aeS
+bOG
+bOG
+bOG
+bOG
+bOG
bXg
gJq
aeS
@@ -71607,7 +72728,7 @@ acb
acb
adj
aco
-adQ
+aYO
adQ
adQ
aew
@@ -71849,11 +72970,11 @@ aal
aal
aal
aaa
-aaa
-aal
-aal
-aaa
-jtf
+bOG
+bfg
+bhk
+hSh
+bOG
bTU
gJq
jtf
@@ -71912,7 +73033,7 @@ bfm
ovO
aCd
ovO
-gRo
+ilI
acB
acB
acB
@@ -72106,17 +73227,17 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-jtf
-bTU
+bOG
+bgj
+bie
+hSh
+brx
+hSh
gJq
jtf
aal
acm
-isH
+acr
uuc
ada
adU
@@ -72170,9 +73291,9 @@ bMs
bMs
bMs
bfq
-bMs
acB
-bTK
+bMn
+dhm
acB
aal
aal
@@ -72362,12 +73483,12 @@ aaa
aaa
aaa
aaa
-aal
-aal
-aal
aaa
-aaa
-jtf
+bOG
+bhg
+bif
+bTU
+bOG
bTU
gJq
jtf
@@ -72425,10 +73546,10 @@ aJv
aJv
aJv
aJv
-acB
+bMs
bfq
-bMs
-bMs
+acB
+sAv
bMs
acB
acB
@@ -72620,21 +73741,21 @@ aaa
aaa
aaa
aeS
-aeS
-aeS
-aeS
-aeS
-aeS
+bOG
+bOG
+bOG
+bOG
+bOG
eIR
-rUP
-yaP
-yaP
-aiZ
-aiZ
-aiZ
-aiZ
-aev
+gJq
+aeS
+aeS
aco
+aco
+aco
+aco
+aev
+aiZ
oMw
njx
bUr
@@ -72679,19 +73800,19 @@ aGE
aJw
aYl
mkR
-mtz
aJU
bMe
-acB
-bfq
+aJv
bMs
+bfq
acB
+bTS
rkx
car
-rxD
+bMs
acB
-aaa
-aaa
+azH
+azH
aaa
kfP
aal
@@ -72919,9 +74040,9 @@ bqk
bkk
bqn
aAJ
-bMs
-bMs
-cbF
+bYr
+dpq
+cbH
aGE
aRz
aHh
@@ -72936,24 +74057,24 @@ aGE
aKw
aKf
onl
-onl
aXY
aUs
+aJv
+bXP
+bfq
acB
-bfm
-pLH
acB
-aHW
-aHW
-aHW
-aHW
-aHW
-aHW
-aHW
-aHW
-aHW
-aal
-aaa
+bMs
+acB
+bMs
+acB
+bXR
+azH
+azH
+azH
+azH
+azH
+azH
aaa
aaa
aaa
@@ -73176,9 +74297,9 @@ aAJ
aAJ
aAJ
aAJ
-bMs
-bMs
-cbF
+jJa
+aFN
+bwu
aGE
aGE
aGE
@@ -73193,22 +74314,24 @@ aGE
bfs
aXr
xyk
-uXH
bfE
-fKy
-aJF
-aJF
+bdj
+aJv
+bZk
+bfm
eMB
-aJF
-aHW
-rIj
+acB
+acB
+acB
iJO
-nIH
-eXs
-xCz
+acB
+aBx
+aBx
bWy
-rcP
-aHW
+bWy
+aBx
+tdV
+azH
aal
aaa
aaa
@@ -73303,8 +74426,6 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
"}
(87,1,1) = {"
aaa
@@ -73409,7 +74530,7 @@ aaa
aaa
avq
aLv
-kPF
+bqe
hlS
bTU
hSh
@@ -73433,10 +74554,10 @@ bRh
bXQ
bMs
bMs
-bMs
-bMs
-cbF
-bRf
+jJa
+aFN
+bwI
+bwE
aGQ
wMM
bdI
@@ -73452,23 +74573,23 @@ aXH
aJv
aXp
aXp
-aXp
-aJF
-cCS
-qgT
-pOE
-aHW
+aJv
+acB
+bMs
+bfq
+acB
+bZx
vLi
-aIp
-aIp
-bfj
-aIp
+rEa
+bVX
+sjP
+sjP
fst
-qzW
-aHW
-aal
-aaa
-aaa
+fst
+sjP
+sjP
+azH
+azH
aaa
aaa
aaa
@@ -73690,10 +74811,10 @@ bRl
ovO
ovO
ovO
-ovO
-ovO
-cbH
-bTE
+bwn
+aFN
+bww
+bwF
aGQ
gVB
apL
@@ -73711,22 +74832,22 @@ bbK
bdl
aKh
bcQ
-bbK
+bdv
bdx
-yfq
-jUj
-mHy
-amf
-cgG
-bfj
-aIp
+acB
+acB
+rEa
+bMs
+acB
+bXS
+bWe
bWz
-mUi
-aHW
+bWz
+aBy
+sjP
+aBx
+azH
aal
-aal
-aaa
-aaa
aaa
aaa
aaa
@@ -73944,12 +75065,12 @@ aBe
aBe
aBe
aBe
-bTD
-aBe
+bwm
+aGY
aFN
aFN
aFN
-cbI
+bwx
aFN
aGQ
aYo
@@ -73969,19 +75090,19 @@ bdm
bgs
aJF
pTq
-qgT
-pdg
-aHW
+bfm
+ilI
+acB
bVQ
-iZQ
-oIO
-nFy
-mYC
-czs
-pGv
-aHW
+bRh
+acB
azH
azH
+bWz
+bWz
+bRd
+sjP
+aBx
azH
aal
aaa
@@ -74202,12 +75323,12 @@ aER
aYf
aFk
aEv
-gqB
+aHZ
aFO
-aGf
-aFR
-cbJ
-aGM
+aGw
+bwt
+beA
+bvf
aGQ
aHk
aJq
@@ -74226,18 +75347,18 @@ bdn
aIY
aIY
aIY
-eMB
-aJF
-aHW
-qfm
-qfm
+bMs
+bfq
+ash
+rEa
+bMs
cep
-tiC
-lNn
-qfm
-qfm
-aHW
-aBx
+bMs
+bMs
+bTK
+bWz
+bQe
+sjP
bRm
azH
aal
@@ -74457,14 +75578,14 @@ aBe
aJE
bLU
aKp
-oLR
+aBU
aGn
-bhT
+aIa
aFO
-aGg
-aFR
-cbK
-pYp
+aGA
+aSb
+beE
+bwo
aGR
iHE
bdJ
@@ -74483,18 +75604,18 @@ bdo
aKj
bNI
aIY
-bfq
+bMs
bZp
-aHW
-aIp
-bdZ
-beW
-bfj
-aIp
-aIp
-aIp
-aHW
-aBx
+ash
+rEa
+bMs
+acB
+bMs
+uOW
+acB
+bWz
+azH
+sjP
bXT
azH
aal
@@ -74687,9 +75808,9 @@ adO
adO
adO
adO
-bQb
-bBR
-hSh
+aCh
+aCM
+bTU
acp
acp
acp
@@ -74716,12 +75837,12 @@ aYg
aYc
aBU
aGn
-bhU
+aIo
aFO
-aGh
-aFR
-cbL
-cbR
+aGD
+aSb
+bhT
+bwp
aGR
aHm
aNN
@@ -74740,18 +75861,18 @@ bdp
bds
biB
aIY
-bYJ
-bRh
-aHW
-aIp
-aIp
-bes
-bfj
-aIp
-aIp
-aIp
-aHW
-aBx
+rEa
+bZq
+ash
+rEa
+iDR
+acB
+eet
+bXr
+bZP
+eZh
+azH
+sjP
bXW
azH
aaa
@@ -74944,9 +76065,9 @@ aaq
aaq
aaq
adO
-bQl
-bBR
-kLE
+aCh
+aCM
+bTU
acp
anq
acw
@@ -74956,9 +76077,9 @@ bBW
bkW
ayU
acp
+aje
aqV
aHe
-aje
bBa
akI
agJ
@@ -74973,12 +76094,12 @@ aYh
aYi
ayr
aHj
-aFg
-aGw
-aGA
-aGA
-aGD
-cbS
+aMF
+aFR
+aGK
+aXy
+bhU
+bwq
aGR
nwZ
aUd
@@ -74997,18 +76118,18 @@ bMf
aKk
aKa
aXZ
-bYJ
+rEa
bRk
-aHW
-aIp
-aIp
-bes
-bfj
-aIp
-aIp
-aIp
-aHW
-aBx
+ash
+rEa
+bXA
+acB
+azH
+azH
+azH
+azH
+azH
+sjP
bXU
azH
aaa
@@ -75201,11 +76322,11 @@ aaq
aaq
aaq
adO
-gst
-cbi
-cIZ
+aCh
+aCM
+bTU
acp
-uuf
+aYZ
acw
adk
adG
@@ -75215,9 +76336,9 @@ qHu
acp
agJ
agJ
-agJ
+afJ
bBg
-agJ
+afJ
afJ
bgN
ape
@@ -75230,12 +76351,12 @@ aBe
aBe
aEU
aNd
-aIo
+aQD
aFO
-aIa
-aXy
+aGL
bew
-aGI
+blp
+bws
aGR
aHm
aNS
@@ -75254,18 +76375,18 @@ bdr
aKa
aKn
aIY
-bfm
-pLH
-aHW
-aIp
-aIp
-bes
-bfj
-aIp
-aIp
-aIp
-aHW
-aBx
+oWU
+bdC
+ash
+rEa
+bLQ
+acB
+dom
+vDr
+rzr
+bRd
+azH
+sjP
hyH
azH
aaa
@@ -75458,9 +76579,9 @@ aaq
aaq
aaq
adO
-uIo
-tVl
-ljF
+aCh
+aCM
+bTU
acp
bdq
acw
@@ -75482,17 +76603,17 @@ anp
bwL
aeA
abN
-aon
-bnn
+apd
+aGg
aBe
-caY
+aFg
aNQ
-lBB
+aQD
aFO
aFO
aFO
-beA
-aGK
+blL
+aFO
aGR
clO
aQY
@@ -75513,16 +76634,16 @@ aKo
aIY
bMs
bfq
-aHW
-aIp
-aIp
-bes
-bfj
-aIp
-aIp
-aIp
-aHW
+acB
+rEa
+bQQ
+acB
+qmL
+caV
aBx
+aBx
+azH
+sjP
hnA
azH
azH
@@ -75715,9 +76836,9 @@ aaq
aaq
aaq
adO
-mjC
-eCj
-ljF
+aKI
+aCM
+bTU
acp
bef
bcm
@@ -75738,18 +76859,18 @@ apX
aBg
aBg
aCY
-aGY
+aon
caf
-aoO
+aGh
aBf
aBT
bhW
-lBB
+aQD
aFT
aGk
aGs
-beB
-aGL
+aHF
+buZ
aGR
aHp
aRa
@@ -75768,21 +76889,21 @@ aIY
aIY
aIY
aIY
-oWU
+bMs
bYJ
-aHW
-aIp
-aIp
-bes
-pyx
+bVX
+rEa
+acB
+acB
+azH
bWx
-bWx
-bWx
-rtu
+bZQ
+aBx
+azH
rck
-uSO
+sjP
kDS
-sbm
+bqi
tDO
fjh
aaa
@@ -75972,11 +77093,11 @@ aaq
aaq
aaq
adO
-mjC
-tVl
-ljF
+aKW
+aCM
+bTU
acp
-coN
+acw
acw
adk
adJ
@@ -75995,18 +77116,18 @@ bNY
sHj
bwM
aeA
-bnm
-bfQ
-apd
+aoO
+aGf
+aGM
aBe
-aMF
+aFK
bKk
-aHZ
+aRN
aFT
piu
-uTl
-beC
-aHF
+aGt
+aHM
+bvi
xQy
beI
dKt
@@ -76026,18 +77147,18 @@ bTo
wxB
acB
bMs
-bYJ
-aHW
-fva
-aIp
-bes
-aIp
-aIp
-aIp
-aIp
-aHW
+jJa
+acB
+acB
+acB
+aBx
+fOo
+bWl
+aBx
+aBx
+aRr
pwZ
-viC
+sjP
azH
azH
azH
@@ -76229,9 +77350,9 @@ abr
abr
adO
adO
-mjC
-tVl
-tQN
+blN
+blr
+acf
acp
acw
acw
@@ -76256,14 +77377,14 @@ aeA
bkF
aBe
aBe
-vXg
+aGI
anC
-aFK
+aRX
aFT
bNL
aGt
-beE
-aHM
+beB
+bwi
beH
beJ
beK
@@ -76284,17 +77405,17 @@ ifi
bRO
bMs
bfq
-aHW
+acB
bdt
-aIp
+aBx
gTn
-wvo
-wvo
-trn
-foN
-aHW
+azH
+azH
+azH
+azH
+azH
bZt
-viC
+sjP
bTs
azH
aaa
@@ -76484,11 +77605,11 @@ adP
adP
adP
adP
-bkX
-cIZ
-gst
-hnd
-cIZ
+bhG
+acf
+blT
+aCr
+aRj
acp
acw
acw
@@ -76519,16 +77640,16 @@ aEw
aEw
aEw
xCE
-beE
-aRt
-aGT
-aGT
-aqv
-aqv
-aqv
-aGT
-aGT
-ygs
+beB
+bwj
+ahZ
+ahZ
+aia
+aia
+aia
+ahZ
+ahZ
+bGP
hWa
beN
aoR
@@ -76541,17 +77662,17 @@ bTq
acB
bTK
bfq
-aHW
-aIp
-aIp
-aIp
+acB
+nvs
+peq
+eWS
oCS
-aIp
-aIp
-aIp
-aHW
+aBx
+bTt
+bWF
+azH
bZu
-viC
+sjP
aBx
azH
aaa
@@ -76719,18 +77840,18 @@ aVf
aLW
aMd
aDW
-aVt
+aoq
bcK
ccr
bfy
aVp
afZ
-btp
-bxF
-bxG
-bvY
-bwb
-byC
+atJ
+aMo
+bfx
+bqc
+bsd
+bsP
avi
adO
sCI
@@ -76740,12 +77861,12 @@ afn
bdK
afn
asS
-bqY
-bxV
-bMx
-bRX
-tVl
-xOq
+asS
+bkV
+bkY
+blU
+aCr
+aSe
acp
acp
acp
@@ -76776,15 +77897,15 @@ aFL
aFV
aGl
rCk
-beE
-aIM
-aqv
-pmp
-aHI
-gVW
-aNL
-aYt
-aqv
+beB
+bwj
+aia
+aie
+ajZ
+akn
+akB
+ald
+aia
bGO
bBY
bCb
@@ -76797,18 +77918,18 @@ azH
azH
azH
azH
-bfZ
-aHW
-aHW
-aHW
-aHW
-aHW
-aHW
-aHW
-aHW
-aHW
+aZP
azH
-viC
+azH
+azH
+azH
+azH
+azH
+azH
+azH
+azH
+azH
+sjP
aBx
azH
aal
@@ -76982,7 +78103,7 @@ ccs
cct
ccu
bky
-bvp
+avB
avi
bxH
avi
@@ -76997,12 +78118,12 @@ auy
auy
auy
bkU
-brg
+aej
aVI
-cIZ
-cbg
-cbk
-cbm
+bkY
+blW
+bmL
+bnc
aeA
bTH
aXX
@@ -77033,16 +78154,16 @@ aIy
aFm
aGl
rCk
-beE
-aIM
-aqv
-azZ
-bms
-caD
-aRc
-aYu
-aqv
-bGP
+beC
+bwl
+aia
+ajJ
+aka
+akq
+akJ
+alf
+ali
+alm
aIG
beN
ben
@@ -77065,7 +78186,7 @@ bPk
bPq
bRP
azH
-viC
+sjP
bXV
bWK
aal
@@ -77239,7 +78360,7 @@ avi
avi
avi
bky
-bvH
+avG
avi
aRA
bQr
@@ -77254,12 +78375,12 @@ asT
asT
asT
blk
-brh
-bqU
-cIZ
-cbs
-cbl
-dns
+avn
+aVI
+bkY
+bmh
+bmT
+bnT
aeA
bTH
bru
@@ -77292,13 +78413,13 @@ aIL
aKc
bRp
aIM
-aqv
-aHt
-rnH
-aHT
-aVF
-blF
-aqv
+aia
+ajQ
+akf
+akz
+akP
+aVV
+aMz
bGP
jdH
aJp
@@ -77307,11 +78428,11 @@ bFo
aYx
aKd
aJp
-sjP
bdu
bdw
bdw
-bdF
+bdw
+aiK
azH
myC
dcp
@@ -77322,7 +78443,7 @@ bPl
vyS
myk
azH
-wEO
+sjP
aBx
bWK
aal
@@ -77473,7 +78594,7 @@ atz
aai
bcd
bcd
-bcd
+aYL
afj
agz
agz
@@ -77496,7 +78617,7 @@ aMf
aMf
bsc
beY
-bvJ
+axh
avi
aRA
bQr
@@ -77508,15 +78629,15 @@ aej
aet
asd
asT
-buW
+bpW
asT
blk
-bri
-bBS
-qIb
-cbh
-gGG
-jro
+aCj
+aVI
+bkY
+bmi
+bmU
+asQ
acy
acy
acy
@@ -77532,7 +78653,7 @@ ahU
aiq
blQ
bnL
-bHV
+alh
ait
aHo
aAM
@@ -77548,15 +78669,15 @@ aHE
aXv
beu
aRb
-aJG
-aGT
-aqv
-aqv
-aqv
-aXk
-aGT
-aGT
-aYa
+aIM
+ahZ
+ajU
+aia
+aia
+aia
+ahZ
+ahZ
+bGP
jdH
aJp
aJp
@@ -77564,11 +78685,11 @@ aJp
aJp
aJp
aJp
-sjP
-bTx
-azH
-azH
-bVK
+aUi
+aiG
+aiL
+aiL
+aZQ
azH
qva
dcp
@@ -77579,7 +78700,7 @@ azH
azH
azH
azH
-ovv
+sjP
aBx
bWK
aal
@@ -77753,7 +78874,7 @@ awe
awe
bvQ
awe
-bvK
+aBh
avi
aRA
bQr
@@ -77768,12 +78889,12 @@ asT
asT
asT
blk
-bri
-vxP
-cIZ
-cIZ
-cIZ
-cIZ
+aCj
+bnR
+boB
+bml
+bmU
+asQ
acy
bVN
bVR
@@ -77806,11 +78927,11 @@ aGl
mzF
aRe
aUR
-aHi
aJo
bdX
bdX
-bev
+bdX
+bdX
bdX
beP
bGS
@@ -77821,11 +78942,11 @@ bGB
aXW
bTv
sjP
-sjP
-bba
-azH
-bLP
-bRv
+aUi
+aiJ
+aiF
+aBx
+aZV
azH
xPC
wyx
@@ -77836,7 +78957,7 @@ aBx
lGY
bOV
azH
-ovv
+sjP
aBx
bWK
aaa
@@ -77991,26 +79112,26 @@ avi
aac
avi
abs
-azb
+afw
abs
avi
aac
avi
aac
avi
-aPS
azb
-ceS
-ceS
-ceS
-aDs
-ceS
-ceS
-ceS
-ueA
+afw
+aPK
+aPK
+aPK
+aSj
+aPK
+aPK
+aPK
+aSz
avi
avY
-bvK
+aBh
avi
aRA
bQr
@@ -78025,12 +79146,12 @@ ata
ata
ata
bmY
-bsh
-brb
+aKP
+aVI
bgh
-qBt
-aih
-aLe
+bmm
+bmU
+asQ
acy
bVV
bVO
@@ -78063,13 +79184,13 @@ aGl
mzF
aRe
aRe
-aGt
-aJx
+aRe
+axW
+bbK
+bbK
+ajz
bbK
bbK
-aYs
-beO
-beO
bfi
aXA
aXD
@@ -78078,11 +79199,11 @@ bCg
bbe
bTw
aRg
-aRg
aKz
azH
-bZn
+aiE
aBx
+ajk
azH
bLG
oIN
@@ -78093,7 +79214,7 @@ dQq
aBx
bOW
azH
-ovv
+sjP
aBx
bWK
aaa
@@ -78267,7 +79388,7 @@ atz
atz
avi
avY
-bvK
+aBh
avi
aQb
aRA
@@ -78282,12 +79403,12 @@ atp
cbd
atp
bqX
-bsj
-brj
+aKT
+bkX
brk
-aLb
-brn
-bDY
+bmG
+bmW
+asQ
acy
ado
acI
@@ -78304,8 +79425,8 @@ bkj
bkb
bkD
aLH
-bNM
bkK
+bma
bmq
bmt
ait
@@ -78319,17 +79440,17 @@ aEw
aEw
rvt
hrY
-pEE
-dMi
-aJy
+hrY
+aep
+aym
eBV
aHV
-ufr
-aJH
-aII
-beT
-ufr
-ufr
+alr
+alU
+amn
+aHN
+alr
+alr
azH
bCg
bba
@@ -78337,9 +79458,9 @@ azH
bMq
azH
azH
-azH
-azH
-azH
+aiF
+ajn
+aZX
azH
azH
fOo
@@ -78350,7 +79471,7 @@ azH
bPf
azH
azH
-ovv
+sjP
aBx
azH
aal
@@ -78524,7 +79645,7 @@ aaa
aaa
atz
avY
-bvK
+aBh
avi
bQf
aRA
@@ -78539,12 +79660,12 @@ ber
bgq
ber
ber
-bsF
-aes
-bkV
-aKT
+aKX
+ber
+bkZ
+bmH
bro
-bkY
+asQ
acy
htS
bVO
@@ -78577,28 +79698,28 @@ aGo
aGo
aUy
aXn
-aVV
-aJz
+aex
+ayE
aGo
-ufr
-ufr
-aIB
-hsn
-beU
-kcl
-ufr
+alr
+alr
+ame
+alS
+amN
+anm
+alr
aSs
bGC
llI
azH
bTZ
bTs
-bTt
azH
-aqa
-bWY
-stN
-sMe
+azH
+ajw
+bcw
+azH
+bdu
sMe
sMe
sMe
@@ -78607,7 +79728,7 @@ sMe
sMe
bOY
azH
-ovv
+sjP
aBx
azH
aal
@@ -78781,7 +79902,7 @@ aaa
aaa
atz
avY
-bvK
+aBh
avi
aRA
aRA
@@ -78791,17 +79912,17 @@ bSb
adO
adO
aIW
-asG
-asG
-asG
-asG
-asG
-asG
-asG
-asG
+acf
+acf
+acf
+acf
+acf
+acf
+acf
+acf
bNc
bro
-bkZ
+asQ
acy
acH
adp
@@ -78834,28 +79955,28 @@ aGo
aFh
aUQ
aXs
-aep
-aex
+aiD
+azC
afc
-ufr
-bTc
-hsn
-hsn
-beV
-aUF
-ufr
+alr
+alK
+alS
+alS
+amO
+anw
+alr
aSt
sjP
bba
azH
azH
-azH
bMq
azH
-bba
-aBx
-aUi
-aBx
+aqa
+bWY
+aRg
+stN
+bdF
aBx
aBx
phZ
@@ -78863,8 +79984,8 @@ aBy
aBx
aBx
bpV
-jDi
-wHm
+bOY
+sjP
ozB
azH
aal
@@ -79038,7 +80159,7 @@ aaa
aaa
atz
avY
-aBh
+aKU
avi
aRA
bQr
@@ -79048,14 +80169,14 @@ bQh
aaT
nPi
bfS
-asG
-wtu
-aoT
-bRJ
-aoT
-bqQ
-afs
-aCj
+acf
+afr
+aqr
+afr
+auK
+aum
+auo
+bls
aKV
bro
bOm
@@ -79091,16 +80212,16 @@ aGo
aGv
aVb
aXt
-aHa
-aJY
+axg
+azI
bya
-ufr
-aIt
-aIC
-aIJ
-beV
-aUa
-ufr
+alr
+alL
+amz
+aHJ
+amO
+anx
+alr
aUm
sjP
bbb
@@ -79108,9 +80229,9 @@ aRg
aoi
bTw
aRg
-aRg
aKz
aBx
+aBx
aUi
bRm
aoh
@@ -79120,7 +80241,7 @@ aoh
aoh
aBx
aBx
-eXk
+aUi
vbf
bZm
azH
@@ -79295,7 +80416,7 @@ aaa
aaa
atz
avY
-bvK
+aBh
avi
aRA
bQr
@@ -79304,18 +80425,18 @@ bQf
bQi
aaT
bQr
-hjz
-asG
-afr
+bfS
+acf
+afs
asm
-aCh
+asm
+auX
+aum
auo
-aCh
-avn
-aKP
-qHa
-bro
-asP
+blF
+aKV
+bmZ
+bnm
aih
aLf
acy
@@ -79348,16 +80469,16 @@ aGo
aPC
aXq
bgG
-aHa
-aJY
+axg
+azI
aGu
-aXU
-bpk
-hsn
-drK
-xBC
-aUA
-ufr
+aly
+alM
+alS
+amt
+amQ
+any
+alr
bCg
sjP
sjP
@@ -79552,7 +80673,7 @@ aaa
aaa
atz
bvD
-bvN
+aMe
avi
aRA
bJZ
@@ -79563,13 +80684,13 @@ aaT
bQr
bfS
asF
-auK
+afv
+asG
+asG
auZ
-auZ
-auZ
-auZ
-brt
-bzF
+aLe
+aLe
+aCN
bxp
brp
asP
@@ -79605,16 +80726,16 @@ aGo
aIc
aXu
caA
-bzC
-aXx
+boV
+azM
bZI
-aHY
-aTX
-hsn
-beF
-srb
-bGG
-ufr
+alz
+alQ
+amj
+amw
+amR
+aCG
+alr
bCg
aBx
ahT
@@ -79685,13 +80806,13 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
+avP
+avP
+avP
+avP
+avP
+avP
aaa
aaa
aaa
@@ -79809,7 +80930,7 @@ aaa
avi
avi
bvP
-bvK
+aBh
avi
aRA
bQr
@@ -79819,15 +80940,15 @@ aaT
aaT
bQr
bfS
-asG
+acf
aiv
-aqr
-aKI
-auX
-aKI
-bra
-aCj
-aKW
+aum
+auo
+afr
+aum
+auo
+bls
+aKV
brq
asP
asP
@@ -79840,7 +80961,7 @@ ajl
akV
acy
agW
-aJg
+aVt
aju
aix
bnW
@@ -79862,16 +80983,16 @@ aGo
aVX
aUQ
aUQ
-uWc
aUQ
aGu
-aXU
-bpk
-hsn
-beG
-bet
-aUB
-ufr
+aGu
+alB
+alM
+alS
+amy
+ana
+anA
+alr
bCg
bSU
ahT
@@ -79941,15 +81062,15 @@ aaa
aaa
aaa
aaa
+avP
+avP
aaa
aaa
+aal
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
+avP
aaa
aaa
aaa
@@ -80066,7 +81187,7 @@ aaa
atz
bfM
avY
-bvK
+aBh
avi
aRA
bQr
@@ -80076,19 +81197,19 @@ aTA
bQr
bQr
bfS
-asG
-bRG
+acf
+aoT
aum
-bqR
-aum
-bRK
-afv
-aKP
-aKX
-brq
-asP
-asP
-bRL
+auo
+afr
+bgn
+auo
+blF
+bdD
+bnn
+bnv
+bnv
+bnO
acy
ask
adb
@@ -80119,16 +81240,16 @@ aGo
sXg
aUQ
aUQ
-aGu
aUQ
-aTV
-ufr
-aIA
-aID
-beX
-hsn
-aUb
-ufr
+aGu
+aSa
+alr
+alR
+amM
+aHL
+alS
+anB
+alr
bCg
bTb
ahT
@@ -80152,19 +81273,19 @@ fZt
jXX
azH
aaa
-aQX
-aQX
-aQX
-aQX
-aQX
-aQX
-aQX
-aQX
-aQX
-aQX
-aQX
-aQX
-aQX
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -80199,15 +81320,15 @@ aaa
aaa
avP
avP
+aaa
+aaa
+aal
+aal
+aal
+aaa
+aaa
avP
avP
-avP
-avP
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -80323,7 +81444,7 @@ aaa
atz
bfN
avY
-bvK
+aBh
avi
hjJ
bRE
@@ -80333,14 +81454,14 @@ bRE
bRE
bRE
bep
-asG
-asG
-asG
-asG
-asG
-asG
-asG
-asG
+acf
+acf
+acf
+acf
+acf
+acf
+acf
+acf
acf
brr
asP
@@ -80376,16 +81497,16 @@ awD
aGz
aXC
aXC
-aGz
-aXM
-aUt
-ufr
-hsn
-hsn
-xcB
-hsn
-aUE
-ufr
+axk
+aRZ
+aSg
+alr
+aYT
+alS
+amC
+alS
+anD
+alr
bCg
bKa
ahT
@@ -80406,23 +81527,24 @@ aoh
aoh
aoh
iVH
-eXk
+aUi
azH
-aal
-aaa
-aal
aaa
aaa
-aal
aaa
aaa
-aal
aaa
aaa
-aal
aaa
-aQX
-aQX
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -80454,17 +81576,16 @@ aaa
aaa
aaa
avP
-avP
-aaa
aaa
aal
+aal
+aal
+aPB
+aal
+aal
+aal
aaa
avP
-avP
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -80580,7 +81701,7 @@ aaa
atz
bfO
avY
-bvK
+aBh
avi
bfS
aaT
@@ -80633,16 +81754,16 @@ agK
afu
aXR
bts
+axk
aGz
-aXN
aGz
-aUl
-aGS
-aUx
-bpv
-hsn
-hsn
-ufr
+alD
+alT
+amm
+amI
+alS
+alS
+alr
bCg
ahT
ahT
@@ -80665,21 +81786,23 @@ aoh
aBy
cLi
azH
-aal
-aaa
-aal
aaa
aaa
-aal
aaa
aaa
-aal
aaa
aaa
-aal
aaa
aaa
-aQX
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -80710,18 +81833,16 @@ aaa
aaa
aaa
avP
-avP
-aaa
aaa
aal
-aal
+aMp
+aMs
+aMs
+aMs
+aMp
aal
aaa
avP
-avP
-avP
-aaa
-aaa
aaa
aaa
aaa
@@ -80837,7 +81958,7 @@ aaa
atz
bfO
aEJ
-agp
+aMg
avi
bfS
aaT
@@ -80890,16 +82011,16 @@ qYP
ueN
aJl
aJm
-bGL
-aXR
+axl
+azT
axM
bfG
-aGS
-aGS
-bfn
-aIR
-aJf
-ufr
+alT
+alT
+amJ
+anh
+aow
+alr
bCg
ahT
bRt
@@ -80920,23 +82041,25 @@ beZ
aKr
aoh
aBx
-eXk
+aUi
azH
-aal
-aal
-aUk
-aUk
-aUk
-aUk
-aUk
-aUk
-aUk
-aUk
-aUk
-aUk
aaa
aaa
-aQX
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -80967,15 +82090,15 @@ aaa
aaa
aaa
avP
-aaa
aal
+aLF
+aMs
+aLF
+aCI
+aLF
+aMs
+aLF
aal
-aal
-bNf
-aal
-aal
-aal
-aaa
avP
aaa
aaa
@@ -81013,8 +82136,6 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
"}
(117,1,1) = {"
aaa
@@ -81094,7 +82215,7 @@ aaa
avi
avi
atw
-bvK
+aBh
avi
bfS
aaT
@@ -81102,7 +82223,7 @@ bQr
acf
ack
ahn
-bgc
+aEe
acf
aih
auq
@@ -81123,7 +82244,7 @@ axE
axG
abP
aGX
-qYP
+aRw
aRp
bgS
axm
@@ -81147,16 +82268,16 @@ bHp
axm
awn
bRD
-bGM
-aXS
+axt
+azV
iMs
agQ
axM
ahb
-bfn
-aGS
-aGS
-ufr
+amJ
+alT
+alT
+alr
bCg
ahT
akT
@@ -81177,28 +82298,8 @@ bfa
aKs
aoh
aBx
-eXk
-aUk
-aUk
-aUk
-aUk
-bpR
-bUF
-aUC
-bbt
-bby
-bbA
-aUH
-bLs
-aUk
-aaa
-aaa
-aQX
-aaa
-aaa
-aaa
-aaa
-abE
+aUi
+azH
aaa
aaa
aaa
@@ -81223,19 +82324,39 @@ aaa
aaa
aaa
aaa
-avP
aaa
-aal
-aug
-pjJ
-pjJ
-pjJ
-aug
-aal
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
avP
aaa
+aLF
+aMp
+aLF
+aCI
+aLF
+aMp
+aLF
aaa
+avP
aaa
aaa
aaa
@@ -81351,7 +82472,7 @@ aaa
aaa
atz
avY
-bvK
+aBh
avi
bfS
aaT
@@ -81380,23 +82501,23 @@ abP
bDs
bth
axm
-axm
-aHH
+bcn
+bon
aVz
aLn
aLn
aLn
aLn
aLn
-aLw
-aLw
-aLw
-aLw
+aoA
+aoA
+aoA
+aoA
bxx
-aLw
-aLw
-aLw
-aLw
+aoA
+aoA
+aoA
+aoA
aLn
aLn
aLn
@@ -81434,23 +82555,25 @@ bfb
aoW
aoh
aBx
-bPd
-aUk
-aUn
-bbm
-aUk
-bpS
-bVg
-aUC
-bbu
-aUI
-aXg
-aXh
-aUH
-aUk
-aal
-aal
-aQX
+aUi
+azH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -81481,15 +82604,15 @@ aaa
aaa
aaa
avP
-aal
-bMO
-pjJ
-bMO
-aal
-bMO
-pjJ
-bMO
-aal
+aaa
+aLF
+aMp
+aLF
+aCI
+aLF
+aMp
+aLF
+aaa
avP
aaa
aaa
@@ -81527,8 +82650,6 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
"}
(119,1,1) = {"
aaa
@@ -81608,7 +82729,7 @@ aaa
aaa
atz
avY
-bvK
+aBh
avi
bfS
bQo
@@ -81616,7 +82737,7 @@ bQr
acf
ack
atr
-bqa
+bgc
acf
aih
bqP
@@ -81638,7 +82759,7 @@ axm
axF
aaT
aaT
-aRw
+brg
aaT
aLn
aLs
@@ -81649,7 +82770,7 @@ amq
aLs
aLs
aLs
-ybr
+boJ
aLs
aLs
aLs
@@ -81691,23 +82812,25 @@ bHa
aMO
aoh
aBx
-bPe
-bWA
-aUw
-bbp
-bpP
-aUw
-bVn
-aUG
-bbv
-aXg
-bMj
-aXi
-bvM
-aUk
+aUi
+azH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
-aQX
aaa
aaa
aaa
@@ -81738,15 +82861,15 @@ aaa
aaa
aaa
avP
-aaa
-bMO
-aug
-bMO
aal
-bMO
-aug
-bMO
-aaa
+aLF
+aNm
+aLF
+aCI
+aLF
+aMs
+aLF
+aal
avP
aaa
aaa
@@ -81784,8 +82907,6 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
"}
(120,1,1) = {"
aaa
@@ -81865,7 +82986,7 @@ aaa
aaa
atz
avY
-bvK
+aBh
avi
bfS
aaT
@@ -81877,7 +82998,7 @@ ack
brf
asb
asQ
-asP
+aJg
aAC
acf
aKH
@@ -81894,8 +83015,8 @@ axF
aaT
aaT
aaT
-abx
-aRA
+bhX
+brh
bQr
aZb
aLs
@@ -81948,23 +83069,25 @@ aql
bsz
ahT
aBx
-bPg
-aUk
-aUo
-bbo
-aUk
-bpY
-bbs
-aUC
-bbw
-aXh
-aXg
-aUI
-aUH
-aUk
+aUi
+azH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
-aQX
aaa
aaa
aaa
@@ -81996,13 +83119,13 @@ aaa
aaa
avP
aaa
-bMO
-aug
-bMO
aal
-bMO
-aug
-bMO
+aMp
+aMs
+aMs
+aMs
+aMp
+aal
aaa
avP
aaa
@@ -82041,8 +83164,6 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
"}
(121,1,1) = {"
aaa
@@ -82122,7 +83243,7 @@ aaa
aaa
atz
bvF
-bvO
+aMi
avi
avI
aaT
@@ -82151,14 +83272,14 @@ aaT
aaT
bRT
bRU
-aRA
+jlU
bQr
bQr
aLn
aLs
aLs
aLu
-aLs
+aoP
aLx
bvu
aLC
@@ -82182,7 +83303,7 @@ afa
afa
afa
afa
-azE
+bpb
azP
azR
bRD
@@ -82205,20 +83326,22 @@ aql
boa
ahT
vcT
-eXk
-aUk
-aUk
-aUk
-aUk
-bto
-aUz
-aUC
-bbx
-bbz
-bbB
-aUH
-aUH
-aUk
+aUi
+azH
+azH
+azH
+azH
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -82252,15 +83375,15 @@ aaa
aaa
aaa
avP
+aaa
aal
-bMO
-bNt
-bMO
aal
-bMO
-pjJ
-bMO
+aLF
+aMp
+aLF
aal
+aal
+aaa
avP
aaa
aaa
@@ -82298,8 +83421,6 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
"}
(122,1,1) = {"
aaa
@@ -82379,7 +83500,7 @@ aaa
aaa
atz
avY
-bvK
+aBh
avi
bfS
bQr
@@ -82391,7 +83512,7 @@ cRz
bgA
acf
aap
-enT
+aas
aBp
asb
acf
@@ -82408,16 +83529,16 @@ bSp
aXG
bTm
bQr
-aRA
+jlU
bQr
bmx
aLn
uaG
aLs
aLB
-bOv
+asl
cax
-bvw
+asU
aLD
aLM
aLE
@@ -82439,8 +83560,8 @@ afa
akx
amv
afa
-aoA
-aoA
+aHz
+aHz
azE
azR
btt
@@ -82448,9 +83569,9 @@ aUv
bGr
bGU
bGU
-bGU
+bpx
aXf
-pVz
+caQ
bZT
baK
caQ
@@ -82466,16 +83587,13 @@ bGg
bMr
bPh
bQF
-aUk
-aUk
-aUk
-aUk
-aUk
-aUk
-aUk
-aUk
-aUk
-aUk
+azH
+azH
+azH
+azH
+azH
+azH
+azH
aaa
aaa
aaa
@@ -82508,17 +83626,20 @@ aaa
aaa
aaa
aaa
-avP
aaa
-aal
-aug
-pjJ
-aug
-pjJ
-aug
-aal
aaa
-avP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aLF
+aMp
+aLF
+aaa
+aaa
aaa
aaa
aaa
@@ -82636,7 +83757,7 @@ atz
atz
avi
avU
-aMe
+aMj
avi
azL
bRE
@@ -82665,7 +83786,7 @@ kaB
bLB
bTn
aRA
-aRA
+jlU
aaT
aLm
aLm
@@ -82674,8 +83795,8 @@ bHC
bHH
aLm
aLm
-bvv
-bHJ
+aLm
+aLn
bHK
aLE
bHK
@@ -82693,12 +83814,12 @@ aaT
lrI
aBH
afa
-bUo
+aTu
akp
bnS
aoC
-aoA
-aoA
+aHz
+aHz
azE
azR
btt
@@ -82765,17 +83886,17 @@ aaa
aaa
aaa
aaa
-avP
aaa
-aal
-aal
-bMO
-pjJ
-bMO
-aal
-aal
aaa
-avP
+aaa
+aaa
+aaa
+aaa
+aLF
+aMp
+aLF
+aaa
+aaa
aaa
aaa
aaa
@@ -82873,27 +83994,27 @@ aag
avi
aag
avi
+abM
aza
-aPK
-aza
+abM
avi
aag
avi
aag
avi
-aQi
-aPK
-ceV
-ceV
-ceV
-bfA
-ceV
-ceV
-ceV
-nCF
+aDs
+aza
+aPS
+aPS
+aPS
+aSp
+aPS
+aPS
+aPS
+aSD
avi
avY
-bvR
+aMl
avi
avi
avi
@@ -82922,16 +84043,16 @@ aCz
aCz
aCz
bsg
-aRA
+jlU
fNR
aLm
ars
nZS
aLt
-bvl
+aso
+asV
+aSk
aLt
-aLm
-aLm
aLn
aLn
aLL
@@ -82955,8 +84076,8 @@ amA
akp
akp
bCE
-aoA
-aoA
+aHz
+aHz
azE
azR
aqe
@@ -83026,11 +84147,11 @@ aaa
aaa
aaa
aaa
-bMO
-aug
-bMO
aaa
aaa
+aLF
+aMs
+aLF
aaa
aaa
aaa
@@ -83150,13 +84271,13 @@ awe
awe
bvQ
awe
-bvK
-jMY
-awe
-awe
-awe
-awe
-bUp
+aMm
+aQs
+bkS
+bkS
+bkS
+bkS
+bsQ
avi
bfS
bLj
@@ -83175,23 +84296,23 @@ okk
okk
axN
aCz
-aCC
-aCC
+bwU
+bwU
aCz
aCz
-aRA
+jlU
bQr
aLm
bvj
bvk
bLR
-bvm
-aLt
-aLt
-aLz
+asI
+asX
+asX
+bHV
aLn
-aLI
-aMS
+agw
+agw
aLP
aLn
cam
@@ -83204,17 +84325,17 @@ aRA
aRA
aRA
afa
-jlL
-akv
-afa
+aFt
+aFE
+aFP
akU
amA
bul
akp
akp
bCE
-aoA
-aoA
+aHz
+aHz
aAd
arK
ark
@@ -83273,19 +84394,6 @@ aaa
aaa
aaa
aaa
-aal
-aal
-aal
-aal
-aal
-aal
-aal
-aal
-aal
-aal
-bMO
-aug
-bMO
aaa
aaa
aaa
@@ -83294,6 +84402,19 @@ aaa
aaa
aaa
aaa
+aal
+asx
+asx
+asx
+atY
+aPT
+aBE
+asx
+asx
+asx
+aal
+aaa
+aaa
aaa
aaa
aaa
@@ -83413,7 +84534,7 @@ bwc
bwf
bwg
bwf
-bEE
+bsU
avi
bfS
aDb
@@ -83426,17 +84547,17 @@ acP
awO
bsH
abl
-aLK
+auO
+avd
bjd
bva
-bjc
bvd
aCB
-bvf
-udf
-aCE
+bwW
+bxe
+bfl
aCz
-aRA
+jlU
bsp
aLm
aHv
@@ -83447,9 +84568,9 @@ bvq
bvr
aLA
aLn
-aLJ
-aLU
-aKC
+aLI
+aMS
+aoL
aLn
aRA
aaT
@@ -83461,14 +84582,14 @@ aaT
bSd
aRA
bfT
-aTB
-bCy
-afa
+aEK
+aGm
+aGy
ale
aot
bur
aox
-ops
+aox
aox
aoJ
aQA
@@ -83479,7 +84600,7 @@ akG
bZC
alu
alF
-bYB
+anJ
anJ
aoj
anJ
@@ -83490,7 +84611,7 @@ bgp
bgu
nRb
qyl
-bij
+alt
bry
bwy
bCg
@@ -83527,31 +84648,31 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
aal
-pjJ
-pjJ
-pjJ
-pjJ
-pjJ
-pjJ
-pjJ
-pjJ
-bNu
-bMO
-pjJ
-bMO
-aaa
-aQX
-aQX
-aQX
-aaa
-aaa
-aaa
-aaa
-aaa
+aal
+aal
+aal
+aal
+aal
+aal
+aal
+aal
+asx
+asx
+agb
+aBB
+aOW
+aOW
+aPa
+aQz
+aQC
+aTH
+aTH
+aTM
+aLo
+asx
+asx
+aal
aaa
aaa
aaa
@@ -83670,7 +84791,7 @@ byc
awe
aLY
awe
-bwi
+bsV
avi
bfS
bQr
@@ -83683,30 +84804,30 @@ ami
bdG
bsI
abo
-auO
+avm
+bjc
buO
-avd
bvc
-bve
-aLK
bvg
-avd
-aCM
+bvh
+bxs
+bxk
+bxJ
aCz
-aRA
+jlU
aBC
aLm
aLp
byx
aET
bHI
-bvs
+asE
bOx
bvx
aLn
-aLn
-aLn
-aLn
+aLJ
+aLU
+aKC
aLn
aRA
aaT
@@ -83718,9 +84839,9 @@ aaT
afa
bDc
afa
-bCP
-bum
-buo
+aCv
+aGr
+aGG
bup
buq
aoz
@@ -83728,7 +84849,7 @@ buv
buv
buv
buz
-mZj
+aHI
bHr
bHs
bHw
@@ -83744,7 +84865,7 @@ bcz
bce
xhI
xhI
-fCi
+bgx
nuq
xyz
bim
@@ -83784,32 +84905,32 @@ aaa
abE
aaa
aaa
-aaa
-aaa
-aaa
aal
-pjJ
-aeJ
-aeJ
-aeJ
-aeJ
-aeJ
-aeJ
-aNJ
-pjJ
-pjJ
-bNh
aal
-aaa
+aBn
+aBn
+aDN
+aBn
+aal
+aal
+agb
+aBB
+aOz
+aOz
+aDu
+asz
+asA
+aPb
+aQg
+aTB
+asz
+asA
+aTN
+aTH
+aTH
+aTM
+aLo
aal
-aaa
-aQX
-aQX
-aQX
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -83927,7 +85048,7 @@ aLh
awe
awe
awe
-bwj
+bsW
avi
bfS
bQr
@@ -83943,15 +85064,15 @@ auJ
auJ
ubS
dvv
-avd
-avd
-uRu
-bvh
-avd
-aCN
+bve
+buO
+bxr
+bxA
+bxG
+bxK
aCz
-aRA
-aRA
+bit
+mNM
aLm
aLm
aLm
@@ -83960,11 +85081,11 @@ aLm
aLm
aLm
aLm
-aaT
-aRA
-aRA
-aRA
-aRA
+aLn
+aLn
+aLn
+aLn
+aLn
aRA
aaT
aal
@@ -83972,13 +85093,13 @@ aal
aaT
aRA
aaT
-klG
-caB
-bCO
-bCQ
-aXd
-afa
-bCU
+aEH
+aEM
+aFb
+aGi
+aGm
+aFQ
+alZ
alZ
aNa
alZ
@@ -84011,7 +85132,7 @@ bCg
aSh
bxh
bbi
-hrr
+aSw
aSw
nJs
aSI
@@ -84042,32 +85163,32 @@ aaa
aaa
aaa
aal
+aVF
+aBn
+aBF
+aDX
+aBn
aal
+afR
+aBB
+aDu
+asz
+aqU
+aqU
aal
+aIv
+aIv
+aNp
+aIv
+aIv
aal
-bMG
-aeJ
-iif
-oGu
-cvc
-aND
-aeJ
-aNw
-aNw
-aNw
-aNw
-aNw
-aNw
+aqU
+aqU
+asA
+aTN
+aTM
+aLo
aal
-aal
-aaa
-aaa
-aQX
-aQX
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -84184,7 +85305,7 @@ aLV
awh
awm
awe
-bvK
+bsX
avi
bfS
bQr
@@ -84198,17 +85319,17 @@ bxq
aaR
auJ
auQ
-buZ
-avm
+aCC
+aLK
avr
-pSa
+aCE
aCB
-bvi
-hhs
-aLl
+bwX
+bxn
+bfl
aCz
bQr
-aRA
+jlU
bLB
aRA
aRA
@@ -84219,30 +85340,30 @@ aRA
aRA
aRA
aRA
-aaT
-aaT
-aaT
-aaT
+aRA
+aRA
+aRA
+aRA
aaT
aal
aaa
aaT
aRA
aaT
-bCG
aku
-aku
-aUg
-bCz
-afa
-aow
+akv
+aqG
+anz
+aFJ
+aFS
+amb
amb
buj
-caF
-aoD
-aoD
+aHR
+amb
+amb
bux
-aoA
+aHz
azE
azR
alW
@@ -84252,13 +85373,13 @@ amG
bbL
anL
anL
-ahY
+aol
apt
aqb
bcL
-ybi
+amU
bgt
-fCi
+bgx
lEx
bgx
bir
@@ -84271,7 +85392,7 @@ aSB
aSC
kxW
bMi
-aSJ
+awM
aSQ
aTe
aSQ
@@ -84300,31 +85421,31 @@ aaa
aaa
aal
aug
-aug
-aug
-pjJ
-aeJ
-aqU
-bLI
-bOf
-byJ
-aNw
-aNw
-aNw
-aNw
-aNw
-aNw
-aNw
-aNw
+aBq
+aBG
+aEk
+aBn
+aBn
+afR
+aBI
+asz
+aVs
+aIv
+aIv
+aIv
+aIv
+aUx
+aNq
+aOb
+aIv
+aIv
+aIv
+aIv
+aVB
+asA
+aTN
+aTM
aal
-aal
-aal
-aal
-aQX
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -84441,7 +85562,7 @@ acc
acc
acc
awv
-bvK
+bsX
avi
aGH
bRE
@@ -84460,12 +85581,16 @@ auJ
auJ
auJ
aCz
-aCC
-aCC
+bwU
+bwU
aCz
aCz
bQr
-aRA
+jlU
+aaT
+aaT
+aaT
+aaT
aaT
aaT
aaT
@@ -84477,10 +85602,6 @@ aaT
aaT
aaT
aaT
-aaa
-aal
-aaa
-aaa
aaa
aaa
aaT
@@ -84492,15 +85613,15 @@ aaT
aaT
aaT
afa
-kVx
-alZ
+amf
+aCt
aNa
-alZ
-alZ
-alZ
+aCt
+aCt
+aCt
bux
-aoA
-aoA
+aHz
+aHz
aAr
arK
axf
@@ -84512,7 +85633,7 @@ amU
bbd
amU
amU
-ybi
+amU
bOA
xhI
bhe
@@ -84528,7 +85649,7 @@ bpO
aSK
bbk
bUs
-bUt
+awY
aSR
bUy
aSZ
@@ -84557,31 +85678,31 @@ aaa
aaa
aal
aug
-aNi
-aNi
-aNp
-aeJ
-rSs
-bLJ
-bOg
-aNG
-aNw
-aNw
-aNw
-aNw
-pwC
-aNw
-aNw
-aNw
-aNw
-aNw
+aBn
+aBn
+aEl
+aBn
+aBn
+aBn
+aCT
+aBn
+aIv
+aIv
+aIv
+aIv
+aIv
+aIv
+aNY
+aIv
+aIv
+aIv
+aIv
+aIv
+aIv
+aal
+asA
+aTX
aal
-aaa
-aQX
-aQX
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -84698,7 +85819,7 @@ wxZ
blY
auC
awe
-amV
+bsY
avi
aaT
aaT
@@ -84721,8 +85842,8 @@ aCz
aCz
aCz
bQr
-bQr
-aRA
+bxB
+brh
aBD
aal
aal
@@ -84749,12 +85870,12 @@ aRA
aRA
aRA
afa
-buI
+amk
amb
buj
-aoD
-aoD
-aoD
+amb
+amb
+amb
buy
bzV
bCA
@@ -84795,10 +85916,10 @@ aSP
aSP
aAc
aAc
-aAc
-aAc
-aAc
-aAc
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -84814,44 +85935,44 @@ aaa
aal
aal
aug
-aNi
-cdt
-qWm
-aeJ
-asA
-bLJ
-aNw
-aNw
-aNw
-aNw
-bMD
-sBv
-bMM
-lbq
-bMD
-aNw
-aNw
-aNw
+aaa
+aBn
+aEo
+aHW
+aIq
+aIw
+aHY
+aMM
+aIv
+aJT
+aMw
+aMI
+aIv
+aKN
+aNq
+aKN
+aIv
+aND
+aMw
+aNP
+aIv
+aIv
+afR
+aTX
aal
aal
aaa
-aQX
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
+avP
+avP
+avP
+avP
+avP
+avP
+avP
+avP
+avP
aaa
aaa
aaa
@@ -84955,19 +86076,19 @@ aMh
agA
auC
aty
-bwl
-aMg
-aMo
-afG
-bUq
+bti
+btp
+btr
+btF
+btV
auG
-aFi
+aru
arA
bxX
-afC
aae
-aTr
-aGx
+afC
+aCH
+aCQ
aRA
aRA
bSr
@@ -84977,8 +86098,8 @@ aRA
bSt
aBC
bQr
-bQr
-bQr
+abx
+bep
aBD
aBD
aaa
@@ -85006,13 +86127,13 @@ aaT
aaT
aRA
afa
-alZ
-alZ
+ams
+ams
bus
-bJV
-bxn
-alZ
-aqG
+aHS
+aHT
+ams
+aFd
aoD
bCB
aAr
@@ -85051,10 +86172,10 @@ aSP
grv
bXv
bXv
-bXv
-pjp
-cRJ
-pWf
+aAc
+aAc
+aAc
+aAc
aAc
aal
aal
@@ -85071,45 +86192,45 @@ aal
aal
aug
aug
-aNo
+aaa
+aDi
+aEo
+aHX
+aIs
+aIA
+aIP
+aIJ
+aIv
+aJX
+aMA
+aMK
+aIv
+aNg
aNq
-bLg
-aeJ
-aeJ
-bLK
-aNw
-aNw
-aNw
-aNA
-aNC
-bJw
-fmV
-bJw
-aNC
-aNA
-aNw
-aNw
-aNw
+aKN
+aIv
+aMK
+aNH
+aNR
+aIv
+aIv
+afR
+aTN
+aTM
+aMY
+aaa
+aaa
+aaa
+aaa
+aaa
aal
aaa
-aQX
-aQX
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aaa
+aal
aaa
aaa
+avP
+avP
aaa
aaa
aaa
@@ -85212,21 +86333,21 @@ aMh
bvU
bwk
byh
-bwm
-bxQ
+btj
aty
aty
aty
+bub
ard
-byw
+anH
ark
abP
bot
axb
aaT
-bfS
-bQr
+aDf
bQr
+aWS
aaT
bSa
bQr
@@ -85308,10 +86429,10 @@ pwG
mOk
bXv
bXv
-bXv
-bXv
-bXv
-bXv
+beG
+bev
+beO
+beF
aAc
aug
aug
@@ -85328,45 +86449,45 @@ aug
aug
aug
aal
-aNi
-aNi
-tnj
-aNi
-asx
-hez
-aNw
-aNw
-bZM
-aNB
+aaa
+aDi
+aHi
+aHY
+aIt
+aIv
+aIv
+aIv
+aIv
+aJY
+aOs
aNC
-bMB
-wFU
-bMB
-aNC
-aNB
-bZM
-aNw
-aNw
+aUL
+aNh
+aUB
+aNo
+aUN
+aUW
+aNI
+aNV
+aIv
+aIv
+aal
+asA
+aTX
+aMY
+aaa
+aaa
+aaa
+aal
+aal
+aLF
+aLF
+aLF
+aLF
aal
aal
aaa
-aQX
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
aaa
aaa
aaa
@@ -85469,19 +86590,19 @@ bvV
blZ
auC
aty
-bwn
-aMi
+btj
aty
aty
aty
+bub
ard
-bZO
+anH
aeL
aff
apV
aaT
aaT
-bfS
+aDf
bQr
aaT
aaT
@@ -85564,11 +86685,11 @@ aAc
aAc
lev
bXv
-aAc
-gnB
-bXv
-bXv
bXv
+bcA
+beM
+beT
+beV
aAc
aal
aal
@@ -85585,46 +86706,46 @@ aal
aal
aal
aal
+aaa
+aDi
+aHi
+aUu
+aIv
+aIB
+aIR
+aJy
+aIv
+aIv
+aIv
+aNf
+aNe
+aKN
+aNq
+aKN
+aNe
+aUX
+aIv
+aIv
+aIv
+aIv
+aIv
+aLy
+aTX
+aMY
+aaa
+aaa
+aaa
aal
-afA
-rrR
-rrR
-aNl
-atY
-aNw
-aNB
-aNB
-aNC
-bNo
-bOq
-bLy
-bMz
-bMB
-bMB
-bMC
-aNw
-aNw
-aNw
-aal
-aaa
-aQX
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aMp
+aMs
+aQx
+aMp
+aMs
+aMp
+bqJ
aaa
+avP
+avP
aaa
aaa
aaa
@@ -85726,8 +86847,8 @@ bvW
bwa
bCv
byi
-bwo
-aMj
+btk
+aty
bjm
bwr
aty
@@ -85737,13 +86858,13 @@ ark
arK
awV
aaT
-sqt
-bfS
-bQr
-asF
-bQr
-bQr
-bQr
+awW
+aEu
+aFU
+aGj
+aGJ
+aGU
+aHc
aaT
aal
aal
@@ -85822,9 +86943,9 @@ aAc
aAc
ces
aAc
-aAc
-aAc
-ces
+beL
+bes
+beU
aAc
aAc
pwG
@@ -85842,46 +86963,46 @@ aaa
aaa
aaa
aaa
+aaa
+aDi
+aHi
+aIb
+aIv
+aIC
+aIV
+aJG
+aIv
+aNr
+aKN
+aKN
+aKN
+aNi
+aNq
+aNw
+aKN
+aKN
+aNJ
+aKN
+aIv
+aVq
+aIv
+aVc
+bqm
+bqt
+aLF
+aLF
+aLF
+aLF
+aMs
+aLF
+aLF
+aLF
+aLF
+aMs
aal
-afA
-bLb
-kxE
-bLb
-byj
-aNw
-aNC
-aNC
-bNo
-bOo
-xKJ
-bMP
-aNw
-aNw
-aNC
-bMR
-aNH
-aNw
-aNw
aal
aaa
-aQX
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
aaa
aaa
aaa
@@ -85983,24 +87104,24 @@ bvX
byA
auC
aty
-bwp
-bxP
+btl
+bxY
and
bym
bxY
byp
qYP
qYP
-bAK
+avu
awV
aaT
aBC
-bqC
-aWS
+ikb
+bnZ
aaT
-bQr
-bQr
-bQr
+aGS
+aGZ
+axd
aaT
aal
aal
@@ -86045,11 +87166,11 @@ amx
xiu
aad
bPB
-arK
-aDl
-aDp
-aPt
aQH
+awb
+fvY
+aQM
+aQN
asr
aRJ
ohU
@@ -86081,7 +87202,7 @@ bXv
esC
cav
rja
-bXv
+bfj
bXv
aAc
bXv
@@ -86089,56 +87210,56 @@ fzw
aAc
aal
aal
-aaa
-aaa
+aal
+aal
+aal
+aal
+aal
+aal
+aal
+aal
+aal
+aal
+aal
+aDi
+aHl
+aIf
+aIv
+aTz
+aIX
+aJH
+aJK
+aKR
+aKR
+aNu
+aKR
+aNj
+aNs
+aUb
+aUb
+aUh
+aUb
+aUb
+aUl
+aUb
+aUE
+aVd
+bqp
+bqx
+aMs
+aMp
+aMp
+aMp
+aMs
+aCI
+aCI
+aCI
+aCI
+aMs
+aPB
aal
aaa
-aaa
-aal
-aaa
-aaa
-aaa
-aaa
-aal
-afA
-afD
-bLe
-bLv
-bLL
-bOd
-bOj
-icV
-bOk
-aNA
-fmV
-bJE
-bMS
-aNw
-bMl
-aNB
-bMH
-aNw
-aNw
-bNk
-aal
-aQX
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
aaa
aaa
aaa
@@ -86224,12 +87345,12 @@ aaa
aaa
abm
abm
-aty
+abD
auG
abm
abm
auG
-aty
+abD
auG
abm
abm
@@ -86238,26 +87359,26 @@ acc
acc
acc
acc
-mAm
+boA
+aty
+btj
aty
-bwq
-aMl
aty
aty
aty
byq
ark
ark
-arK
-bnq
+avA
+anE
+aaT
+aaT
aaT
-bQr
bqC
aaT
-aaT
-aaT
-aaT
-bQr
+aGT
+aHa
+aHc
aaT
aal
aaa
@@ -86270,13 +87391,13 @@ aal
aug
uwV
dCc
-xaB
-cvq
-sEU
-bPT
-apg
-rUR
-lKk
+bfr
+bfI
+bgo
+bgW
+bhY
+bip
+biw
qxF
snW
wvW
@@ -86306,7 +87427,7 @@ arK
aDl
aDq
aPv
-aQM
+beW
awQ
aRL
baq
@@ -86338,10 +87459,10 @@ axK
axK
aNv
axK
-uUM
+bfk
aYN
aIz
-oSB
+aYN
aYN
aIz
htF
@@ -86356,46 +87477,46 @@ aaa
aaa
aaa
aaa
+aaa
+aDi
+aHn
+aHY
+aIv
+aIH
+aJe
+aJJ
+aIv
+aNr
+aMB
+aKN
+aKN
+aNl
+aNq
+aNx
+aKN
+aKN
+aKN
+aKN
+aIv
+aVL
+aIv
+aVh
+aUq
+bqG
+aLF
+aLF
+aLF
+aLF
+aMs
+aLF
+aLF
+aLF
+aLF
+aMs
aal
-afA
-afR
-tCw
-bLH
-bNp
-aNw
-kRo
-aNC
-bOn
-bOp
-xKJ
-oVG
-aNw
-aNw
-aNC
-bMR
-bMR
-aNw
-aNw
aal
aaa
-aQX
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
aaa
aaa
aaa
@@ -86497,27 +87618,27 @@ bvS
bvS
byf
mJa
-bws
-aMm
+btn
aty
aty
aty
+bub
ard
anH
ark
-dNx
-awV
+avA
+aCk
+azX
+aCA
aaT
-bQr
-ikb
-eHV
-sVN
-qTR
+bqC
aaT
aaT
aaT
aaT
aaT
+aaa
+aaa
aug
aug
aug
@@ -86526,14 +87647,14 @@ aug
ugj
aug
uwV
-tnz
-fdM
+aax
+bfz
oMf
szx
aHD
iJC
oAP
-vdQ
+biz
bPV
bPV
bPV
@@ -86563,7 +87684,7 @@ arK
aDl
aDq
aPw
-aQN
+beX
aQT
aRM
xLk
@@ -86613,46 +87734,46 @@ aal
aal
aal
aal
+aaa
+aDi
+aHn
+aIm
+aIv
+aIv
+aJf
+aJy
+aIv
+aIv
+aIv
+aUt
+aNe
+aKN
+aNq
+aKN
+aNe
+aUY
+aIv
+aIv
+aIv
+aIv
+aIv
+aMV
+aUg
+aMY
+aaa
+aaa
+aaa
aal
-afA
-atY
-rrR
-aNl
-skk
-aNw
-aNB
-aNB
-aNC
-bOn
-bOr
-bOw
-bOz
-bMB
-bMB
-gIO
-aNw
-aNw
-aNw
+aMp
+aMs
+bqI
+aMp
+aMs
+aMp
aal
aaa
-aQX
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
+avP
aaa
aaa
aaa
@@ -86737,44 +87858,44 @@ aaa
aaa
aaa
abm
-aty
-aty
-aty
adv
-bfx
-aKU
-aQs
-bkS
-aty
+adv
+adv
afm
-aty
-byb
-bqq
-aty
-aty
-byq
-aKU
-oms
-bqc
-bqc
+afG
+agp
+amV
+arz
+adv
arX
+adv
aMn
+aWY
+adv
+bqq
+bsM
+agp
+bto
+btq
+btq
+btO
+buc
ard
arv
awF
-arK
-awV
-asy
-asy
-asy
-asy
-asy
-pLg
-sVN
-sVN
-sVN
-qTR
-aaT
+avA
+aCk
+azX
+azY
+axc
+rAG
+xoS
+xoS
+xoS
+xoS
+vOl
+aaa
+aaa
aug
uwV
uwV
@@ -86783,18 +87904,18 @@ uwV
uwV
uwV
uwV
-iRE
+aaz
oDI
-vVH
-iGJ
-lEt
-vUd
+bfL
+bgB
+bgX
+bhZ
rwy
-hmG
-mFQ
-miv
-dZa
-mFO
+biC
+biL
+biS
+biU
+bja
qxz
uwV
enD
@@ -86840,7 +87961,7 @@ axS
acj
ayp
bwR
-aSk
+bqQ
aSo
bpC
azs
@@ -86870,45 +87991,45 @@ aNz
aNz
uJf
aal
-aNi
-aNi
-aNf
-aNi
-asx
-hez
-aNw
-aNw
-bZM
-aNB
-aNC
-bMB
-gHJ
-bMB
-aNC
-aNB
-bZM
-aNw
-aNw
+aaa
+aDi
+aHn
+aHY
+aID
+aIv
+aIv
+aIv
+aIv
+aLg
+aMC
+aUF
+aUM
+aNo
+aUD
+aNA
+aUS
+aUZ
+aNK
+aNG
+aIv
+aIv
+aal
+atY
+aUg
+aMY
+aaa
+aaa
+aaa
+aal
+aal
+aLF
+aLF
+aLF
+aLF
aal
aal
aaa
-aQX
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
aaa
aaa
aaa
@@ -87019,19 +88140,19 @@ auG
auG
aAn
ans
-arK
-awV
-aeu
-lNw
-bok
-dYh
-asy
-asy
-asy
-asy
-asy
-bqC
-aaT
+bug
+aja
+arn
+aDR
+axc
+ovM
+ovM
+ovM
+ovM
+ovM
+oDV
+aaa
+aaa
aug
uwV
vAo
@@ -87040,19 +88161,19 @@ pLI
amH
uwV
uwV
-iRE
+aaz
fED
-aaH
+bfP
tlY
-alj
-vFq
+bgZ
+bic
alj
tlY
jvP
cZN
vjt
-aaz
-hfx
+bjh
+nnE
feu
etL
hLL
@@ -87082,21 +88203,21 @@ bps
aYB
brG
acj
-asr
axP
+aBL
+bdA
+bje
bnB
-bpq
-rDp
-bie
-aRj
-aSe
-aSq
bpp
+bpq
bpy
-bpy
-buX
-bpC
-bwS
+bqL
+bqM
+avh
+avh
+bqO
+asr
+ohU
bpD
bpC
bpC
@@ -87104,7 +88225,7 @@ azt
azJ
avb
aDD
-cdM
+bse
cdL
bPb
pjJ
@@ -87126,46 +88247,46 @@ cdq
bAI
cdA
qOv
-aNz
-bJK
-bJU
-cdy
-aNi
-aNi
-bOa
-aNw
-aNw
-aNw
-aNA
-aNC
-esb
-fmV
-esb
-aNC
-aNA
-aNw
-aNw
-aNw
+uJf
+aaa
+aDi
+aHr
+aIn
+aIs
+aII
+aJx
+aIJ
+aIv
+aLN
+aME
+aMK
+aIv
+aKN
+aNq
+aNB
+aIv
+aMK
+aNL
+aNW
+aIv
+aIv
+afR
+aTP
+aTQ
+aMY
+aaa
+aaa
+aaa
+aaa
+bNs
+aCI
+aaa
+aaa
aal
aaa
-aQX
-aQX
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
+avP
+avP
aaa
aaa
aaa
@@ -87252,18 +88373,18 @@ aaa
aaa
aaa
abd
-aiS
-awx
-aBa
-abD
+aFW
+afW
+aAj
aba
-abK
+aBO
+aQc
aAh
bhj
byT
bza
-bzy
-bAQ
+awl
+awq
vch
byT
bEo
@@ -87276,19 +88397,19 @@ bPj
bRI
bFi
aww
-dNx
-awW
-asy
-arz
-boC
-oGN
-hIz
-hPo
-kOR
-kOR
-asy
-bqC
-aaT
+bui
+buI
+ark
+awX
+axc
+ovM
+ovM
+ovM
+ovM
+ovM
+twJ
+aal
+aaa
aug
uwV
amH
@@ -87298,17 +88419,17 @@ aSc
biF
cUe
cAa
-csH
-lhs
+bfA
+bfQ
dZW
-mXY
-hVt
+bha
+nNJ
nNJ
dZW
dEx
pgT
xBI
-mFO
+bja
ykD
uwV
aRS
@@ -87339,9 +88460,9 @@ asr
aRM
bgw
acj
-bje
-asr
-bAb
+aBK
+aCl
+bHS
awL
avg
atD
@@ -87383,45 +88504,45 @@ aaa
aaa
aal
cda
-aug
-aNi
-cdu
-cdw
-aNi
-bSH
-atY
-aNw
-aNw
-aNw
-aNw
-bME
-ezd
-bMN
-tXQ
-bME
-aNw
-aNw
-aNw
-aal
+vPF
+aaa
+aBn
+aVQ
+aIp
+aIq
+aIJ
+aHY
+aNb
+aIv
+aLT
+aMH
+aNc
+aIv
+aKN
+aNq
+aKN
+aIv
+aNG
+aNO
+aMK
+aIv
+aIv
+afR
+aUg
+asz
aal
aaa
-aQX
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
+avP
+avP
+avP
+avP
+avP
+avP
+avP
+avP
+avP
aaa
aaa
aaa
@@ -87510,12 +88631,12 @@ aaa
aaa
abd
aiS
-awy
-aBO
-aAh
-aBO
-aAh
-age
+aji
+aBa
+abK
+aBa
+aPO
+aQV
bis
byP
bzb
@@ -87533,19 +88654,19 @@ bAo
bSk
bFi
aJa
-byF
-awX
-arn
-axd
-kIw
-bsM
-aUL
-bOC
-bOF
-kOR
-asy
-bqC
-aaT
+buk
+buJ
+ark
+awV
+boz
+ovM
+ovM
+ovM
+ovM
+ovM
+twJ
+aal
+aaa
aug
uwV
amH
@@ -87554,18 +88675,18 @@ amH
tus
aah
uwV
-nIf
+aaG
fED
-dmV
+bfU
dZW
-hmV
-rFm
-rFm
+bhb
+bid
+bid
jqp
dZW
dZW
uXm
-mFO
+bja
eyM
uwV
tHJ
@@ -87580,7 +88701,7 @@ aad
aad
aad
aad
-oMq
+wok
aor
aAm
wMf
@@ -87597,12 +88718,12 @@ aZn
bpw
bcW
bpw
-bgj
-iUF
-bhg
-bhk
-bif
-bsy
+aSq
+bdZ
+bet
+bex
+bez
+beD
ays
axq
axO
@@ -87639,33 +88760,33 @@ aaa
aaa
aaa
aaa
-cdh
-aug
-aNi
-aNi
-cdx
-aNi
-mbB
-atY
-aNh
-aNs
-aNw
-aNw
-aNw
-aNw
-nML
-aNw
-aNw
-aNw
-aNw
-aNw
+aeJ
+vPF
+aBn
+aBn
+aHs
+aBn
+aBn
+aBn
+aCT
+aBn
+aIv
+aIv
+aIv
+aIv
+aIv
+aIv
+aQu
+aIv
+aIv
+aIv
+aIv
+aIv
+aIv
aal
-aaa
-aQX
-aQX
-aaa
-aaa
-aaa
+atY
+aUg
+aMY
aaa
aaa
aaa
@@ -87767,17 +88888,17 @@ abd
abd
abd
aiS
-aAf
-aAh
-aAh
-aAh
-aQc
+ani
+aHd
+afX
+aLw
+aQd
aQp
bol
byR
-bzc
+awa
bAe
-bBh
+awu
bBG
bEk
bEu
@@ -87790,19 +88911,19 @@ bEg
bUB
bUH
bEQ
-bET
-bsm
-aru
-aBB
-bqh
-bsW
-bLD
-bOD
-bOK
-xNv
+bum
+buK
+ark
asy
-bqC
-aaT
+aDU
+vaS
+ovM
+ovM
+ovM
+ovM
+oDV
+aal
+aaa
aug
uwV
amH
@@ -87811,9 +88932,9 @@ amH
amH
amH
gFA
-nEo
+aaH
nlD
-aaG
+bfV
alc
als
als
@@ -87822,7 +88943,7 @@ mpC
hAk
ahW
kuZ
-mFO
+bja
amB
gFA
aaa
@@ -87896,33 +89017,33 @@ aaa
aaa
aaa
aaa
-aal
-cdr
-cds
-cdv
-pjJ
-aNi
-asz
-bOb
-bOi
-bLu
-aNw
-aNw
-aNw
-aNw
-aNw
-aNw
-aNw
-aNw
-aal
-aal
-aal
-aal
-aQX
-aaa
-aaa
-aaa
-aaa
+aeJ
+qOv
+aBw
+aDk
+aHt
+aBn
+aBn
+afR
+aDc
+aQa
+aVu
+aIv
+aIv
+aIv
+aIv
+aUA
+aNq
+aOb
+aIv
+aIv
+aIv
+aIv
+aVC
+atY
+aTP
+aTQ
+aMY
aaa
aaa
aaa
@@ -88024,15 +89145,15 @@ abg
ahs
abg
aiU
-awy
-aBO
-aAh
-aBO
-aAh
-agc
+aji
+aHU
+abK
+aHU
+aPO
+aQZ
boq
byR
-bze
+awc
bAf
bBi
bEb
@@ -88043,23 +89164,23 @@ bFc
bFh
bFm
aFB
-jnk
+aCb
bPn
bUI
qYP
-bEU
-awX
-arn
-epJ
-dtH
-bti
-bLE
-bOE
-bOH
-kOR
-asy
-bqC
-aaT
+buo
+buL
+ark
+awV
+boz
+ovM
+ovM
+ovM
+ovM
+ovM
+twJ
+aal
+aaa
aug
uwV
nyx
@@ -88068,9 +89189,9 @@ aRx
amH
aRx
gFA
-mJV
+amL
eiC
-son
+bfW
ahP
nNJ
jxP
@@ -88078,7 +89199,7 @@ nNJ
cLX
nNJ
skl
-rJs
+biV
qOX
nsr
iGD
@@ -88105,7 +89226,7 @@ qlL
bDk
cdQ
bDm
-asr
+bpI
brz
asH
asJ
@@ -88132,7 +89253,7 @@ azx
azN
avb
aDJ
-ceK
+bsf
cdN
bPb
pjJ
@@ -88153,33 +89274,33 @@ aaa
aaa
aaa
aaa
+aeJ
+aVG
+aBn
+aDt
+aHu
+aBn
aal
+afR
+aDr
+aIO
+aTx
+aNy
+aNy
+aCI
+aIv
+aIv
+aTV
+aIv
+aIv
aal
+asx
+asx
+agb
+aTP
+aTQ
+asz
aal
-aal
-bMI
-aNi
-wod
-uzp
-odJ
-aNu
-aNi
-aNw
-aNw
-aNw
-aNw
-aNw
-aNw
-aal
-aal
-aaa
-aaa
-aQX
-aQX
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -88280,13 +89401,13 @@ abe
abi
ahG
aiH
-aji
-omI
-afw
-aAh
-aPR
-aQd
-aQr
+aQi
+apc
+aKZ
+abK
+aNn
+aQe
+aRc
brY
byT
byR
@@ -88295,28 +89416,28 @@ byR
byR
byT
bEw
-bAo
-bAo
-bFi
-bzh
-bJS
-gMi
-bUC
-bUJ
-bwY
-aff
-awY
-asy
-aBX
-dvc
-wKG
-jtN
-hOE
-kOR
-kOR
-asy
-bqC
-aaT
+aWr
+bEg
+aWu
+bFl
+aWv
+aWw
+aWx
+aWz
+auI
+but
+buQ
+ark
+jUK
+axc
+ovM
+ovM
+ovM
+ovM
+ovM
+twJ
+aal
+aaa
aug
uwV
amH
@@ -88325,9 +89446,9 @@ amH
amH
amH
gFA
-fis
+amS
waf
-gPD
+bfZ
mgs
sYx
sYx
@@ -88335,8 +89456,8 @@ sYx
pyl
gNl
tBY
-wzU
-tTb
+biW
+bjl
amB
gFA
aaa
@@ -88354,7 +89475,7 @@ apf
aRs
apM
bwV
-aoq
+boX
bEr
moO
mUy
@@ -88410,32 +89531,32 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
+cdh
aal
-pjJ
-aNi
-aNi
-aNi
-aNi
-aNi
-aNi
-bNr
-pjJ
-pjJ
-bNi
+aBn
+aBn
+aHx
+aBn
aal
-aaa
aal
-aaa
-aQX
-aQX
-aQX
-aaa
-aaa
-aaa
-aaa
+aqU
+aDr
+aOQ
+aOQ
+aIO
+aTx
+aTF
+aPn
+aQv
+aUf
+aBE
+agb
+aTP
+aTR
+aTR
+aTQ
+asz
+aal
aaa
aaa
aaa
@@ -88538,11 +89659,11 @@ abd
abd
aiI
alO
-aAh
-aAh
-aAh
-aXL
-aAh
+awx
+aHd
+afX
+aPR
+aQW
aAh
bsn
aiI
@@ -88552,7 +89673,7 @@ bBj
bEd
bEl
bEx
-bAo
+bEH
bFd
bFj
bFl
@@ -88560,20 +89681,20 @@ bJT
dyU
bVy
bUK
-bES
-bVz
-awV
-aeu
-glH
-hVX
-jyp
-asy
-asy
-asy
-asy
-asy
-bqC
-aaT
+aVT
+buD
+aBV
+asp
+aDS
+axc
+ovM
+ovM
+ovM
+ovM
+ovM
+oDV
+aaa
+aaa
aug
uwV
amH
@@ -88582,18 +89703,18 @@ amH
amH
jsv
uwV
-nIf
+aaG
fED
-dmV
+bfU
dZW
-nBZ
-qag
-qag
+bhc
+bii
+bii
pGQ
dZW
wUt
-cxK
-tTb
+biX
+bjl
vLE
uwV
tHJ
@@ -88667,31 +89788,31 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
aal
-pjJ
-pjJ
-pjJ
-pjJ
-pjJ
-pjJ
-pjJ
-pjJ
+afA
+cdq
+afD
+aal
+aal
+aal
+aal
+aal
+aqU
+aqU
+asA
+aDr
+aOQ
+aOQ
+aPA
+aUa
+aTG
+aTK
+aTK
+aTQ
+asz
+aqU
+aqU
aal
-bMO
-pjJ
-bMO
-aaa
-aQX
-aQX
-aQX
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -88794,13 +89915,13 @@ aaa
abi
ahG
aiH
-ani
-aAg
-aBO
-apc
+aSf
+awy
+aHU
+agc
aPU
-bVt
-bVu
+aQl
+aRd
bVv
bVw
bFl
@@ -88809,28 +89930,28 @@ bVx
bEg
bEg
bEy
-bEg
-bFe
+aVZ
+aRl
bFi
bFp
bMm
bRH
bUD
bFi
-awA
+aWG
dNx
-bcw
-asy
-asy
-asy
-asy
-asy
-hOW
-sVN
-sVN
-sVN
-wZv
-aaT
+aCk
+azX
+azY
+axc
+sNj
+xoS
+xoS
+xoS
+xoS
+seH
+aaa
+aaa
aug
uwV
amH
@@ -88840,17 +89961,17 @@ xUj
cla
ooZ
ice
-csH
-jLo
+bfA
+bga
dZW
-fAP
-hVt
+bhd
+nNJ
nNJ
dZW
sKR
eRs
-smc
-tTb
+biY
+bjl
ykD
uwV
uYg
@@ -88927,19 +90048,6 @@ aaa
aaa
aaa
aaa
-aal
-aal
-aal
-aal
-aal
-aal
-aal
-aal
-aal
-aal
-bMO
-aug
-bMO
aaa
aaa
aaa
@@ -88948,6 +90056,19 @@ aaa
aaa
aaa
aaa
+aal
+aqU
+aqU
+aqU
+aqU
+aqU
+aqU
+aqU
+aqU
+aqU
+aal
+aaa
+aaa
aaa
aaa
aaa
@@ -89052,62 +90173,62 @@ abj
aib
abj
aqw
-awy
-afW
-aAh
+aji
+aLa
+abK
aPV
-aAh
-afX
+aPO
+aRf
btL
byV
bzr
bAG
bBl
-bAG
-bAG
-bEz
-bEO
-mhc
-mhc
-mhc
-rmJ
-wvX
-mhc
-mhc
-bjn
+aPL
+aWm
+aWo
+aWt
+aeN
+aeN
+auc
+auc
+auA
+aeN
+axc
+aWP
arK
-awV
-aaT
-bQr
-hOW
-eHV
-sVN
-wZv
-aaT
-aaT
-aaT
+aCk
+azX
+aDT
aaT
+bqC
aaT
+aal
+aal
+aal
+aaa
+aaa
+aaa
aug
uwV
jSs
kAU
-mHo
+pLI
qBm
uwV
uwV
-aax
+apg
abY
-wjh
+bgd
tlY
+bhh
skG
-cOZ
skG
tlY
hTF
fpA
-amS
-aKQ
+biZ
+bjn
nnE
szT
oVd
@@ -89134,7 +90255,7 @@ axf
aMQ
bzX
bzY
-blf
+aAb
bpj
awH
aYJ
@@ -89161,7 +90282,7 @@ aDw
avb
aDF
acF
-cFG
+acF
bPb
pjJ
bPb
@@ -89194,9 +90315,9 @@ aaa
aaa
aaa
aaa
-bMO
-aug
-bMO
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -89309,38 +90430,38 @@ abd
abd
abd
asq
-aAj
-aAh
-aAh
+aAf
+aLw
+age
aPW
-aQe
+aQr
bgz
bun
abd
bzh
bAo
bBn
-bAo
+bEH
bAo
bEH
-mhc
-mhc
-vQm
-bDG
-bUL
-bUU
-iLj
-rmJ
+aeN
+aeN
+atA
+auh
+auu
+auN
+auc
awI
+ark
arK
-bFs
+aBX
+aaT
+aaT
aaT
-bQr
bqC
aaT
-aaT
-aaT
-aaT
+aaa
+aaa
aaa
aaa
aaa
@@ -89353,19 +90474,19 @@ uwV
uwV
uwV
uwV
-iXv
+aKQ
vpa
-amL
-cYx
-bPW
+bgg
+bgD
+bhm
cgH
-fVB
+wLN
wLN
hKj
uqn
sjB
-tTb
-oij
+bjl
+bjo
uwV
eVJ
jdu
@@ -89391,7 +90512,7 @@ axf
aMQ
bZA
bzS
-aMU
+aAe
bzZ
bRx
aYK
@@ -89417,15 +90538,15 @@ azD
aDx
aDC
aDG
-cFG
-cFG
+acF
+acF
acj
aal
bPb
bpL
bXv
cbt
-qfG
+bqj
cbu
bDd
aaa
@@ -89447,17 +90568,17 @@ aaa
aaa
aaa
aaa
-avP
aaa
-aal
-aal
-bMO
-aug
-bMO
-aal
-aal
aaa
-avP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -89566,35 +90687,35 @@ aaa
aaa
abd
asq
-awy
-aBO
-aAh
+aji
+aBa
+abK
aPX
-aAh
-agv
+aPO
+aRk
aAh
abd
-bzs
-bAJ
-bAJ
-bAo
-bAo
-bEH
-wUg
-fiP
-tIA
-tRC
-bUM
-fIZ
-bUY
-onT
+arR
+arS
+arS
+aVZ
+bEg
+arU
+arZ
+atd
+atC
+aus
+auv
+ave
+avO
ngI
+bGr
vSc
awV
aaT
-bQr
-bqC
aTA
+aeu
+wZv
aaT
aal
aal
@@ -89610,19 +90731,19 @@ aug
smv
aug
uwV
-osG
-gbC
-amu
+bfn
+bfB
vQd
-amu
-jws
-amu
-kcd
-xdQ
+vQd
+bhn
+bmy
+bmC
+bmC
+bmE
aaf
-seG
-aat
-dzi
+bju
+bmv
+bmw
uwV
tHJ
tHJ
@@ -89648,8 +90769,8 @@ bpe
aMQ
bGw
aMU
-lwj
-bpl
+aUo
+aZL
bAa
aYK
att
@@ -89704,17 +90825,17 @@ aaa
aaa
aaa
aaa
-avP
aaa
-aal
-aug
-pjJ
-aug
-pjJ
-aug
-aal
aaa
-avP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -89823,29 +90944,29 @@ aaa
aaa
abd
asq
-abM
-aAh
-aPO
+aAg
+aMR
+agv
aPZ
-aQl
-bgB
-bwh
+afS
+afV
+aRm
aiI
bzt
bAP
acV
-bAo
+bEH
bEn
bEJ
-pXP
-nDW
-bBp
-bPS
-bUN
-juX
-oti
-bBv
-bjo
+aeN
+ats
+atN
+aut
+auz
+avK
+auc
+awI
+ark
arK
awV
aaT
@@ -89868,13 +90989,13 @@ aal
aug
uwV
uwV
-pSm
-oVP
-qZu
+bfD
+bmo
+bgU
+bhx
+bmz
knv
-alv
knv
-alv
mNC
mpx
nPz
@@ -89906,8 +91027,8 @@ bpf
gJo
bpi
bpi
-bpm
-itU
+aZZ
+aCe
aYK
atu
atL
@@ -89961,17 +91082,17 @@ aaa
aaa
aaa
aaa
-avP
-aal
-bMO
-pjJ
-bMO
-aal
-bMO
-bNt
-bMO
-aal
-avP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -90085,24 +91206,24 @@ abd
aPP
bAr
aQm
-adE
-afV
+agG
+aRo
aQm
aQm
aQm
aAn
-ace
+aWa
aAn
aAn
-mhc
-bBc
-bBv
-bBv
-bBv
-bBv
-bBv
-bBv
aeN
+aeN
+aeN
+aeN
+aeN
+aeN
+aeN
+avQ
+aWQ
bUb
apV
aaT
@@ -90125,15 +91246,15 @@ aal
aug
uwV
uwV
-dpT
+apA
+bms
+aat
+bgV
+bmA
+bhI
+biq
uwV
-mvv
-amH
-jip
-amH
-mvv
-uwV
-dpT
+apA
gFA
gFA
uwV
@@ -90161,10 +91282,10 @@ afE
afL
aMQ
tok
-aMU
-bDe
aMZ
-aNe
+bDe
+aAe
+aMQ
aYK
acj
acj
@@ -90218,17 +91339,17 @@ aaa
aaa
aaa
aaa
-avP
aaa
-bMO
-aug
-bMO
-aal
-bMO
-bNw
-bMO
aaa
-avP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -90340,27 +91461,27 @@ auV
aAl
abR
abS
-bBk
-afS
+adE
afU
-aQf
-bzu
+apl
+aRq
+aRt
bUE
aQm
eSa
-aup
+aWb
bzq
bAm
bAR
-bBd
-bAk
-bAx
-kCr
-vXI
-arA
-arA
-cYw
-gdI
+alv
+bAR
+alv
+amu
+atx
+aua
+aRY
+ark
+aWZ
rjM
rpE
tci
@@ -90382,15 +91503,15 @@ aal
aug
aug
aug
-jsm
+apB
uwV
mkw
-bPY
-jip
-pGU
+ayh
+bij
+ayS
mkw
uwV
-jsm
+apB
aug
aug
rPx
@@ -90416,14 +91537,14 @@ aze
awO
arK
axf
-aMQ
-aMQ
-bga
+boC
aMQ
aMQ
aMQ
-aYL
-aAc
+bjk
+aMQ
+bSE
+bgC
acj
auF
avc
@@ -90475,17 +91596,17 @@ aaa
aaa
aaa
aaa
-avP
aaa
-bMO
-aug
-bMO
-aal
-bMO
-aug
-bMO
aaa
-avP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -90597,27 +91718,27 @@ auV
abh
aPG
abT
-bBk
-afS
-apl
+adE
+afU
+aQf
anV
-byt
+brb
bzv
aQm
-bAD
-agg
+ace
+aWk
bzq
bAs
bAl
bAy
bBx
-tCF
+aAi
kCr
goV
bUZ
bUZ
-bLc
-bon
+axm
+aXa
bou
aRn
aTr
@@ -90639,15 +91760,15 @@ aal
aal
aal
aal
-jsm
+apB
uwV
qkE
-bPY
-amH
-pGU
+ayh
+bin
+ayS
jQo
uwV
-jsm
+apB
aal
aal
aal
@@ -90657,9 +91778,9 @@ aal
aal
aaa
aaa
-qXl
-qXl
-qXl
+bcp
+bcp
+bcp
nyj
apO
apz
@@ -90671,31 +91792,31 @@ bob
apO
bHt
btG
-bDP
-bZK
+hYI
+ark
+ark
+ark
+ark
+axc
+boi
aAc
-vBQ
-bDn
-aAc
-bgC
-bSD
bSE
-bMu
+caa
acj
auL
auL
auL
acj
bFq
-anM
+bmK
bSf
acj
axJ
-ayh
+bna
axJ
acj
ayD
-ayS
+bnb
ayD
acj
bcq
@@ -90716,12 +91837,11 @@ ccO
aaa
aaa
aaa
-aaa
+aLz
aaa
aaa
aaa
abE
-qxm
aaa
aaa
aaa
@@ -90732,17 +91852,18 @@ aaa
aaa
aaa
aaa
-avP
-aal
-bMO
-pjJ
-bMO
-aal
-bMO
-pjJ
-bMO
-aal
-avP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -90854,14 +91975,14 @@ auV
aAp
aiw
abT
-agG
-aQm
adX
+aQm
+aQJ
aEC
byt
bzw
aQm
-bAD
+agg
bzq
bzq
bAt
@@ -90896,7 +92017,7 @@ aal
aal
aaa
aal
-jsm
+apB
uwV
uwV
gFA
@@ -90904,7 +92025,7 @@ gFA
gFA
uwV
uwV
-jsm
+apB
aal
aaa
aaa
@@ -90925,19 +92046,19 @@ aTI
bEV
caM
aUV
-apO
-bHu
-arK
-axf
-bZZ
+jIw
+azW
+bjP
+qYP
+nBy
+nBy
+nBy
+nBy
+azZ
+aAX
aAc
-bhn
+bSE
bXv
-aAc
-caa
-aYF
-aYM
-bxd
acj
auL
auL
@@ -90989,17 +92110,17 @@ aaa
aaa
aaa
aaa
-avP
aaa
-aal
-aug
-pjJ
-pjJ
-pjJ
-aug
-aal
aaa
-avP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -91118,7 +92239,7 @@ byB
aQj
bzx
aQm
-bAD
+agg
bzq
acG
bAw
@@ -91152,16 +92273,16 @@ aaa
aaa
aal
aaa
-sHx
-fiB
-xbA
-pZA
-xbA
-pZA
-xbA
-lAT
-jcA
-icc
+aal
+apP
+bmD
+bpU
+bmD
+bpU
+bmD
+bqW
+bmD
+bqY
aal
aaa
aaa
@@ -91169,11 +92290,11 @@ aal
aaa
aaa
aal
-qXl
-qXl
-qXl
-qXl
-qXl
+aaa
+aaa
+bcp
+bcp
+bcp
opl
apO
lKe
@@ -91182,18 +92303,18 @@ rFt
aVD
cBU
apO
-jIw
-ngI
-bjP
-bov
-bpF
-bGv
-bhn
-bXv
-aAc
-aAc
-cbM
+awJ
+awI
+arK
+ark
+ark
+bDQ
+asw
+awU
+axc
+aBl
aAc
+bSE
aAc
acj
acj
@@ -91246,17 +92367,17 @@ aaa
aaa
aaa
aaa
-avP
aaa
-aal
-aal
-aal
-bNf
-aal
-aal
-aal
aaa
-avP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -91362,7 +92483,7 @@ aaa
aaa
abb
abn
-kqN
+aiC
tfw
avV
aAs
@@ -91375,7 +92496,7 @@ aQm
aQm
aQm
aQm
-gsu
+auB
bzq
bzN
bAx
@@ -91409,28 +92530,28 @@ aaa
aaa
aal
aaa
-aaa
-lFs
-qYJ
-dnN
-qYJ
-dnN
-qYJ
-dnN
-qYJ
-rqv
+aal
+aqK
+bpl
+bqR
+bpl
+bqR
+bpl
+bqR
+bpl
+bqZ
aal
aaa
aaa
-anX
-anX
-anX
-anX
-anX
-fxb
-pNn
-pNn
-qXl
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bcp
nyj
apO
aoU
@@ -91442,18 +92563,18 @@ apO
nHE
bAN
bDE
-utt
-aAc
-awJ
-ayH
-ayH
-brl
+ark
+ark
+aCk
+azX
+azY
+axc
+aBm
ayH
bhl
ayH
ayH
ayH
-ayH
axi
bil
acj
@@ -91503,17 +92624,17 @@ aaa
aaa
aaa
aaa
-avP
-avP
-bNs
-aaa
-aal
-aal
-aal
aaa
aaa
-avP
-avP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -91619,7 +92740,7 @@ aaa
aaa
aaa
abk
-aiC
+aRu
aiQ
auV
bVA
@@ -91632,7 +92753,7 @@ bAD
bdy
bAD
bAD
-bAD
+agg
bzq
bzO
bAy
@@ -91666,28 +92787,28 @@ aal
aal
aal
aal
-aaa
-xWs
-qYJ
-dnN
-qYJ
-dnN
-qYJ
-dnN
-qYJ
-oHN
+aal
+arP
+bpl
+bqR
+bpl
+bqR
+bpl
+bqR
+bpl
+bwb
aal
aaa
-anX
-anX
-bzJ
-bcy
-bzM
-anX
-anX
-wwx
-pNn
-uQD
+aaa
+aaa
+aaa
+aaa
+aaa
+bcp
+bcp
+bcp
+bcp
+bcp
nyj
apO
apO
@@ -91698,13 +92819,13 @@ apO
apO
awN
bHv
-awU
-bEa
-aAc
-bZl
-bSQ
-bSW
-aAc
+ark
+ark
+ark
+aCk
+azX
+azY
+axc
bXt
bXv
bXv
@@ -91734,7 +92855,7 @@ ccJ
boc
wMX
bCT
-xxe
+ccJ
bDg
bDz
bDz
@@ -91761,15 +92882,15 @@ aaa
aaa
aaa
aaa
-avP
-avP
-bNs
aaa
aaa
aaa
aaa
-avP
-avP
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -91889,9 +93010,9 @@ aRQ
aTk
bXp
aCU
-aPL
+awA
bzq
-aey
+aXx
bAT
bAT
bAT
@@ -91917,34 +93038,34 @@ aMu
aMu
ewS
aMq
-aiV
-aiV
-aiV
-aiV
-aiV
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bpP
+bqU
+bvR
+bqU
+bvR
+bqU
+bvR
+bqU
+bwd
aal
-aal
-euD
-qYJ
-dnN
-qYJ
-dnN
-qYJ
-dnN
-qYJ
-rqv
-aal
-anX
-anX
-bck
-bct
-bct
-bct
-bck
-anX
-anX
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bcp
+pNn
+buY
+pNn
pNn
-qXl
nyj
nyj
nyj
@@ -91983,7 +93104,7 @@ ayH
rki
ayH
ayH
-fdm
+aUn
eEW
bcS
bdf
@@ -92019,13 +93140,13 @@ aaa
aaa
aaa
aaa
-avP
-avP
-avP
-avP
-avP
-avP
-avP
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -92142,13 +93263,13 @@ aga
aPI
auV
bAD
-asj
agh
agh
agh
agh
agh
-cxu
+agh
+aXB
bAT
bAT
bAT
@@ -92172,43 +93293,43 @@ bsu
aZj
btB
btD
-btF
-aiV
-aiV
-trW
-tKa
-oxv
-aiV
-aiV
+ahY
+aMq
aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aqK
+bra
+aqK
+bra
+aqK
+bra
+aqK
+bvY
+bwb
aal
-qLM
-dnN
-qYJ
-dnN
-qYJ
-dnN
-qYJ
-wmg
-aal
-anX
-aTy
-aOf
-bcf
-bJR
-btn
-but
-bcE
-anX
-oPe
-oPe
-oPe
-oPe
-oPe
-oPe
-oPe
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bcp
+pNn
+acZ
+acZ
+acZ
+acZ
+acZ
+acZ
+acZ
+acZ
nVf
-qXl
+bcp
kmI
eZI
aZm
@@ -92392,20 +93513,20 @@ aaa
aaa
aaa
aaa
-auV
+agh
agh
agh
agh
agh
asj
bAD
-asj
+agh
byW
bzd
bzd
-bzB
+aey
agh
-kdV
+aXF
bAT
bAT
bAT
@@ -92430,42 +93551,42 @@ ewS
aMu
aMu
aMu
-aiV
-aMJ
-anR
-bmd
-anR
-egP
-aiV
+aMq
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aal
-aug
-qLM
-icc
-qLM
-icc
-qLM
-icc
-aal
-aal
-anX
-kvC
-bbD
-bzL
-bLY
-bct
-bcl
-bbF
-anX
+bcp
+bcp
+bcp
+boy
+boy
+boy
+bcp
+bcp
+bcp
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+bcp
+pNn
+acZ
jII
aQy
btM
cNG
ufN
aQw
-oPe
-qXl
-qXl
+acZ
+bcp
+bcp
bPz
ceD
ceF
@@ -92475,8 +93596,8 @@ aOt
aOt
aPd
aPe
+bpQ
aPe
-hrX
aZe
aZk
aZk
@@ -92656,13 +93777,13 @@ bgK
agh
bAD
bAD
-asj
+agh
bVe
bVD
bVD
-bWt
+aXd
agh
-xtV
+aXI
bAT
bAT
bAT
@@ -92681,39 +93802,39 @@ bsN
axe
aMr
aMr
-uHO
+aUH
aMu
aMy
aMu
aMu
-bCS
-aiV
-xiv
-gLT
-uwK
-jIC
-wrD
-aiV
-aal
-aal
-aal
-aal
-aal
-aal
-aal
-aal
-aal
-aal
-aal
-anX
-bcj
-bcl
-bct
-nzB
-bct
-bcl
-bOe
-anX
+bqa
+aMq
+arj
+bbA
+bbA
+bbA
+bbA
+arj
+arj
+arj
+bcp
+pNn
+pNn
+pNn
+pNn
+pNn
+pNn
+pNn
+bcp
+bcp
+bcp
+boy
+boy
+boy
+bcp
+bcp
+bvn
+acZ
aeG
bbG
btN
@@ -92753,9 +93874,9 @@ dXw
nuI
hnC
aAc
-aal
-aal
-aal
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -92917,12 +94038,12 @@ agh
bEB
bzi
msr
-bWu
+aXk
agh
-nJq
-aeK
-iLi
-rhN
+aXJ
+adn
+apk
+apo
bBA
bzq
bUQ
@@ -92944,33 +94065,33 @@ ewS
aMu
bOt
aMq
-aiV
-jGx
-anR
-wFa
-uNl
-wSF
+aMq
+arD
+bcf
+bcy
+bpk
+arM
+aUw
+bpH
+aRD
+pNn
+bvl
ahv
-aRY
-aRY
-alk
-alk
-alk
-aRY
-aRY
-alk
-alk
-aal
-aal
-anX
-anX
-bcp
-hdH
-bcn
-bcl
-bcx
-anX
-anX
+boz
+boz
+boz
+ahv
+pNn
+buX
+pNn
+bvm
+pNn
+pNn
+pNn
+pNn
+pNn
+pNn
+acZ
aeR
fVY
bLZ
@@ -93010,7 +94131,7 @@ uZU
jPc
hnC
aAc
-aal
+aaa
aaa
aaa
aaa
@@ -93168,17 +94289,17 @@ agZ
byl
agh
adS
-bVi
-bVk
+aRy
+aRC
agh
akY
agZ
bzn
-mEw
-bAd
-eqR
-bAX
-pXq
+aXl
+aXm
+aXK
+aeK
+apm
bAX
bSO
bEC
@@ -93197,39 +94318,39 @@ awZ
axe
aMv
aMr
-ewS
-tcz
-bCI
+bct
+boh
+bok
aMq
-aiV
-aiV
-arJ
-wkM
-ast
-asu
+ajy
+bbx
+bcj
+bcE
+bpm
+bcl
+bcl
+bbF
+ahv
+ahv
ahv
-pMU
-aTu
-iih
-tgF
-dkl
-oyJ
-jyi
-sfO
alk
-aal
-aal
-aal
-anX
-anX
-anX
-bcu
-anX
-anX
-anX
-oPe
+asu
+aUC
+aXh
+ahv
+ahv
+ahv
+ahv
+bcp
+bcp
+bvH
+bcp
+bcp
+acZ
+acZ
+acZ
fVY
-atJ
+boW
atI
btR
atM
@@ -93256,7 +94377,7 @@ aOp
bXv
biu
big
-xHc
+aky
brC
brT
big
@@ -93269,7 +94390,7 @@ aAc
aAc
aaa
aaa
-aal
+aaa
aaa
aal
aaa
@@ -93433,10 +94554,10 @@ bzj
bzo
bWM
vLU
-ijk
+bAk
adn
-iLi
-rhN
+apk
+apo
bBH
bzq
bUS
@@ -93449,40 +94570,40 @@ bsv
aaZ
aaZ
act
-bsZ
+iZK
qYP
bte
ray
aMr
-bCC
+bcu
aMr
-bFr
+bom
aMq
-arh
-ahv
-ahv
-arM
-ahv
-aTv
-ygu
-aRZ
-bBo
-wUL
-wUL
-wUL
-xsB
-bBo
-rmb
-alk
-alk
-alk
-alk
-alk
-anX
-sLk
-ceo
-btV
anX
+bby
+bcl
+bmd
+bpn
+bpn
+bpJ
+box
+ahv
+aiV
+azX
+anc
+aOf
+aUG
+aXi
+bbs
+azX
+azY
+ahv
+bvp
+bvw
+bvs
+bvK
+bvN
+acZ
bBU
ibF
fVY
@@ -93514,8 +94635,8 @@ bXv
biu
bih
biA
-brE
-brV
+brF
+bla
big
aaa
aaa
@@ -93526,17 +94647,17 @@ aaa
aaa
aaa
aaa
-aal
-aal
+aaa
+aaa
aal
aaa
-bix
-bio
-bix
+bkT
+bkq
+bkT
aaa
-bix
-bio
-bix
+bkT
+bkq
+bkT
aaa
aQQ
aaa
@@ -93681,16 +94802,16 @@ vLU
agZ
bzp
agh
-bVh
-bVj
-bVl
+aRv
+aRB
+aRE
agh
bVr
bWr
bWs
bWN
bWP
-mDe
+aXL
mDE
mDE
mDE
@@ -93710,36 +94831,36 @@ bsl
ark
arK
bFt
-arA
-lxe
-arA
atb
+bnY
+arA
+bop
aMq
+arj
+bbz
+anM
+bpc
+bpv
+bpF
+bby
+bpR
+ahv
+aiV
+azX
arh
+aTv
+boP
+bbm
+bbt
+azX
+azY
ahv
-anc
-bJu
-arL
-ahv
-bdD
-wUL
-bBo
-aSg
-lag
-cad
-mUu
-fZi
-qGM
-wEc
-ddi
-mFt
-ccT
-uPH
-anX
-dgQ
-ceo
-jaU
-anX
+bvs
+bvw
+bvJ
+bvM
+bvO
+acZ
buE
acZ
acZ
@@ -93771,8 +94892,8 @@ bsC
biu
big
brE
-biA
-brW
+bio
+blf
big
aaa
aaa
@@ -93783,17 +94904,17 @@ aaa
aaa
aaa
aaa
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aaa
aQQ
aaa
@@ -93947,10 +95068,10 @@ bzk
aAk
bWO
agh
-ijk
+bAk
adn
-iLi
-rhN
+apk
+apo
bBA
bzq
bUT
@@ -93967,36 +95088,36 @@ bsG
mzy
btf
qvm
-qYP
+bbw
bPA
iMs
-bFt
+awZ
axe
-arh
+arj
+arj
+bcx
+bpg
+bcx
+arj
+bpN
+bpS
ahv
+aiV
+azX
+arJ
+aTy
+aUI
+bbo
+bbu
+azX
+azY
ahv
-arY
-ahv
-ahv
-sCt
-bSq
-xKA
-qwy
-cae
-nft
-bvn
-ssa
-cag
-dXa
-alk
-rbv
-bCD
-uPH
-anX
-anX
-diY
-anX
-anX
+bvv
+axc
+axc
+axc
+axc
+acZ
acZ
acZ
acZ
@@ -94028,29 +95149,29 @@ bZs
biu
big
brJ
-brH
+bix
brJ
big
aaa
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
aaa
aaa
aaa
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aaa
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
aQQ
aQQ
@@ -94198,13 +95319,13 @@ bgK
agh
bAD
qLw
-asj
-bVf
-bzl
-bzl
-bVE
agh
-pgY
+aRF
+aRG
+aRG
+aRH
+agh
+aXM
bAy
bAl
bAy
@@ -94220,43 +95341,43 @@ aak
aak
aak
aak
-bsQ
+biK
asj
ahR
arb
vCl
cet
bDp
-bFu
+bov
bte
arA
-uBh
-arD
-kdL
+arA
+bbB
+bck
+aUk
arj
-arh
-alk
-alk
-aSa
-aSa
-alk
-aSa
-nem
-idZ
-aSa
-alk
-alk
-hyG
-hyG
-alk
+arj
+arj
+ahv
+ahv
+ahv
+ahv
+aUz
+aXg
+bbp
+ahv
+ahv
+bbv
+bbv
+axc
axc
acP
+arA
+arA
+arA
buG
arA
arA
-arA
-arA
-arA
buH
hYI
azf
@@ -94285,29 +95406,29 @@ aQK
bFI
aQK
brJ
-biA
+bio
brJ
aaa
aal
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
aal
aaa
aaa
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
aaa
aaa
@@ -94455,13 +95576,13 @@ agh
agh
bAD
aqQ
-asj
+agh
byZ
byZ
byZ
byZ
agh
-ijk
+bAk
adC
adu
adC
@@ -94488,30 +95609,30 @@ axx
bsZ
qYP
qYP
-nBy
+bbD
iwE
-lTB
+awZ
bHm
vMB
bHj
arA
bHq
-bHD
-cev
-mmi
-bHl
-pjf
-cey
-arA
+anR
+arL
+ast
+arY
+ast
+aJz
+aMJ
bgl
bHm
arA
bfu
awO
-uKZ
+ark
ark
btG
-qYP
+btm
qYP
qYP
bua
@@ -94542,28 +95663,28 @@ aQI
uoF
aQK
brJ
-xFo
+bkh
brJ
aaa
aaa
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
aaa
aaa
aaa
-bix
-bio
-bix
+bkT
+bkq
+bkT
aaa
aal
-bio
+bkq
aal
aaa
aal
-bio
+bkq
aal
aal
aal
@@ -94712,13 +95833,13 @@ bgM
agh
bAD
aRV
-asj
agh
agh
agh
agh
agh
-gVN
+agh
+bAl
bAy
bAl
bAy
@@ -94755,7 +95876,7 @@ qYP
qYP
aAA
cew
-btq
+bnq
bAZ
qYP
ueN
@@ -94772,7 +95893,7 @@ aOn
gVF
aVN
aUp
-aWu
+ajH
hwE
aqz
biD
@@ -94799,20 +95920,20 @@ aQI
uoF
aQK
aaa
-bio
+bkq
aaa
aaa
aaa
aaa
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
aaa
aaa
aaa
aal
-bio
+bkq
aal
biv
aQL
@@ -94823,8 +95944,8 @@ aQL
aQL
aQL
aQL
-bio
-aky
+bkq
+bll
aal
aQQ
aaa
@@ -95056,13 +96177,13 @@ aQI
uoF
aQK
aaa
-bio
+bkq
aaa
aaa
aal
aal
aal
-bio
+bkq
aal
aal
biv
@@ -95073,11 +96194,11 @@ aQL
aQL
aQL
aal
-bio
+bkq
aal
aaa
aal
-bio
+bkq
aal
aal
aal
@@ -95264,9 +96385,9 @@ aiO
aiO
aiO
aAB
-ajy
-ajy
-ajy
+bne
+bne
+bne
aFc
aiO
bIo
@@ -95313,11 +96434,11 @@ bcO
bFT
aQK
aal
-bio
-bio
-bio
-bio
-bio
+bkq
+bkq
+bkq
+bkq
+bkq
aQL
aQL
aQL
@@ -95326,16 +96447,16 @@ aQL
aaa
aaa
aal
-bio
+bkq
aal
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
aQQ
aQQ
@@ -95522,7 +96643,7 @@ aKB
aiO
buR
ajx
-iGu
+boI
ajx
aFF
aiO
@@ -95582,17 +96703,17 @@ aal
aal
aaa
aaa
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
aQQ
aaa
@@ -95784,7 +96905,7 @@ bCo
aXb
aiO
buf
-bCq
+boR
aCP
aED
bKr
@@ -95792,7 +96913,7 @@ bKX
adY
aED
akr
-miq
+boU
aqB
aBz
aqA
@@ -95810,7 +96931,7 @@ aPo
aZo
biP
bjy
-aZJ
+aYH
nSn
naE
aqA
@@ -95827,29 +96948,29 @@ bSB
bSz
aQK
aaa
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aal
aQL
aal
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aaa
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aaa
aQQ
aaa
@@ -96069,13 +97190,13 @@ bhr
bFF
bFJ
bFL
-bFP
-bfX
-aYY
-aYY
-aYY
-aYY
-dYW
+akK
+aoE
+aoF
+aoF
+aoF
+aoG
+aos
aQK
cat
bSC
@@ -96084,29 +97205,29 @@ bSB
bSA
aQK
aal
-bio
-bio
-bio
-bio
-bio
+bkq
+bkq
+bkq
+bkq
+bkq
aQL
-bio
-bio
-bio
-bio
-bio
+bkq
+bkq
+bkq
+bkq
+bkq
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aaa
-bix
-bio
-bix
+bkT
+bkq
+bkT
aaa
-bix
-bio
-bix
+bkT
+bkq
+bkT
aaa
aQQ
aaa
@@ -96331,8 +97452,8 @@ aDV
aDV
bMo
aQI
-aQI
-fid
+bGi
+anZ
aQK
aQK
aQK
@@ -96341,21 +97462,21 @@ aQK
aQK
aQK
aal
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aal
aQL
aal
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aal
-bix
-bio
-bix
+bkT
+bkq
+bkT
aaa
aaa
aal
@@ -96537,7 +97658,7 @@ bta
aup
asj
asj
-aUc
+anU
bAp
arO
fQk
@@ -96551,7 +97672,7 @@ aiO
oBZ
buN
xyd
-ahZ
+woM
bCs
aiO
buh
@@ -96588,14 +97709,14 @@ bFU
aDV
aDV
aDV
-bQu
-mLl
-oqF
-oqF
-oqF
-oqF
-oqF
-xoZ
+aoH
+aou
+aoB
+aoB
+aoB
+aoB
+aoB
+arr
aQK
aaa
aaa
@@ -96756,13 +97877,13 @@ aaa
aaa
aQQ
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aal
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aal
aal
aal
@@ -96781,7 +97902,7 @@ aal
aal
aaa
afQ
-aqm
+bgE
asR
atc
aDe
@@ -96845,27 +97966,27 @@ bFV
grn
bFX
aDV
-bQA
-aQI
-aQI
-aQI
-aQI
-aQI
-aQI
-fid
+arc
+bGc
+bGc
+bGc
+bGc
+bGc
+brH
+anZ
aQK
aal
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aal
aQL
aal
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aaa
aQQ
aQQ
@@ -97013,21 +98134,21 @@ aaa
aaa
aQU
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aal
-bgE
-awB
-ueQ
+aqq
+aqm
+aur
aal
aal
aal
@@ -97038,8 +98159,8 @@ aal
aaa
aaa
afQ
-aqq
-atc
+bjx
+bjL
awP
afQ
aSr
@@ -97050,7 +98171,7 @@ aRV
bta
aup
asj
-aBM
+akd
jCK
bAp
hYL
@@ -97083,10 +98204,10 @@ aln
aln
iRn
aln
-oBN
+aYF
aqA
-aFY
-aZH
+ahN
+aXS
aDV
aDV
aWD
@@ -97108,21 +98229,21 @@ acQ
acQ
acQ
acQ
-aQI
-fid
+bGi
+anZ
aQK
aaa
-bio
-bio
-bio
-bio
-bio
+bkq
+bkq
+bkq
+bkq
+bkq
aQL
-bio
-bio
-bio
-bio
-bio
+bkq
+bkq
+bkq
+bkq
+bkq
aaa
aQQ
aaa
@@ -97270,33 +98391,33 @@ aaa
aaa
aQQ
aal
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aal
aaa
aaa
aaa
afQ
asD
-aur
+bjV
asD
afQ
aup
@@ -97308,7 +98429,7 @@ bta
aRW
asj
asj
-aBM
+akd
aPY
bAp
fQk
@@ -97342,12 +98463,12 @@ aqH
aqg
akF
akF
-akC
-aZI
+aFY
+aXU
aDV
bjI
aWD
-aEh
+bdH
aEh
aEh
aOc
@@ -97365,21 +98486,21 @@ eqn
bRA
bJY
acQ
-aQI
-fid
+bGi
+anZ
aTE
aal
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aal
aQL
aal
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aal
aQQ
aaa
@@ -97527,33 +98648,33 @@ aQQ
aQQ
aQQ
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aal
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aal
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
aaa
aaa
aaa
aaa
asD
-atc
+bjL
asD
aFz
mtv
@@ -97565,9 +98686,9 @@ bta
aup
bKW
boQ
-anU
-ltA
-tWA
+aBM
+bpX
+bqd
fQk
fQL
wFi
@@ -97579,14 +98700,14 @@ ahz
aiW
aiW
ahx
-tou
+aiW
aiW
aiW
bKo
-bKw
-ads
-bFC
-bFD
+bCq
+adt
+aCS
+bxa
aFp
jaf
aCS
@@ -97599,8 +98720,8 @@ aqy
aqJ
aWN
aWT
-aYV
-aZK
+aOi
+aXV
aWn
aES
aWE
@@ -97622,8 +98743,8 @@ baW
aEZ
aOZ
acQ
-akK
-fid
+brI
+anZ
aTE
aaa
aaa
@@ -97785,32 +98906,32 @@ aal
aal
aaa
aal
-awB
+aqm
aal
aaa
aal
-awB
+aqm
aal
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aal
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aal
aal
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
aaa
aaa
aaa
aaa
asD
-uww
+bkf
asD
aFz
aup
@@ -97821,9 +98942,9 @@ asj
bBE
aup
bKW
-bAv
+bsF
aPJ
-bys
+bpY
aup
fQk
icf
@@ -97840,10 +98961,10 @@ bKI
bKF
bKF
bKL
-aBr
-adt
-bKS
-bKT
+ads
+bwS
+bwY
+bxc
bKZ
bLa
aCS
@@ -97856,8 +98977,8 @@ bai
ban
bap
aPl
-aVU
-aZL
+aSO
+aYa
aWs
aEh
aWB
@@ -97879,21 +99000,21 @@ caT
akb
bnz
acQ
-bQv
-fid
+brS
+anZ
aTE
aaa
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aal
aQL
aal
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aaa
aQQ
aaa
@@ -98039,35 +99160,35 @@ aaa
aQQ
aal
aaL
+aqm
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aaS
+aal
+aqm
+aal
+aaa
+aal
+aqm
+aal
+aaa
+aaa
+aqq
awB
-aaS
-aaS
-aaS
-aaS
-aaS
-aaS
-aaS
-aaS
-aaS
-aal
-awB
-aal
-aaa
-aal
-awB
-aal
-aaa
-aaa
-bgE
-bNa
-bgE
+aqq
aaa
aaa
aal
aal
aal
aal
-awB
+aqm
aal
asj
buA
@@ -98079,7 +99200,7 @@ bEG
aRW
asj
asj
-alP
+aPQ
bAp
bAp
fQk
@@ -98113,8 +99234,8 @@ baj
bar
aqS
aqg
-aWe
-aZI
+aVU
+aXU
aWn
aEh
caJ
@@ -98136,21 +99257,21 @@ aEG
aFa
aPm
acQ
-arc
-fid
+brV
+anZ
aTE
aal
-bio
-bio
-bio
-bio
-bio
+bkq
+bkq
+bkq
+bkq
+bkq
aQL
-bio
-bio
-bio
-bio
-bio
+bkq
+bkq
+bkq
+bkq
+bkq
aaa
aQQ
aaa
@@ -98299,11 +99420,11 @@ aal
aal
aaa
aal
-awB
+aqm
aal
aaa
aal
-awB
+aqm
aal
aQP
aaS
@@ -98316,15 +99437,15 @@ aaS
aaS
aaa
aal
-awB
+aqm
aal
aal
aal
aal
-awB
-awB
-awB
-awB
+aqm
+aqm
+aqm
+aqm
aal
asj
asj
@@ -98335,8 +99456,8 @@ aup
aup
aup
asj
-oIp
-xRL
+alP
+aUc
aup
rtc
fQk
@@ -98370,8 +99491,8 @@ baj
bXG
baI
akF
-akC
-aZQ
+aFY
+aYb
aDV
aio
aWB
@@ -98393,21 +99514,21 @@ bgF
bgH
bgT
acQ
-aQI
-fid
+bGi
+anZ
aTE
aaa
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aal
aQL
aal
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aal
aQQ
aaa
@@ -98555,16 +99676,16 @@ avP
aQQ
aQQ
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aal
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
aal
-awB
+aqm
aal
aaa
aal
@@ -98576,9 +99697,9 @@ aaS
aaS
aaS
aaS
-awB
-awB
-awB
+aqm
+aqm
+aqm
aal
aal
aal
@@ -98592,7 +99713,7 @@ aup
aup
bQD
asj
-qkT
+anS
pNv
bAp
oeB
@@ -98622,13 +99743,13 @@ arT
arT
atX
atX
-biK
+aFi
bak
atX
arT
arT
-bjl
-aZI
+aWe
+aXU
aDV
aMN
aWC
@@ -98650,8 +99771,8 @@ acQ
acQ
acQ
acQ
-aQI
-fid
+bGi
+anZ
aQK
aal
aal
@@ -98812,17 +99933,17 @@ aaa
aaa
aQQ
aal
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aal
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aal
aal
aaa
@@ -98849,7 +99970,7 @@ aup
bQZ
bQH
asj
-oIp
+alP
byL
bAu
pGM
@@ -98876,16 +99997,16 @@ aFu
asi
arT
asa
-asa
-aua
-aEl
-asU
-biL
-biV
-kDh
+arH
+apI
+anF
+aqR
+ary
+apK
+aro
arT
-akC
-nkG
+aFY
+aYq
aDV
aEm
aEh
@@ -98902,26 +100023,26 @@ bfY
bDf
cdR
bSx
-bQz
-bQx
-aQI
-aQI
-aQI
-aQI
-fid
+aYY
+brj
+bGc
+bGc
+bGc
+brW
+anZ
aQK
aaa
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aal
aQL
aal
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aaa
aQU
aaa
@@ -99069,29 +100190,29 @@ aaa
aaa
aQQ
aal
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aal
aaS
aal
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aaa
aaa
aaa
@@ -99133,16 +100254,16 @@ aFv
aAZ
arT
asa
-aZZ
-bab
-bab
-bag
-bal
-bao
+akN
+aqu
+aqL
+art
+arF
+arG
aEL
biM
-akC
-aZW
+aFY
+aYr
aDV
aEn
aEh
@@ -99158,27 +100279,27 @@ aZa
aDV
bGf
aDV
-pxQ
-oqF
-oqF
-oqF
-oqF
-unF
-dgr
-wia
+anP
+bfX
+aoB
+aoB
+aoB
+aps
+aqN
+arN
aQK
aal
-bio
-bio
-bio
-bio
-bio
+bkq
+bkq
+bkq
+bkq
+bkq
biv
-bio
-bio
-bio
-bio
-bio
+bkq
+bkq
+bkq
+bkq
+bkq
aal
aQQ
aaa
@@ -99326,29 +100447,29 @@ aaa
aaa
aQQ
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aal
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aal
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aal
-awB
-awB
-awB
-awB
-awB
+aqm
+aqm
+aqm
+aqm
+aqm
aaS
-awB
-awB
-awB
-awB
-awB
+aqm
+aqm
+aqm
+aqm
+aqm
aal
aQQ
aaa
@@ -99357,7 +100478,7 @@ aaa
aaa
asj
aRQ
-nQY
+apH
hGR
asj
aaa
@@ -99389,17 +100510,17 @@ aCS
aCS
aCS
arT
-aLg
-aWP
-auv
-aEo
-caC
-aEM
-bas
+arT
+alG
+aoy
+anI
+aqR
+arw
+arC
aEL
biN
-akC
-aZI
+aFY
+aXU
aDV
aDV
aDV
@@ -99415,8 +100536,8 @@ baM
aDV
bQw
aDV
-cPK
-aQI
+anW
+bGi
aQK
aQK
aQK
@@ -99425,17 +100546,17 @@ aQK
aQK
aQK
aal
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aal
aQL
aal
-bix
-bix
-bix
-bix
+bkT
+bkT
+bkT
+bkT
aaa
aQQ
aaa
@@ -99591,21 +100712,21 @@ aaa
aal
aaa
aaa
-bgE
-awB
-bgE
+aqq
+aqm
+aqq
aaa
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aal
aaS
aal
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aaa
aQQ
aaa
@@ -99640,23 +100761,23 @@ ajI
ajI
ajI
ajI
-aaa
-aCS
+aqD
aij
+aiz
adI
aiz
arT
-asp
-asV
-auB
-auB
-auB
-auB
-auB
-auB
+asa
+aqt
+aqv
+aqv
+ara
+arg
+arg
+arg
arT
-akC
-aZI
+aFY
+aXU
aDY
aEp
aGb
@@ -99672,13 +100793,13 @@ bGi
aDV
aDV
aDV
-bGi
-aQI
+anZ
+boe
+aQK
+brt
+aoQ
+apv
aQK
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -99898,22 +101019,22 @@ aaa
aal
aaa
aaa
-pWc
aij
aiz
+aiz
wNu
arT
-bfk
-alG
-biW
-akN
-aEK
-vjd
-aqR
-bKi
+asa
+asa
+apJ
+anN
+ari
+arx
+arI
+apj
arT
-baw
-aZX
+aWl
+aYs
aDZ
caH
aFr
@@ -99929,15 +101050,15 @@ bGj
bGc
bGc
bGc
-bRC
-aQI
+aoc
+bri
+brn
+brv
+aoS
+apy
aQK
aaa
aaa
-aaa
-aaa
-aaa
-aaa
aal
aQQ
aQQ
@@ -100109,17 +101230,17 @@ aQQ
aQQ
aaa
aaa
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aal
aaS
aal
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aal
aQQ
aaa
@@ -100155,22 +101276,22 @@ avP
avP
avP
aal
-aal
+aij
aij
aij
alH
-aij
-aij
-aij
-aij
-aij
-aij
-aij
-aij
-aij
-aij
-aOi
-aZI
+arT
+arT
+arT
+arT
+arT
+arT
+arT
+arT
+arT
+arT
+aXN
+aXU
aDZ
aEq
aFs
@@ -100189,10 +101310,10 @@ bQv
bZr
bZr
aQK
-aaa
-aaa
-aaa
-aaa
+aoI
+apa
+apv
+aQK
aaa
aaa
aaa
@@ -100366,17 +101487,17 @@ aaa
aQQ
aal
aal
-awB
-awB
-awB
-awB
-awB
+aqm
+aqm
+aqm
+aqm
+aqm
aaS
-awB
-awB
-awB
-awB
-awB
+aqm
+aqm
+aqm
+aqm
+aqm
aal
aQQ
aaa
@@ -100416,9 +101537,9 @@ aaa
aij
aiA
aOL
-ftT
-aja
-wCc
+aZr
+buW
+bJR
aGc
akc
aki
@@ -100426,8 +101547,8 @@ aqI
aqI
aWW
aiN
-akC
-aZI
+aFY
+aXU
aEa
aEr
aOa
@@ -100446,10 +101567,10 @@ aQK
aQK
aQK
aQK
-aaa
-aaa
-aaa
-aaa
+aQK
+aQK
+aQK
+aQK
aaa
aaa
aaa
@@ -100623,17 +101744,17 @@ aaa
aQQ
aal
aaa
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aal
aaS
aal
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aaa
aQQ
aaa
@@ -100672,19 +101793,19 @@ aij
aij
aij
tjy
-ake
-aVY
-aVY
-aWf
-bOQ
+aYv
+aZR
+aZR
+bDi
+bDR
aWf
aWf
aZz
-aZB
+aWf
aWf
aZF
-aWl
-bac
+aXO
+aYt
aEb
aEb
aEb
@@ -100926,25 +102047,25 @@ aaa
aaa
aal
aij
-sRo
-lhb
-bjk
-slm
-ajY
-bLq
-bjQ
-aZv
-ajB
-bLq
-bkA
+aLl
+aDp
+aYG
+bDo
alg
+bBC
+bCF
+aZv
+bkA
+bJv
+bBS
+aiB
aiB
aBZ
-aZG
+aDP
bad
aEc
aEs
-aFW
+aYV
aNU
aNU
aNU
@@ -101136,10 +102257,10 @@ aaa
aaa
aQQ
aal
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aal
aaS
aaS
@@ -101177,27 +102298,27 @@ aaa
aaa
aaa
aaa
+avP
aaa
-aaa
-aaa
-aaa
-aaa
+acU
+acU
+acU
+acU
+acU
+acU
+acU
+acU
+aij
+aij
+bCf
+bDX
+bCf
aij
aij
aij
-aiN
-bjr
-aiN
-aiN
-aiN
-bkd
-aiN
-aiN
-aiN
-bkH
-aiN
-aiN
-aZG
+aij
+aij
+bGv
bad
aDP
aEt
@@ -101393,17 +102514,17 @@ aaa
aaa
aQQ
aal
-awB
-awB
-awB
-awB
-awB
+aqm
+aqm
+aqm
+aqm
+aqm
aaS
aal
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aal
aQQ
aaa
@@ -101434,30 +102555,30 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
aal
-aij
-ajX
-ioi
-ajR
-aiN
-aEg
-aZw
-ajR
-aiN
-aOR
-alI
-ajR
-aiN
-aZG
-bae
+acU
+ais
aZs
-bax
+bkd
+bAg
+aiy
+bFn
+acU
+bAO
+bBo
+bBR
+bCS
+akh
+akZ
+akZ
+alI
+aCI
+alI
+anY
+bEO
+aDP
+aDP
aFX
aNU
aNU
@@ -101650,17 +102771,17 @@ aaa
aaa
aQQ
aaa
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aal
aaS
-awB
-awB
-awB
-awB
-awB
+aqm
+aqm
+aqm
+aqm
+aqm
aal
aQQ
aaa
@@ -101691,30 +102812,30 @@ aaa
aaa
aaa
aaa
+avP
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aij
-aNk
-ayP
-bjC
-aiN
-aOU
-aZx
-bjC
-aiN
-aSi
-aZC
-bjC
-aiN
-aZR
-bah
-bau
-bav
+afq
+aiy
+aZt
+bke
+bBw
+aiy
+bFn
+acU
+bAQ
+bAQ
+aiB
+bCU
+bEa
+bFu
+bFD
+alI
+aCI
+alI
+bJq
+bEO
+aDP
+aDP
bKj
aEb
aaa
@@ -101914,10 +103035,10 @@ aal
aaa
aaS
aal
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aaa
aQQ
aaa
@@ -101948,30 +103069,30 @@ aaa
aaa
aaa
aaa
+avP
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+afq
+ajA
+aZt
+bkH
+bBw
+aiy
+bFn
+acU
aij
aij
-aiN
-bjs
-aiN
-aiN
-aiN
-bke
-aiN
-aiN
-aiN
-bkI
-aiN
-aiN
-aDQ
-oKN
+bBZ
+bDX
+bBZ
+aij
+aij
+aij
+aCI
+aij
+bJu
+bER
+bEY
aDP
-caI
aFX
aNU
aNU
@@ -102164,10 +103285,10 @@ aaa
aaa
aQQ
aal
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aal
aaS
aaa
@@ -102205,30 +103326,30 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
+aal
+acU
+ajB
+buF
+bzs
+bAq
+aXQ
+aMc
+aMc
+bFE
+bBp
+bCh
+bCW
+bEc
+bBp
+bJg
aij
-ais
-ajB
-aDU
-aqO
-blv
-ajB
-anY
-dIr
-puP
-apN
-aZD
-arp
-aCA
-aDQ
-aZr
-mSf
-baz
+aCI
+aij
+aof
+bJy
+bJB
+bGv
aFX
bTV
aNZ
@@ -102421,17 +103542,17 @@ aaa
aaa
aQQ
aal
-awB
-awB
-awB
-awB
-awB
+aqm
+aqm
+aqm
+aqm
+aqm
aaS
aal
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aaa
aQQ
aaa
@@ -102462,30 +103583,30 @@ aaa
aaa
aaa
aaa
+avP
aaa
-aaa
-aaa
-aaa
-aaa
-aal
-aij
+afq
+ake
+aZA
+bze
+bBM
+bDI
aMc
-ajB
-ktr
-roG
-sCR
-roG
-bRo
-cta
-hLQ
-ajB
-aZD
+aiN
+aiN
+aiN
+bJS
+bCW
arq
-aUP
-aDQ
-aDQ
-aDQ
-aZt
+aiN
+aiN
+aij
+bJx
+bJx
+bKc
+bKB
+bKc
+bJx
aFZ
aNU
aNU
@@ -102678,17 +103799,17 @@ aaa
aaa
aQU
aal
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aal
aQP
-awB
-awB
-awB
-awB
-awB
+aqm
+aqm
+aqm
+aqm
+aqm
aal
aQQ
aaa
@@ -102719,30 +103840,30 @@ aaa
aaa
aaa
aaa
+avP
aaa
-aaa
-aaa
-aaa
-aal
-aal
-aij
+afq
+anO
aiy
-ajB
-wjr
-vyR
-wIc
-akg
-aof
-ajB
-koS
-aZA
-aZE
-arp
-arq
-aDR
-rrH
-aDQ
-aDQ
+bzf
+aiy
+bDN
+aMc
+aeZ
+bAU
+aiN
+bCt
+bCX
+bEf
+aiN
+bAU
+ajR
+bJx
+bJM
+bKi
+bKK
+bKi
+bJx
baB
aEb
aEb
@@ -102942,10 +104063,10 @@ aal
aaa
aaS
aal
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aaa
aQQ
aaa
@@ -102976,31 +104097,31 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aij
-aij
-ayw
-aEd
-vhn
-blu
-wfm
-aof
-bls
-koS
-aYQ
-aeQ
-afq
-aiN
-aiN
-rrH
-rrH
-aij
-bDI
+avP
+aal
+acU
+aDQ
+aZB
+bzm
+aiy
+aZC
+aMc
+bAv
+bBc
+bBu
+bCu
+bCW
+bEm
+bBu
+bBc
+bFQ
+bJx
+bLn
+bJI
+bKP
+bJI
+bJx
+bqh
aNZ
bHP
aEb
@@ -103192,10 +104313,10 @@ aaa
aaa
aQQ
aal
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aal
aaS
aaa
@@ -103233,30 +104354,30 @@ aaa
aaa
aaa
aaa
+avP
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aal
-aij
-acU
-oqk
-wfm
-ajB
-ajB
-aof
-qDd
-koS
-ajB
-aeZ
-afx
+afq
+anO
+aZC
+bzu
+aZC
+bDP
+aMc
aiN
-aDS
-rrH
-bhp
-aij
+aiN
+aiN
+bCw
+bCY
+bEz
+aiN
+aiN
+aiN
+bJx
+bLq
+bKn
+bKR
+bKT
+bJx
aEb
baB
aEb
@@ -103449,17 +104570,17 @@ aaa
aaa
aQQ
aaa
-awB
-awB
-awB
-awB
-awB
+aqm
+aqm
+aqm
+aqm
+aqm
aaS
aal
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aal
aQQ
aaa
@@ -103490,30 +104611,30 @@ aaa
aaa
aaa
aaa
+avP
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aal
-aij
-ajF
-xeI
-ajB
-ajB
-ajB
-obU
-sjj
-jpN
-ajB
-aeZ
+afq
+ake
+ake
+bzy
+bBP
+bDY
+aMc
afy
+bAU
aiN
-aDS
-rrH
-aEe
-aij
+bCx
+bCW
+bEE
+aiN
+bAU
+ajS
+bJx
+bLs
+bKp
+bKp
+bKp
+bJx
aaa
aRT
aaa
@@ -103706,17 +104827,17 @@ aaa
aaa
aQQ
aal
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aal
aaS
-awB
-awB
-awB
-awB
-awB
+aqm
+aqm
+aqm
+aqm
+aqm
aal
aQQ
aaa
@@ -103747,30 +104868,30 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aij
-aij
-bjt
-bjD
-akZ
-ajS
-apr
-akh
-aqD
-ajB
-bkJ
-aiN
-aiN
-aij
-aij
-aij
-aij
+avP
+aal
+acU
+aEg
+aZC
+bzz
+aiy
+bFf
+aMc
+bAz
+bBc
+bBu
+bCu
+bDa
+bEF
+bBu
+bBc
+bFS
+bJx
+bLt
+bKs
+bKs
+bKs
+bJx
aaa
aaa
aaa
@@ -103970,10 +105091,10 @@ aal
aaa
aaS
aal
-bgE
-bgE
-bgE
-bgE
+aqq
+aqq
+aqq
+aqq
aal
aQQ
aaa
@@ -104004,30 +105125,30 @@ aaa
aaa
aaa
aaa
+avP
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aal
-aij
-ajG
-ajG
-ajG
-bjS
-ajD
-ajG
-chd
-hJM
-aUj
+acU
+aMc
+aZD
+bzC
+aZD
+aMc
+aMc
aiN
-cvE
-aij
-aal
-aal
-aal
+aiN
+aiN
+bCy
+bCW
+ayw
+aiN
+aiN
+bJl
+bJx
+bLu
+bKt
+bKt
+bKt
+bJx
aaa
aaa
aaa
@@ -104263,28 +105384,28 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aal
aij
-bjv
-bjE
ajD
-bjT
-aON
-azd
-aDT
-anY
-aUr
-aij
-kCD
-aij
-aaa
-aaa
-aaa
+aeQ
+bjQ
+bzB
+aqO
+bAj
+bAj
+bBd
+bBv
+bzB
+bDb
+bEK
+bFv
+bFN
+bHD
+bHJ
+bIm
+bIu
+bJV
+bLb
+bJx
aaa
aaa
aaa
@@ -104520,28 +105641,28 @@ aaa
aaa
aaa
aaa
-abE
-aaa
-aaa
-aaa
-aaa
-aaa
aij
-aij
-ajA
-aij
-ajA
-aij
-ajA
-aij
-ajA
-aij
-aij
-aal
-aaa
-aaa
-aaa
-aaa
+ajY
+aeQ
+bjC
+aiB
+bAc
+bAn
+bAB
+bBh
+tjy
+aeQ
+bDn
+aeQ
+bFw
+bFO
+bJw
+bJE
+bJV
+bII
+bJI
+bJI
+bJx
aaa
aRU
aaa
@@ -104777,28 +105898,28 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aal
-aaa
-aaa
-aal
-aal
-aal
-aaa
-aal
-aal
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+afx
+aPt
+bau
+bzF
+bau
+aPt
+aPt
+aiN
+aiN
+aiN
+bCz
+bCW
+bET
+aiN
+aiN
+bJl
+bJx
+bKb
+bJs
+bKS
+bLv
+bJx
aaa
aaa
aaa
@@ -105034,29 +106155,29 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+afx
+aSJ
+bav
+bzI
+bax
+bDZ
+aPt
+bAJ
+bBk
+bBu
+bCC
+bCW
+bEU
+bBu
+bBk
+bGk
+bJl
+bJx
+bJz
+bJx
+bJx
+bJx
+aij
aaa
aaa
aaa
@@ -105291,31 +106412,31 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+afx
+aSY
+bav
+bzJ
+bAd
+bzl
+aPt
+ajF
+bBm
+aiN
+bCD
+bCW
+bEW
+aiN
+bBm
+ajX
+aiN
+bGM
+bJU
+bIs
+bJh
+bHN
+aij
+aij
+aij
aaa
aaa
aaa
@@ -105548,31 +106669,31 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+afx
+aTc
+bax
+bzL
+bCL
+bax
+aPt
+aiN
+aiN
+aiN
+bCG
+bDG
+bFa
+aiN
+aiN
+aiN
+aiN
+bGM
+bKv
+bIs
+bJh
+bGM
+bGM
+bIM
+aij
aaa
aaa
aaa
@@ -105805,31 +106926,31 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+afx
+aVY
+bjs
+bzM
+bCO
+bav
+aPt
+bAK
+bBk
+bBu
+bCC
+bCW
+bEU
+bBu
+bBk
+bGN
+aiN
+bGQ
+apr
+apN
+bKA
+bLd
+aij
+aij
+aij
aaa
aaa
aaa
@@ -106062,29 +107183,29 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+afx
+aYu
+bjt
+bzP
+bCP
+bES
+aPt
+ajG
+bBm
+aiN
+bCH
+bDH
+bFb
+aiN
+bBm
+akg
+aiN
+aij
+aij
+aij
+aij
+aij
+aij
aaa
aaa
aaa
@@ -106319,23 +107440,23 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-abE
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+afx
+aYw
+bjv
+bAb
+bCQ
+bLc
+aPt
+aiN
+aiN
+aiN
+arp
+bCW
+bFe
+aiN
+aiN
+aiN
+aij
aaa
aaa
aaa
@@ -106576,23 +107697,23 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-abE
-aaa
+afx
+afx
+bax
+bAd
+bav
+afx
+afx
+aij
+bIZ
+bBp
+bCh
+bCW
+bEc
+bBp
+bGl
+aij
+aij
aaa
aaa
aaa
@@ -106834,22 +107955,22 @@ aaa
aaa
aaa
aaa
+afx
+bjD
+bjD
+bjD
+afx
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aij
+bFr
+bFA
+bGs
+bGL
+bGs
+bFA
+bFr
+aij
+aal
aaa
aaa
aaa
@@ -107091,23 +108212,23 @@ aaa
aaa
aaa
aaa
+aal
aaa
aaa
aaa
+aal
aaa
aaa
+bFr
+bFC
+bGu
+bGR
+bHz
+bId
+bFr
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+aal
+avP
aaa
aaa
aaa
@@ -107348,23 +108469,23 @@ aaa
aaa
aaa
aaa
+avP
+avP
+avP
+avP
+avP
+avP
aaa
+bFx
+bFW
+bGy
+bGV
+bHB
+bIO
+bFx
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
+avP
aaa
aaa
aaa
@@ -107610,17 +108731,17 @@ aaa
aaa
aaa
aaa
+avP
aaa
+bFx
+bFW
+bGz
+bHg
+bGz
+bIR
+bFx
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
aaa
aaa
aaa
@@ -107867,17 +108988,17 @@ aaa
aaa
aaa
aaa
+avP
+aal
+bFr
+bGh
+bGD
+bHl
+bHR
+bIW
+bFr
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
aaa
aaa
aaa
@@ -108124,17 +109245,17 @@ aaa
aaa
aaa
aaa
+avP
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+bFr
+bFr
+bGG
+bHu
+bIb
+bFr
+bFr
+aal
+avP
aaa
aaa
aaa
@@ -108381,17 +109502,17 @@ aaa
aaa
aaa
aaa
+avP
aaa
aaa
+bFr
+bFx
+bFx
+bFx
+bFr
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
aaa
aaa
aaa
@@ -108638,17 +109759,17 @@ aaa
aaa
aaa
aaa
+avP
+avP
+aaa
+aal
aaa
aaa
aaa
+aal
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
+avP
aaa
aaa
aaa
@@ -108896,15 +110017,15 @@ aaa
aaa
aaa
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+avP
+avP
+avP
+avP
+avP
+avP
+avP
+avP
+avP
aaa
aaa
aaa
diff --git a/_maps/map_files/Donutstation/Donutstation_LVL2.dmm b/_maps/map_files/Donutstation/Donutstation_LVL2.dmm
new file mode 100644
index 00000000000..49adce6b78e
--- /dev/null
+++ b/_maps/map_files/Donutstation/Donutstation_LVL2.dmm
@@ -0,0 +1,86419 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"ab" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ pixel_y = 29
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"ac" = (
+/turf/open/openspace,
+/area/space)
+"ad" = (
+/turf/closed/wall,
+/area/quartermaster/qm/perch)
+"ae" = (
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"af" = (
+/turf/closed/wall,
+/area/quartermaster/sorting)
+"ag" = (
+/obj/effect/spawner/structure/window,
+/turf/open/floor/plating,
+/area/medical/chemistry)
+"ah" = (
+/turf/open/openspace,
+/area/quartermaster/qm/perch)
+"ai" = (
+/obj/structure/disposalpipe/segment,
+/turf/closed/wall,
+/area/quartermaster/sorting)
+"aj" = (
+/obj/structure/rack,
+/obj/item/plunger,
+/obj/item/plunger{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"ak" = (
+/obj/structure/table,
+/obj/machinery/reagentgrinder,
+/obj/item/stack/sheet/mineral/plasma{
+ pixel_y = 10
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"al" = (
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"am" = (
+/obj/structure/closet/secure_closet/chemical,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"an" = (
+/obj/machinery/chem_heater{
+ pixel_x = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"ao" = (
+/obj/machinery/chem_dispenser{
+ layer = 2.7
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"ap" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"aq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"ar" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/eastright{
+ base_state = "left";
+ dir = 8;
+ icon_state = "left";
+ name = "Chemistry Hall";
+ req_access_txt = "33"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"as" = (
+/obj/structure/filingcabinet/filingcabinet,
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting)
+"at" = (
+/turf/closed/wall,
+/area/maintenance/starboard/upper)
+"au" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting)
+"av" = (
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"aw" = (
+/obj/structure/disposalpipe/trunk/multiz/down,
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"ax" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"ay" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Cargo Warehouse Maintenance";
+ req_access_txt = "31"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"az" = (
+/obj/structure/chair/office/light,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"aA" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"aB" = (
+/obj/machinery/chem_master,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"aC" = (
+/obj/structure/table/glass,
+/obj/item/book/manual/wiki/chemistry{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/book/manual/wiki/grenades,
+/obj/item/book/manual/wiki/plumbing{
+ pixel_x = 4;
+ pixel_y = -4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/structure/sign/warning/chemdiamond{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"aD" = (
+/obj/structure/rack,
+/obj/item/construction/plumbing,
+/obj/item/construction/plumbing{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"aE" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"aF" = (
+/obj/structure/disposaloutlet,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plating,
+/area/quartermaster/sorting)
+"aG" = (
+/turf/open/openspace,
+/area/space/nearstation)
+"aH" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"aI" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/openspace,
+/area/quartermaster/qm/perch)
+"aJ" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 1
+ },
+/obj/item/radio/intercom{
+ pixel_x = -30
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"aK" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/layer1,
+/obj/machinery/power/tracker{
+ id = "portbow"
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"aL" = (
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"aM" = (
+/turf/closed/wall/r_wall,
+/area/hallway/primary/upper)
+"aN" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/structure/table,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"aO" = (
+/obj/machinery/computer/cargo/request,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"aP" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"aQ" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 5
+ },
+/obj/structure/railing{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"aR" = (
+/turf/closed/wall/r_wall,
+/area/security/prison/upper)
+"aS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed,
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ name = "Prison Intercom (General)";
+ pixel_y = 24;
+ prison_radio = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Cell 9";
+ dir = 4;
+ network = list("ss13","PrisonCell","Prison","Security")
+ },
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"aT" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"aU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start/prisoner,
+/obj/machinery/flasher{
+ id = "pcell9";
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"aV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/flasher{
+ id = "pcell10";
+ pixel_y = 28
+ },
+/obj/effect/landmark/start/prisoner,
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"aW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/toilet{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"aX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"aY" = (
+/obj/effect/turf_decal/trimline/white/corner{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"aZ" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/security/armory/upper)
+"ba" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"bb" = (
+/turf/open/openspace,
+/area/ai_monitored/security/armory/upper)
+"bc" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting)
+"bd" = (
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"be" = (
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"bf" = (
+/obj/structure/cable/layer1,
+/obj/machinery/power/solar,
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/space/nearstation)
+"bg" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/suit/armor/bulletproof,
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001;
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001
+ },
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001;
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/clothing/suit/armor/bulletproof,
+/obj/item/clothing/head/helmet/alt,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"bh" = (
+/obj/effect/turf_decal/trimline/brown/filled/corner{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"bi" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/conveyor{
+ id = "packageSort"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/sorting)
+"bj" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown,
+/obj/structure/table,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"bk" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24;
+ req_access = null;
+ req_one_access_txt = "2;24"
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"bl" = (
+/obj/effect/turf_decal/trimline/yellow/line,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"bm" = (
+/turf/closed/wall,
+/area/hydroponics/upper)
+"bn" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Medical - Chemfactory Northwest";
+ dir = 2;
+ network = list("ss13","Medical")
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bo" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"bp" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 1
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"bq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"br" = (
+/obj/machinery/vending/wardrobe/chem_wardrobe,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bs" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bt" = (
+/obj/structure/rack,
+/obj/item/storage/toolbox/mechanical,
+/obj/item/clothing/head/welding,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/machinery/light,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bu" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/medical/chemistry)
+"bv" = (
+/turf/closed/wall,
+/area/hallway/primary/upper)
+"bw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"bx" = (
+/obj/machinery/conveyor{
+ id = "packageSort"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/quartermaster/sorting)
+"by" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/quartermaster/sorting)
+"bz" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"bA" = (
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"bB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"bC" = (
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"bD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"bE" = (
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"bF" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"bG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"bH" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ pixel_x = 30
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"bI" = (
+/obj/machinery/airalarm{
+ pixel_y = 28
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"bJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/toilet{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"bK" = (
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"bL" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/door/airlock/security/glass{
+ id_tag = "prisoncellmain";
+ name = "Cell Airlock"
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"bM" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bN" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bO" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bP" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"bR" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"bS" = (
+/obj/machinery/power/apc{
+ areastring = "/area/crew_quarters/fitness/locker_room/male";
+ dir = 1;
+ name = "Male Locker Room APC";
+ pixel_y = 23
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"bT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"bU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"bV" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"bY" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 1
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"bZ" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"ca" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Pharmacy Maintenance";
+ req_access_txt = "5; 33"
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"cb" = (
+/obj/machinery/door/airlock/mining/glass{
+ name = "Quartermaster";
+ req_access_txt = "41"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"cc" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/machinery/camera{
+ c_tag = "External - Port Bow Exterior Access";
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/port/bow)
+"cd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"ce" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"cf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"cg" = (
+/obj/machinery/door/window/eastright{
+ dir = 8;
+ name = "Chemistry Hall";
+ req_access_txt = "33"
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"ch" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"ci" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"cj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"ck" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"cl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"cm" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"cn" = (
+/obj/structure/lattice,
+/turf/open/openspace,
+/area/space/nearstation)
+"co" = (
+/turf/closed/wall,
+/area/library/private)
+"cp" = (
+/obj/structure/table/wood,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/carpet/red,
+/area/library/private)
+"cq" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"cr" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"cs" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"ct" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"cu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"cv" = (
+/obj/effect/turf_decal/tile/yellow,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"cw" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"cx" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"cy" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"cz" = (
+/obj/structure/table/wood,
+/obj/item/flashlight/lamp/green,
+/turf/open/floor/carpet/red,
+/area/library/private)
+"cA" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"cB" = (
+/turf/closed/wall/r_wall,
+/area/security/prison/shower)
+"cC" = (
+/turf/closed/wall,
+/area/library/upper)
+"cD" = (
+/obj/structure/table,
+/obj/item/storage/box/chemimp{
+ pixel_x = 6
+ },
+/obj/item/storage/box/trackimp{
+ pixel_x = -3
+ },
+/obj/item/storage/lockbox/loyalty,
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"cE" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"cF" = (
+/obj/effect/turf_decal/bot,
+/obj/structure/reagent_dispensers/watertank/high,
+/obj/item/reagent_containers/glass/bucket,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"cG" = (
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"cH" = (
+/obj/structure/chair/comfy/brown{
+ dir = 1
+ },
+/turf/open/floor/carpet/red,
+/area/library/private)
+"cI" = (
+/turf/open/floor/carpet/red,
+/area/library/private)
+"cJ" = (
+/turf/open/floor/wood,
+/area/library/upper)
+"cK" = (
+/obj/structure/displaycase/trophy,
+/turf/open/floor/wood,
+/area/library/upper)
+"cL" = (
+/obj/effect/turf_decal/trimline/white/filled/corner,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/structure/railing/corner,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"cM" = (
+/obj/effect/turf_decal/trimline/white/filled/line,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/railing,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"cN" = (
+/obj/machinery/door/morgue{
+ name = "Study #1"
+ },
+/turf/open/floor/carpet/red,
+/area/library/private)
+"cO" = (
+/obj/machinery/door/morgue{
+ name = "Study #2"
+ },
+/turf/open/floor/carpet/red,
+/area/library/private)
+"cP" = (
+/obj/structure/rack,
+/obj/item/clothing/suit/armor/riot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/suit/armor/riot,
+/obj/item/clothing/suit/armor/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/helmet/riot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/clothing/head/helmet/riot,
+/obj/item/clothing/head/helmet/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/shield/riot{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/shield/riot,
+/obj/item/shield/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/clothing/suit/armor/riot{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/clothing/head/helmet/riot,
+/obj/item/shield/riot,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"cQ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/item/radio/intercom{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"cR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"cS" = (
+/obj/structure/ladder,
+/obj/machinery/camera/motion{
+ c_tag = "Security - Upper Armory";
+ dir = 2;
+ network = list("ss13","Security")
+ },
+/obj/structure/sign/poster/official/enlist{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"cT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"cU" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"cV" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/ai_monitored/security/armory/upper)
+"cW" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/security/armory/upper)
+"cX" = (
+/obj/machinery/shower{
+ dir = 4;
+ name = "emergency shower"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/prison/shower)
+"cY" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/ai_monitored/security/armory/upper)
+"cZ" = (
+/obj/machinery/shower{
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/prison/shower)
+"da" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/computer/security{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"db" = (
+/obj/machinery/shower{
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/prison/shower)
+"dc" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/white/filled/warning,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"dd" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/railing/corner,
+/obj/effect/turf_decal/trimline/white/filled/warning,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"de" = (
+/turf/open/floor/wood,
+/area/library/private)
+"df" = (
+/obj/effect/turf_decal/trimline/white/filled/line,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/railing,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"dg" = (
+/obj/structure/chair/comfy/brown{
+ dir = 4
+ },
+/turf/open/floor/carpet/red,
+/area/library/private)
+"dh" = (
+/obj/structure/table/wood,
+/obj/machinery/newscaster{
+ pixel_x = 28
+ },
+/turf/open/floor/carpet/red,
+/area/library/private)
+"di" = (
+/turf/open/openspace,
+/area/library/upper)
+"dj" = (
+/obj/machinery/shower{
+ pixel_y = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/prison/shower)
+"dk" = (
+/turf/open/openspace,
+/area/library/private)
+"dl" = (
+/turf/closed/wall/r_wall,
+/area/security/brig/upper)
+"dm" = (
+/obj/machinery/door/morgue{
+ name = "Study #3"
+ },
+/turf/open/floor/carpet/red,
+/area/library/private)
+"dn" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"do" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"dp" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"dq" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Civilian - Library Private Study";
+ dir = 8
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_x = 32
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"dr" = (
+/obj/effect/spawner/structure/window,
+/turf/open/floor/plating,
+/area/library/upper)
+"ds" = (
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"dt" = (
+/obj/structure/cable,
+/obj/item/radio/intercom{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"du" = (
+/obj/structure/noticeboard{
+ desc = "A board for pinning important notices upon. Probably helpful for keeping track of requests.";
+ name = "requests board";
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"dv" = (
+/obj/structure/rack,
+/obj/item/gun/energy/e_gun{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/gun/energy/e_gun,
+/obj/item/gun/energy/e_gun{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/gun/energy/e_gun,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"dw" = (
+/obj/structure/girder,
+/obj/structure/grille,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"dx" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"dy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"dz" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 10
+ },
+/obj/structure/railing{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"dA" = (
+/obj/effect/turf_decal/trimline/white/filled/line,
+/obj/structure/railing,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"dB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"dC" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/brig/upper)
+"dD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"dE" = (
+/turf/closed/wall,
+/area/medical/chemistry)
+"dF" = (
+/obj/effect/turf_decal/trimline/white/filled/line,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/structure/railing,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"dG" = (
+/obj/structure/chair/sofa/left{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"dH" = (
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/library/private)
+"dI" = (
+/obj/machinery/door/morgue{
+ name = "Study #4"
+ },
+/turf/open/floor/carpet/red,
+/area/library/private)
+"dJ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"dK" = (
+/obj/structure/chair/sofa/corner{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"dL" = (
+/obj/structure/chair/sofa{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"dM" = (
+/obj/structure/chair/sofa/left{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"dN" = (
+/obj/structure/table/wood,
+/turf/open/floor/carpet,
+/area/library/upper)
+"dO" = (
+/obj/structure/table/wood,
+/obj/machinery/computer/libraryconsole/bookmanagement,
+/turf/open/floor/carpet,
+/area/library/upper)
+"dP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"dQ" = (
+/turf/open/floor/carpet,
+/area/library/upper)
+"dR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"dS" = (
+/obj/structure/rack,
+/obj/item/gun/energy/laser{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/gun/energy/laser,
+/obj/item/gun/energy/laser{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/gun/energy/laser,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"dT" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/security/armory/upper)
+"dU" = (
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ areastring = "/area/library/upper";
+ dir = 1;
+ name = "Upper Library APC";
+ pixel_y = 23
+ },
+/turf/open/floor/carpet,
+/area/library/upper)
+"dV" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"dW" = (
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"dX" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"dY" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/structure/cable,
+/mob/living/simple_animal/bot/secbot{
+ arrest_type = 1;
+ health = 45;
+ icon_state = "secbot1";
+ idcheck = 1;
+ name = "Sergeant-at-Armsky";
+ weaponscheck = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"dZ" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"ea" = (
+/obj/structure/rack,
+/obj/item/gun/grenadelauncher{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/gun/grenadelauncher,
+/obj/effect/turf_decal/trimline/neutral/filled/line,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"eb" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"ec" = (
+/obj/structure/filingcabinet/chestdrawer,
+/turf/open/floor/engine/cult,
+/area/library/upper)
+"ed" = (
+/obj/structure/table/wood,
+/obj/item/folder/blue{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/obj/item/folder,
+/turf/open/floor/engine/cult,
+/area/library/upper)
+"ee" = (
+/obj/structure/table/wood,
+/obj/item/flashlight/lamp/green,
+/turf/open/floor/engine/cult,
+/area/library/upper)
+"ef" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"eg" = (
+/obj/structure/table/wood,
+/obj/item/paper_bin,
+/turf/open/floor/carpet,
+/area/library/upper)
+"eh" = (
+/obj/machinery/door/morgue{
+ name = "Private Study";
+ req_access_txt = "37"
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"ei" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"ej" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"ek" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"el" = (
+/turf/open/floor/engine/cult,
+/area/library/upper)
+"em" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/engine/cult,
+/area/library/upper)
+"en" = (
+/obj/structure/table/wood,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/engine/cult,
+/area/library/upper)
+"eo" = (
+/obj/machinery/libraryscanner,
+/turf/open/floor/carpet,
+/area/library/upper)
+"ep" = (
+/obj/effect/turf_decal/trimline/white/filled/line,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/railing,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"eq" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"er" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/white/filled/warning,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"es" = (
+/turf/closed/wall,
+/area/maintenance/central)
+"et" = (
+/obj/machinery/power/apc{
+ areastring = "/area/medical/pharmacy";
+ dir = 8;
+ name = "Pharmacy APC";
+ pixel_x = -25
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"eu" = (
+/turf/open/floor/plating,
+/area/maintenance/central)
+"ev" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"ew" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"ex" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"ey" = (
+/turf/open/openspace,
+/area/security/brig/upper)
+"ez" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"eA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"eB" = (
+/obj/machinery/shower{
+ dir = 8;
+ name = "emergency shower"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/prison/shower)
+"eC" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/eastleft{
+ name = "Armory";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"eD" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "6;12;50"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"eE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "5;12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"eF" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"eG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"eH" = (
+/turf/closed/wall/r_wall,
+/area/space/nearstation)
+"eI" = (
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"eJ" = (
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 10
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"eK" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 1
+ },
+/obj/structure/table,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"eL" = (
+/turf/closed/wall/r_wall,
+/area/gateway)
+"eM" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen"
+ },
+/obj/item/stack/ducts{
+ amount = 24
+ },
+/obj/item/stack/ducts{
+ amount = 14
+ },
+/obj/item/plunger,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"eN" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance/four,
+/obj/item/storage/box/lights,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"eO" = (
+/obj/effect/turf_decal/trimline/white/filled/corner,
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/structure/railing/corner,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"eP" = (
+/obj/structure/lattice,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"eQ" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/railing{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"eR" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/railing/corner,
+/obj/effect/turf_decal/trimline/white/filled/warning,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"eS" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"eT" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"eU" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 6
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/railing{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"eV" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 10
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/structure/railing{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"eW" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"eX" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/structure/railing{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"eY" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"eZ" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/structure/railing{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"fa" = (
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"fb" = (
+/obj/structure/girder,
+/obj/structure/grille,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"fc" = (
+/obj/effect/turf_decal/trimline/green/filled/line,
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ areastring = "/area/hydroponics/upper";
+ dir = 4;
+ name = "Upper Hydroponics APC";
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"fd" = (
+/obj/machinery/shower{
+ dir = 4;
+ name = "emergency shower"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/prison/shower)
+"fe" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/prison/shower)
+"ff" = (
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/machinery/vending/hydronutrients,
+/obj/structure/sign/poster/official/random{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"fg" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"fh" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"fi" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"fj" = (
+/obj/effect/turf_decal/trimline/white/filled/line,
+/obj/structure/railing,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"fk" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 8
+ },
+/obj/structure/disposalpipe/junction/yjunction{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"fl" = (
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"fm" = (
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"fn" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"fo" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/white/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"fp" = (
+/obj/effect/landmark/start/botanist,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"fq" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"fr" = (
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"fs" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/structure/sign/poster/official/space_cops{
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Upper Brig North";
+ dir = 4;
+ network = list("ss13","Security")
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"ft" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"fu" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"fv" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"fw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"fx" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"fy" = (
+/turf/open/openspace,
+/area/maintenance/central)
+"fz" = (
+/obj/effect/landmark/blobstart,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"fA" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"fB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"fC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"fD" = (
+/obj/item/trash/cheesie,
+/obj/structure/railing{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"fE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"fF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"fG" = (
+/turf/open/openspace,
+/area/crew_quarters/dorms)
+"fH" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"fI" = (
+/obj/effect/turf_decal/trimline/white/filled/corner,
+/obj/structure/railing/corner,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"fJ" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"fK" = (
+/obj/structure/ladder,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"fL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"fM" = (
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"fN" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/layer1,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"fO" = (
+/obj/structure/chair/stool,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"fP" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 6
+ },
+/obj/structure/railing{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"fQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"fR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/power/deck_relay,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"fS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"fT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"fU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/door/airlock/engineering{
+ name = "Lower-Floor Maintenance Access";
+ req_access_txt = "10"
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"fV" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Cargo Bay Maintenance";
+ req_access_txt = "31"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"fW" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"fX" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"fY" = (
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/space/nearstation)
+"fZ" = (
+/obj/structure/sign/warning/vacuum/external{
+ pixel_x = 32
+ },
+/turf/closed/wall,
+/area/maintenance/starboard/upper)
+"ga" = (
+/obj/machinery/door/airlock/external{
+ name = "External Hull Access"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"gb" = (
+/obj/machinery/door/airlock/external{
+ name = "External Hull Access"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"gc" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"gd" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"ge" = (
+/obj/item/trash/sosjerky,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"gf" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"gg" = (
+/obj/machinery/gateway{
+ dir = 9
+ },
+/obj/effect/turf_decal/bot_white/right,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"gh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"gi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"gj" = (
+/obj/structure/table,
+/obj/item/clothing/mask/cigarette/rollie/cannabis,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"gk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"gl" = (
+/obj/structure/chair/stool,
+/obj/structure/railing{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"gm" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"gn" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"go" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/maintenance/central)
+"gp" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"gq" = (
+/obj/effect/turf_decal/trimline/white/filled/corner,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing/corner,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"gr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/prison/shower)
+"gs" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"gt" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/ash,
+/obj/item/cigbutt/cigarbutt,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"gu" = (
+/obj/effect/turf_decal/trimline/brown/filled/line{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"gv" = (
+/obj/machinery/conveyor{
+ id = "packageSort"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/quartermaster/sorting)
+"gw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"gx" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"gy" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"gz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"gA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"gB" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/quartermaster/qm/perch)
+"gC" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/structure/closet/secure_closet/quartermaster,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"gD" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"gE" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"gF" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"gG" = (
+/obj/machinery/gateway{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot_white,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"gH" = (
+/obj/machinery/gateway{
+ dir = 5
+ },
+/obj/effect/turf_decal/bot_white/left,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"gI" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"gJ" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown,
+/obj/structure/ladder,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"gK" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/plasticflaps,
+/obj/machinery/conveyor{
+ id = "packageSort"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/sorting)
+"gL" = (
+/obj/structure/table,
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/item/folder/yellow,
+/obj/machinery/requests_console{
+ department = "Cargo Bay";
+ departmentType = 2;
+ pixel_x = -30
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting)
+"gM" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"gN" = (
+/obj/machinery/gateway{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot_white,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"gO" = (
+/obj/machinery/gateway/centerstation,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"gP" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/structure/filingcabinet,
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"gQ" = (
+/obj/effect/landmark/start/cargo_technician,
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/structure/chair/office,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting)
+"gR" = (
+/obj/machinery/disposal/deliveryChute{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/quartermaster/sorting)
+"gS" = (
+/obj/machinery/gateway{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot_white,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"gT" = (
+/obj/machinery/gateway{
+ dir = 10
+ },
+/obj/effect/turf_decal/bot_white/left,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"gU" = (
+/obj/machinery/gateway,
+/obj/effect/turf_decal/bot_white,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"gV" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"gW" = (
+/obj/machinery/gateway{
+ dir = 6
+ },
+/obj/effect/turf_decal/bot_white/right,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"gX" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"gY" = (
+/obj/structure/window/reinforced,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"gZ" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"ha" = (
+/obj/structure/table,
+/obj/item/paper/pamphlet/gateway{
+ pixel_x = -2;
+ pixel_y = -2
+ },
+/obj/item/paper/pamphlet/gateway,
+/obj/item/paper/pamphlet/gateway{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/item/radio/intercom{
+ pixel_x = -30
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"hb" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"hc" = (
+/obj/effect/turf_decal/bot,
+/obj/structure/closet/l3closet/scientist,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"hd" = (
+/obj/effect/turf_decal/bot,
+/obj/structure/closet/secure_closet/exile,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"he" = (
+/obj/item/storage/firstaid/regular,
+/obj/item/storage/firstaid/regular{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/obj/structure/rack,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"hf" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"hg" = (
+/obj/effect/turf_decal/trimline/white/filled/corner,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/railing/corner,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"hh" = (
+/turf/closed/wall/r_wall,
+/area/tcommsat/server/upper)
+"hi" = (
+/obj/structure/rack,
+/obj/item/radio/off{
+ pixel_x = -2;
+ pixel_y = -3
+ },
+/obj/item/radio/off,
+/obj/item/radio/off{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"hj" = (
+/turf/closed/wall,
+/area/crew_quarters/dorms/barracks/male)
+"hk" = (
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/stamp/qm,
+/obj/item/toy/figure/qm{
+ pixel_x = 5;
+ pixel_y = 3
+ },
+/obj/item/folder/yellow,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"hl" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/railing{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"hm" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/structure/filingcabinet,
+/obj/item/radio/intercom{
+ pixel_x = -30
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"hn" = (
+/obj/structure/chair/office{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"ho" = (
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/machinery/requests_console{
+ department = "Cargo Bay";
+ departmentType = 2;
+ pixel_x = 30
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"hp" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"hq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"hr" = (
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/machinery/computer/security/qm{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"hs" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/quartermaster/sorting)
+"ht" = (
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/item/flashlight/lamp,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"hu" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"hv" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/westleft{
+ dir = 1;
+ name = "Delivery Desk";
+ req_access_txt = "50"
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting)
+"hw" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"hx" = (
+/obj/structure/girder,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"hy" = (
+/obj/machinery/door/firedoor,
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"hz" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/quartermaster/qm/perch";
+ dir = 8;
+ name = "Quartermaster's Perch Overview APC";
+ pixel_x = -25
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"hA" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"hB" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"hC" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"hD" = (
+/obj/machinery/door/airlock/mining/glass{
+ name = "Mailroom";
+ req_access_txt = "50"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting)
+"hE" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting)
+"hF" = (
+/obj/structure/table,
+/obj/machinery/camera{
+ c_tag = "Cargo Mailroom";
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/item/destTagger,
+/obj/item/storage/box/lights,
+/obj/item/hand_labeler,
+/obj/machinery/power/apc{
+ areastring = "/area/quartermaster/sorting";
+ dir = 8;
+ name = "Delivery Office APC";
+ pixel_x = -25
+ },
+/obj/structure/cable,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting)
+"hG" = (
+/obj/machinery/conveyor_switch/oneway{
+ id = "packageSort";
+ pixel_x = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting)
+"hH" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting)
+"hI" = (
+/obj/structure/table,
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/item/storage/box,
+/obj/item/storage/box,
+/obj/item/storage/box,
+/obj/item/stack/packageWrap,
+/obj/item/stack/packageWrap,
+/obj/item/stack/packageWrap,
+/obj/item/stack/wrapping_paper{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/item/stack/wrapping_paper{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/item/stack/wrapping_paper{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting)
+"hJ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting)
+"hK" = (
+/obj/machinery/door/firedoor,
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/white/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"hL" = (
+/obj/machinery/door/firedoor,
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/white/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"hM" = (
+/obj/structure/rack,
+/obj/item/stack/ducts/fifty,
+/obj/item/stack/ducts/fifty{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/stack/ducts/fifty{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/stack/ducts/fifty{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"hN" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"hO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/white/filled/warning{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"hP" = (
+/obj/structure/ladder,
+/turf/open/floor/engine/cult,
+/area/library/upper)
+"hQ" = (
+/obj/structure/table/wood,
+/obj/item/paper_bin,
+/obj/item/pen,
+/turf/open/floor/engine/cult,
+/area/library/upper)
+"hR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/wood,
+/area/library/upper)
+"hS" = (
+/turf/closed/wall,
+/area/library/printer)
+"hT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"hU" = (
+/obj/machinery/photocopier,
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"hV" = (
+/obj/item/radio/intercom{
+ pixel_x = -30
+ },
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"hW" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/structure/cable,
+/obj/structure/railing/corner,
+/turf/open/floor/wood,
+/area/library/upper)
+"hX" = (
+/obj/structure/table/wood,
+/obj/item/paper_bin,
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"hY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/railing,
+/turf/open/floor/wood,
+/area/library/upper)
+"hZ" = (
+/obj/structure/table/wood,
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"ia" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"ib" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 1
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/tcommsat/server/upper";
+ dir = 1;
+ name = "Upper Telecomms Server APC";
+ pixel_y = 23
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"ic" = (
+/obj/effect/turf_decal/trimline/yellow/filled/warning,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/power/deck_relay,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"id" = (
+/obj/machinery/light,
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"ie" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"if" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva/upper)
+"ig" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Library"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/library/upper)
+"ih" = (
+/obj/structure/table/wood,
+/obj/item/folder,
+/obj/item/folder/blue{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24;
+ req_access = null;
+ req_one_access_txt = "2;24"
+ },
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"ii" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"ij" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"ik" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"il" = (
+/obj/machinery/bookbinder,
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"im" = (
+/obj/structure/filingcabinet,
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"in" = (
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"io" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"ip" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"iq" = (
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"ir" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"is" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"it" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"iu" = (
+/obj/effect/mapping_helpers/airlock/abandoned,
+/obj/structure/barricade/wooden/crude,
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "6;12;50"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"iv" = (
+/obj/item/radio/intercom{
+ pixel_y = 29
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"iw" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"ix" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/hallway/primary/upper)
+"iy" = (
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"iz" = (
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"iA" = (
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"iB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"iC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"iD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"iE" = (
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ areastring = "/area/library/private";
+ dir = 8;
+ name = "Library Private Study APC";
+ pixel_x = -25
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"iF" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"iG" = (
+/obj/structure/cable,
+/turf/open/floor/carpet,
+/area/library/upper)
+"iH" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ pixel_x = 30
+ },
+/obj/structure/cable,
+/turf/open/floor/carpet,
+/area/library/upper)
+"iI" = (
+/obj/machinery/door/window/southright{
+ req_access_txt = "37"
+ },
+/obj/structure/cable,
+/turf/open/floor/carpet,
+/area/library/upper)
+"iJ" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"iK" = (
+/obj/structure/cable,
+/turf/open/floor/wood,
+/area/library/upper)
+"iL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"iM" = (
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ areastring = "/area/library/printer";
+ dir = 4;
+ name = "Library Printing APC";
+ pixel_x = 24
+ },
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"iN" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"iO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"iP" = (
+/obj/machinery/camera{
+ c_tag = "Civilian - Library Upper Main 1";
+ dir = 8
+ },
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"iQ" = (
+/obj/machinery/door/airlock/public/glass{
+ name = "Communal Printers"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"iR" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"iS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"iT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"iU" = (
+/obj/effect/turf_decal/trimline/green/filled/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"iV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"iW" = (
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Service - Hydroponics Upper Main 1";
+ dir = 8;
+ network = list("ss13","Hydroponics")
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24;
+ req_access = null;
+ req_one_access_txt = "2;24"
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"iX" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
+ },
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"iY" = (
+/obj/structure/window/reinforced/spawner,
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/closet{
+ name = "beekeeping suits"
+ },
+/obj/item/clothing/suit/beekeeper_suit,
+/obj/item/clothing/suit/beekeeper_suit,
+/obj/item/clothing/head/beekeeper_head,
+/obj/item/clothing/head/beekeeper_head,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"iZ" = (
+/obj/structure/window/reinforced/spawner,
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/closet/crate/hydroponics{
+ desc = "All you need to start a hive.";
+ name = "beekeeper crate"
+ },
+/obj/item/honey_frame,
+/obj/item/honey_frame,
+/obj/item/honey_frame,
+/obj/item/queen_bee/bought,
+/obj/item/melee/flyswatter,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"ja" = (
+/obj/machinery/door/firedoor/border_only,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"jb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/door/firedoor/border_only,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"jc" = (
+/obj/structure/window/reinforced/spawner,
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/structure/window/reinforced/spawner/west,
+/obj/structure/closet/secure_closet/hydroponics,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"jd" = (
+/obj/structure/window/reinforced/spawner,
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/hydroponics,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"je" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"jf" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"jg" = (
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"jh" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"ji" = (
+/obj/item/toy/plush/beeplushie,
+/turf/open/floor/plating,
+/area/hydroponics/upper)
+"jj" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/machinery/computer/security/telescreen{
+ name = "Prison Monitor";
+ network = list("Prison","PrisonCell");
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"jk" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"jl" = (
+/obj/effect/landmark/start/botanist,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"jm" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"jn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"jo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"jp" = (
+/obj/effect/turf_decal/trimline/green/filled/line,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"jq" = (
+/obj/effect/turf_decal/trimline/green/filled/line,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"jr" = (
+/obj/effect/turf_decal/trimline/green/filled/line,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"js" = (
+/obj/effect/turf_decal/trimline/green/filled/line,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"jt" = (
+/obj/effect/turf_decal/trimline/green/filled/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/green/filled/corner,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/structure/railing/corner,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"ju" = (
+/obj/effect/turf_decal/trimline/green/filled/line,
+/obj/structure/railing,
+/obj/structure/table,
+/obj/item/book/manual/hydroponics_pod_people,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"jv" = (
+/obj/structure/window/reinforced/spawner/north,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"jw" = (
+/obj/structure/window/reinforced/spawner/north,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/flora/ausbushes/sparsegrass,
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"jx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/door/window/northleft{
+ name = "Apiary";
+ req_one_access_txt = "35;28"
+ },
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"jy" = (
+/obj/structure/window/reinforced/spawner/north,
+/obj/structure/flora/ausbushes/lavendergrass,
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"jz" = (
+/obj/structure/window/reinforced/spawner/north,
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/flora/ausbushes/sparsegrass,
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"jA" = (
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"jB" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"jC" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"jD" = (
+/turf/open/openspace,
+/area/hydroponics/upper)
+"jE" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"jF" = (
+/obj/structure/beebox,
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"jG" = (
+/obj/structure/window/reinforced/spawner/east,
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"jH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/machinery/door/window/eastright{
+ name = "Apiary";
+ req_one_access_txt = "35;28"
+ },
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"jI" = (
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"jJ" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"jK" = (
+/obj/structure/window/reinforced/spawner/east,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"jL" = (
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"jM" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/openspace,
+/area/hydroponics/upper)
+"jN" = (
+/obj/structure/window/reinforced/spawner,
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"jO" = (
+/obj/structure/window/reinforced/spawner,
+/obj/structure/window/reinforced/spawner/east,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"jP" = (
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"jQ" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"jR" = (
+/obj/machinery/light/small,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"jS" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"jT" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 1
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"jU" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"jV" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"jW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/recharge_station,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"jX" = (
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/structure/cable,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Power Bridge Upper";
+ dir = 2;
+ network = list("AISat")
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"jY" = (
+/obj/machinery/power/deck_relay,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"jZ" = (
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"ka" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"kb" = (
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"kc" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"kd" = (
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"ke" = (
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"kf" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"kg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/railing/corner,
+/turf/open/floor/wood,
+/area/library/upper)
+"kh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/ladder,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"ki" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"kj" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"kk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"kl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"km" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"kn" = (
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/green/filled/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"ko" = (
+/turf/open/openspace,
+/area/ai_monitored/turret_protected/ai)
+"kp" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Chamber North";
+ dir = 2;
+ network = list("AISat")
+ },
+/turf/open/openspace,
+/area/ai_monitored/turret_protected/ai)
+"kq" = (
+/obj/structure/cable,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/railing{
+ dir = 9
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kr" = (
+/obj/machinery/door/airlock/highsecurity{
+ name = "AI Chamber Power Storage";
+ req_access_txt = "16"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"ks" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/status_display/evac{
+ pixel_x = -32
+ },
+/obj/structure/lattice,
+/turf/open/openspace,
+/area/ai_monitored/turret_protected/ai)
+"kt" = (
+/obj/machinery/porta_turret/ai,
+/obj/effect/turf_decal/trimline/red/filled/end,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"ku" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kv" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kw" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/structure/railing{
+ dir = 5
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kx" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"ky" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kz" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kA" = (
+/obj/structure/railing{
+ dir = 9
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kB" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/status_display/ai{
+ pixel_x = 32
+ },
+/obj/structure/lattice,
+/turf/open/openspace,
+/area/ai_monitored/turret_protected/ai)
+"kC" = (
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kD" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kE" = (
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/ai_monitored/turret_protected/ai)
+"kF" = (
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kG" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kI" = (
+/obj/structure/railing{
+ dir = 5
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kJ" = (
+/obj/structure/railing{
+ dir = 10
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kK" = (
+/obj/machinery/holopad,
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kL" = (
+/obj/structure/cable,
+/obj/structure/railing,
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kM" = (
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kN" = (
+/obj/machinery/door/window/northright{
+ name = "AI Access";
+ req_access_txt = "16"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "AI_Emergency_Lockdown_Left";
+ name = "Emergency AI Lockdown Blast Door"
+ },
+/obj/structure/cable,
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kO" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "AI_Emergency_Lockdown_Left";
+ name = "Emergency AI Lockdown Blast Door"
+ },
+/obj/structure/cable,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/ai)
+"kP" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "AI_Emergency_Lockdown_Right";
+ name = "Emergency AI Lockdown Blast Door"
+ },
+/obj/structure/cable,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/ai)
+"kQ" = (
+/obj/machinery/door/window/northleft{
+ name = "AI Access";
+ req_access_txt = "16"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "AI_Emergency_Lockdown_Right";
+ name = "Emergency AI Lockdown Blast Door"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kR" = (
+/obj/effect/landmark/start/ai/secondary,
+/obj/item/radio/intercom{
+ freerange = 1;
+ listening = 0;
+ name = "Custom Channel";
+ pixel_y = 28
+ },
+/obj/item/radio/intercom{
+ freerange = 1;
+ name = "Common Channel";
+ pixel_x = -27;
+ pixel_y = 5
+ },
+/obj/item/radio/intercom{
+ freerange = 1;
+ frequency = 1447;
+ name = "Private Channel";
+ pixel_y = -25
+ },
+/obj/machinery/newscaster/security_unit{
+ pixel_x = -32;
+ pixel_y = 32
+ },
+/obj/machinery/requests_console{
+ department = "AI";
+ departmentType = 5;
+ pixel_x = -28;
+ pixel_y = -28
+ },
+/obj/machinery/button/door{
+ id = "aishuttersexternal";
+ name = "External Privacy Shutter Control";
+ pixel_x = -32
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kS" = (
+/obj/machinery/button/door{
+ desc = "A door remote control switch. Press when the world comes tumbling down around you.";
+ id = "AI_Emergency_Lockdown_Left";
+ name = "Emergency Internal Lockdown Access";
+ pixel_x = 24;
+ req_access_txt = "16"
+ },
+/obj/structure/cable,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kT" = (
+/turf/closed/wall,
+/area/ai_monitored/turret_protected/ai)
+"kU" = (
+/obj/structure/ladder,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"kV" = (
+/obj/machinery/button/door{
+ desc = "A door remote control switch. Press when the world comes tumbling down around you.";
+ id = "AI_Emergency_Lockdown_Right";
+ name = "Emergency Internal Lockdown Access";
+ pixel_x = -24;
+ req_access_txt = "16"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kW" = (
+/obj/effect/landmark/start/ai/secondary,
+/obj/item/radio/intercom{
+ freerange = 1;
+ listening = 0;
+ name = "Custom Channel";
+ pixel_y = 28
+ },
+/obj/item/radio/intercom{
+ freerange = 1;
+ name = "Common Channel";
+ pixel_x = 27;
+ pixel_y = 5
+ },
+/obj/item/radio/intercom{
+ freerange = 1;
+ frequency = 1447;
+ name = "Private Channel";
+ pixel_y = -25
+ },
+/obj/machinery/newscaster/security_unit{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/machinery/requests_console{
+ department = "AI";
+ departmentType = 5;
+ pixel_x = 28;
+ pixel_y = -28
+ },
+/obj/machinery/button/door{
+ id = "aishuttersexternal";
+ name = "External Privacy Shutter Control";
+ pixel_x = 32
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kX" = (
+/obj/machinery/door/window/southright{
+ name = "AI Access";
+ req_access_txt = "16"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "AI_Emergency_Lockdown_Left";
+ name = "Emergency AI Lockdown Blast Door"
+ },
+/obj/structure/cable,
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kY" = (
+/obj/machinery/door/window/southleft{
+ name = "AI Access";
+ req_access_txt = "16"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "AI_Emergency_Lockdown_Right";
+ name = "Emergency AI Lockdown Blast Door"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"kZ" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "AI_Emergency_Lockdown";
+ name = "Emergency AI Lockdown Blast Door"
+ },
+/obj/structure/cable,
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/ai)
+"la" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/obj/structure/railing/corner,
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"lb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/cable,
+/obj/structure/railing,
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"lc" = (
+/obj/structure/railing{
+ dir = 6
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"ld" = (
+/obj/structure/cable,
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"le" = (
+/obj/machinery/turretid{
+ name = "AI Chamber turret control";
+ pixel_x = 5;
+ pixel_y = -24
+ },
+/obj/machinery/door/window/westright{
+ name = "AI Access";
+ req_access_txt = "16"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "AI_Emergency_Lockdown";
+ name = "Emergency AI Lockdown Blast Door"
+ },
+/obj/structure/cable,
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"lf" = (
+/obj/machinery/button/door{
+ desc = "A door remote control switch. Press when the world comes tumbling down around you.";
+ id = "AI_Emergency_Lockdown";
+ name = "Emergency Internal Lockdown Access";
+ pixel_y = 24;
+ req_access_txt = "16"
+ },
+/obj/structure/cable,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"lg" = (
+/obj/machinery/power/apc/highcap/five_k{
+ areastring = "/area/ai_monitored/turret_protected/ai";
+ name = "AI Chamber APC";
+ pixel_y = -23
+ },
+/obj/machinery/flasher{
+ id = "AI";
+ pixel_x = -11;
+ pixel_y = -24
+ },
+/obj/machinery/door/window/eastleft{
+ name = "AI Access";
+ req_access_txt = "16"
+ },
+/obj/structure/cable,
+/obj/machinery/door/poddoor/preopen{
+ id = "AI_Emergency_Lockdown";
+ name = "Emergency AI Lockdown Blast Door"
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"lh" = (
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"li" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/status_display/ai{
+ pixel_x = -32
+ },
+/obj/structure/lattice,
+/turf/open/openspace,
+/area/ai_monitored/turret_protected/ai)
+"lj" = (
+/obj/machinery/porta_turret/ai,
+/obj/effect/turf_decal/trimline/red/filled/end{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai)
+"lk" = (
+/obj/effect/landmark/start/ai,
+/obj/item/radio/intercom{
+ freerange = 1;
+ name = "Common Channel";
+ pixel_x = -27;
+ pixel_y = -9
+ },
+/obj/item/radio/intercom{
+ freerange = 1;
+ listening = 0;
+ name = "Custom Channel";
+ pixel_y = -31
+ },
+/obj/item/radio/intercom{
+ freerange = 1;
+ frequency = 1447;
+ name = "Private Channel";
+ pixel_x = 27;
+ pixel_y = -9
+ },
+/obj/machinery/newscaster/security_unit{
+ pixel_x = -28;
+ pixel_y = -28
+ },
+/obj/machinery/requests_console{
+ department = "AI";
+ departmentType = 5;
+ pixel_x = 28;
+ pixel_y = -28
+ },
+/obj/machinery/button/door{
+ id = "aishuttersexternal";
+ name = "External Privacy Shutter Control";
+ pixel_y = -40
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"ll" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/status_display/evac{
+ pixel_x = 32
+ },
+/obj/structure/lattice,
+/turf/open/openspace,
+/area/ai_monitored/turret_protected/ai)
+"lm" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Chamber North #2";
+ dir = 2;
+ network = list("AISat")
+ },
+/turf/open/openspace,
+/area/ai_monitored/turret_protected/ai)
+"ln" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"lo" = (
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
+"lp" = (
+/obj/machinery/light,
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Chamber South";
+ dir = 1;
+ network = list("AISat")
+ },
+/turf/open/openspace,
+/area/ai_monitored/turret_protected/ai)
+"lq" = (
+/obj/machinery/light,
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Chamber South #2";
+ dir = 1;
+ network = list("AISat")
+ },
+/turf/open/openspace,
+/area/ai_monitored/turret_protected/ai)
+"lr" = (
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Chamber Exterior North";
+ dir = 1;
+ network = list("AISat")
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"ls" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Chamber Exterior West";
+ dir = 8;
+ network = list("AISat")
+ },
+/turf/open/openspace,
+/area/space/nearstation)
+"lt" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Chamber Exterior East";
+ dir = 4;
+ network = list("AISat")
+ },
+/turf/open/openspace,
+/area/space/nearstation)
+"lu" = (
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Chamber Exterior West #2";
+ dir = 8;
+ network = list("AISat")
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"lv" = (
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Chamber Exterior East #2";
+ dir = 4;
+ network = list("AISat")
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"lw" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Chamber Exterior West #3";
+ dir = 8;
+ network = list("AISat")
+ },
+/turf/open/openspace,
+/area/space/nearstation)
+"lx" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Chamber Exterior South";
+ dir = 2;
+ network = list("AISat")
+ },
+/turf/open/openspace,
+/area/space/nearstation)
+"ly" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 9
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"lz" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 1
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"lA" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 5
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"lB" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 8
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"lC" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 4
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"lD" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 1
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"lE" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 4
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"lF" = (
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Upload";
+ dir = 1;
+ network = list("aiupload")
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload)
+"lG" = (
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"lH" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"lI" = (
+/turf/closed/wall,
+/area/maintenance/fore/upper)
+"lJ" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 10
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"lK" = (
+/obj/effect/turf_decal/trimline/yellow/warning,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"lL" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 8
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"lM" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"lN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"lO" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 6
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"lP" = (
+/obj/effect/turf_decal/trimline/yellow/corner,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"lQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"lR" = (
+/obj/machinery/power/deck_relay,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"lS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"lT" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"lU" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"lV" = (
+/obj/effect/turf_decal/bot,
+/obj/structure/closet/crate{
+ name = "Reinforced Materials Crate"
+ },
+/obj/item/stack/sheet/plasteel{
+ amount = 10
+ },
+/obj/item/stack/sheet/rglass{
+ amount = 50
+ },
+/obj/item/stack/sheet/metal/fifty,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"lW" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"lX" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"lY" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/techstorage/command,
+/obj/machinery/light,
+/obj/machinery/door/window/northleft{
+ name = "Secure Board Storage";
+ req_access_txt = "53"
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - Vault";
+ dir = 1;
+ network = list("ss13","Secure")
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"lZ" = (
+/turf/closed/wall/r_wall,
+/area/engine/atmos/upper)
+"ma" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 8
+ },
+/obj/structure/lattice,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"mb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/trimline/white/filled/warning{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"mc" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 4
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"md" = (
+/turf/closed/wall/r_wall,
+/area/security/prison/mess)
+"me" = (
+/obj/item/soap,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/prison/shower)
+"mf" = (
+/turf/open/openspace,
+/area/security/prison/upper)
+"mg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/light/small,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"mh" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/prison/mess)
+"mi" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/item/storage/fancy/donut_box,
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"mj" = (
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"mk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"ml" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/item/trash/raisins,
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"mm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/maintenance/central)
+"mn" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"mo" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"mp" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"mq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"mr" = (
+/obj/effect/turf_decal/trimline/white/line,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"ms" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"mt" = (
+/obj/structure/girder,
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"mu" = (
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"mv" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"mw" = (
+/obj/structure/chair,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"mx" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"my" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Lower-Floor Maintenance Access";
+ req_access_txt = "10"
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"mz" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"mA" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"mB" = (
+/obj/structure/ladder,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"mC" = (
+/obj/structure/railing/corner,
+/obj/effect/turf_decal/trimline/red/filled/corner,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"mD" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/closet/secure_closet/personal,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/male)
+"mE" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"mF" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"mG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/maintenance/central)
+"mH" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"mI" = (
+/turf/closed/wall,
+/area/maintenance/external/port/bow)
+"mJ" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 1
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/maintenance/external/port/bow";
+ dir = 1;
+ name = "Port Bow External Hull Access APC";
+ pixel_y = 23
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/maintenance/external/port/bow)
+"mK" = (
+/obj/machinery/light/small{
+ dir = 1;
+ light_color = "#ffc1c1"
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/warning,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/maintenance/external/port/bow)
+"mL" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "External - Aux Exterior Access";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/aft)
+"mM" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/port/bow)
+"mN" = (
+/obj/machinery/button{
+ id = "dumbchapeldrop";
+ name = "funny clown drop";
+ pixel_x = 8;
+ pixel_y = 24
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"mO" = (
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plasteel,
+/area/maintenance/external/port/bow)
+"mP" = (
+/obj/structure/ladder,
+/turf/open/floor/plating,
+/area/maintenance/external/port/bow)
+"mQ" = (
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/maintenance/external/port/bow)
+"mR" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/port/bow)
+"mS" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel,
+/area/maintenance/external/port/bow)
+"mT" = (
+/obj/structure/lattice/catwalk,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"mU" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/southleft{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/blue,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/male)
+"mV" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/southleft{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/blue,
+/obj/structure/window/reinforced/tinted{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/male)
+"mW" = (
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/port/bow)
+"mX" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/maintenance/external/aft";
+ dir = 8;
+ name = "Aft External Hull Access APC";
+ pixel_x = -24
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/yellow/filled/corner,
+/turf/open/floor/plasteel,
+/area/maintenance/external/aft)
+"mY" = (
+/obj/item/radio/intercom{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"mZ" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"na" = (
+/obj/effect/turf_decal/trimline/green/filled/corner,
+/obj/structure/cable,
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"nb" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"nc" = (
+/obj/effect/turf_decal/trimline/white/corner{
+ dir = 1
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"nd" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload)
+"ne" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/maintenance/central)
+"nf" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/item/book/manual/wiki/security_space_law,
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"ng" = (
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 9
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"nh" = (
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 1
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"ni" = (
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 5
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"nj" = (
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 4
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"nk" = (
+/obj/effect/turf_decal/trimline/white/corner{
+ dir = 4
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"nl" = (
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"nm" = (
+/obj/structure/pitgrate{
+ id = "dumbchapeldrop"
+ },
+/turf/open/openspace,
+/area/maintenance/starboard/upper)
+"nn" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/power/deck_relay,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/maintenance/external/port/bow)
+"no" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "6;12;50"
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"np" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/obj/structure/sign/warning/vacuum/external{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/port/bow)
+"nq" = (
+/obj/structure/railing/corner,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"nr" = (
+/turf/open/openspace,
+/area/maintenance/starboard/upper)
+"ns" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/no_erp{
+ pixel_x = -32
+ },
+/obj/structure/window/reinforced/tinted{
+ pixel_y = -6
+ },
+/obj/structure/window/reinforced/tinted{
+ dir = 1;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"nt" = (
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"nu" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/external/port/bow)
+"nv" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/port/bow)
+"nw" = (
+/obj/machinery/door/airlock/external{
+ name = "External Hull Access"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/turf/open/floor/plating,
+/area/maintenance/external/port/bow)
+"nx" = (
+/turf/closed/wall,
+/area/maintenance/department/security/upper)
+"ny" = (
+/obj/effect/turf_decal/trimline/yellow/line,
+/obj/structure/railing,
+/obj/structure/lattice,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"nz" = (
+/obj/structure/girder,
+/obj/structure/grille,
+/obj/structure/lattice,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"nA" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/maintenance/external/port/bow)
+"nB" = (
+/turf/open/floor/plating,
+/area/maintenance/external/port/bow)
+"nC" = (
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
+ },
+/obj/machinery/door/airlock/external{
+ name = "External Hull Access"
+ },
+/turf/open/floor/plating,
+/area/maintenance/external/port/bow)
+"nD" = (
+/turf/closed/wall,
+/area/maintenance/external/aft)
+"nE" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/aft)
+"nF" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/obj/effect/turf_decal/trimline/yellow/filled/warning,
+/turf/open/floor/plasteel,
+/area/maintenance/external/aft)
+"nG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/aft)
+"nH" = (
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"nI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/apc{
+ areastring = "/area/quartermaster/warehouse/upper";
+ dir = 1;
+ name = "Upper Warehouse APC";
+ pixel_y = 25
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"nJ" = (
+/obj/machinery/shower{
+ dir = 8;
+ name = "emergency shower"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/prison/shower)
+"nK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"nL" = (
+/obj/structure/cable,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"nM" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"nN" = (
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/red/filled/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"nO" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/obj/vehicle/ridden/secway,
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"nP" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"nQ" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"nR" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"nS" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/structure/lattice,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"nT" = (
+/obj/structure/railing,
+/obj/effect/turf_decal/trimline/red/filled/line,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"nU" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"nV" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/item/key/security,
+/obj/item/key/security{
+ pixel_x = 3;
+ pixel_y = 2
+ },
+/obj/structure/rack,
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"nW" = (
+/obj/structure/lattice,
+/obj/structure/lattice,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"nX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing/corner,
+/obj/effect/turf_decal/trimline/white/filled/warning{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"nY" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"nZ" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/door/airlock/highsecurity{
+ name = "AI Upload";
+ req_access_txt = "16"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload)
+"oa" = (
+/obj/machinery/door/airlock/command{
+ name = "Gateway Access";
+ req_access_txt = "62"
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"ob" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "stationawaygate";
+ name = "Gateway Access Shutters"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/gateway)
+"oc" = (
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"od" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"oe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"of" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"og" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"oh" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"oi" = (
+/obj/machinery/airalarm{
+ pixel_y = 28
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"oj" = (
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"ok" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"ol" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"om" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"on" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oo" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"op" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oq" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/engine/gravity_generator";
+ dir = 1;
+ name = "Gravity Generator APC";
+ pixel_y = 23
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"or" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/glowstick,
+/obj/effect/spawner/lootdrop/glowstick,
+/obj/effect/spawner/lootdrop/glowstick,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"os" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"ot" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"ou" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/closed/wall,
+/area/engine/gravity_generator)
+"ov" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/obj/structure/closet/radiation,
+/obj/effect/turf_decal/box,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"ow" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"ox" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oy" = (
+/obj/machinery/camera{
+ c_tag = "Engineering - Gravity Generator Internal North";
+ dir = 2;
+ network = list("ss13","Engineering")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel/dark,
+/area/engine/gravity_generator)
+"oz" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oA" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/engine/gravity_generator)
+"oB" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oC" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/sign/warning/radiation/rad_area{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oD" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"oE" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oF" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
+ },
+/obj/structure/cable/layer1,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oG" = (
+/obj/machinery/door/airlock/engineering/glass{
+ name = "Power Strut Access";
+ req_access_txt = "11"
+ },
+/obj/structure/cable/layer1,
+/obj/machinery/atmospherics/pipe/layer_manifold{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"oH" = (
+/obj/structure/cable/layer1,
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"oI" = (
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"oJ" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"oL" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel/dark,
+/area/engine/gravity_generator)
+"oM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/engine/gravity_generator)
+"oN" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oO" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oP" = (
+/obj/effect/turf_decal/stripes/corner,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oQ" = (
+/obj/structure/ladder,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"oR" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/sign/warning/radiation/rad_area{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oS" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/engine/gravity_generator)
+"oU" = (
+/obj/machinery/camera{
+ c_tag = "Engineering - Gravity Generator Internal South";
+ dir = 1;
+ network = list("ss13","Engineering")
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/dark,
+/area/engine/gravity_generator)
+"oV" = (
+/obj/effect/turf_decal/stripes/corner,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oW" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"oX" = (
+/turf/closed/wall,
+/area/engine/gravity_generator)
+"oY" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/structure/closet/radiation,
+/obj/effect/turf_decal/box,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"oZ" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pa" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pb" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pc" = (
+/turf/open/floor/plasteel/dark,
+/area/engine/gravity_generator)
+"pd" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/dark,
+/area/engine/gravity_generator)
+"pe" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pf" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pg" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"ph" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/sign/warning/radiation/rad_area{
+ pixel_x = 32
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pi" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pj" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pk" = (
+/obj/machinery/gravity_generator/main/station,
+/obj/effect/turf_decal/bot_white,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/engine/gravity_generator)
+"pl" = (
+/obj/effect/turf_decal/bot_white/right,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/engine/gravity_generator)
+"pm" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pn" = (
+/obj/effect/turf_decal/bot_white/left,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/engine/gravity_generator)
+"po" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pp" = (
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"pq" = (
+/obj/machinery/door/airlock/engineering/glass{
+ name = "Gravity Generator";
+ req_access_txt = "11"
+ },
+/turf/open/floor/plasteel/dark,
+/area/engine/gravity_generator)
+"pr" = (
+/obj/effect/turf_decal/bot_white,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/engine/gravity_generator)
+"ps" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pt" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark,
+/area/engine/gravity_generator)
+"pv" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/obj/structure/closet/radiation,
+/obj/effect/turf_decal/box,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pw" = (
+/obj/structure/ladder,
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"px" = (
+/obj/machinery/power/deck_relay,
+/obj/structure/cable/layer1,
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"py" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/obj/structure/closet/radiation,
+/obj/effect/turf_decal/box,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pz" = (
+/obj/machinery/door/airlock/engineering/glass{
+ name = "Gravity Generator";
+ req_access_txt = "11"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/dark,
+/area/engine/gravity_generator)
+"pA" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pB" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pC" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pD" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pE" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pF" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pG" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pH" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/power/terminal,
+/obj/structure/cable/layer1,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pI" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner,
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pJ" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 6
+ },
+/obj/structure/cable/layer1,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pK" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pL" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"pM" = (
+/obj/machinery/requests_console{
+ department = "Hydroponics";
+ departmentType = 2;
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"pN" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/cable/layer1,
+/obj/structure/sign/warning/radiation/rad_area{
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pO" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/cable/layer1,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pP" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/obj/structure/cable/layer1,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pQ" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pR" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pS" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pT" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pU" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"pV" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 9
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering - Gravity Generator Northwest";
+ dir = 2;
+ network = list("ss13","Engineering")
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"pW" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"pX" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "12;35"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"pY" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"pZ" = (
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"qa" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 5
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering - Gravity Generator Northeast";
+ dir = 2;
+ network = list("ss13","Engineering")
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"qb" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner,
+/obj/structure/cable/layer1,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"qc" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"qd" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 10
+ },
+/obj/machinery/camera{
+ c_tag = "Engineering - Gravity Generator Southwest";
+ dir = 1;
+ network = list("ss13","Engineering")
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"qe" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 6
+ },
+/obj/structure/cable/layer1,
+/obj/machinery/camera{
+ c_tag = "Engineering - Gravity Generator Southeast";
+ dir = 1;
+ network = list("ss13","Engineering")
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"qf" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"qg" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"qh" = (
+/obj/structure/cable,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"qi" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"qj" = (
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Upload External Noth";
+ dir = 1;
+ network = list("ss13","Secure")
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"qk" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"ql" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"qm" = (
+/obj/machinery/door/firedoor/heavy,
+/obj/structure/lattice/catwalk,
+/obj/structure/cable,
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"qn" = (
+/obj/machinery/door/airlock/mining/glass{
+ name = "Mailroom";
+ req_access_txt = "50"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting)
+"qo" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/quartermaster/sorting)
+"qp" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"qq" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/railing{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"qr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"qs" = (
+/obj/effect/turf_decal/trimline/purple/filled/line,
+/turf/open/floor/plasteel,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"qt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"qu" = (
+/turf/open/openspace,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"qv" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"qw" = (
+/obj/structure/table,
+/obj/item/lipstick/random,
+/obj/item/lipstick/random,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"qx" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 9
+ },
+/obj/structure/railing{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"qy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"qz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"qA" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"qB" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"qC" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"qD" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/nuke_storage)
+"qE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/nuke_storage)
+"qF" = (
+/turf/open/openspace,
+/area/ai_monitored/nuke_storage)
+"qG" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/ai_monitored/nuke_storage)
+"qH" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"qI" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/machinery/light/small,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"qJ" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/door/airlock/highsecurity{
+ name = "AI Upload Access";
+ req_access_txt = "16"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"qK" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"qL" = (
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"qM" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"qN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"qO" = (
+/obj/machinery/computer/upload/borg,
+/obj/machinery/flasher{
+ id = "AI_UPLOAD";
+ pixel_x = -28
+ },
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/window/reinforced/spawner/west,
+/obj/structure/window/reinforced/spawner/north,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload)
+"qP" = (
+/obj/structure/table,
+/obj/machinery/power/apc{
+ areastring = "/area/ai_monitored/turret_protected/ai_upload";
+ name = "AI Upload APC";
+ pixel_y = 25
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload)
+"qQ" = (
+/obj/machinery/computer/upload/ai,
+/obj/machinery/flasher{
+ id = "AI_UPLOAD";
+ pixel_x = 28
+ },
+/obj/structure/window/reinforced/spawner/east,
+/obj/structure/window/reinforced/spawner/west,
+/obj/structure/window/reinforced/spawner/north,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload)
+"qR" = (
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload)
+"qS" = (
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"qT" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/bot,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload)
+"qU" = (
+/obj/structure/table,
+/obj/structure/window/reinforced/spawner,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/item/aiModule/supplied/freeform,
+/obj/structure/sign/plaques/kiddie{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload)
+"qV" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"qW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"qX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai_upload)
+"qY" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"qZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"ra" = (
+/obj/effect/turf_decal/trimline/white/corner{
+ dir = 8
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"rb" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"rc" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/nuke_storage)
+"rd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"re" = (
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Upload External West";
+ dir = 8;
+ network = list("ss13","Secure")
+ },
+/turf/open/openspace,
+/area/space)
+"rf" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/turretid{
+ control_area = "/area/ai_monitored/turret_protected/ai_upload";
+ icon_state = "control_stun";
+ name = "AI Upload turret control";
+ pixel_y = 28
+ },
+/obj/item/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ name = "Private AI Channel";
+ pixel_x = 29;
+ pixel_y = -2
+ },
+/obj/effect/landmark/start/cyborg,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"rg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/nuke_storage)
+"rh" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"ri" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"rj" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"rk" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"rl" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"rm" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24;
+ req_access = null;
+ req_one_access_txt = "2;24"
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"rn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "35"
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"ro" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"rp" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23
+ },
+/obj/structure/cable,
+/obj/machinery/camera/motion{
+ c_tag = "AI Upload Access";
+ dir = 4;
+ network = list("aiupload")
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"rq" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/hydroponics/upper)
+"rr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"rs" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/item/radio/intercom{
+ pixel_x = -28
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"rt" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"ru" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel/dark,
+/area/engine/gravity_generator)
+"rv" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"rw" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24;
+ req_access = null;
+ req_one_access_txt = "2;24"
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"rx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"ry" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/railing{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"rz" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"rA" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"rB" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"rC" = (
+/obj/structure/table,
+/obj/item/phone,
+/obj/structure/sign/poster/contraband/bountyhunters{
+ pixel_y = 32
+ },
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24;
+ req_access = null;
+ req_one_access_txt = "2;24"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"rD" = (
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/ai_monitored/nuke_storage)
+"rE" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"rF" = (
+/turf/closed/wall/r_wall,
+/area/ai_monitored/nuke_storage)
+"rG" = (
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/pen,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"rH" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/hallway/primary/upper)
+"rI" = (
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"rJ" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"rK" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"rL" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"rM" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 5
+ },
+/obj/structure/railing{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"rN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"rO" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"rP" = (
+/obj/effect/turf_decal/bot_white/right,
+/obj/machinery/ore_silo,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"rQ" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"rR" = (
+/obj/machinery/power/apc{
+ areastring = "/area/ai_monitored/nuke_storage";
+ dir = 1;
+ name = "Vault APC";
+ pixel_y = 23
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"rS" = (
+/obj/structure/safe,
+/obj/item/clothing/head/bearpelt,
+/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,
+/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,
+/obj/item/gun/ballistic/revolver/russian,
+/obj/item/ammo_box/a357,
+/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka,
+/obj/effect/turf_decal/bot_white/left,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"rT" = (
+/obj/effect/turf_decal/bot_white/right,
+/obj/structure/closet/crate/goldcrate,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"rU" = (
+/turf/open/floor/circuit,
+/area/ai_monitored/nuke_storage)
+"rV" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/table,
+/obj/structure/window/reinforced/spawner,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"rW" = (
+/obj/structure/table,
+/obj/structure/window/reinforced/spawner,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/item/aiModule/supplied/quarantine,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24;
+ req_access = null;
+ req_one_access_txt = "2;24"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload)
+"rX" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/structure/railing{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"rY" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"rZ" = (
+/obj/effect/turf_decal/bot_white/left,
+/obj/structure/closet/crate/silvercrate,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"sa" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"sb" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Upload External South";
+ dir = 2;
+ network = list("ss13","Secure")
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"sc" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"sd" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/table,
+/obj/structure/window/reinforced/spawner/north,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"se" = (
+/obj/machinery/porta_turret/ai,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"sf" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/techstorage/AI,
+/obj/structure/window/reinforced/spawner/north,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"sg" = (
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/aimodule_harmful,
+/obj/machinery/door/window/eastleft{
+ name = "Core Modules";
+ req_access_txt = "20"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload)
+"sh" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/techstorage/RnD_secure,
+/obj/structure/window/reinforced/spawner/north,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"si" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"sj" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"sk" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/computer/bank_machine,
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"sl" = (
+/obj/structure/filingcabinet,
+/obj/item/folder/documents,
+/obj/effect/turf_decal/bot_white,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"sm" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"sn" = (
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"so" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"sp" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"sq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"sr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"ss" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"st" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"su" = (
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"sv" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 5
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"sw" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -22
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"sx" = (
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"sy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/nuke_storage)
+"sz" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"sA" = (
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"sB" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"sC" = (
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/aimodule_harmless,
+/obj/effect/spawner/lootdrop/aimodule_neutral,
+/obj/machinery/door/window/westleft{
+ name = "Risky Modules";
+ req_access_txt = "20"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload)
+"sD" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 9
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"sE" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"sF" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"sG" = (
+/obj/structure/ladder,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/external/aft)
+"sH" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"sI" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/ai_monitored/nuke_storage)
+"sJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/aft)
+"sK" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/aft)
+"sL" = (
+/obj/structure/rack,
+/obj/item/clothing/mask/gas,
+/obj/item/multitool,
+/obj/item/stack/cable_coil/five,
+/obj/machinery/camera{
+ c_tag = "External - Port Bow Solars Exterior Access";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/solars/port/fore)
+"sM" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/aft)
+"sN" = (
+/obj/machinery/power/deck_relay,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/aft)
+"sO" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/aft)
+"sP" = (
+/obj/structure/cable,
+/obj/machinery/turretid{
+ control_area = "/area/ai_monitored/nuke_storage";
+ name = "Vault turret control";
+ pixel_x = 25
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"sQ" = (
+/obj/machinery/door/airlock/vault{
+ req_access_txt = "53"
+ },
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/locked,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"sR" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/circuit,
+/area/ai_monitored/nuke_storage)
+"sS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/circuit,
+/area/ai_monitored/nuke_storage)
+"sT" = (
+/obj/machinery/holopad,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/circuit,
+/area/ai_monitored/nuke_storage)
+"sU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/nuke_storage)
+"sV" = (
+/obj/machinery/nuclearbomb/selfdestruct,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/landmark/xeno_spawn,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"sW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/nuke_storage)
+"sX" = (
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - Vault Entrance";
+ dir = 1;
+ network = list("ss13","Secure")
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"sY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/trimline/neutral/filled/line,
+/turf/open/floor/plasteel,
+/area/maintenance/external/aft)
+"sZ" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"ta" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/ai_monitored/nuke_storage)
+"tb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/nuke_storage)
+"tc" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"td" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"te" = (
+/obj/machinery/newscaster{
+ pixel_x = 28
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tf" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "6;12;50"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"tg" = (
+/obj/machinery/door/firedoor,
+/obj/structure/lattice/catwalk,
+/obj/structure/cable,
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"th" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 5
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/railing{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"ti" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tj" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 9
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/structure/railing{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tk" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tl" = (
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"tm" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/structure/railing{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tn" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "6;12;50"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"to" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"tp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"tq" = (
+/obj/machinery/door/window{
+ name = "Gateway Chamber";
+ req_access_txt = "62"
+ },
+/obj/structure/sign/warning/biohazard{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"tr" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"ts" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central Northeast 2";
+ dir = 8
+ },
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tt" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tu" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/gateway)
+"tv" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 8
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/structure/lattice,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"tw" = (
+/obj/structure/lattice,
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 8
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"tx" = (
+/obj/structure/lattice,
+/obj/effect/turf_decal/trimline/yellow/line,
+/obj/structure/railing,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"ty" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"tz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"tA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/item/bikehorn/rubberducky,
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"tB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"tC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"tD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"tE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"tF" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/wood,
+/area/library/private)
+"tG" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -28
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"tH" = (
+/obj/machinery/door/airlock{
+ name = "Unisex Showers"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/showroomfloor,
+/area/security/prison/shower)
+"tI" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"tJ" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"tK" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"tL" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/wood,
+/area/library/upper)
+"tM" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"tN" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 1
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tO" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tP" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "stationawaygate";
+ name = "Gateway Access Shutters"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/gateway)
+"tQ" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tR" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tS" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tT" = (
+/obj/structure/railing,
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"tU" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tV" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tW" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tX" = (
+/obj/machinery/door/firedoor/border_only,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"tY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"tZ" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"ua" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"ub" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"uc" = (
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"ud" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/landmark/event_spawn,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"ue" = (
+/obj/structure/window/reinforced,
+/obj/effect/landmark/event_spawn,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"uf" = (
+/obj/structure/window/reinforced,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"ug" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central North 1";
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"uh" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"ui" = (
+/obj/machinery/door/window/southright{
+ name = "Gateway Chamber";
+ req_access_txt = "63"
+ },
+/obj/structure/sign/warning/biohazard{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/gateway)
+"uj" = (
+/obj/machinery/door/airlock/command{
+ name = "Vault";
+ req_access_txt = "53"
+ },
+/obj/effect/mapping_helpers/airlock/locked,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/nuke_storage)
+"uk" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/ai_monitored/nuke_storage)
+"ul" = (
+/turf/open/openspace,
+/area/engine/atmos/upper)
+"um" = (
+/obj/machinery/door/firedoor/border_only,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"un" = (
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/sign/poster/official/random{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"uo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"up" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"uq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/door/airlock/maintenance{
+ name = "Pharmacy Maintenance";
+ req_access_txt = "5; 33"
+ },
+/turf/open/floor/plating,
+/area/medical/chemistry)
+"ur" = (
+/obj/machinery/door/airlock{
+ name = "Unit 2"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"us" = (
+/obj/machinery/door/airlock{
+ name = "Unit 4"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"ut" = (
+/obj/machinery/door/airlock{
+ name = "Unit 1"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"uu" = (
+/obj/machinery/door/airlock{
+ name = "Unit 3"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"uv" = (
+/obj/machinery/door/airlock{
+ name = "Unit 1"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"uw" = (
+/obj/machinery/door/airlock{
+ name = "Unit 3"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"ux" = (
+/obj/machinery/door/airlock{
+ name = "Unit 2"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"uy" = (
+/obj/machinery/door/airlock{
+ name = "Unit 4"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"uz" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"uA" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"uB" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"uC" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"uD" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"uE" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"uF" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"uG" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"uH" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"uI" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_x = -32
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"uJ" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"uK" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"uL" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"uM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"uN" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/gateway)
+"uO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"uP" = (
+/obj/machinery/door/airlock/external{
+ name = "External Hull Access"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"uQ" = (
+/obj/machinery/door/airlock/external{
+ name = "External Hull Access"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"uR" = (
+/obj/structure/lattice,
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"uS" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"uT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"uU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/power/apc{
+ areastring = "/area/engine/atmos/upper";
+ dir = 4;
+ name = "Upper Atmospherics APC";
+ pixel_x = 24
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"uV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"uW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"uX" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"uY" = (
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"uZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"va" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"vb" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"vc" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"vd" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"ve" = (
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"vf" = (
+/turf/closed/wall,
+/area/crew_quarters/fitness/locker_room/male)
+"vg" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/southright{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/blue,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/male)
+"vh" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "6;12;50"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"vi" = (
+/turf/closed/wall,
+/area/crew_quarters/dorms)
+"vj" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"vk" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"vl" = (
+/obj/structure/window/reinforced/tinted{
+ dir = 8
+ },
+/obj/structure/closet/secure_closet/personal,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"vm" = (
+/obj/structure/table,
+/obj/structure/bedsheetbin{
+ desc = "It looks rather cosy. The words 'towel bin' have been slapped on it with a handheld labeler.";
+ name = "linen bin (towel bin)"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"vn" = (
+/obj/machinery/shower{
+ pixel_y = 24
+ },
+/obj/structure/curtain,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"vo" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"vp" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/southleft{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/blue,
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/male)
+"vq" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"vr" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"vs" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"vt" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"vu" = (
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"vv" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/crew_quarters/dorms/barracks/male";
+ dir = 1;
+ name = "Male Sleeping Barracks APC";
+ pixel_y = 23
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"vw" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/crew_quarters/dorms/barracks/female";
+ dir = 1;
+ name = "Female Sleeping Barracks APC";
+ pixel_y = 23
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"vx" = (
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ areastring = "/area/crew_quarters/dorms";
+ dir = 1;
+ name = "Dormitories APC";
+ pixel_y = 23
+ },
+/obj/effect/turf_decal/stripes/end,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"vy" = (
+/obj/effect/turf_decal/trimline/yellow/corner,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"vz" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 4
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"vA" = (
+/obj/machinery/shower{
+ dir = 1
+ },
+/obj/structure/curtain,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"vB" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"vC" = (
+/obj/machinery/door/airlock/external{
+ name = "External Hull Access"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/external/aft)
+"vD" = (
+/turf/open/floor/plating,
+/area/maintenance/external/aft)
+"vE" = (
+/obj/machinery/door/airlock/external{
+ name = "External Hull Access"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/external/aft)
+"vF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/trimline/neutral/filled/line,
+/turf/open/floor/plasteel,
+/area/maintenance/external/aft)
+"vG" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/aft)
+"vH" = (
+/obj/structure/disposalpipe/trunk/multiz/down{
+ dir = 8
+ },
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"vI" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"vJ" = (
+/obj/structure/railing{
+ dir = 10
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"vK" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"vL" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 4
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"vM" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"vN" = (
+/obj/structure/toilet{
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"vO" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/crew_quarters/dorms)
+"vP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"vQ" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/structure/bedsheetbin,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/security/prison/shower)
+"vR" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plating,
+/area/security/prison/upper)
+"vS" = (
+/obj/structure/dresser,
+/obj/structure/window/reinforced/tinted{
+ dir = 4
+ },
+/obj/structure/window/reinforced/tinted{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"vT" = (
+/obj/structure/mirror{
+ pixel_y = 32
+ },
+/obj/structure/sink{
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"vU" = (
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/turf/open/floor/plating,
+/area/security/prison/upper)
+"vV" = (
+/obj/structure/urinal{
+ pixel_x = 28
+ },
+/obj/structure/window/reinforced/tinted{
+ pixel_y = -3
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"vW" = (
+/obj/structure/urinal{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"vX" = (
+/obj/effect/landmark/blobstart,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"vY" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_x = -32
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"vZ" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"wa" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"wb" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"wc" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"wd" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/southright{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/blue,
+/obj/structure/window/reinforced/tinted{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/male)
+"we" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"wf" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"wg" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"wh" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"wi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"wj" = (
+/obj/structure/table,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"wk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/gateway)
+"wl" = (
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/obj/machinery/button/door{
+ id = "stationawaygate";
+ name = "Gateway Access Shutter Control";
+ pixel_x = -1;
+ pixel_y = -24;
+ req_access_txt = "31"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/gateway)
+"wm" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/power/apc{
+ areastring = "/area/gateway";
+ dir = 4;
+ name = "Gateway APC";
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/gateway)
+"wn" = (
+/obj/machinery/door/airlock/command{
+ name = "Gateway Access";
+ req_access_txt = "62"
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/gateway)
+"wo" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"wp" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/closet/crate/bin{
+ desc = "A laundry bin, place your laundry here for your mom to collect.";
+ name = "laundry bin"
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/structure/sign/poster/official/cleanliness{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/security/prison/shower)
+"wq" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/item/radio/intercom{
+ pixel_x = 30
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"wr" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"ws" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/security/brig/upper)
+"wt" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"wu" = (
+/obj/effect/turf_decal/trimline/white/filled/warning{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"wv" = (
+/obj/effect/turf_decal/trimline/white/filled/warning{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"ww" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/white/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"wx" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"wy" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/shower)
+"wz" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ pixel_x = -28
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"wA" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"wB" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/window/reinforced/tinted{
+ pixel_y = -6
+ },
+/obj/structure/window/reinforced/tinted{
+ dir = 1;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"wC" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 4
+ },
+/obj/structure/railing/corner,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"wD" = (
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"wE" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "12;1"
+ },
+/turf/open/floor/plating,
+/area/security/brig/upper)
+"wF" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"wG" = (
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"wH" = (
+/turf/closed/wall,
+/area/crew_quarters/fitness/locker_room/female)
+"wI" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/security/brig/upper";
+ dir = 8;
+ name = "Brig Overlook APC";
+ pixel_x = -28
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"wJ" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"wK" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/northleft{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/blue,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/male)
+"wL" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/window/reinforced/tinted{
+ pixel_y = -6
+ },
+/obj/structure/window/reinforced/tinted{
+ dir = 1;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"wM" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/northleft{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/blue,
+/obj/structure/window/reinforced/tinted{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/male)
+"wN" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/northright{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/blue,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/male)
+"wO" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/door/airlock/public/glass{
+ name = "Male Sleeping Barracks"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/male)
+"wP" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"wQ" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Medical - Chemfactory Northeast";
+ dir = 2;
+ network = list("ss13","Medical")
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"wR" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/crew_quarters/dorms/barracks/male)
+"wS" = (
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-22"
+ },
+/obj/structure/cable,
+/obj/structure/railing,
+/turf/open/floor/wood,
+/area/library/upper)
+"wT" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"wU" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Medical - Chemfactory Southwest";
+ dir = 1;
+ network = list("ss13","Medical")
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"wV" = (
+/obj/machinery/door/airlock{
+ name = "Male Showers"
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"wW" = (
+/obj/machinery/door/window/westright{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"wX" = (
+/obj/effect/landmark/blobstart,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"wY" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/soap,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"wZ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"xa" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/item/radio/intercom{
+ pixel_x = 30
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"xb" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Medical - Chemfactory Southeast";
+ dir = 1;
+ network = list("ss13","Medical")
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"xc" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"xd" = (
+/obj/structure/mirror{
+ pixel_y = -32
+ },
+/obj/structure/sink{
+ dir = 1;
+ pixel_y = -5
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"xe" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"xf" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"xg" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/closet/secure_closet/personal,
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/male)
+"xh" = (
+/obj/structure/cable,
+/obj/structure/railing,
+/turf/open/floor/wood,
+/area/library/upper)
+"xi" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"xj" = (
+/obj/structure/cable,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"xk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"xl" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"xm" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"xn" = (
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"xo" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"xp" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"xq" = (
+/obj/structure/flora/ausbushes/brflowers,
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"xr" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"xs" = (
+/obj/structure/window/reinforced/tinted{
+ dir = 8
+ },
+/obj/structure/closet/secure_closet/personal,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"xt" = (
+/obj/machinery/shower{
+ pixel_y = 24
+ },
+/obj/structure/curtain,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"xu" = (
+/obj/machinery/door/airlock{
+ name = "Male Showers"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"xv" = (
+/obj/machinery/camera{
+ c_tag = "Service - Hydroponics Upper Main 2";
+ dir = 8;
+ network = list("ss13","Hydroponics")
+ },
+/turf/open/openspace,
+/area/hydroponics/upper)
+"xw" = (
+/obj/structure/table,
+/obj/structure/bedsheetbin{
+ desc = "It looks rather cosy. The words 'towel bin' have been slapped on it with a handheld labeler.";
+ name = "linen bin (towel bin)"
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"xx" = (
+/obj/machinery/shower{
+ dir = 1
+ },
+/obj/structure/curtain,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"xy" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"xz" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"xA" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"xB" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"xC" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"xD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"xE" = (
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"xF" = (
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"xG" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"xH" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"xI" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"xJ" = (
+/obj/machinery/photocopier,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Civilian - Library Printer Room";
+ dir = 8
+ },
+/turf/open/floor/carpet/black,
+/area/library/printer)
+"xK" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"xL" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"xM" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/window/reinforced/tinted{
+ dir = 4
+ },
+/obj/structure/window/reinforced/tinted{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"xN" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/camera{
+ c_tag = "Civilian - Male Barracks Hall";
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"xO" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/structure/cable,
+/obj/machinery/camera{
+ c_tag = "Civilian - Upper Dormitories 1";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"xP" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/obj/machinery/camera{
+ c_tag = "Civilian - Male Restroom";
+ dir = 1
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"xQ" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/machinery/camera{
+ c_tag = "Civilian - Upper Dormitories 2";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"xR" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Civilian - Upper Dormitories 4";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"xS" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/structure/window/reinforced/tinted{
+ pixel_y = -6
+ },
+/obj/structure/window/reinforced/tinted{
+ dir = 1;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"xT" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/obj/machinery/camera{
+ c_tag = "Civilian - Female Restroom";
+ dir = 2
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"xU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"xV" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"xW" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/window/reinforced/tinted{
+ pixel_y = -6
+ },
+/obj/structure/window/reinforced/tinted{
+ dir = 1;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"xX" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"xY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"xZ" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"ya" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"yb" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"yc" = (
+/turf/closed/wall,
+/area/crew_quarters/dorms/barracks/female)
+"yd" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/closet/secure_closet/personal,
+/obj/structure/window/reinforced/tinted{
+ dir = 8
+ },
+/obj/structure/window/reinforced/tinted,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/female)
+"ye" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/southleft{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/red,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/female)
+"yf" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/structure/window/reinforced/tinted{
+ dir = 4
+ },
+/obj/machinery/door/window/southleft{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/red,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/female)
+"yg" = (
+/obj/structure/dresser,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"yh" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"yi" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"yj" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"yk" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"yl" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/machinery/camera{
+ c_tag = "Civilian - Upper Dormitories 3";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"ym" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Civilian - Female Barracks Hall";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"yn" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"yo" = (
+/obj/machinery/door/airlock{
+ name = "Male Restrooms"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"yp" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/item/radio/intercom{
+ pixel_x = 30
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"yq" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"yr" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"ys" = (
+/obj/effect/turf_decal/stripes/corner,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Secure - Gateway";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/gateway)
+"yt" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"yu" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"yv" = (
+/obj/machinery/door/airlock{
+ name = "Female Restrooms"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"yw" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/southright{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/red,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/female)
+"yx" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"yy" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"yz" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/southright{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/blue,
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/male)
+"yA" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"yB" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"yC" = (
+/obj/machinery/camera{
+ c_tag = "Civilian - Library Upper Main 2";
+ dir = 8
+ },
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"yD" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/item/radio/intercom{
+ pixel_x = 30
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"yE" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"yF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"yG" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"yH" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/window/reinforced/tinted{
+ pixel_y = -6
+ },
+/obj/structure/window/reinforced/tinted{
+ dir = 1;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"yI" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/closet/secure_closet/personal,
+/obj/structure/window/reinforced/tinted{
+ dir = 8
+ },
+/obj/structure/window/reinforced/tinted{
+ dir = 1
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/female)
+"yJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"yK" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/northleft{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/red,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/female)
+"yL" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/structure/window/reinforced/tinted{
+ dir = 4
+ },
+/obj/machinery/door/window/northleft{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/red,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/female)
+"yM" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"yN" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/northright{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/red,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/female)
+"yO" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/door/airlock/public/glass{
+ name = "Female Sleeping Barracks"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/female)
+"yP" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/crew_quarters/dorms/barracks/female)
+"yQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"yR" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"yS" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"yT" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"yU" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/newscaster{
+ pixel_x = 32
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"yV" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"yW" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"yX" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"yY" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"yZ" = (
+/obj/machinery/door/airlock{
+ name = "Female Showers"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"za" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"zb" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"zc" = (
+/obj/structure/mirror{
+ pixel_y = 32
+ },
+/obj/structure/sink{
+ pixel_y = 25
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/shower)
+"zd" = (
+/obj/structure/ladder,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/machinery/camera{
+ c_tag = "Medical - Pharmacy";
+ dir = 1;
+ network = list("ss13","Medical")
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"ze" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Security Maintenance";
+ req_one_access_txt = "6;12;50"
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"zf" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"zg" = (
+/obj/machinery/door/window/westleft{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"zh" = (
+/obj/effect/landmark/blobstart,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"zi" = (
+/obj/machinery/shower{
+ dir = 1
+ },
+/obj/structure/curtain,
+/obj/item/bikehorn/rubberducky,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"zj" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"zk" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"zl" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"zm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"zn" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"zo" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"zp" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/sign/departments/chemistry{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"zq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"zr" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"zs" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"zt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"zu" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/cable,
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/library/upper)
+"zv" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"zw" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"zx" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "6;12;50"
+ },
+/obj/effect/mapping_helpers/airlock/abandoned,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"zy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/item/soap,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"zz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"zA" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"zB" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"zC" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"zD" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"zE" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"zF" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"zG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"zH" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"zI" = (
+/obj/machinery/light,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"zJ" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"zK" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/structure/window/reinforced/tinted{
+ dir = 4
+ },
+/obj/machinery/door/window/southleft{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/red,
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/female)
+"zL" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"zM" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"zN" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ pixel_y = 29
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"zO" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/item/radio/intercom{
+ pixel_x = 30
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"zP" = (
+/obj/item/trash/semki,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"zQ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"zR" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"zS" = (
+/obj/structure/toilet{
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"zT" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/railing,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"zU" = (
+/obj/structure/mirror{
+ pixel_y = 32
+ },
+/obj/structure/sink{
+ pixel_y = 25
+ },
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/shower)
+"zV" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/southleft{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/red,
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/female)
+"zW" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"zX" = (
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"zY" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/item/radio/intercom{
+ pixel_x = 30
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"zZ" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_y = -32
+ },
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-10"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"Aa" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/northright{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/red,
+/obj/structure/sign/poster/official/random{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/female)
+"Ab" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/hallway/primary/upper)
+"Ac" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "6;12;50"
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Ad" = (
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Ae" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ pixel_x = 30
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"Af" = (
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"Ag" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Ah" = (
+/obj/machinery/door/airlock{
+ name = "Female Showers"
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"Ai" = (
+/obj/structure/cable,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"Aj" = (
+/obj/machinery/power/apc{
+ areastring = "/area/crew_quarters/fitness/locker_room/female";
+ dir = 2;
+ name = "Female Locker Room APC";
+ pixel_y = -23
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"Ak" = (
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"Al" = (
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Am" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "5;12"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"An" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/maintenance/department/security/upper)
+"Ao" = (
+/obj/structure/cable,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/maintenance/department/security/upper)
+"Ap" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Aq" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/maintenance/department/security/upper)
+"Ar" = (
+/obj/effect/turf_decal/tile/yellow,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"As" = (
+/obj/machinery/pipedispenser,
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"At" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Au" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Av" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Aw" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/engine/atmos/upper)
+"Ax" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output{
+ dir = 8;
+ id_tag = "mix_out_upper"
+ },
+/turf/open/floor/engine/vacuum,
+/area/engine/atmos/upper)
+"Ay" = (
+/turf/open/floor/engine/vacuum,
+/area/engine/atmos/upper)
+"Az" = (
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 8
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - AI Upload Hallway Access";
+ dir = 2;
+ network = list("ss13","Secure")
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"AA" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/hallway/primary/upper)
+"AB" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/obj/machinery/camera/motion{
+ c_tag = "Secure - Vault External North";
+ dir = 1;
+ network = list("ss13","Secure")
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"AC" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"AD" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/engine/atmos/upper)
+"AE" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/structure/extinguisher_cabinet{
+ dir = 4;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"AF" = (
+/obj/machinery/computer/atmos_control/tank/mix_tank{
+ dir = 8;
+ input_tag = "mix_in_upper";
+ output_tag = "mix_out_upper";
+ sensors = list("mix_sensor_upper" = "Upper Gas Mix Tank")
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"AG" = (
+/obj/effect/spawner/structure/window/plasma/reinforced,
+/turf/open/floor/plating,
+/area/engine/atmos/upper)
+"AH" = (
+/obj/machinery/air_sensor/atmos/mix_tank{
+ id_tag = "mix_sensor_upper";
+ name = "upper mix tank gas sensor"
+ },
+/turf/open/floor/engine/vacuum,
+/area/engine/atmos/upper)
+"AI" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/engine/vacuum,
+/area/engine/atmos/upper)
+"AJ" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/engine/atmos/upper)
+"AK" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"AL" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/heater,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"AM" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"AN" = (
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"AO" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"AP" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Upper Testing Grounds East";
+ dir = 8;
+ network = list("ss13","Atmospherics")
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"AQ" = (
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/engine/atmos/upper)
+"AR" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{
+ dir = 8;
+ id = "mix_in_upper"
+ },
+/turf/open/floor/engine/vacuum,
+/area/engine/atmos/upper)
+"AS" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Upper Mix Tank";
+ dir = 8;
+ network = list("ss13","Atmospherics")
+ },
+/turf/open/floor/engine/vacuum,
+/area/engine/atmos/upper)
+"AT" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"AU" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"AV" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"AW" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"AX" = (
+/obj/machinery/atmospherics/pipe/manifold4w/general/visible,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"AY" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"AZ" = (
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"Ba" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/engine/atmos/upper)
+"Bb" = (
+/obj/machinery/atmospherics/components/binary/valve{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Bc" = (
+/obj/structure/lattice,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Bd" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 8
+ },
+/obj/structure/lattice,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Be" = (
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Bf" = (
+/obj/structure/sign/warning/vacuum/external{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Bg" = (
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/southleft{
+ name = "Atmospherics Desk";
+ req_access_txt = "24"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Bh" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/engine/atmos/upper)
+"Bi" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/structure/sign/warning/vacuum/external{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/external/aft)
+"Bj" = (
+/obj/structure/lattice/catwalk,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Bk" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 4
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Bl" = (
+/obj/structure/railing,
+/obj/effect/turf_decal/trimline/yellow/warning,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Bm" = (
+/obj/structure/railing{
+ dir = 6
+ },
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 6
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Bn" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 1
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Bo" = (
+/obj/structure/railing{
+ dir = 5
+ },
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 5
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Bp" = (
+/obj/structure/railing{
+ dir = 9
+ },
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 9
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Bq" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 8
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Br" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Bs" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Bt" = (
+/obj/effect/spawner/structure/window/plasma/reinforced,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/space/nearstation)
+"Bu" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Upper Testing Grounds South";
+ dir = 1;
+ network = list("ss13","Atmospherics")
+ },
+/obj/machinery/light,
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/engine/atmos/upper)
+"Bv" = (
+/obj/machinery/door/airlock/external{
+ name = "External Hull Access";
+ req_access_txt = "24"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/engine/atmos/upper)
+"Bw" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/effect/turf_decal/box,
+/turf/open/floor/plasteel/dark,
+/area/engine/atmos/upper)
+"Bx" = (
+/obj/effect/turf_decal/box,
+/obj/machinery/space_heater,
+/turf/open/floor/plasteel/dark,
+/area/engine/atmos/upper)
+"By" = (
+/obj/machinery/portable_atmospherics/pump,
+/obj/effect/turf_decal/box,
+/turf/open/floor/plasteel/dark,
+/area/engine/atmos/upper)
+"Bz" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/engine/atmos/upper)
+"BA" = (
+/obj/machinery/door/airlock/external{
+ name = "External Hull Access";
+ req_access_txt = "24"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/engine/atmos/upper)
+"BB" = (
+/obj/effect/turf_decal/trimline/yellow/line,
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"BC" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"BD" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"BE" = (
+/obj/structure/table,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"BF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"BG" = (
+/obj/item/trash/candy,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"BH" = (
+/obj/machinery/atmospherics/pipe/layer_manifold{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"BI" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"BJ" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"BK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"BL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"BM" = (
+/obj/item/trash/boritos,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"BN" = (
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"BO" = (
+/obj/structure/cable/layer1,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/solars/port/fore)
+"BP" = (
+/obj/machinery/door/airlock/external{
+ name = "Solar Maintenance";
+ req_access_txt = "10; 13"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/solars/port/fore)
+"BQ" = (
+/obj/machinery/power/solar_control{
+ dir = 2;
+ id = "portbow";
+ name = "Port Bow Solar Control"
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/solars/port/fore)
+"BR" = (
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/solars/port/fore)
+"BS" = (
+/obj/machinery/power/deck_relay,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/solars/port/fore)
+"BT" = (
+/obj/machinery/light/small,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/solars/port/fore)
+"BU" = (
+/obj/machinery/power/apc{
+ areastring = "/area/maintenance/solar/port/fore";
+ dir = 4;
+ name = "Port Bow Solar APC";
+ pixel_x = 25;
+ pixel_y = 3
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/solars/port/fore)
+"BV" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Security - Upper Armory External";
+ dir = 1;
+ network = list("ss13","Security")
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"BW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/obj/structure/ore_box,
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"BX" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "6;12;50"
+ },
+/obj/effect/mapping_helpers/airlock/abandoned,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"BY" = (
+/obj/structure/punching_bag,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"BZ" = (
+/obj/structure/railing,
+/turf/open/openspace,
+/area/space)
+"Ca" = (
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/space)
+"Cb" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/openspace,
+/area/space)
+"Cc" = (
+/obj/effect/turf_decal/trimline/yellow/corner,
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 8
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Cd" = (
+/obj/effect/turf_decal/trimline/white/filled/corner,
+/obj/structure/railing/corner,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"Ce" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 6
+ },
+/obj/structure/railing{
+ dir = 6
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Cf" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 8
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Cg" = (
+/obj/structure/sign/warning/vacuum/external{
+ pixel_x = -32
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Ch" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Ci" = (
+/obj/effect/turf_decal/trimline/yellow/line,
+/obj/structure/railing,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Cj" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Ck" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 9
+ },
+/obj/structure/railing{
+ dir = 9
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Cl" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 1
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Cm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/hallway/primary/upper)
+"Cn" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plating,
+/area/engine/atmos/upper)
+"Co" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/item/wirecutters,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Cp" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/machinery/requests_console{
+ department = "Atmospherics";
+ departmentType = 3;
+ name = "Atmos RC";
+ pixel_x = -30
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Cq" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Cr" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ dir = 6
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Cs" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Ct" = (
+/obj/structure/tank_dispenser,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Cu" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 10
+ },
+/obj/structure/railing{
+ dir = 10
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Cv" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 5
+ },
+/obj/structure/railing{
+ dir = 5
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Cw" = (
+/obj/effect/turf_decal/trimline/yellow/line,
+/obj/structure/railing,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Cx" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Cy" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 1
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/structure/lattice,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Cz" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 1
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"CA" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/obj/item/stack/cable_coil/five,
+/obj/item/stack/cable_coil/five,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"CB" = (
+/obj/structure/grille,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/maintenance/central)
+"CC" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"CD" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 5
+ },
+/obj/structure/railing{
+ dir = 5
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"CE" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/openspace,
+/area/space)
+"CF" = (
+/obj/structure/girder,
+/obj/structure/grille,
+/turf/open/floor/plating/airless,
+/area/space)
+"CG" = (
+/obj/effect/turf_decal/trimline/white/corner,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"CH" = (
+/obj/effect/turf_decal/trimline/white/filled/line,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"CI" = (
+/obj/structure/railing{
+ dir = 5
+ },
+/turf/open/openspace,
+/area/space)
+"CJ" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/openspace,
+/area/space)
+"CK" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable/layer1,
+/turf/open/openspace,
+/area/space)
+"CL" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/maintenance/solars/port/fore)
+"CM" = (
+/obj/structure/cable/layer1,
+/obj/machinery/door/airlock/external{
+ name = "Solar Maintenance";
+ req_access_txt = "10; 13"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/turf/open/floor/plating,
+/area/maintenance/solars/port/fore)
+"CN" = (
+/obj/structure/floodlight_frame,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/maintenance/central)
+"CO" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central Northwest 3";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"CP" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central North 2";
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"CQ" = (
+/turf/closed/wall/r_wall,
+/area/maintenance/solars/port/fore)
+"CR" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central North 3";
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"CS" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central Northwest 2";
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"CT" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/solars/port/fore)
+"CU" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"CV" = (
+/obj/structure/ladder,
+/turf/open/floor/plating,
+/area/maintenance/solars/port/fore)
+"CW" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"CX" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"CY" = (
+/obj/machinery/atmospherics/pipe/layer_manifold{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/hallway/primary/upper)
+"CZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Da" = (
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 1
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Db" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Dc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Dd" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central Northeast 1";
+ dir = 2
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"De" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central Northwest 1";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Df" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central West 3";
+ dir = 4
+ },
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Dg" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/cyan/hidden,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Dh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Di" = (
+/obj/structure/table,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Dj" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/item/twohanded/required/kirbyplants/photosynthetic,
+/turf/open/floor/plasteel,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"Dk" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 1
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Dl" = (
+/turf/open/floor/engine/hull,
+/area/space)
+"Dm" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 8
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Dn" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 10
+ },
+/obj/structure/railing{
+ dir = 10
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Do" = (
+/obj/machinery/camera{
+ c_tag = "Atmospherics - Upper Testing Grounds West";
+ dir = 4;
+ network = list("ss13","Atmospherics")
+ },
+/obj/effect/turf_decal/trimline/yellow/line,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Dp" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Dq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Dr" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner,
+/obj/structure/railing/corner,
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Ds" = (
+/obj/structure/lattice,
+/turf/open/openspace,
+/area/space)
+"Dt" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Du" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central East 1";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Dv" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central West 2";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Dw" = (
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Dx" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Dy" = (
+/turf/open/floor/plating,
+/area/hydroponics/upper)
+"Dz" = (
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/hydroponics/upper)
+"DA" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/window/reinforced/tinted{
+ dir = 8
+ },
+/obj/structure/window/reinforced/tinted{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"DB" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/northright{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/blue,
+/obj/structure/window/reinforced/tinted{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/male)
+"DC" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/male)
+"DD" = (
+/obj/effect/turf_decal/trimline/yellow/warning,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"DE" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"DF" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms/barracks/female)
+"DG" = (
+/obj/structure/sink{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"DH" = (
+/obj/structure/closet/crate/rcd,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"DI" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/maintenance/external/aft)
+"DJ" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"DK" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 6
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"DL" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 10
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"DM" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 4
+ },
+/obj/effect/turf_decal/caution/stand_clear{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"DN" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 8
+ },
+/obj/effect/turf_decal/caution/stand_clear{
+ dir = 4
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"DO" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 5
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"DP" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 9
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"DQ" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 1
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"DR" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/caution/stand_clear,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"DS" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"DT" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"DU" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"DV" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"DW" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central East 2";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"DX" = (
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -22
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central West 1";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"DY" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 28
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central East 3";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"DZ" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central Southeast 1";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Ea" = (
+/obj/machinery/newscaster{
+ pixel_x = -30
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central Southwest 2";
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Eb" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central Southeast 2";
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Ec" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central Southwest 1";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Ed" = (
+/obj/machinery/newscaster{
+ pixel_y = -30
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central South 2";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Ee" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central South 1";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Ef" = (
+/obj/machinery/light,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/camera{
+ c_tag = "Hallway - Upper Central South 3";
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Eg" = (
+/obj/structure/lattice,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/openspace,
+/area/space/nearstation)
+"Eh" = (
+/obj/structure/lattice,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/openspace,
+/area/space/nearstation)
+"Ei" = (
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Ej" = (
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Ek" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 6
+ },
+/obj/structure/railing{
+ dir = 6
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"El" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"Em" = (
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/engine/gravity_generator)
+"En" = (
+/obj/machinery/door/airlock/external{
+ name = "External Hull Access"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Eo" = (
+/obj/machinery/door/airlock/external{
+ name = "External Hull Access"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Ep" = (
+/obj/structure/sign/warning/vacuum/external{
+ pixel_y = -32
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Eq" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 9
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Er" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/structure/lattice,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Es" = (
+/turf/closed/wall,
+/area/quartermaster/warehouse/upper)
+"Et" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/quartermaster/warehouse/upper)
+"Eu" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/rack,
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"Ev" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"Ew" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Ex" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Ey" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Ez" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"EA" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"EB" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"EC" = (
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 1
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"ED" = (
+/obj/item/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"EE" = (
+/obj/item/cigbutt/roach,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"EF" = (
+/obj/structure/girder,
+/obj/structure/grille,
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/open/floor/plating/airless,
+/area/space/nearstation)
+"EG" = (
+/obj/item/chair/stool,
+/obj/structure/sign/warning/nosmoking/circle{
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/ash,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"EH" = (
+/obj/structure/closet/crate,
+/obj/item/extinguisher/mini,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"EI" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"EJ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"EK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/radio/intercom{
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"EL" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/ai_monitored/turret_protected/ai_upload_foyer";
+ dir = 8;
+ name = "AI Upload Access APC";
+ pixel_x = -25
+ },
+/obj/structure/cable,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"EM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"EN" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"EO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"EP" = (
+/obj/structure/ladder,
+/turf/open/floor/plating,
+/area/quartermaster/warehouse/upper)
+"EQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"ER" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"ES" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"ET" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"EU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"EV" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"EW" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"EX" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/obj/structure/closet/crate{
+ icon_state = "crateopen"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"EY" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"EZ" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Fa" = (
+/turf/closed/wall,
+/area/maintenance/aft/upper)
+"Fb" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"Fc" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "5;12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Fd" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/brown,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"Fe" = (
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"Ff" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"Fg" = (
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Fh" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"Fi" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"Fj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"Fk" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/obj/structure/closet/crate{
+ icon_state = "crateopen"
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/warehouse/upper)
+"Fl" = (
+/turf/open/openspace,
+/area/maintenance/department/security/upper)
+"Fm" = (
+/obj/structure/table,
+/obj/item/stack/sheet/metal/five,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Fn" = (
+/obj/machinery/door/airlock/mining/glass{
+ name = "Quartermaster";
+ req_access_txt = "41"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"Fo" = (
+/obj/effect/turf_decal/tile/brown{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"Fp" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"Fq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"Fr" = (
+/obj/effect/turf_decal/tile/brown,
+/obj/effect/turf_decal/tile/brown{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/quartermaster/qm/perch)
+"Fs" = (
+/obj/item/stack/tile/plasteel,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Ft" = (
+/obj/item/storage/toolbox/electrical,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Fu" = (
+/obj/item/clothing/head/cone,
+/obj/item/wrench,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Fv" = (
+/obj/item/weldingtool,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Fw" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance/five,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Fx" = (
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Fy" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Fz" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"FA" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"FB" = (
+/obj/structure/railing/corner,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"FC" = (
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/openspace,
+/area/space)
+"FD" = (
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"FE" = (
+/obj/structure/girder,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"FF" = (
+/obj/effect/turf_decal/trimline/yellow/corner,
+/obj/structure/railing/corner,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"FG" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"FH" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 1
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"FI" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 1
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"FJ" = (
+/obj/structure/ladder,
+/turf/open/floor/plating,
+/area/security/prison/upper)
+"FK" = (
+/obj/effect/turf_decal/trimline/white/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+"FL" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"FM" = (
+/obj/structure/table,
+/obj/item/radio/intercom{
+ pixel_x = 30
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"FN" = (
+/obj/item/trash/raisins,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"FO" = (
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"FP" = (
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"FQ" = (
+/obj/item/clothing/head/cone,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"FR" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"FS" = (
+/obj/structure/lattice,
+/turf/open/openspace,
+/area/maintenance/central)
+"FT" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"FU" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"FV" = (
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"FW" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance/three,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"FX" = (
+/obj/structure/closet/cardboard,
+/obj/item/clothing/gloves/boxing/green,
+/obj/item/clothing/gloves/boxing/blue,
+/obj/item/clothing/gloves/boxing/yellow,
+/obj/item/clothing/gloves/boxing,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"FY" = (
+/obj/structure/lattice,
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"FZ" = (
+/obj/structure/lattice,
+/obj/effect/turf_decal/trimline/yellow/corner{
+ dir = 1
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Ga" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Gb" = (
+/obj/item/trash/sosjerky,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Gc" = (
+/turf/open/openspace,
+/area/maintenance/aft/upper)
+"Gd" = (
+/obj/structure/lattice,
+/turf/open/openspace,
+/area/maintenance/aft/upper)
+"Ge" = (
+/obj/structure/table,
+/obj/item/trash/candle,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Gf" = (
+/obj/item/trash/chips,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Gg" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "6;12;50"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Gh" = (
+/obj/item/trash/semki,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Gi" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Atmospherics Maintenance";
+ req_access_txt = "24"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Gj" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Gk" = (
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Gl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/turf/closed/wall,
+/area/maintenance/department/security/upper)
+"Gm" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Gn" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "5;12"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Go" = (
+/obj/machinery/power/deck_relay,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Gp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/closed/wall,
+/area/maintenance/department/security/upper)
+"Gq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/closed/wall,
+/area/maintenance/department/security/upper)
+"Gr" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Gs" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall,
+/area/maintenance/department/security/upper)
+"Gt" = (
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/turf/closed/wall,
+/area/maintenance/department/security/upper)
+"Gu" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Gv" = (
+/obj/structure/ladder,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Gw" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 5
+ },
+/turf/closed/wall,
+/area/maintenance/department/security/upper)
+"Gx" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/maintenance/department/security/upper)
+"Gy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/closed/wall,
+/area/maintenance/department/security/upper)
+"Gz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/closed/wall,
+/area/maintenance/department/security/upper)
+"GA" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/bed,
+/obj/machinery/door/window/northleft{
+ name = "tinted interior door";
+ opacity = 1
+ },
+/obj/item/bedsheet/blue,
+/obj/structure/sign/poster/official/random{
+ pixel_y = -32
+ },
+/obj/structure/window/reinforced/tinted{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/crew_quarters/dorms/barracks/male)
+"GB" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "5;12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"GC" = (
+/obj/item/cigbutt,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GD" = (
+/obj/structure/closet/crate/trashcart,
+/obj/item/trash/candy,
+/obj/item/trash/popcorn,
+/obj/item/trash/sosjerky,
+/obj/item/trash/syndi_cakes,
+/obj/item/trash/chips,
+/obj/item/trash/chips,
+/obj/item/trash/can,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GE" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GF" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GG" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GH" = (
+/obj/item/trash/pistachios,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GI" = (
+/obj/item/storage/toolbox/mechanical/old,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"GJ" = (
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GK" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GL" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GM" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GN" = (
+/obj/structure/closet,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GO" = (
+/obj/structure/toilet{
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/landmark/blobstart,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/male)
+"GP" = (
+/obj/item/trash/cheesie,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GQ" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/obj/effect/landmark/blobstart,
+/turf/open/floor/plasteel/showroomfloor,
+/area/crew_quarters/fitness/locker_room/female)
+"GR" = (
+/obj/effect/landmark/blobstart,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"GS" = (
+/obj/structure/closet/cardboard,
+/obj/item/crowbar,
+/obj/item/extinguisher,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"GT" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/item/storage/box/lights,
+/obj/machinery/light/small{
+ brightness = 3;
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GU" = (
+/obj/structure/rack,
+/obj/item/chair/plastic,
+/obj/item/chair/plastic{
+ pixel_y = 3
+ },
+/obj/item/chair/plastic{
+ pixel_y = 6
+ },
+/obj/item/chair/plastic{
+ pixel_y = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GV" = (
+/obj/structure/rack,
+/obj/item/storage/toolbox/artistic,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GW" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"GX" = (
+/obj/structure/chair/plastic{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GY" = (
+/obj/item/trash/candy,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"GZ" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 28
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"Ha" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"Hb" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Hc" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Hd" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/box,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"He" = (
+/obj/effect/turf_decal/box,
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"Hf" = (
+/obj/item/clothing/head/cone,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Hg" = (
+/obj/item/storage/toolbox/mechanical,
+/obj/item/wrench,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Hh" = (
+/obj/item/crowbar,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Hi" = (
+/obj/item/stack/tile/plasteel,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Hj" = (
+/obj/item/flashlight{
+ icon_state = "flashlight-on"
+ },
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Hk" = (
+/obj/item/flashlight{
+ icon_state = "flashlight-on"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Hl" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Hm" = (
+/obj/structure/cable,
+/obj/item/trash/popcorn,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Hn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Ho" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Hp" = (
+/obj/structure/closet/crate,
+/obj/item/hand_labeler,
+/obj/item/hand_labeler_refill,
+/obj/item/hand_labeler_refill,
+/obj/item/storage/box/lights,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Hq" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Hr" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance/four,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Hs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Ht" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Hu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Hv" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Hw" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Hx" = (
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Hy" = (
+/obj/machinery/light,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Hz" = (
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/white/filled/corner{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"HA" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"HB" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"HC" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -28
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"HD" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"HE" = (
+/obj/structure/cable,
+/obj/item/trash/candy,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"HF" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"HG" = (
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"HH" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"HI" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"HJ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"HK" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -28
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"HL" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"HM" = (
+/obj/machinery/light/small,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"HN" = (
+/obj/machinery/light/small,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"HO" = (
+/obj/structure/girder,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"HP" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance/four,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"HQ" = (
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"HR" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"HS" = (
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"HT" = (
+/obj/structure/rack,
+/obj/item/storage/fancy/candle_box,
+/obj/item/clothing/suit/chaplainsuit/studentuni,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"HU" = (
+/obj/structure/table,
+/obj/item/trash/candle,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"HV" = (
+/obj/item/storage/book/bible,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"HW" = (
+/obj/item/chair,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"HX" = (
+/obj/structure/cable,
+/obj/item/trash/plate,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"HY" = (
+/obj/structure/cable,
+/obj/item/trash/sosjerky,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"HZ" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Ia" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen"
+ },
+/obj/effect/spawner/lootdrop/maintenance/two,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Ib" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance/three,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Ic" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen"
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Id" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"Ie" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"If" = (
+/obj/structure/closet/cardboard,
+/obj/item/reagent_containers/food/snacks/canned/peaches,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Ig" = (
+/obj/structure/closet/cardboard,
+/obj/item/reagent_containers/food/snacks/canned/beans,
+/obj/item/reagent_containers/food/snacks/canned/beans,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Ih" = (
+/obj/structure/closet/cardboard,
+/obj/item/wrench,
+/obj/item/screwdriver,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Ii" = (
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Ij" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Ik" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"Il" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"Im" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/turf/open/floor/plating,
+/area/maintenance/aft/upper)
+"In" = (
+/obj/structure/sign/departments/botany{
+ pixel_x = 32
+ },
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"Io" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/sign/departments/chemistry{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Ip" = (
+/obj/structure/sign/departments/botany{
+ pixel_y = 32
+ },
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"Iq" = (
+/obj/structure/cable,
+/obj/item/trash/chips,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Ir" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"Is" = (
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/turf/open/floor/plating,
+/area/maintenance/central)
+"It" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Iu" = (
+/obj/structure/lattice,
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Iv" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 8
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Iw" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/line{
+ dir = 4
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Ix" = (
+/obj/structure/lattice,
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 1
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Iy" = (
+/obj/structure/girder,
+/obj/structure/grille,
+/obj/structure/lattice,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Iz" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"IA" = (
+/obj/structure/closet/secure_closet/lethalshots,
+/obj/machinery/power/apc{
+ areastring = "/area/ai_monitored/security/armory/upper";
+ dir = 1;
+ name = "Upper Armory APC";
+ pixel_y = 23
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"IB" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "12"
+ },
+/obj/effect/mapping_helpers/airlock/abandoned,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"IC" = (
+/obj/structure/closet/crate,
+/obj/item/clothing/head/kitty/genuine,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"ID" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/library/upper)
+"IE" = (
+/obj/structure/disposalpipe/trunk/multiz/down{
+ dir = 4
+ },
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"IF" = (
+/obj/machinery/door/airlock{
+ name = "Private Study"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"IG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"IH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"II" = (
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"IJ" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/library/private)
+"IK" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/library/private)
+"IL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"IM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "12"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"IN" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"IO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/disposalpipe/trunk/multiz/down{
+ dir = 4
+ },
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"IP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"IQ" = (
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"IR" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/turf_decal/bot,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -28
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"IS" = (
+/obj/structure/ladder,
+/turf/open/floor/plating,
+/area/tcommsat/server/upper)
+"IT" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"IU" = (
+/obj/effect/spawner/lootdrop/grille_or_trash,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"IV" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"IW" = (
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"IX" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"IY" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"IZ" = (
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"Ja" = (
+/obj/structure/girder,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"Jb" = (
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"Jc" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"Jd" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"Je" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"Jf" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"Jg" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"Jh" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/railing/corner,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"Ji" = (
+/obj/structure/rack,
+/obj/item/gun/energy/ionrifle,
+/obj/item/gun/energy/temperature/security,
+/obj/item/clothing/suit/armor/laserproof,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/railing,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"Jj" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/railing{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"Jk" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/railing{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"Jl" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"Jm" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"Jn" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"Jo" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"Jp" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 8
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"Jq" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"Jr" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"Js" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/railing/corner,
+/obj/machinery/door/window/eastright{
+ name = "Armory";
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/security/armory/upper)
+"Jt" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 10
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"Ju" = (
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"Jv" = (
+/obj/structure/railing{
+ dir = 6
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Jw" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start/prisoner,
+/obj/machinery/flasher{
+ id = "pcell13";
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"Jx" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start/prisoner,
+/obj/machinery/flasher{
+ id = "pcell14";
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"Jy" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner,
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"Jz" = (
+/obj/machinery/light/small,
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/maintenance/department/security/upper)
+"JA" = (
+/obj/structure/cable,
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/maintenance/department/security/upper)
+"JB" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"JC" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"JD" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/washing_machine,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/security/prison/shower)
+"JE" = (
+/obj/structure/girder,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"JF" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/openspace,
+/area/maintenance/department/security/upper)
+"JG" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/door/airlock/engineering{
+ name = "Lower-Floor Maintenance Access";
+ req_access_txt = "10"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"JH" = (
+/obj/structure/closet,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"JI" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security/upper)
+"JJ" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"JK" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"JL" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"JM" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"JN" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 30
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"JO" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/openspace,
+/area/security/brig/upper)
+"JP" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/computer/secure_data{
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Upper Brig South";
+ dir = 4;
+ network = list("ss13","Security")
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"JQ" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 9
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"JR" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"JS" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"JT" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"JU" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/tcommsat/server/upper)
+"JV" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 9
+ },
+/obj/structure/cable,
+/obj/machinery/firealarm{
+ pixel_y = 24
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"JW" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 8
+ },
+/obj/structure/cable,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"JX" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Upper Brig Hall West";
+ dir = 2;
+ network = list("ss13","Security")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"JY" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"JZ" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"Ka" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/computer/security{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"Kb" = (
+/obj/structure/table/reinforced,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"Kc" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"Kd" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/structure/sign/poster/official/here_for_your_safety{
+ pixel_y = 32
+ },
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_x = 30
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"Ke" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"Kf" = (
+/obj/structure/table,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/item/book/manual/wiki/cooking_to_serve_man,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"Kg" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/structure/disposalpipe/junction,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"Kh" = (
+/obj/machinery/door/airlock/hatch{
+ name = "Telecomms Control Room";
+ req_one_access_txt = "19; 61"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"Ki" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/telecomms,
+/area/tcommsat/server/upper)
+"Kj" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/maintenance/fore/upper)
+"Kk" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/structure/lattice,
+/turf/open/openspace,
+/area/space/nearstation)
+"Kl" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/structure/lattice,
+/turf/open/openspace,
+/area/space/nearstation)
+"Km" = (
+/obj/structure/lattice,
+/obj/structure/railing{
+ icon_state = "railing";
+ dir = 8
+ },
+/turf/open/openspace,
+/area/space/nearstation)
+"Kn" = (
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"Ko" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"Kp" = (
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/machinery/vending/hydroseeds{
+ slogan_delay = 700
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"Kq" = (
+/obj/item/toy/beach_ball/holoball/dodgeball,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"Kr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/item/trash/can,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"Ks" = (
+/obj/structure/closet/crate/trashcart,
+/obj/item/storage/bag/trash,
+/obj/item/trash/candy,
+/obj/item/trash/candy,
+/obj/item/trash/pistachios,
+/obj/item/stack/sheet/mineral/coal,
+/obj/item/trash/popcorn,
+/obj/item/trash/tray,
+/obj/item/trash/plate,
+/obj/item/trash/can,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"Kt" = (
+/obj/structure/closet/crate{
+ icon_state = "crateopen"
+ },
+/obj/effect/spawner/lootdrop/maintenance/three,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"Ku" = (
+/obj/structure/grille/broken,
+/obj/item/trash/cheesie,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"Kv" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Mess Hall"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"Kw" = (
+/obj/structure/closet/cardboard,
+/obj/effect/spawner/lootdrop/maintenance/four,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"Kx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/grille/broken,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"Ky" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/item/trash/pistachios,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"Kz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/item/trash/sosjerky,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"KA" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"KB" = (
+/obj/item/toy/crayon/spraycan,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"KC" = (
+/obj/structure/window/reinforced/tinted/fulltile,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"KD" = (
+/obj/effect/landmark/blobstart,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"KE" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood{
+ icon_state = "wood-broken3"
+ },
+/area/maintenance/fore/upper)
+"KF" = (
+/obj/structure/frame/computer{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/item/wrench,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"KG" = (
+/obj/structure/chair,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/maintenance/fore/upper)
+"KH" = (
+/obj/item/trash/can{
+ icon_state = "space_mountain_wind"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"KI" = (
+/obj/item/trash/can{
+ icon_state = "space_mountain_wind"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
+ },
+/area/maintenance/fore/upper)
+"KJ" = (
+/obj/structure/table,
+/obj/item/paper_bin,
+/obj/item/pen,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/maintenance/fore/upper)
+"KK" = (
+/obj/structure/table,
+/obj/item/reagent_containers/food/drinks/soda_cans/space_mountain_wind,
+/obj/item/reagent_containers/food/drinks/soda_cans/space_mountain_wind{
+ pixel_x = 8
+ },
+/obj/item/reagent_containers/food/drinks/soda_cans/space_mountain_wind{
+ pixel_x = -8
+ },
+/obj/item/reagent_containers/food/drinks/soda_cans/space_mountain_wind{
+ pixel_x = 4;
+ pixel_y = 8
+ },
+/obj/item/reagent_containers/food/drinks/soda_cans/space_mountain_wind{
+ pixel_x = -4;
+ pixel_y = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood,
+/area/maintenance/fore/upper)
+"KL" = (
+/obj/structure/table,
+/obj/item/radio/intercom,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/wood{
+ icon_state = "wood-broken7"
+ },
+/area/maintenance/fore/upper)
+"KM" = (
+/obj/structure/closet/crate/bin,
+/obj/item/trash/can{
+ icon_state = "space_mountain_wind"
+ },
+/obj/item/trash/can{
+ icon_state = "space_mountain_wind"
+ },
+/obj/item/trash/can{
+ icon_state = "space_mountain_wind"
+ },
+/obj/item/trash/can{
+ icon_state = "space_mountain_wind"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"KN" = (
+/obj/effect/turf_decal/trimline/green/filled/line,
+/obj/structure/railing,
+/obj/structure/table,
+/obj/machinery/reagentgrinder,
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"KO" = (
+/turf/open/floor/circuit/telecomms/mainframe,
+/area/tcommsat/server/upper)
+"KP" = (
+/obj/machinery/camera/motion{
+ c_tag = "Secure - Upper Telecomms External North";
+ dir = 1;
+ network = list("ss13","Security")
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"KQ" = (
+/obj/machinery/camera/motion{
+ c_tag = "Security - Upper Brig External East";
+ dir = 8;
+ network = list("ss13","Security")
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"KR" = (
+/obj/machinery/camera/motion{
+ c_tag = "Security - Upper Brig External West";
+ dir = 4;
+ network = list("ss13","Security")
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"KS" = (
+/obj/machinery/telecomms/relay/preset/auto,
+/turf/open/floor/plasteel/dark/telecomms,
+/area/tcommsat/server/upper)
+"KT" = (
+/obj/machinery/light,
+/turf/open/floor/circuit/telecomms/mainframe,
+/area/tcommsat/server/upper)
+"KU" = (
+/obj/machinery/door/airlock/hatch{
+ name = "Telecomms Control Room";
+ req_one_access_txt = "19; 61"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"KV" = (
+/obj/effect/turf_decal/trimline/yellow/filled/warning,
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"KW" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/tcommsat/server/upper)
+"KX" = (
+/obj/effect/turf_decal/trimline/yellow/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark/telecomms,
+/area/tcommsat/server/upper)
+"KY" = (
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark/telecomms,
+/area/tcommsat/server/upper)
+"KZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start/prisoner,
+/obj/machinery/flasher{
+ id = "pcell15";
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"La" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/cafeteria,
+/area/security/prison/shower)
+"Lb" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/security/prison/shower)
+"Lc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"Ld" = (
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 6
+ },
+/obj/machinery/holopad,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"Le" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"Lf" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/shower)
+"Lg" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/shower)
+"Lh" = (
+/obj/structure/closet/secure_closet/freezer/kitchen{
+ req_access = null
+ },
+/obj/item/reagent_containers/food/condiment/flour,
+/obj/item/reagent_containers/food/condiment/soysauce,
+/obj/item/reagent_containers/food/condiment/sugar,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"Li" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Lj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/shower)
+"Lk" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/machinery/holopad,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/shower)
+"Ll" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Showers & Laundry"
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/shower)
+"Lm" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/button/flasher{
+ id = "pcell9";
+ pixel_x = 8;
+ pixel_y = 24
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Ln" = (
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/shower)
+"Lo" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start/prisoner,
+/obj/machinery/flasher{
+ id = "pcell16";
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"Lp" = (
+/obj/machinery/atmospherics/pipe/simple/multiz,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/security/prison/upper)
+"Lq" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Lr" = (
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/shower)
+"Ls" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/prison/shower)
+"Lt" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/washing_machine,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/security/prison/shower)
+"Lu" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/cafeteria,
+/area/security/prison/shower)
+"Lv" = (
+/obj/machinery/atmospherics/pipe/manifold/dark/hidden/layer1{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Lw" = (
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Lx" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/prison/mess)
+"Ly" = (
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"Lz" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/security/prison/shower)
+"LA" = (
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"LB" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"LC" = (
+/obj/structure/chair,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"LD" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"LE" = (
+/obj/structure/chair,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"LF" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"LG" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"LH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"LI" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"LJ" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"LK" = (
+/obj/structure/table,
+/obj/machinery/microwave{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"LL" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/nanotrasen_logo{
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"LM" = (
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/shower)
+"LN" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/button/flasher{
+ id = "pcell10";
+ pixel_x = 8;
+ pixel_y = 24
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"LO" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"LP" = (
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"LQ" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"LR" = (
+/obj/structure/table,
+/obj/item/kitchen/fork/plastic,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"LS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"LT" = (
+/obj/structure/table,
+/obj/machinery/microwave{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"LU" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/machinery/camera{
+ c_tag = "Security - Prison 2nd Floor Upper Hall";
+ dir = 5;
+ network = list("ss13","Prison","Security")
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"LV" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"LW" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"LX" = (
+/obj/structure/railing{
+ dir = 9
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"LY" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"LZ" = (
+/obj/structure/railing{
+ dir = 5
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Ma" = (
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/red/filled/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Mb" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Mc" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Md" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Me" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"Mf" = (
+/obj/machinery/camera{
+ c_tag = "Security - Prison Mess Hall North";
+ dir = 2;
+ network = list("ss13","Security","Prison")
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"Mg" = (
+/obj/structure/railing,
+/obj/effect/turf_decal/trimline/red/filled/line,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Mh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"Mi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"Mj" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"Mk" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"Ml" = (
+/obj/machinery/door/airlock/security/glass{
+ name = "Main Prison Wing";
+ req_access_txt = "2"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 8
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"Mm" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/obj/structure/cable,
+/obj/machinery/status_display/ai{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/mess)
+"Mn" = (
+/obj/machinery/light/small,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"Mo" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Mp" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Mq" = (
+/obj/structure/table,
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"Mr" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion{
+ c_tag = "Security - Upper Brig External South";
+ dir = 2;
+ network = list("ss13","Security")
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Ms" = (
+/obj/machinery/camera/motion{
+ c_tag = "Security - Upper Brig External South 2";
+ dir = 2;
+ network = list("ss13","Security")
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Mt" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"Mu" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Mv" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Mw" = (
+/obj/structure/railing{
+ dir = 9
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 9
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Mx" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/prison/upper)
+"My" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Mz" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"MA" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"MB" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"MC" = (
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"MD" = (
+/obj/structure/rack,
+/obj/item/clothing/shoes/magboots,
+/obj/item/clothing/shoes/magboots{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"ME" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"MF" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"MG" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/window/reinforced/spawner/north,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"MH" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/ladder,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"MI" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"MJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/ai_monitored/storage/eva/upper";
+ dir = 1;
+ name = "Upper EVA APC";
+ pixel_y = 23
+ },
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"MK" = (
+/obj/machinery/door/airlock/external{
+ name = "Gravity Generator External Access";
+ req_access_txt = "10; 13"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"ML" = (
+/obj/machinery/door/airlock/external{
+ name = "Gravity Generator External Access";
+ req_access_txt = "10; 13"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/gravity_generator)
+"MM" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"MN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva/upper)
+"MO" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"MP" = (
+/obj/structure/rack,
+/obj/item/tank/jetpack/carbondioxide,
+/obj/item/tank/jetpack/carbondioxide{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"MQ" = (
+/obj/machinery/door/airlock/external{
+ name = "External Hull Access";
+ req_access_txt = "24"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"MR" = (
+/obj/structure/rack,
+/obj/item/tank/jetpack/carbondioxide,
+/obj/item/tank/jetpack/carbondioxide{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 5
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"MS" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"MT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"MU" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"MV" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"MW" = (
+/obj/machinery/door/airlock/external{
+ name = "External Hull Access";
+ req_access_txt = "24"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"MX" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/fore/upper)
+"MY" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"MZ" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Na" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Nb" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Nc" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva/upper)
+"Nd" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/item/radio/intercom{
+ pixel_y = 29
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"Ne" = (
+/obj/structure/rack,
+/obj/item/clothing/shoes/magboots,
+/obj/item/clothing/shoes/magboots{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"Nf" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/dark,
+/area/ai_monitored/storage/eva/upper)
+"Ng" = (
+/obj/structure/railing/corner,
+/obj/effect/turf_decal/trimline/yellow/corner,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Nh" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 1
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Ni" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 1
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Nj" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 5
+ },
+/obj/structure/railing/corner,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Nk" = (
+/obj/structure/lattice,
+/obj/structure/railing,
+/turf/open/openspace,
+/area/space/nearstation)
+"Nl" = (
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Nm" = (
+/obj/structure/lattice,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/openspace,
+/area/space/nearstation)
+"Nn" = (
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"No" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 10
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Np" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/maintenance/central)
+"Nq" = (
+/obj/structure/railing/corner,
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Nr" = (
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Ns" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 9
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Nt" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 6
+ },
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Nu" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/engine/atmos/upper)
+"Nv" = (
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel,
+/area/hydroponics/upper)
+"Nw" = (
+/obj/machinery/light/small,
+/turf/open/floor/plating,
+/area/hydroponics/upper)
+"Nx" = (
+/obj/item/melee/flyswatter,
+/obj/effect/decal/remains/human,
+/turf/open/floor/plating,
+/area/hydroponics/upper)
+"Ny" = (
+/obj/machinery/camera{
+ c_tag = "Service - Hydroponics Apiary";
+ dir = 4;
+ network = list("ss13","Hydroponics")
+ },
+/obj/structure/flora/ausbushes/ppflowers,
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"Nz" = (
+/obj/structure/flora/ausbushes/sparsegrass,
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"NA" = (
+/obj/structure/flora/ausbushes/ywflowers,
+/turf/open/floor/grass,
+/area/hydroponics/upper)
+"NB" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"NC" = (
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 8
+ },
+/obj/machinery/camera/motion{
+ c_tag = "Secure - Vault Hallway Access";
+ dir = 1;
+ network = list("ss13","Secure")
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/nuke_storage)
+"ND" = (
+/obj/machinery/camera/motion{
+ c_tag = "Secure - Vault External West";
+ dir = 8;
+ network = list("ss13","Secure")
+ },
+/turf/open/openspace,
+/area/space)
+"NE" = (
+/obj/machinery/camera/motion{
+ c_tag = "Secure - Vault External South";
+ dir = 2;
+ network = list("ss13","Secure")
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"NF" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"NG" = (
+/obj/machinery/atmospherics/pipe/manifold/dark/hidden/layer1{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"NH" = (
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"NI" = (
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/red/filled/corner{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison 2nd Floor North Western Hall";
+ dir = 2;
+ network = list("ss13","Security","Prison")
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"NJ" = (
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/red/filled/corner{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"NK" = (
+/obj/structure/railing,
+/obj/effect/turf_decal/trimline/red/filled/line,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"NL" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"NM" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Upper Brig Hall North";
+ dir = 4;
+ network = list("ss13","Security")
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"NN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"NO" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"NP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"NQ" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"NR" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"NS" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"NT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/button/flasher{
+ id = "pcell1";
+ pixel_x = 8;
+ pixel_y = -24
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"NU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"NV" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"NW" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"NX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"NY" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/button/flasher{
+ id = "pcell13";
+ pixel_x = -8;
+ pixel_y = 24
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"NZ" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/button/flasher{
+ id = "pcell14";
+ pixel_x = -8;
+ pixel_y = 24
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Oa" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/camera{
+ c_tag = "Security - Prison 2nd Floor Upper Central Hall";
+ dir = 2;
+ network = list("ss13","Security","Prison")
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Ob" = (
+/obj/effect/turf_decal/trimline/red/filled/warning,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Oc" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Od" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Oe" = (
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/red/filled/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 10
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Of" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Og" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Oh" = (
+/obj/structure/railing/corner,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/red/filled/corner,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/status_display/ai{
+ pixel_y = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison 2nd Floor North Eastern Hall";
+ dir = 6;
+ network = list("ss13","Security","Prison")
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Oi" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Oj" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Ok" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Ol" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Om" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"On" = (
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/obj/machinery/door/airlock/security/glass{
+ name = "Main Prison Wing";
+ req_access_txt = "2"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/trimline/neutral/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"Oo" = (
+/obj/effect/turf_decal/trimline/red/filled/warning,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Op" = (
+/obj/machinery/atmospherics/pipe/manifold/dark/hidden/layer1{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Oq" = (
+/obj/effect/turf_decal/tile/red,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Or" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Os" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/turf/open/floor/plasteel,
+/area/security/prison/shower)
+"Ot" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/button/flasher{
+ id = "pcell15";
+ pixel_x = -8;
+ pixel_y = -24
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Ou" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Showers & Laundry"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/shower)
+"Ov" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison 2nd Floor Lower Hall";
+ dir = 5;
+ network = list("ss13","Prison","Security")
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Ow" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/enlist{
+ pixel_y = -32
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Ox" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/structure/bedsheetbin,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/security/prison/shower)
+"Oy" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/closet/crate/bin{
+ desc = "A laundry bin, place your laundry here for your mom to collect.";
+ name = "laundry bin"
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/security/prison/shower)
+"Oz" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/shower)
+"OA" = (
+/turf/closed/wall/r_wall,
+/area/security/prison/work)
+"OB" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"OC" = (
+/obj/structure/frame/machine,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"OD" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"OE" = (
+/obj/structure/table,
+/obj/structure/sign/poster/official/work_for_a_future{
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"OF" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/machinery/button/flasher{
+ id = "pcell16";
+ pixel_x = -8;
+ pixel_y = -24
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"OG" = (
+/obj/effect/turf_decal/trimline/red/filled/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"OH" = (
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/trimline/red/filled/corner{
+ dir = 1
+ },
+/obj/machinery/light,
+/obj/machinery/status_display/ai{
+ pixel_y = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison 2nd Floor South Western Hall";
+ dir = 1;
+ network = list("ss13","Security","Prison")
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"OI" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"OJ" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"OK" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"OL" = (
+/obj/structure/frame/machine,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"OM" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"ON" = (
+/obj/effect/turf_decal/trimline/red/filled/warning{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"OO" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"OP" = (
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/red/filled/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"OQ" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/machinery/camera{
+ c_tag = "Security - Prison 2nd Floor Lower Central Hall";
+ dir = 10;
+ network = list("ss13","Security","Prison")
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"OR" = (
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/red/filled/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/structure/cable,
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison 2nd Floor South Eastern Hall";
+ dir = 10;
+ network = list("ss13","Security","Prison")
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"OS" = (
+/obj/effect/turf_decal/tile/red,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"OT" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"OU" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"OV" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"OW" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"OX" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"OY" = (
+/obj/structure/chair/stool,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"OZ" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"Pa" = (
+/obj/structure/railing,
+/obj/effect/turf_decal/trimline/red/filled/line,
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Pb" = (
+/obj/structure/chair/stool,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"Pc" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/red/filled/line{
+ dir = 1
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Pd" = (
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"Pe" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Work Hall"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"Pf" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Pg" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Pi" = (
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Pj" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/button/flasher{
+ id = "pcell12";
+ pixel_x = 8;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"Pk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/machinery/power/deck_relay,
+/turf/open/floor/plating,
+/area/security/prison/upper)
+"Pl" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -23
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"Pm" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed,
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ name = "Prison Intercom (General)";
+ pixel_y = 24;
+ prison_radio = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Cell 10";
+ dir = 4;
+ network = list("ss13","PrisonCell","Prison","Security")
+ },
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"Pn" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start/prisoner,
+/obj/machinery/flasher{
+ id = "pcell11";
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"Po" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/landmark/start/prisoner,
+/obj/machinery/flasher{
+ id = "pcell12";
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"Pp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"Pq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/holopad,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"Pr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"Ps" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"Pt" = (
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/glass{
+ name = "Work Hall"
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"Pu" = (
+/obj/structure/frame/machine,
+/obj/machinery/light,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"Pv" = (
+/obj/structure/table,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"Pw" = (
+/obj/structure/frame/machine,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"Px" = (
+/obj/structure/table,
+/obj/structure/sign/poster/official/obey{
+ pixel_y = -32
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"Py" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"Pz" = (
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"PA" = (
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"PB" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/prison/work)
+"PC" = (
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"PD" = (
+/obj/machinery/atmospherics/pipe/manifold/dark/hidden/layer1,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"PE" = (
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"PF" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 4
+ },
+/obj/machinery/door/airlock/engineering{
+ name = "Lower-Floor Maintenance Access";
+ req_access_txt = "10"
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/prison/upper)
+"PG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer1{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/prison/upper)
+"PH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/prison/upper)
+"PI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/security/prison/upper)
+"PJ" = (
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"PK" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable,
+/obj/machinery/camera{
+ c_tag = "Security - Prison Work Room";
+ dir = 5;
+ network = list("ss13","Prison","Security")
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"PL" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/obj/machinery/computer/security/telescreen{
+ name = "Prison Monitor";
+ network = list("Prison","PrisonCell");
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel,
+/area/security/brig/upper)
+"PM" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/washing_machine,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/status_display/ai{
+ pixel_y = -32
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Showers";
+ dir = 5;
+ network = list("ss13","Prison","Security")
+ },
+/turf/open/floor/plasteel/cafeteria,
+/area/security/prison/shower)
+"PN" = (
+/obj/structure/frame/machine,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"PO" = (
+/obj/structure/frame/machine,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/status_display/ai{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/work)
+"PP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed,
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ name = "Prison Intercom (General)";
+ pixel_y = 24;
+ prison_radio = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Cell 13";
+ dir = 8;
+ network = list("ss13","PrisonCell","Prison","Security")
+ },
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"PQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed,
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ name = "Prison Intercom (General)";
+ pixel_y = 24;
+ prison_radio = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Cell 14";
+ dir = 8;
+ network = list("ss13","PrisonCell","Prison","Security")
+ },
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"PR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed,
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ name = "Prison Intercom (General)";
+ pixel_y = -24;
+ prison_radio = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Cell 11";
+ dir = 5;
+ network = list("ss13","PrisonCell","Prison","Security")
+ },
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"PS" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed,
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ name = "Prison Intercom (General)";
+ pixel_y = -24;
+ prison_radio = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Cell 12";
+ dir = 5;
+ network = list("ss13","PrisonCell","Prison","Security")
+ },
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"PT" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed,
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ name = "Prison Intercom (General)";
+ pixel_y = -24;
+ prison_radio = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Cell 15";
+ dir = 9;
+ network = list("ss13","PrisonCell","Prison","Security")
+ },
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"PU" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/bed,
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ name = "Prison Intercom (General)";
+ pixel_y = -24;
+ prison_radio = 1
+ },
+/obj/machinery/camera{
+ c_tag = "Security - Prison Cell 16";
+ dir = 9;
+ network = list("ss13","PrisonCell","Prison","Security")
+ },
+/obj/item/bedsheet/orange,
+/turf/open/floor/plasteel/dark,
+/area/security/prison/upper)
+"PV" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 9
+ },
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"PW" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/quartermaster/qm/perch)
+"PX" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/quartermaster/warehouse/upper)
+"PY" = (
+/obj/structure/table,
+/obj/item/clothing/mask/cigarette,
+/obj/item/lighter/greyscale{
+ pixel_x = 4;
+ pixel_y = 5
+ },
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/upper)
+"PZ" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/quartermaster/sorting)
+"Qa" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/crew_quarters/dorms/barracks/male)
+"Qb" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/crew_quarters/fitness/locker_room/male)
+"Qc" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/crew_quarters/dorms)
+"Qd" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/hallway/primary/upper)
+"Qe" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall/r_wall,
+/area/maintenance/solars/port/fore)
+"Qh" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Qi" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/crew_quarters/dorms/barracks/female)
+"Qj" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/crew_quarters/fitness/locker_room/female)
+"Qk" = (
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 8
+ },
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Ql" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/maintenance/external/port/bow)
+"Qm" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/storage/eva/upper)
+"Qn" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/maintenance/fore/upper)
+"Qo" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload)
+"Qp" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 9
+ },
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"Qq" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/open/floor/engine/hull,
+/area/space)
+"Qr" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/library/private)
+"Qs" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/library/upper)
+"Qt" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall/r_wall,
+/area/security/prison/shower)
+"Qu" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall/r_wall,
+/area/security/prison/mess)
+"Qv" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
+"Qw" = (
+/obj/effect/turf_decal/trimline/white/line{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/open/floor/engine/hull,
+/area/space/nearstation)
+"Qx" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/engine/gravity_generator)
+"Qy" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall/r_wall,
+/area/security/prison/upper)
+"Qz" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/library/printer)
+"QA" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/nuke_storage)
+"QB" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall/r_wall,
+/area/security/brig/upper)
+"QC" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/maintenance/starboard/upper)
+"QD" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/security/armory/upper)
+"QE" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/hydroponics/upper)
+"QF" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/medical/chemistry)
+"QG" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"QH" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall/r_wall,
+/area/gateway)
+"QI" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall/r_wall,
+/area/security/prison/work)
+"QJ" = (
+/obj/effect/turf_decal/trimline/yellow/warning{
+ dir = 1
+ },
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"QK" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/maintenance/department/security/upper)
+"QL" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/maintenance/aft/upper)
+"QM" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall/r_wall,
+/area/engine/atmos/upper)
+"QN" = (
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/space/nearstation)
+"QO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"QP" = (
+/obj/machinery/ai_slipper{
+ uses = 10
+ },
+/turf/open/floor/plasteel,
+/area/security/prison/upper)
+"QQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/camera{
+ c_tag = "Security - Prison Mess Hall South";
+ dir = 10;
+ network = list("ss13","Security","Prison")
+ },
+/turf/open/floor/plasteel/white,
+/area/security/prison/mess)
+"QR" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall/r_wall,
+/area/tcommsat/server/upper)
+"QS" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall,
+/area/maintenance/external/aft)
+"QT" = (
+/obj/effect/baseturf_helper/space{
+ baseturf = /turf/open/openspace;
+ name = "openspace baseturf editor"
+ },
+/turf/closed/wall/r_wall,
+/area/ai_monitored/turret_protected/ai)
+"QU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{
+ dir = 9
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/white/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"QV" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/white/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"QW" = (
+/obj/effect/turf_decal/trimline/white/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"QX" = (
+/obj/machinery/status_display{
+ pixel_y = -32
+ },
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"QY" = (
+/obj/machinery/status_display/ai{
+ pixel_y = -32
+ },
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"QZ" = (
+/obj/machinery/status_display/ai{
+ pixel_x = -32
+ },
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"Ra" = (
+/obj/machinery/status_display{
+ pixel_x = -32
+ },
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"Rb" = (
+/obj/machinery/status_display{
+ pixel_y = 32
+ },
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"Rc" = (
+/obj/machinery/status_display/ai{
+ pixel_y = 32
+ },
+/turf/open/openspace,
+/area/hallway/primary/upper)
+"Rd" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Re" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
+ dir = 1
+ },
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-10"
+ },
+/turf/open/floor/plasteel,
+/area/ai_monitored/nuke_storage)
+"Rf" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Rg" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Rh" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"Ri" = (
+/obj/machinery/light,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21";
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/upper)
+"SP" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21"
+ },
+/turf/open/floor/plasteel,
+/area/crew_quarters/dorms)
+
+(1,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(2,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(3,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(4,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(5,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(6,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(7,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(8,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(9,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(10,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(11,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(12,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(13,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(14,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(15,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(16,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(17,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(18,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(19,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(20,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(21,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(22,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(23,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(24,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(25,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(26,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(27,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(28,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(29,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(30,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(31,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(32,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(33,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(34,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(35,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(36,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(37,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(38,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(39,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(40,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(41,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(42,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(43,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(44,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(45,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(46,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(47,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(48,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(49,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(50,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(51,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(52,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(53,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(54,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(55,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(56,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(57,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(58,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(59,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(60,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(61,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(62,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(63,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(64,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+mt
+mt
+mt
+mt
+ac
+mt
+cn
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(65,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+cn
+cn
+ac
+ac
+cn
+cn
+cn
+mt
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(66,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+Ql
+mI
+mI
+mI
+ac
+cn
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+be
+be
+be
+be
+be
+be
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(67,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+mI
+mI
+mM
+mM
+mI
+mI
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(68,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+mI
+mJ
+mO
+mS
+np
+nA
+nA
+nA
+Cj
+Cj
+FT
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+vy
+FB
+CJ
+CJ
+CJ
+CJ
+CJ
+CJ
+CJ
+CJ
+CJ
+CJ
+CJ
+CJ
+CJ
+CJ
+CJ
+CJ
+QN
+lE
+be
+dw
+dw
+dw
+eP
+dw
+dw
+dw
+eP
+dw
+dw
+dw
+eP
+be
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(69,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+mI
+mK
+mP
+mW
+nu
+nw
+nB
+nC
+mT
+mT
+Cl
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+mT
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+Bj
+be
+be
+be
+eP
+KQ
+be
+be
+eP
+be
+be
+be
+eP
+be
+eP
+dw
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(70,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+mI
+cc
+mQ
+nn
+nv
+nA
+nA
+nA
+Dn
+mT
+Cl
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Cx
+jP
+Eg
+CE
+CE
+Eg
+CE
+CE
+CE
+Eg
+CE
+CE
+CE
+CE
+Eg
+Eg
+CE
+Eg
+Ej
+lD
+be
+hh
+hh
+hh
+hh
+be
+eP
+hh
+hh
+hh
+hh
+be
+be
+eP
+eP
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(71,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+mI
+mI
+mR
+mR
+mI
+mI
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+be
+be
+QR
+hh
+zs
+zs
+hh
+hh
+hh
+hh
+KO
+KO
+hh
+hh
+be
+be
+dw
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(72,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+FF
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+FT
+bd
+mI
+mI
+mI
+mI
+bd
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+cn
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+cn
+ac
+ac
+cn
+ac
+ac
+ac
+cn
+be
+be
+hh
+ib
+AZ
+IY
+Jd
+JU
+Jy
+JU
+Ki
+KO
+KO
+hh
+be
+be
+dw
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(73,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+Ci
+mT
+mT
+mT
+mT
+mT
+mT
+mT
+mT
+mT
+mT
+mT
+mT
+mT
+mT
+Cv
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Ce
+mT
+Cl
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+be
+KP
+hh
+ic
+IS
+Jb
+Kn
+Kh
+KV
+KU
+KX
+KS
+KT
+hh
+Mr
+eP
+dw
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(74,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+Ci
+mT
+Ck
+Dm
+Dm
+Dm
+Dm
+Dm
+Cf
+Cf
+Cf
+Cf
+Cf
+Cu
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Cl
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+cn
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+cn
+be
+be
+hh
+rz
+IW
+Jc
+Je
+JU
+KW
+JU
+KY
+KO
+KO
+hh
+be
+be
+dw
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(75,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+mt
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+be
+be
+be
+be
+be
+FR
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Cu
+Bj
+Cl
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+be
+be
+hh
+hh
+IX
+IX
+hh
+hh
+hh
+hh
+KO
+KO
+hh
+hh
+be
+be
+dw
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(76,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+mt
+mt
+cn
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+Cw
+Bj
+Cl
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+vy
+FB
+Eh
+CJ
+CJ
+CJ
+CJ
+Eh
+Eh
+CJ
+CJ
+CJ
+CJ
+Eh
+CJ
+Eh
+Ei
+lE
+be
+hh
+hh
+hh
+hh
+be
+eP
+hh
+hh
+hh
+hh
+be
+be
+eP
+eP
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(77,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+cn
+ac
+cn
+ac
+ac
+bd
+FF
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Cj
+Ce
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+Cw
+Bj
+Cl
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+mT
+mT
+mT
+mT
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+Bj
+be
+be
+be
+eP
+be
+be
+be
+eP
+be
+KR
+be
+eP
+be
+eP
+dw
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(78,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+ac
+ac
+ac
+cn
+ac
+ac
+bd
+Ci
+fN
+fN
+fN
+fN
+fN
+fN
+mT
+mT
+mT
+mT
+mT
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+Cw
+Bj
+Cl
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+lP
+lC
+lE
+bd
+Cx
+bd
+bd
+bd
+jP
+CE
+CE
+CE
+CE
+CE
+CE
+CE
+CE
+CE
+CE
+CE
+Ej
+lD
+be
+dw
+dw
+dw
+eP
+dw
+dw
+dw
+eP
+dw
+dw
+dw
+eP
+be
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(79,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+cn
+cn
+cn
+cn
+ac
+ac
+bd
+Ci
+fN
+Ck
+Dm
+Dm
+Dn
+fN
+Ck
+Dm
+Dm
+Cc
+Dm
+Dm
+FI
+bd
+bd
+vL
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+Cw
+Bj
+Cv
+Cj
+Cj
+CC
+CC
+CC
+CC
+CC
+CC
+CC
+CC
+CC
+CC
+CC
+CC
+FV
+be
+be
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+Cw
+Bj
+EC
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(80,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+Ci
+fN
+Cl
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+CQ
+CQ
+CQ
+CQ
+CQ
+bd
+bd
+lP
+be
+lE
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+Cw
+Bj
+mT
+mT
+mT
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+CD
+CC
+CC
+Cj
+Cj
+CC
+CC
+CC
+CC
+CC
+CC
+CC
+CC
+CC
+Ek
+Bj
+CD
+Cj
+FT
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+be
+be
+be
+be
+be
+be
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(81,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+cn
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+Ci
+fN
+Cl
+ac
+ac
+BZ
+Ca
+CI
+CJ
+CL
+CL
+CL
+BQ
+CT
+sL
+CQ
+bd
+bd
+be
+fY
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+Cw
+Bj
+Ck
+Dm
+Dm
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Cu
+Bj
+Bj
+mT
+mT
+mT
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+mT
+Cv
+Cj
+Cj
+Cj
+Cj
+FT
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(82,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+Ci
+fN
+Cl
+ac
+ac
+BZ
+Ca
+Ca
+CK
+CM
+BO
+BP
+BR
+BR
+BT
+CQ
+bd
+bd
+be
+fY
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+Cw
+Bj
+Cl
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+FR
+Cf
+Cf
+Dm
+Dm
+Dm
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Cf
+Dm
+Dn
+mT
+mT
+mT
+mT
+mT
+mT
+Cl
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(83,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+cn
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+Ci
+fN
+Cl
+ac
+ac
+FC
+CE
+CE
+CE
+CL
+CL
+CL
+BS
+CV
+BU
+CQ
+bd
+bd
+be
+fY
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+Cw
+Bj
+Cl
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+FU
+Dm
+Dm
+Dm
+Dm
+Dn
+mT
+Cv
+FT
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(84,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+Ci
+fN
+Cl
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+CQ
+CQ
+CQ
+CQ
+Qe
+bd
+bd
+lL
+be
+lD
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+Cw
+Bj
+Cv
+Cj
+FT
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+Ci
+mT
+mT
+Cv
+FT
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(85,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+cn
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Ci
+mT
+Cl
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+Cx
+bd
+bd
+bd
+bd
+bd
+Cz
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+Ci
+mT
+mT
+mT
+Cl
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bd
+bd
+Bc
+dw
+dw
+dw
+eP
+dw
+dw
+dw
+eP
+dw
+dw
+dw
+Bc
+bd
+bd
+bd
+bd
+bd
+FU
+Dn
+mT
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(86,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Ci
+mT
+Cl
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+FU
+Dm
+Dn
+mT
+Cl
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+dw
+eP
+dw
+fb
+fb
+bd
+be
+eP
+be
+be
+be
+eP
+be
+be
+be
+eP
+be
+Bc
+fb
+fb
+fb
+Bc
+bd
+bd
+FU
+Dn
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(87,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+mt
+mt
+cn
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Ci
+mT
+Cl
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+fb
+fb
+fb
+Bc
+fb
+fb
+fb
+Bc
+fb
+fb
+fb
+Bc
+bd
+bd
+bd
+Bc
+fb
+fb
+fb
+Bc
+fb
+fb
+fb
+Bc
+fb
+fb
+fb
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+Bc
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+be
+be
+be
+eP
+be
+bd
+bd
+Bc
+bd
+Bc
+bd
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(88,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+cn
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+CG
+FG
+mT
+FH
+nk
+ac
+ac
+ac
+ac
+mt
+cn
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+Bc
+fb
+fb
+fb
+Bc
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+Ci
+mT
+Cl
+bd
+fb
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+fb
+Bc
+fb
+fb
+fb
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(89,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+EF
+cn
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+CG
+CU
+CU
+CU
+nk
+CH
+bf
+mT
+bf
+Dk
+ac
+ac
+ac
+cn
+cn
+ac
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+Ci
+mT
+Cy
+Bc
+fb
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Bc
+Bc
+Bc
+Bc
+bd
+bd
+es
+es
+Ch
+Ch
+Ch
+Ch
+Ch
+Ch
+es
+es
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+bd
+Bc
+Ci
+mT
+fb
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(90,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+cn
+cn
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+CG
+CU
+CU
+CU
+nk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+ac
+ac
+ac
+mt
+ac
+ac
+Qa
+hj
+hj
+hj
+hj
+wR
+wR
+hj
+hj
+hj
+hj
+hj
+bd
+bd
+bd
+Qi
+yc
+yc
+yc
+yc
+yP
+yP
+yc
+yc
+yc
+yc
+yc
+Ci
+mT
+Cl
+bd
+fb
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+bd
+es
+es
+es
+es
+av
+av
+av
+av
+av
+av
+av
+av
+es
+es
+es
+es
+es
+es
+es
+bd
+bd
+Bc
+Ci
+mT
+Cy
+Bc
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(91,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+ac
+ac
+ac
+bd
+bd
+CG
+CU
+CU
+CU
+nk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+ac
+ac
+ac
+mt
+cn
+cn
+hj
+mD
+ns
+xg
+hj
+vv
+uz
+hj
+mD
+xS
+xg
+hj
+bd
+bd
+bd
+yc
+yd
+yx
+yI
+yc
+vw
+wb
+yc
+yd
+zE
+yI
+yc
+Ci
+mT
+Cl
+bd
+Bc
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+es
+av
+av
+av
+HX
+dE
+dE
+dE
+dE
+dE
+dE
+av
+av
+av
+av
+EB
+Ag
+eu
+es
+Ch
+es
+Er
+Ce
+mT
+Cv
+fb
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(92,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+CG
+CU
+CU
+CU
+nk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+ac
+ac
+ac
+mt
+ac
+ac
+hj
+mV
+vq
+wM
+hj
+xf
+uA
+hj
+mV
+xX
+GA
+hj
+bd
+bd
+bd
+yc
+ye
+yy
+yK
+yc
+zA
+wc
+yc
+zV
+zF
+yK
+yc
+Ci
+mT
+Cl
+bd
+fb
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+es
+es
+av
+dE
+ca
+dE
+dE
+aE
+cs
+cs
+cw
+dE
+dE
+ca
+dE
+av
+eu
+eu
+eu
+En
+eu
+Eo
+mT
+mT
+mT
+mT
+fb
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(93,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+ac
+ac
+ac
+cn
+ac
+ac
+hj
+mD
+wB
+xg
+hj
+DC
+uB
+hj
+mD
+xW
+xg
+hj
+bd
+bd
+bd
+yc
+yd
+yy
+yI
+yc
+zB
+DF
+yc
+yd
+zF
+yI
+yc
+Ci
+mT
+Cy
+Bc
+fb
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Bc
+Bc
+es
+av
+av
+QF
+aE
+cq
+cs
+EY
+ae
+ae
+aA
+cs
+cq
+cw
+dE
+av
+av
+eu
+Ep
+es
+Ch
+es
+Dm
+Dm
+Dn
+mT
+fb
+Cj
+Cj
+Cj
+Cj
+FT
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(94,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+aY
+CX
+mT
+CX
+nc
+ac
+ac
+ac
+mt
+ac
+ac
+hj
+vp
+vq
+wK
+hj
+xN
+uB
+hj
+mU
+xX
+wK
+hj
+bd
+bd
+bd
+yc
+zK
+yy
+yL
+yc
+zB
+ym
+yc
+yf
+zF
+yL
+yc
+Ci
+mT
+Cl
+bd
+fb
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+es
+av
+dE
+dE
+bn
+bO
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+wU
+dE
+dE
+av
+eN
+ew
+es
+bd
+bd
+bd
+bd
+Ci
+mT
+mT
+mT
+mT
+mT
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(95,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+aY
+CX
+mT
+CX
+nc
+fN
+fN
+fN
+mT
+ac
+ac
+ac
+ac
+mt
+cn
+cn
+hj
+vS
+vr
+DA
+wO
+xl
+uC
+wO
+xM
+xY
+vS
+hj
+bd
+bd
+bd
+yc
+yg
+yF
+yM
+yO
+zC
+we
+yO
+zD
+zG
+yg
+yc
+Ci
+mT
+Cl
+bd
+Bc
+Bc
+fb
+bd
+bd
+bd
+bd
+Bc
+Bc
+bd
+bd
+es
+av
+dE
+aE
+EY
+cd
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+aA
+cw
+dE
+av
+es
+es
+es
+bd
+bd
+bd
+bd
+FU
+Dm
+fb
+Dm
+Dm
+Dn
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(96,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+aY
+CX
+mT
+CX
+nc
+mT
+mT
+mT
+fN
+fN
+mT
+CU
+mT
+CU
+nk
+ac
+DP
+DN
+fb
+ac
+ac
+hj
+mD
+wL
+xg
+hj
+xp
+uD
+hj
+mD
+yH
+xg
+hj
+vO
+vO
+vO
+yc
+yd
+yG
+yI
+yc
+yV
+wf
+yc
+yd
+zH
+yI
+yc
+Ci
+mT
+Cv
+Cj
+Cj
+FT
+Bc
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+bd
+es
+av
+dE
+bs
+ae
+cd
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+cx
+dE
+av
+es
+Bc
+Bc
+Bc
+Bc
+Bc
+Bc
+Bc
+Bc
+fb
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(97,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+CH
+bf
+mT
+bf
+Dk
+aY
+CX
+mT
+CX
+nc
+mT
+fN
+fN
+fN
+fN
+mT
+CU
+mT
+CU
+nk
+CH
+bf
+mT
+bf
+Dk
+ac
+DQ
+bd
+Bc
+ac
+ac
+hj
+wd
+vB
+DB
+hj
+xp
+uD
+hj
+wd
+xZ
+DB
+hj
+xG
+xG
+xG
+yc
+yw
+yG
+yN
+yc
+yV
+wf
+yc
+yw
+zH
+yN
+yc
+Ci
+mT
+mT
+mT
+mT
+Cl
+Bc
+fb
+fb
+fb
+Bc
+Bc
+bd
+bd
+bd
+es
+av
+dE
+bs
+ae
+cd
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+cx
+dE
+av
+es
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(98,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+aY
+CX
+mT
+CX
+nc
+mT
+mT
+mT
+fN
+fN
+mT
+CU
+mT
+CU
+nk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+bd
+bd
+bd
+fb
+bd
+bd
+hj
+mD
+wL
+xg
+hj
+xp
+uD
+hj
+mD
+yH
+xg
+hj
+DE
+Cd
+FK
+yc
+yd
+yG
+yI
+yc
+yV
+wf
+yc
+yd
+zH
+yI
+yc
+FU
+Dm
+Dm
+Dn
+mT
+Cl
+bd
+bd
+Bc
+bd
+bd
+bd
+bd
+bd
+bd
+es
+av
+dE
+bs
+ae
+cd
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+ae
+cx
+dE
+av
+es
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+Bc
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(99,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+ac
+aK
+fN
+mT
+fN
+fN
+mT
+CU
+mT
+CU
+nk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+bd
+bd
+bd
+fb
+Bc
+Bc
+hj
+vg
+xa
+wN
+hj
+xV
+uE
+hj
+yz
+yD
+wN
+hj
+zJ
+fj
+fG
+yc
+yw
+zO
+yN
+yc
+yW
+wg
+yc
+yw
+zY
+Aa
+yc
+bd
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+Bc
+bd
+be
+be
+be
+be
+be
+es
+av
+dE
+fq
+ae
+bq
+ap
+ap
+aq
+ae
+ae
+ae
+ae
+ae
+iF
+dE
+av
+es
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(100,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+CG
+CU
+mT
+CU
+nk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+bd
+bd
+bd
+fb
+bd
+bd
+hj
+hj
+hj
+hj
+hj
+ya
+uF
+hj
+hj
+hj
+hj
+hj
+bR
+fj
+fG
+yc
+yc
+yc
+yc
+yc
+za
+wh
+yc
+yc
+yc
+yc
+yc
+es
+bd
+bd
+es
+uP
+es
+bd
+bd
+Bc
+bd
+be
+be
+be
+be
+be
+es
+av
+dE
+bs
+ae
+ae
+ae
+ae
+ud
+ae
+ae
+ae
+ae
+ae
+cx
+dE
+HY
+es
+bd
+es
+es
+es
+es
+es
+es
+es
+bd
+Bc
+Bc
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(101,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+ac
+ac
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+Qc
+SP
+xo
+cm
+yi
+uG
+uH
+uI
+uJ
+uK
+uJ
+uJ
+fk
+fH
+gd
+vj
+vb
+vY
+vZ
+wa
+wi
+xL
+zW
+zZ
+vi
+Ir
+es
+es
+bd
+Ch
+eu
+Ch
+bd
+bd
+Bc
+bd
+be
+be
+be
+be
+be
+es
+av
+dE
+bs
+ae
+ae
+ae
+ae
+cd
+ae
+ae
+ae
+ae
+ae
+cx
+dE
+av
+es
+es
+es
+fy
+fy
+fy
+fy
+fy
+es
+bd
+bd
+fb
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(102,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+bd
+bd
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+aY
+CX
+CX
+CX
+nc
+bd
+bd
+bd
+fb
+bd
+bd
+bd
+vi
+xn
+xi
+vu
+yi
+vu
+vu
+vu
+vu
+yh
+vu
+vu
+uM
+vu
+vu
+xi
+vu
+vu
+vu
+vu
+yi
+vu
+yh
+Af
+Ac
+av
+eu
+es
+es
+es
+uQ
+es
+es
+Ch
+Ch
+es
+es
+be
+be
+be
+be
+es
+av
+dE
+bs
+ae
+ae
+ae
+ae
+cd
+ae
+ae
+ae
+ae
+ae
+cx
+dE
+av
+av
+av
+Ac
+go
+mm
+mG
+mm
+ne
+es
+Bc
+Bc
+fb
+Ci
+mT
+Cv
+FT
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(103,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+bd
+bd
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+aY
+CX
+CX
+CX
+nc
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Bc
+Bc
+Bc
+vi
+vo
+xm
+xr
+xO
+yp
+yr
+yr
+yr
+yu
+xQ
+yQ
+tr
+yQ
+yT
+yU
+yT
+yT
+yT
+yl
+Ae
+yY
+zb
+xK
+vi
+vx
+av
+es
+Fw
+Cg
+eu
+es
+Ge
+Fs
+FQ
+fy
+es
+be
+be
+be
+be
+es
+av
+dE
+bs
+ae
+ae
+ae
+ae
+cd
+ae
+ae
+ae
+ae
+ae
+cx
+dE
+es
+es
+es
+es
+gz
+es
+es
+es
+fU
+es
+bd
+bd
+fb
+Ci
+mT
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(104,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+bd
+bd
+CH
+bf
+mT
+bf
+Dk
+CH
+bf
+mT
+bf
+Dk
+aY
+CX
+CX
+CX
+nc
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+Qb
+vf
+wV
+vf
+vf
+vf
+vf
+vf
+vf
+vf
+vf
+vf
+bR
+uO
+xH
+Qj
+wH
+wH
+wH
+wH
+wH
+wH
+wH
+wH
+Ah
+wH
+wH
+av
+es
+FW
+eu
+eu
+es
+Fm
+ED
+Hj
+FS
+es
+es
+es
+es
+es
+es
+av
+dE
+bs
+ae
+ae
+ae
+ae
+ce
+cj
+cj
+cj
+cj
+ck
+cx
+dE
+fy
+fy
+fy
+fy
+mg
+es
+fJ
+fL
+fQ
+es
+bd
+bd
+Bc
+FU
+Dn
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(105,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+bd
+bd
+CH
+bf
+mT
+bf
+Dk
+aY
+CX
+CX
+CX
+nc
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+bd
+bd
+vf
+bS
+xj
+yb
+vf
+vM
+vf
+vM
+vf
+vT
+yj
+vf
+mE
+uO
+xI
+wH
+yA
+xd
+wH
+zR
+wH
+GQ
+wH
+zX
+Ai
+Aj
+wH
+av
+es
+Fx
+eu
+eu
+Is
+eu
+Ft
+Fu
+FS
+EB
+eu
+eu
+Gf
+eu
+no
+av
+dE
+wQ
+ae
+ae
+ae
+ae
+cf
+ae
+ae
+ae
+ae
+bP
+xb
+dE
+fy
+fy
+fD
+gm
+mk
+es
+fK
+eu
+fR
+es
+bd
+bd
+fb
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(106,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+bd
+bd
+aY
+CX
+CX
+CX
+nc
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+vf
+vl
+wW
+vl
+vf
+ur
+vf
+ut
+vf
+vT
+yk
+yo
+yq
+uS
+yt
+yv
+yB
+xd
+wH
+uv
+wH
+ux
+wH
+xs
+zg
+xs
+wH
+av
+es
+ew
+eu
+eu
+FE
+eu
+eu
+eu
+Fv
+FQ
+eu
+eu
+eu
+eu
+es
+av
+dE
+bM
+cr
+cr
+ct
+cr
+cu
+cv
+cr
+ct
+cr
+cr
+cy
+dE
+fy
+fy
+fO
+eu
+fC
+es
+fJ
+fM
+fS
+es
+Bc
+Bc
+fb
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(107,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+ac
+ac
+bd
+vy
+bd
+vL
+vy
+vz
+DM
+vz
+vL
+vy
+bd
+vL
+vy
+vz
+vz
+vz
+vz
+vz
+DM
+vz
+vz
+vz
+vz
+vL
+bd
+bd
+bd
+bd
+fb
+Bc
+Bc
+vf
+vm
+wX
+hT
+xu
+xk
+xk
+xk
+xk
+xk
+xP
+vf
+bR
+uO
+xH
+wH
+xT
+yJ
+yJ
+yJ
+yJ
+yJ
+yZ
+tA
+zh
+xw
+wH
+av
+es
+es
+es
+eu
+es
+no
+es
+es
+es
+es
+es
+BX
+es
+es
+es
+av
+dE
+dE
+dE
+dE
+dE
+ag
+cg
+ar
+ag
+dE
+dE
+dE
+dE
+dE
+fy
+fy
+gj
+EE
+fC
+es
+es
+es
+es
+es
+bd
+bd
+fb
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(108,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+cn
+cn
+vz
+wC
+mT
+Br
+DK
+ac
+ac
+ac
+DO
+wC
+mT
+Br
+DK
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+vf
+vn
+wY
+vA
+vf
+us
+vf
+uu
+vf
+vT
+zI
+vf
+bR
+uO
+xR
+wH
+zN
+xd
+wH
+uw
+wH
+uy
+wH
+xt
+zy
+xx
+wH
+av
+es
+eu
+eu
+eu
+es
+eu
+es
+FX
+BY
+es
+Co
+eu
+CB
+CN
+es
+av
+Ij
+EB
+Ir
+HZ
+dE
+aj
+ch
+aA
+aC
+dE
+bd
+bd
+bd
+es
+fy
+fy
+gl
+gn
+gz
+es
+bd
+bd
+bd
+bd
+bd
+Bc
+Bc
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(109,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+Bc
+Bc
+bd
+vf
+vn
+wZ
+zi
+vf
+GO
+vf
+vN
+vf
+vT
+yn
+vf
+bR
+uO
+xH
+wH
+yE
+xd
+wH
+zS
+wH
+zS
+wH
+xt
+zz
+xx
+wH
+av
+es
+eu
+Fy
+Fz
+es
+eu
+GR
+eu
+BY
+es
+CA
+CW
+CB
+CN
+es
+av
+eu
+eu
+eu
+eu
+dE
+ak
+cf
+bO
+aD
+dE
+bd
+bd
+bd
+es
+fy
+fy
+fy
+fy
+mg
+es
+bd
+bd
+bd
+Bc
+Bc
+fb
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(110,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+fb
+Bc
+vf
+vf
+vf
+vf
+vf
+vf
+vf
+vf
+vf
+vV
+vW
+vf
+bR
+uO
+xH
+wH
+qw
+xe
+wH
+wH
+wH
+wH
+wH
+wH
+wH
+wH
+wH
+Hm
+es
+no
+es
+es
+es
+es
+es
+es
+es
+es
+es
+es
+es
+es
+es
+av
+eu
+eu
+eu
+eu
+dE
+hM
+ci
+bV
+bt
+dE
+Np
+es
+es
+es
+es
+es
+es
+es
+ml
+es
+bd
+bd
+bd
+fb
+bd
+bd
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(111,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+bd
+bd
+Bc
+bd
+bd
+bd
+bd
+bd
+vf
+vf
+vf
+vf
+mF
+uV
+mH
+wH
+wH
+wH
+wH
+eu
+eu
+eu
+eu
+eu
+eu
+eu
+eu
+av
+av
+av
+av
+av
+av
+av
+av
+av
+av
+av
+av
+av
+av
+HE
+av
+av
+FE
+eu
+eu
+eu
+dE
+am
+bN
+bW
+zd
+dE
+et
+ex
+eE
+ty
+eG
+eG
+eG
+eG
+fE
+es
+Bc
+Bc
+Bc
+fb
+bd
+bd
+bd
+bd
+Ci
+mT
+Cv
+FT
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(112,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DP
+Cz
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Bc
+fb
+fb
+fb
+Bc
+Bc
+bd
+bd
+bd
+bd
+bd
+vi
+bR
+uZ
+vb
+vh
+vt
+eu
+eu
+Gh
+Ia
+bv
+no
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+no
+bv
+dE
+an
+bP
+bX
+aH
+dE
+eu
+ez
+es
+fC
+es
+es
+es
+es
+es
+es
+bd
+bd
+bd
+fb
+bd
+bd
+bd
+bd
+Ci
+mT
+mT
+Cl
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(113,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DR
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+bd
+bd
+bd
+vi
+bR
+xU
+xI
+vi
+vH
+bv
+bv
+bv
+bv
+bv
+qC
+rs
+Df
+rY
+sw
+sx
+ri
+sB
+ri
+sF
+ri
+ri
+Dv
+HC
+ri
+rr
+ri
+sF
+ri
+um
+ri
+rY
+DX
+wz
+ri
+Rf
+dE
+ao
+az
+aB
+bZ
+uq
+ev
+eA
+es
+fC
+av
+av
+es
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+Bc
+bd
+bd
+bd
+FU
+Dn
+mT
+Cl
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(114,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Bc
+Bc
+Bc
+Bc
+Bc
+vi
+bR
+xU
+xH
+vi
+Qd
+bv
+qC
+ri
+ri
+rr
+xA
+hg
+gZ
+gZ
+gZ
+io
+gZ
+iw
+iR
+iR
+iR
+iR
+hO
+mb
+nX
+ms
+iR
+iR
+iR
+qc
+iR
+iR
+iR
+qf
+qi
+xc
+dE
+bu
+bu
+bu
+br
+dE
+ew
+eM
+es
+tz
+EB
+av
+es
+es
+es
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(115,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+bd
+bd
+bd
+bv
+gM
+zm
+zo
+De
+qA
+qt
+qN
+gq
+gZ
+hb
+gZ
+hl
+fm
+fm
+fm
+hy
+fm
+fm
+fm
+fm
+fm
+fm
+sj
+sn
+tT
+fm
+fm
+fm
+fm
+hy
+fm
+fm
+fm
+fm
+qp
+xz
+zp
+ri
+wJ
+bu
+bu
+dE
+bv
+bv
+bv
+tf
+bv
+av
+av
+av
+es
+es
+bd
+bd
+bd
+bd
+Bc
+Bc
+bd
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(116,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DR
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+Bc
+bd
+bd
+bd
+bd
+bv
+bv
+pW
+it
+bA
+bA
+bA
+fI
+dx
+fP
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+hy
+fm
+fm
+fm
+fm
+fm
+fm
+sj
+sn
+tT
+fm
+fm
+fm
+fm
+hy
+fm
+fm
+fm
+fm
+qq
+iR
+iR
+iR
+rk
+ri
+ri
+Io
+ri
+ri
+Ea
+Hn
+bv
+bv
+bv
+av
+av
+es
+es
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(117,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DO
+vL
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+bd
+bd
+bv
+bv
+rh
+zl
+zn
+fI
+dx
+dx
+fP
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+hy
+fm
+fm
+oh
+fm
+fm
+fm
+sj
+sn
+tT
+fm
+fm
+fm
+oh
+hy
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+qq
+iR
+iR
+ms
+iR
+iR
+jS
+Ho
+ri
+Rh
+bv
+bv
+av
+av
+es
+es
+Bc
+Bc
+Bc
+fb
+bd
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(118,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Bc
+Bc
+Bc
+ix
+ix
+lM
+xA
+cL
+fn
+fP
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+Qs
+cC
+cC
+cC
+cC
+dr
+dr
+dr
+dr
+ig
+dr
+dr
+dr
+dr
+cC
+cC
+cC
+cC
+cC
+fm
+fm
+oh
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+rM
+rQ
+qi
+xz
+Hq
+bv
+bv
+av
+av
+es
+es
+bd
+bd
+fb
+bd
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(119,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+bd
+ix
+lM
+xA
+cL
+eQ
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+oh
+fm
+bv
+bv
+bv
+bv
+cC
+cJ
+hW
+iA
+iJ
+iO
+jf
+hR
+hR
+hR
+hR
+hR
+kg
+iO
+yR
+iA
+zr
+cJ
+cC
+bm
+bm
+bm
+bm
+In
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+qq
+qi
+xz
+Ht
+bv
+bv
+av
+av
+es
+bd
+bd
+Bc
+bd
+bd
+bd
+Ci
+mT
+Cv
+FT
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(120,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+Bc
+bd
+bd
+ix
+ix
+ei
+cL
+eQ
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+bv
+bv
+bv
+IT
+IV
+Kt
+cC
+cK
+hY
+di
+di
+di
+jg
+cJ
+cJ
+cJ
+cJ
+cJ
+wS
+di
+di
+di
+zt
+cK
+cC
+Dz
+Dz
+Dy
+bm
+bm
+rq
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+qq
+qi
+Hu
+Hq
+bv
+bv
+av
+es
+bd
+bd
+fb
+bd
+bd
+bd
+Ci
+mT
+mT
+Cl
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(121,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+bd
+ix
+lM
+xA
+cM
+fm
+fm
+fm
+fm
+fm
+fm
+bv
+bv
+bv
+bv
+bd
+lI
+IU
+IZ
+Ku
+cC
+cK
+hY
+di
+di
+di
+ka
+cJ
+cJ
+tL
+cJ
+cJ
+xh
+di
+di
+di
+zt
+cK
+cC
+Dz
+ji
+Nw
+bm
+jh
+rq
+rq
+rq
+rq
+fm
+oh
+fm
+fm
+fm
+fm
+qq
+sz
+xz
+Hq
+bv
+av
+es
+Bc
+Bc
+fb
+bd
+bd
+bd
+FU
+Dn
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(122,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DJ
+wF
+mT
+FA
+DL
+ac
+ac
+ac
+DP
+wF
+mT
+FA
+DL
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Bc
+Bc
+Bc
+bv
+CS
+cL
+eQ
+fm
+fm
+fm
+fm
+bv
+bv
+bv
+CC
+Cj
+lI
+lI
+lI
+ia
+ii
+ii
+pX
+ID
+ij
+iC
+iN
+iP
+kd
+dN
+dO
+eg
+dN
+dN
+xE
+yC
+yS
+zq
+zu
+cJ
+cC
+Dz
+Dz
+Nx
+bm
+DG
+jp
+jv
+jE
+rq
+rq
+rq
+fm
+fm
+fm
+fm
+fm
+qq
+qi
+Hx
+bv
+av
+es
+bd
+bd
+fb
+bd
+bd
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(123,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+Cx
+bd
+Cz
+Cx
+DJ
+DN
+DJ
+Cz
+Cx
+bd
+Cz
+Cx
+DJ
+DJ
+DJ
+DJ
+DJ
+DN
+DJ
+DJ
+DJ
+DJ
+Cz
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+ix
+ix
+ei
+cM
+fm
+fm
+fm
+fm
+bv
+bv
+Cw
+MY
+MM
+MO
+MQ
+MT
+MW
+MX
+Qr
+co
+co
+co
+IF
+co
+co
+co
+co
+co
+dQ
+dQ
+eo
+dN
+iK
+Qz
+hS
+iQ
+hS
+hS
+QE
+bm
+bm
+bm
+bm
+mY
+jq
+jw
+jF
+Ny
+jJ
+rq
+rq
+fm
+fm
+fm
+fm
+fm
+qp
+Ec
+bv
+av
+es
+es
+bd
+Bc
+bd
+bd
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(124,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+Bc
+bd
+bd
+ix
+lM
+xA
+cM
+fm
+fm
+fm
+fm
+bv
+Ng
+Ek
+MZ
+Qm
+if
+if
+if
+if
+ie
+co
+cp
+cH
+co
+IG
+de
+dk
+dk
+iE
+co
+dU
+iG
+iH
+iI
+iK
+hS
+hX
+iS
+im
+hS
+cF
+ff
+Kp
+Nv
+iY
+jl
+jr
+jx
+xq
+Nz
+NA
+jE
+rq
+rq
+fm
+fm
+fm
+fm
+qp
+xc
+bv
+Iq
+av
+es
+bd
+Bc
+fb
+bd
+bd
+bd
+Ci
+mT
+Cv
+FT
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+mt
+mt
+cn
+mt
+mt
+mt
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(125,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+ix
+ix
+ei
+cL
+eQ
+fm
+fm
+fm
+bv
+bv
+Cw
+MA
+Na
+MN
+MP
+MR
+MG
+if
+ie
+co
+cz
+cI
+cN
+IH
+iB
+iD
+iD
+nl
+co
+cC
+eh
+cC
+hS
+hS
+hS
+hZ
+iS
+im
+hS
+du
+fg
+gh
+ds
+iZ
+ds
+js
+jy
+jF
+jE
+jF
+jN
+jZ
+rq
+rq
+fm
+fm
+fm
+qp
+xc
+bv
+bv
+av
+es
+bd
+bd
+Bc
+Bc
+bd
+bd
+Ci
+mT
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+mt
+cn
+ac
+ac
+ac
+cn
+mt
+mt
+mt
+cn
+ac
+cn
+ac
+ac
+be
+cn
+ac
+cn
+mt
+mt
+mt
+cn
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(126,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+vy
+bd
+vL
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Bc
+Bc
+ix
+lM
+xA
+cM
+fm
+fm
+fm
+fm
+bv
+be
+Cw
+ME
+if
+if
+MB
+MS
+MU
+if
+ie
+co
+co
+co
+co
+II
+IJ
+IK
+dG
+dK
+co
+ec
+el
+hP
+hS
+hU
+hV
+tM
+iS
+in
+hS
+pM
+ds
+gi
+uc
+ja
+ds
+js
+jz
+jG
+jH
+jK
+jO
+jZ
+ds
+bm
+Ip
+fm
+fm
+qp
+xz
+Hq
+bv
+av
+es
+bd
+bd
+bd
+fb
+bd
+bd
+FU
+Dn
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+cn
+mt
+mt
+mt
+cn
+ac
+cn
+ac
+ac
+be
+be
+be
+be
+be
+be
+be
+be
+be
+cn
+ac
+ac
+mt
+cn
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(127,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+FB
+mT
+Br
+DM
+vz
+vz
+vz
+vz
+DM
+vz
+vz
+vz
+vz
+vz
+vL
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bd
+bv
+nH
+eO
+eU
+hy
+hy
+fm
+fm
+bv
+be
+Cw
+ME
+if
+lV
+MC
+MF
+MH
+if
+ie
+co
+cz
+cI
+cO
+je
+de
+tF
+dH
+dL
+co
+ed
+em
+el
+hS
+iX
+iL
+iL
+iV
+jk
+hS
+dt
+fp
+gk
+iT
+jb
+jm
+jt
+jA
+jA
+jI
+jL
+jL
+kn
+lG
+bm
+qg
+qg
+qg
+th
+tk
+un
+bv
+av
+es
+es
+Bc
+Bc
+fb
+bd
+bd
+bd
+Ci
+mT
+Cv
+FT
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+QG
+be
+be
+be
+ac
+ac
+ac
+be
+be
+be
+be
+cn
+cn
+be
+lu
+be
+cn
+cn
+be
+be
+be
+be
+ac
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(128,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+Bc
+Bc
+bd
+bd
+bv
+oc
+cM
+fm
+fm
+hy
+hy
+bv
+bv
+be
+Cw
+ME
+if
+DH
+MC
+MF
+MH
+if
+ie
+co
+cp
+cH
+co
+dJ
+de
+dq
+de
+dM
+co
+ee
+en
+hQ
+hS
+hU
+iM
+xJ
+ih
+il
+hS
+na
+fr
+fr
+iU
+jc
+jn
+ju
+jD
+jD
+jD
+jD
+jD
+jD
+jD
+bm
+rt
+fm
+fm
+fm
+qp
+HA
+bv
+av
+av
+es
+es
+bd
+fb
+bd
+bd
+bd
+Ci
+mT
+mT
+Cv
+Cj
+FT
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+cn
+cn
+ac
+cn
+Ds
+ac
+ac
+cn
+cn
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+be
+be
+be
+be
+ac
+ac
+be
+be
+cn
+cn
+cn
+cn
+jQ
+jQ
+jQ
+jQ
+jQ
+cn
+cn
+cn
+cn
+be
+be
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(129,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+Qd
+bv
+bv
+ei
+cM
+fm
+fm
+fm
+id
+bv
+be
+be
+Cw
+ME
+if
+if
+Nd
+Nf
+MV
+if
+ie
+co
+co
+co
+co
+co
+dm
+co
+dI
+co
+co
+cC
+cC
+cC
+hS
+hS
+hS
+hS
+hS
+hS
+hS
+fc
+jD
+jD
+iW
+jd
+jn
+KN
+jD
+jD
+jD
+jD
+jD
+jD
+jD
+bm
+fm
+fm
+fm
+fm
+qp
+xc
+bv
+bv
+av
+av
+es
+bd
+Bc
+bd
+bd
+bd
+FU
+Dn
+mT
+mT
+mT
+Cv
+Cj
+Cj
+FT
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+mt
+mt
+mt
+mt
+mt
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+mt
+ac
+be
+be
+be
+be
+be
+ac
+be
+cn
+ls
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+lw
+cn
+be
+be
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(130,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DP
+Cz
+bd
+bd
+bd
+bd
+bd
+fb
+Bc
+bv
+bI
+CO
+xA
+cM
+fm
+fm
+fm
+bv
+bv
+be
+be
+Cw
+MI
+Nb
+Nc
+Ne
+MD
+MG
+if
+MJ
+ik
+IU
+vX
+co
+dg
+cI
+co
+cI
+dg
+co
+od
+nK
+nK
+nK
+nK
+nK
+nK
+nK
+om
+bm
+bm
+bm
+bm
+bm
+bm
+rn
+bm
+jD
+jD
+jD
+jD
+jD
+jD
+jD
+bm
+bm
+fm
+fm
+fm
+qp
+xz
+Rh
+bv
+bv
+av
+es
+bd
+Bc
+fb
+bd
+bd
+bd
+FU
+Dm
+Dn
+mT
+mT
+mT
+mT
+Cv
+FT
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+cn
+cn
+ac
+ac
+ac
+cn
+cn
+mt
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+cn
+cn
+ac
+ac
+cn
+ac
+be
+be
+be
+be
+be
+be
+be
+be
+jQ
+jQ
+jQ
+jQ
+ko
+ko
+ko
+ko
+ko
+jQ
+jQ
+jQ
+jQ
+cn
+cn
+be
+cn
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(131,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bv
+ek
+cL
+do
+eQ
+fm
+fm
+fm
+bv
+bd
+bd
+bd
+lI
+lI
+lI
+if
+if
+if
+if
+if
+lI
+ie
+JE
+Kw
+co
+dh
+cz
+co
+cz
+dh
+co
+Kx
+lI
+lI
+lI
+lI
+lI
+lI
+lI
+ok
+nK
+nK
+nK
+nK
+Kz
+nK
+of
+bm
+jD
+jD
+jD
+jD
+jD
+jD
+jD
+jD
+bm
+fm
+fm
+fm
+qq
+qi
+HB
+HH
+Ac
+av
+es
+bd
+bd
+Bc
+Bc
+bd
+bd
+bd
+bd
+FU
+Dm
+Dm
+Dn
+mT
+mT
+Cv
+FT
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+QS
+nD
+nD
+nD
+nD
+ac
+cn
+ac
+ac
+ac
+ac
+cn
+cn
+ac
+cn
+ac
+ac
+ac
+mt
+ac
+be
+be
+be
+be
+be
+be
+be
+jQ
+jQ
+ko
+ks
+ko
+ko
+jQ
+jQ
+jQ
+ko
+ko
+li
+ko
+jQ
+jQ
+cn
+be
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(132,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DR
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+bd
+bv
+ei
+cM
+fm
+fm
+fm
+fm
+fm
+bv
+bd
+bd
+bd
+lI
+JH
+iq
+lH
+iq
+IR
+Ks
+IE
+lI
+IM
+lI
+lI
+co
+co
+co
+co
+co
+co
+co
+Ky
+lI
+fY
+Nm
+ac
+ac
+ac
+lI
+lI
+vs
+vs
+vs
+vs
+vs
+vs
+lI
+bm
+jD
+jD
+jD
+jM
+xv
+jD
+jD
+jD
+bm
+fm
+fm
+fm
+fm
+qq
+tZ
+HI
+bv
+eu
+es
+be
+be
+be
+dw
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+FU
+Dn
+mT
+mT
+Cl
+bd
+bd
+lP
+be
+be
+be
+lE
+bd
+bd
+nD
+nD
+mX
+vG
+mL
+nD
+nD
+cn
+mt
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+cn
+be
+be
+be
+QT
+jQ
+jQ
+jQ
+jQ
+kp
+kt
+ko
+kA
+jQ
+kR
+jQ
+kJ
+ko
+lj
+lp
+jQ
+jQ
+cn
+be
+be
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(133,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bv
+ei
+cM
+fm
+fm
+fm
+fm
+fm
+bv
+Qh
+bd
+bd
+lI
+Iz
+iq
+lI
+od
+nK
+nK
+IL
+ii
+IN
+nK
+nK
+nK
+nK
+nK
+nK
+nK
+nK
+nK
+of
+lI
+fY
+Nm
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+nh
+bd
+bm
+bm
+bm
+bm
+bm
+bm
+bm
+bm
+bm
+QE
+fm
+fm
+fm
+fm
+fm
+ua
+Ef
+bv
+eu
+es
+eP
+eP
+eP
+dw
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+FU
+Dn
+mT
+Cl
+bd
+bd
+be
+fY
+fY
+fY
+be
+bd
+bd
+nD
+nE
+nF
+sG
+sM
+sY
+nD
+ac
+mt
+cn
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+ac
+be
+be
+be
+jQ
+jQ
+jQ
+jQ
+jQ
+ko
+ko
+ko
+kC
+kN
+kS
+kX
+kL
+ko
+ko
+ko
+jQ
+jQ
+cn
+cn
+be
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(134,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Bc
+bv
+ei
+cM
+fm
+fm
+fm
+QX
+bv
+bv
+bv
+bv
+bv
+lI
+lI
+lI
+lI
+oe
+lI
+lI
+lI
+lI
+lI
+lI
+lI
+lI
+lI
+lI
+lI
+lI
+lI
+lI
+lI
+lI
+lB
+No
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+nh
+bd
+bd
+bd
+bd
+QJ
+be
+be
+be
+be
+QG
+bv
+bv
+Rb
+fm
+fm
+fm
+ua
+xc
+bv
+EB
+es
+be
+be
+be
+dw
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Ci
+mT
+fb
+fb
+fb
+lL
+be
+be
+be
+lD
+bd
+bd
+nD
+nE
+nG
+sJ
+sN
+vF
+nD
+ac
+mt
+cn
+ac
+cn
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+cn
+ac
+be
+be
+jQ
+jQ
+jV
+kb
+ki
+jQ
+ko
+kq
+ky
+kD
+kO
+kT
+kO
+kM
+ld
+kJ
+ko
+ko
+jQ
+jQ
+cn
+be
+cn
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(135,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Cb
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+bv
+ej
+dc
+dp
+dp
+dp
+dp
+fo
+cl
+bD
+iy
+bv
+lN
+mu
+mA
+lI
+oe
+lI
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+lz
+be
+be
+be
+be
+be
+lK
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ni
+nj
+nj
+nk
+bd
+lz
+be
+be
+be
+be
+be
+be
+bv
+fm
+fm
+fm
+fm
+ub
+HJ
+bv
+eu
+es
+be
+be
+be
+eP
+Bc
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+mT
+mT
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+nD
+nD
+Bi
+sK
+sO
+nD
+nD
+bd
+fb
+ac
+ac
+ac
+cn
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+mt
+ac
+be
+be
+jQ
+jQ
+jW
+kc
+kj
+jQ
+jQ
+ku
+kE
+kE
+kF
+lo
+kF
+kZ
+le
+jQ
+jQ
+ko
+jQ
+jQ
+cn
+be
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(136,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+BZ
+fY
+Eq
+DN
+DL
+ac
+ac
+DP
+DN
+DL
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+fb
+Bc
+Bc
+bd
+bv
+ei
+dd
+rA
+rA
+rA
+rA
+hK
+bA
+bA
+dy
+bv
+lQ
+mv
+mB
+lI
+oe
+lI
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ly
+lB
+lB
+lD
+be
+be
+be
+be
+be
+lL
+lB
+lB
+lB
+lJ
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+nh
+bd
+lz
+be
+be
+be
+be
+be
+be
+bv
+fm
+fm
+fm
+fm
+tQ
+xc
+bv
+eu
+es
+be
+be
+be
+be
+Bc
+fb
+fb
+fb
+Bc
+fb
+fb
+fb
+Bc
+FY
+Dm
+Dn
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+nD
+DI
+vC
+DI
+nD
+bd
+bd
+bd
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+cn
+mt
+cn
+be
+lr
+jQ
+jQ
+jX
+ke
+kk
+km
+kr
+kx
+kF
+kK
+kF
+kU
+ln
+kT
+lf
+lk
+jQ
+ko
+jQ
+jQ
+lx
+be
+be
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(137,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+FC
+mT
+FD
+bd
+Cx
+DJ
+DJ
+Cz
+bd
+Cx
+DJ
+DJ
+DJ
+Cz
+bd
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+bv
+ei
+df
+fm
+fm
+fm
+fm
+bv
+dx
+gF
+IP
+bv
+lR
+mx
+mA
+lI
+Kr
+lI
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+lz
+oI
+oI
+oI
+oI
+oI
+oI
+oI
+oI
+oI
+oI
+oI
+be
+lL
+lJ
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+nh
+bd
+lz
+be
+be
+be
+be
+be
+be
+bv
+fm
+fm
+fm
+fm
+tQ
+xc
+bv
+eu
+es
+be
+be
+be
+be
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+bd
+Ci
+mT
+Cl
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+DI
+vD
+DI
+bd
+bd
+bd
+bd
+cn
+ac
+ac
+cn
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+mt
+ac
+be
+be
+jQ
+jQ
+jY
+kf
+kl
+jQ
+jQ
+kv
+kE
+kE
+kF
+lo
+kF
+kZ
+lg
+jQ
+jQ
+ko
+jQ
+jQ
+cn
+be
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(138,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+Cz
+fb
+fb
+fb
+Bc
+fb
+fb
+fb
+Bc
+fb
+fb
+fb
+Bc
+fb
+fb
+fb
+Bc
+bd
+bd
+bd
+bv
+ug
+df
+fm
+fm
+fm
+fm
+fm
+fm
+ip
+iz
+bv
+lI
+my
+lI
+lI
+oe
+lI
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+oI
+oI
+oJ
+pa
+pg
+pg
+pg
+pg
+pg
+pa
+pE
+oI
+oI
+be
+lL
+lB
+lB
+lJ
+ac
+Nq
+Eh
+Eh
+Ns
+lB
+lB
+lD
+be
+be
+be
+be
+be
+be
+bv
+fm
+fm
+fm
+fm
+tQ
+xc
+bv
+Is
+lZ
+lZ
+lZ
+lZ
+lZ
+lZ
+lZ
+lZ
+lZ
+lZ
+bd
+Bc
+bd
+bd
+bd
+bd
+Bl
+Bj
+Bn
+bd
+bd
+bd
+eH
+eH
+eH
+eH
+eH
+be
+DI
+vE
+DI
+bd
+bd
+bd
+bd
+cn
+ac
+ac
+ac
+ac
+cn
+cn
+ac
+ac
+ac
+cn
+cn
+ac
+be
+be
+jQ
+jQ
+jQ
+kh
+ki
+jQ
+ko
+kw
+kz
+kG
+kP
+kT
+kP
+la
+lh
+lc
+ko
+ko
+jQ
+jQ
+cn
+be
+cn
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(139,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+mt
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+bd
+bd
+bv
+ab
+df
+fm
+fm
+fm
+fm
+fm
+fm
+ip
+jo
+jU
+lS
+mz
+nK
+nK
+of
+lI
+ac
+Qp
+lB
+lB
+lB
+lB
+oI
+oI
+pV
+oO
+oV
+pb
+pb
+pb
+ph
+pb
+pm
+pF
+qd
+oI
+oI
+be
+lP
+lE
+lK
+cn
+be
+fY
+fY
+lz
+be
+be
+be
+be
+lP
+lC
+lC
+lC
+lC
+bv
+rt
+fm
+fm
+tO
+wP
+HK
+bv
+eu
+lZ
+Dr
+uh
+uh
+va
+Do
+AJ
+BB
+Ba
+lZ
+be
+eP
+be
+be
+be
+be
+Bl
+Bj
+Bo
+Bk
+Bk
+Bk
+eH
+aG
+aG
+aG
+eH
+fY
+be
+mT
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+cn
+ac
+ac
+mt
+ac
+ac
+be
+be
+be
+jQ
+jQ
+jQ
+jQ
+jQ
+ko
+ko
+ko
+kH
+kQ
+kV
+kY
+lb
+ko
+ko
+ko
+jQ
+jQ
+cn
+cn
+be
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(140,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+aG
+bd
+PW
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+ad
+bv
+bv
+bv
+fa
+dn
+dz
+fm
+fm
+fm
+bv
+bv
+bv
+bv
+bv
+bv
+iq
+lI
+lI
+lI
+lI
+Eh
+Nh
+lP
+lE
+oI
+oW
+oI
+oJ
+op
+oV
+oZ
+oW
+oX
+pq
+oX
+oW
+ps
+pm
+pC
+pE
+oI
+be
+bl
+bY
+lK
+be
+Nr
+Km
+Km
+Ni
+lP
+lC
+lC
+lC
+lO
+eL
+eL
+eL
+eL
+eL
+fm
+fm
+fm
+tQ
+xF
+HL
+bv
+eu
+lZ
+AC
+ul
+ul
+vc
+Dp
+Dg
+BC
+BH
+lZ
+lZ
+lZ
+be
+be
+be
+be
+Bl
+Bs
+Bs
+Bs
+Bs
+Bs
+Bt
+aG
+aG
+aG
+eH
+fY
+be
+mT
+bd
+bd
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+mt
+cn
+cn
+be
+be
+be
+jQ
+jQ
+jQ
+jQ
+jQ
+lm
+kt
+ko
+kI
+jQ
+kW
+jQ
+lc
+ko
+lj
+lq
+jQ
+jQ
+cn
+be
+be
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(141,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+cn
+ad
+ah
+ah
+ah
+ah
+ah
+aJ
+bo
+bT
+ad
+gC
+gP
+hm
+hp
+ad
+hz
+ES
+gB
+aN
+bz
+bz
+bA
+dy
+dA
+fm
+fm
+fm
+bv
+Qh
+bd
+bd
+bd
+bv
+iq
+lI
+bd
+fY
+fY
+fY
+lz
+bl
+bY
+MK
+pp
+ML
+El
+oP
+oY
+oW
+oW
+ru
+pc
+pc
+oW
+oW
+py
+pA
+pQ
+oI
+be
+lL
+lD
+lK
+cn
+be
+ac
+ac
+lz
+lK
+QH
+eL
+eL
+eL
+eL
+ha
+hf
+tG
+oa
+sD
+eS
+eS
+tR
+xc
+bv
+bv
+eu
+lZ
+Nu
+uL
+uL
+wo
+Dq
+Dh
+BK
+BL
+Bh
+Bw
+lZ
+be
+be
+be
+be
+Bl
+Bs
+Bp
+Bq
+Bq
+Bq
+eH
+aG
+aG
+aG
+eH
+fY
+be
+mT
+vy
+FB
+Kk
+Kk
+Eh
+Kk
+Kk
+Kk
+Kk
+Kk
+Kk
+Eh
+Kk
+Kk
+Kk
+mt
+Kk
+Ei
+lE
+be
+be
+be
+be
+be
+jQ
+jQ
+ko
+kB
+ko
+ko
+jQ
+jQ
+jQ
+ko
+ko
+ll
+ko
+jQ
+jQ
+cn
+be
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(142,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+mt
+ac
+ac
+ad
+aI
+ah
+ah
+ah
+ah
+aQ
+bh
+bU
+Fn
+Fo
+Fp
+Fq
+Fr
+cb
+gs
+gw
+gB
+aO
+bA
+bA
+bA
+dy
+dA
+fm
+fm
+fm
+ix
+bd
+bd
+bd
+bd
+ix
+iq
+vs
+jP
+Km
+Km
+Km
+Ni
+lL
+lD
+oI
+oW
+oI
+Em
+oQ
+oW
+oW
+pc
+pc
+pc
+pc
+pc
+oW
+oW
+pG
+pR
+oI
+lP
+lC
+lC
+lO
+ac
+be
+ac
+ac
+lz
+lK
+eL
+gf
+to
+to
+tq
+tu
+tB
+ys
+eL
+rj
+wu
+wu
+wt
+Ri
+bv
+eu
+eu
+lZ
+CZ
+Ad
+Ad
+Ar
+AE
+AK
+Ad
+Ad
+Bh
+Bw
+lZ
+be
+be
+be
+be
+Bl
+Bs
+Bn
+be
+be
+be
+eH
+eH
+eH
+eH
+eH
+be
+mc
+bd
+bd
+mT
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+fY
+Bj
+be
+be
+be
+be
+be
+be
+be
+jQ
+jQ
+jQ
+jQ
+ko
+ko
+ko
+ko
+ko
+jQ
+jQ
+jQ
+jQ
+cn
+cn
+be
+cn
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(143,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+bd
+bd
+gB
+ah
+ah
+ah
+ah
+ah
+ah
+bp
+gA
+gB
+gE
+bQ
+hn
+hr
+gB
+hA
+hq
+gB
+aP
+bA
+bA
+cE
+dB
+dA
+fm
+fm
+fm
+ix
+bd
+bd
+bd
+bd
+ix
+iq
+vs
+bd
+ac
+ac
+ac
+lz
+lP
+lE
+be
+be
+oI
+lX
+oR
+oX
+pc
+pc
+pl
+pr
+pn
+oL
+oU
+oX
+pG
+pK
+oI
+lK
+ac
+ac
+ac
+ac
+be
+cn
+cn
+lz
+lK
+eL
+gg
+gN
+gT
+gY
+hc
+tC
+tI
+ob
+sn
+sn
+sn
+ww
+HD
+bv
+Ir
+lZ
+lZ
+Db
+Ad
+Ad
+As
+lZ
+AL
+AU
+AW
+Bh
+Bx
+lZ
+be
+be
+be
+be
+Bl
+Bs
+Bo
+Bk
+Bk
+Bk
+eH
+aG
+aG
+aG
+eH
+fY
+be
+bd
+Cx
+jP
+Kl
+Kl
+Km
+Kl
+Kl
+Kl
+Kl
+Kl
+Kl
+Km
+Kl
+Kl
+Kl
+mt
+Kl
+Ej
+lD
+be
+be
+be
+ac
+be
+cn
+lt
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+jQ
+cn
+cn
+be
+be
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(144,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+bd
+bd
+gB
+ah
+ah
+ah
+ah
+ah
+ah
+eK
+gA
+gB
+gJ
+hk
+ho
+ht
+gB
+hA
+hq
+gB
+aP
+bA
+bA
+bA
+dy
+dA
+fm
+fm
+fm
+ix
+bd
+bd
+bd
+bd
+ix
+iq
+vs
+bd
+ac
+ac
+ac
+lz
+bl
+bY
+be
+be
+oI
+oq
+oS
+pq
+pc
+pc
+pr
+pd
+pk
+pc
+pu
+pz
+pH
+pS
+oI
+lK
+ac
+ac
+ac
+ac
+be
+be
+be
+lz
+lK
+eL
+gG
+gO
+gU
+ue
+hd
+tD
+tJ
+tP
+tY
+tY
+tY
+QU
+Ed
+bv
+lZ
+lZ
+Ct
+Db
+Ad
+Ad
+At
+AD
+AM
+AW
+Bb
+Bh
+Bx
+lZ
+be
+be
+be
+be
+Bl
+Bs
+Bs
+Bs
+Bs
+Bs
+Bt
+aG
+aG
+aG
+eH
+fY
+be
+bd
+bd
+bd
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+mt
+cn
+be
+be
+be
+be
+ac
+ac
+be
+be
+cn
+cn
+cn
+cn
+jQ
+jQ
+jQ
+jQ
+jQ
+cn
+cn
+cn
+cn
+be
+be
+cn
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(145,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+bd
+bd
+gB
+ah
+ah
+ah
+ah
+ah
+ah
+gt
+gD
+ad
+ad
+ad
+ad
+ad
+ad
+hB
+hq
+gB
+aO
+bB
+bD
+bD
+ef
+dF
+fm
+fm
+fm
+bv
+bd
+bd
+bd
+bd
+bv
+iq
+lI
+bd
+ac
+ac
+ac
+lz
+lL
+lD
+be
+be
+oI
+on
+lT
+ou
+oy
+oA
+pn
+pr
+pl
+pc
+pc
+oX
+pN
+pR
+oI
+lK
+ac
+ac
+ac
+ac
+be
+cn
+cn
+lz
+lK
+eL
+gH
+gS
+gW
+uf
+hc
+tE
+tK
+ob
+sn
+sn
+sn
+QV
+bA
+AV
+AD
+Cp
+Ad
+Db
+Ad
+Ad
+At
+AD
+AM
+AX
+Be
+Bu
+lZ
+lZ
+be
+be
+be
+be
+Bl
+Bs
+Bp
+Bq
+Bq
+Bq
+eH
+aG
+aG
+aG
+eH
+fY
+be
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+be
+be
+be
+be
+ac
+ac
+ac
+be
+be
+be
+be
+cn
+cn
+be
+lv
+be
+cn
+cn
+be
+be
+be
+be
+ac
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(146,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+bd
+bd
+gB
+ah
+ah
+ah
+ah
+ah
+ah
+aQ
+gu
+ad
+PY
+fz
+at
+fv
+fV
+Fd
+Fe
+gB
+bj
+bC
+bE
+cG
+bA
+ep
+fm
+fm
+fm
+bv
+bv
+bv
+bv
+bv
+bv
+iq
+lI
+FB
+Eh
+Eh
+Eh
+Nh
+lP
+lE
+be
+be
+oI
+lW
+oQ
+oW
+oW
+pc
+pc
+pc
+pc
+pc
+oW
+oW
+pO
+pR
+oI
+lL
+lB
+lB
+lJ
+ac
+be
+ac
+ac
+lz
+lK
+eL
+gI
+tp
+tp
+ui
+uN
+wk
+wl
+eL
+rl
+wv
+wv
+wx
+bA
+AV
+Bg
+Cq
+Ad
+Db
+Ad
+Ad
+At
+AD
+AM
+AY
+Bb
+Bh
+Bx
+lZ
+be
+be
+be
+be
+Bl
+Bs
+Bn
+be
+be
+be
+eH
+eH
+eH
+eH
+eH
+be
+mc
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+cn
+mt
+mt
+mt
+cn
+ac
+cn
+ac
+ac
+be
+be
+be
+be
+be
+be
+be
+be
+be
+cn
+ac
+ac
+mt
+cn
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(147,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+bd
+bd
+gB
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+ad
+EG
+GC
+eD
+fw
+PZ
+af
+hD
+af
+by
+qn
+af
+af
+CP
+ep
+fm
+fm
+fm
+fm
+fm
+ip
+bA
+lH
+iq
+iq
+lI
+bd
+fY
+fY
+fY
+lz
+bl
+bY
+be
+be
+oI
+oo
+os
+ov
+oW
+oW
+pc
+pc
+pc
+oW
+oW
+pv
+pP
+pQ
+oI
+be
+lP
+lE
+lK
+cn
+be
+ac
+ac
+lz
+lK
+eL
+eL
+eL
+eL
+eL
+he
+hi
+wm
+wn
+sZ
+ti
+ti
+tS
+bA
+Cr
+Cn
+BE
+BI
+Dc
+Ad
+Ad
+As
+lZ
+AN
+AU
+AY
+Bh
+Bx
+lZ
+be
+be
+be
+be
+Bl
+Bs
+Bo
+Bk
+Bk
+Bk
+eH
+aG
+aG
+aG
+eH
+fY
+be
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+mt
+cn
+ac
+ac
+ac
+cn
+mt
+mt
+mt
+cn
+ac
+cn
+ac
+ac
+ac
+cn
+ac
+cn
+mt
+mt
+mt
+cn
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(148,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+bd
+bd
+gB
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+ad
+EH
+GD
+at
+fw
+af
+as
+hE
+hF
+hI
+qo
+gL
+by
+ei
+ep
+fm
+fm
+fm
+fm
+fm
+ip
+jR
+bv
+iq
+lI
+lI
+jP
+Km
+Km
+Km
+Ni
+lL
+lD
+be
+be
+oI
+oN
+ot
+ow
+pe
+oW
+oX
+pq
+oX
+oW
+pi
+pB
+qb
+pT
+oI
+be
+bl
+bY
+lK
+be
+Nq
+Eh
+Eh
+Nh
+lL
+lB
+lB
+lB
+lJ
+eL
+eL
+eL
+eL
+eL
+fm
+fm
+fm
+jT
+bA
+Ab
+lZ
+Di
+Ad
+BF
+Ad
+Ad
+Au
+AT
+AO
+Ad
+Ad
+Bh
+By
+lZ
+be
+be
+be
+be
+Bl
+Bs
+Bs
+Bs
+Bs
+Bs
+Bt
+aG
+aG
+aG
+eH
+fY
+be
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+mt
+mt
+cn
+mt
+mt
+mt
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(149,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+bd
+bd
+gB
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+ad
+at
+at
+at
+fw
+af
+au
+bc
+hG
+hH
+hJ
+gQ
+hv
+ei
+ep
+fm
+fm
+fm
+bv
+eS
+Da
+IQ
+bv
+iq
+lI
+ac
+ac
+ac
+ac
+ac
+lA
+lC
+lC
+lC
+lC
+oI
+oI
+qa
+ox
+oz
+oB
+oC
+oE
+oB
+oB
+po
+pI
+qe
+oI
+oI
+be
+lL
+lD
+lK
+cn
+be
+fY
+fY
+lz
+be
+be
+be
+be
+lL
+lB
+lB
+lB
+lB
+bv
+rt
+fm
+fm
+jT
+bA
+AA
+lZ
+Cs
+Ad
+BF
+Ad
+Ad
+Ad
+Ad
+Ad
+Ad
+Ad
+Bh
+By
+lZ
+be
+be
+be
+be
+Bl
+Bs
+Bp
+Bq
+Bq
+Bq
+eH
+aG
+aG
+aG
+eH
+fY
+be
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(150,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+mt
+ac
+ac
+ad
+aI
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+ad
+aw
+ax
+eF
+fx
+ai
+aF
+bi
+bx
+gv
+gK
+gR
+af
+ek
+er
+rK
+rK
+rK
+hL
+bA
+bA
+bA
+bv
+iq
+lI
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+oI
+oI
+oN
+pf
+pj
+rw
+oF
+pt
+pt
+pD
+pJ
+oI
+oI
+be
+lP
+lC
+lC
+lO
+ac
+Nr
+Km
+Km
+Ni
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bv
+fm
+fm
+fm
+jT
+Hv
+rH
+lZ
+lZ
+Ad
+uT
+uU
+uW
+uW
+uW
+uW
+uX
+Bf
+lZ
+lZ
+lZ
+Bk
+Bk
+Bk
+Bk
+Bm
+Bs
+Bo
+Bk
+FV
+be
+eH
+eH
+eH
+eH
+eH
+be
+lD
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(151,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+cn
+ad
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+ah
+Es
+Es
+ay
+Es
+al
+af
+af
+af
+af
+af
+af
+hs
+af
+ba
+eR
+rA
+rA
+rA
+hK
+cA
+bA
+jR
+bv
+iq
+lI
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+lz
+oI
+oI
+oI
+oI
+oI
+oG
+oK
+oM
+oI
+oI
+oI
+be
+lP
+lO
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+lz
+be
+be
+be
+be
+be
+be
+be
+be
+be
+bv
+fm
+fm
+fm
+tU
+HF
+CY
+Il
+lZ
+lZ
+Gi
+lZ
+Ad
+Av
+AF
+AP
+uY
+uY
+Bv
+Bz
+BA
+Bs
+Bs
+Bs
+Bs
+Bs
+Bs
+Bj
+Bj
+lz
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(152,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+ac
+ad
+ad
+ad
+ad
+ad
+ad
+PX
+Et
+Et
+Es
+EU
+Fb
+Es
+fB
+fW
+fW
+fW
+fW
+fW
+fW
+fT
+eD
+ei
+ep
+fm
+fm
+QY
+bv
+bv
+bv
+bv
+bv
+iq
+lI
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+lA
+lC
+lC
+lE
+oX
+oD
+oH
+oD
+oT
+lP
+lC
+lC
+lC
+lO
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+lz
+be
+be
+be
+be
+be
+be
+be
+be
+bv
+bv
+Rc
+fm
+fm
+tV
+HG
+Cm
+Fg
+Fg
+EA
+Ga
+lZ
+lZ
+Aw
+AG
+AQ
+lZ
+lZ
+lZ
+lZ
+lZ
+eH
+Bt
+eH
+eH
+eH
+Bt
+eH
+eH
+FZ
+eP
+eP
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(153,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+mt
+ac
+ac
+bd
+Bc
+bd
+bd
+bd
+Es
+Eu
+EO
+bw
+EV
+Ff
+Es
+fF
+GH
+al
+al
+al
+al
+al
+al
+bv
+ei
+ep
+fm
+fm
+fm
+fm
+bv
+vk
+iq
+iq
+iq
+lI
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+lz
+oX
+pp
+pw
+pZ
+oX
+lK
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+lA
+lC
+lE
+be
+be
+be
+be
+be
+be
+bv
+fm
+fm
+fm
+fm
+tt
+Hy
+bv
+bv
+bv
+bv
+Ga
+Il
+lZ
+Ax
+AH
+AR
+lZ
+aG
+aG
+aG
+eH
+aG
+aG
+aG
+eH
+aG
+aG
+aG
+eH
+bd
+bd
+nz
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(154,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+fb
+fb
+fb
+Bc
+fb
+Es
+nI
+ER
+EP
+EI
+Fh
+Es
+fF
+al
+al
+al
+al
+at
+GF
+al
+bv
+ei
+ep
+fm
+fm
+fm
+fm
+bv
+IC
+iq
+lI
+vs
+lI
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+lz
+oX
+pp
+px
+pp
+oX
+lK
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ng
+eI
+nc
+bd
+lz
+be
+be
+be
+be
+be
+be
+bv
+fm
+fm
+fm
+fm
+tt
+xz
+fh
+fh
+HM
+bv
+Ez
+EA
+lZ
+Ay
+Ay
+Ay
+lZ
+aG
+aG
+aG
+eH
+aG
+aG
+aG
+eH
+aG
+aG
+aG
+eH
+bd
+bd
+nz
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(155,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+PV
+DJ
+bd
+bd
+bd
+bd
+bd
+bd
+Es
+EJ
+EM
+EI
+EJ
+Fi
+Es
+fF
+aL
+GJ
+al
+at
+at
+hC
+al
+bv
+ei
+eq
+dz
+fm
+fm
+fm
+bv
+IZ
+iq
+vs
+Qh
+vs
+Qk
+eI
+eI
+eJ
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+Nj
+oX
+oX
+oX
+oX
+Qx
+Nt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+nh
+bd
+bd
+bd
+lz
+be
+be
+be
+be
+be
+be
+bv
+fm
+fm
+fm
+tm
+tW
+bA
+bA
+bA
+Hv
+bv
+Ga
+Im
+lZ
+Ay
+AI
+AS
+lZ
+aG
+aG
+aG
+eH
+aG
+aG
+aG
+eH
+aG
+aG
+aG
+eH
+bd
+bd
+nz
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(156,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Es
+EK
+EI
+EQ
+EW
+Fj
+Es
+fF
+hx
+al
+al
+al
+at
+GG
+al
+bv
+iv
+og
+dF
+fm
+fm
+fm
+bv
+bv
+IB
+lI
+KC
+lI
+lI
+lI
+bd
+aY
+eJ
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+Nk
+fY
+Nm
+ac
+Nk
+fY
+Nm
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ng
+nc
+bd
+bd
+bd
+lz
+be
+be
+be
+be
+be
+bv
+bv
+rt
+fm
+fm
+tt
+fI
+Ee
+bv
+gV
+Hv
+Gg
+Ga
+Fa
+QM
+lZ
+lZ
+lZ
+lZ
+eH
+eH
+eH
+eH
+eH
+eH
+eH
+eH
+eH
+eH
+eH
+eH
+Bc
+Bc
+Bc
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(157,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DR
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Es
+BW
+EN
+ET
+EX
+Fk
+Es
+fF
+fZ
+al
+al
+al
+at
+GZ
+al
+bv
+bv
+oi
+ep
+fm
+fm
+fm
+fm
+bv
+Ja
+Kj
+KB
+Kj
+KJ
+lI
+bd
+bd
+aY
+eJ
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+Nk
+fY
+Nm
+ac
+Nk
+fY
+Nm
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+nh
+bd
+bd
+bd
+bd
+lz
+be
+be
+be
+be
+be
+bv
+fm
+fm
+fm
+fm
+tt
+dA
+fm
+fm
+QW
+Hv
+bv
+BD
+GB
+BJ
+Fa
+bd
+nz
+eP
+fY
+fY
+fY
+eP
+fY
+fY
+fY
+eP
+fY
+fY
+fY
+be
+Bc
+nz
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(158,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Es
+Es
+Es
+Es
+Es
+Es
+Es
+GE
+at
+ga
+at
+al
+at
+GK
+al
+al
+bv
+ek
+ep
+fm
+fm
+hy
+hy
+bv
+bv
+Ko
+KD
+KG
+KK
+lI
+bd
+bd
+bd
+mr
+ac
+ac
+re
+ac
+ac
+ac
+ac
+ac
+Nk
+fY
+Nm
+ac
+Nk
+fY
+Nm
+ac
+ac
+ac
+ac
+ac
+ac
+ND
+ac
+ng
+nc
+bd
+bd
+bd
+bd
+lA
+lC
+lC
+lC
+lC
+bv
+bv
+hy
+hy
+fm
+fm
+tt
+dA
+fm
+fm
+QW
+HN
+bv
+BG
+Fa
+Ga
+Fa
+bd
+nz
+ma
+be
+be
+be
+Bd
+be
+be
+be
+Bd
+be
+be
+be
+lD
+Bc
+nz
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(159,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DO
+vz
+vz
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Bc
+at
+aw
+fT
+at
+al
+at
+iu
+at
+GL
+al
+al
+bv
+oj
+eT
+eV
+hy
+hy
+fm
+id
+bv
+Kq
+KE
+KH
+KL
+lI
+bd
+bd
+bd
+qK
+qK
+qK
+qK
+qK
+ac
+ac
+ac
+ac
+Nk
+fY
+Nm
+ac
+Nk
+fY
+Nm
+ac
+ac
+ac
+ac
+ac
+ac
+rF
+rF
+rF
+rF
+rF
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bv
+fm
+fm
+hy
+hy
+tj
+tN
+Hz
+bv
+bv
+bv
+bv
+bv
+Fg
+Fa
+Ga
+Fa
+bd
+bd
+Bc
+nz
+nz
+nz
+nW
+nz
+nz
+nz
+nW
+nz
+nz
+nz
+nz
+Bc
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(160,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+bd
+at
+at
+at
+at
+gb
+at
+mN
+at
+at
+at
+GJ
+bv
+CR
+pL
+ep
+fm
+fm
+fm
+fm
+bv
+KA
+KF
+KI
+KM
+lI
+bd
+bd
+Qo
+qK
+qR
+qU
+sg
+ra
+ra
+ac
+ac
+ac
+Nk
+fY
+Nm
+ac
+Nk
+fY
+Nm
+ac
+ac
+ac
+ac
+ac
+rF
+rF
+rT
+sk
+rZ
+rF
+rF
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bv
+fm
+fm
+fm
+fm
+sm
+xF
+Rg
+bv
+Fg
+Fg
+Fg
+Fg
+Fg
+Fa
+BM
+Fa
+bd
+bd
+Bc
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(161,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+Bc
+bd
+bd
+bd
+Ci
+mT
+at
+nm
+at
+bd
+at
+al
+bv
+bv
+oc
+eW
+eX
+fm
+fm
+fm
+bv
+bv
+lI
+lI
+lI
+Qn
+bd
+bd
+qK
+qO
+qS
+qV
+qS
+lF
+ra
+aa
+rB
+Qv
+Qw
+eI
+Nn
+eI
+Nl
+eI
+Nn
+eI
+QA
+rF
+rF
+rF
+rF
+rP
+rI
+rI
+sa
+se
+rF
+rF
+bd
+bd
+bd
+bd
+bv
+bv
+bv
+fm
+fm
+fm
+fm
+sm
+Hv
+bv
+bv
+Fg
+Fa
+Fa
+Fa
+Fa
+Fa
+Ga
+Fa
+bd
+bd
+nz
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(162,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Bc
+bd
+bd
+Ci
+mT
+at
+nm
+at
+bd
+at
+al
+al
+bv
+ql
+pL
+ep
+fm
+fm
+fm
+fm
+bv
+bv
+bd
+bd
+bd
+bd
+qj
+qK
+qP
+qT
+nb
+nd
+nd
+nZ
+rp
+EL
+rB
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+rF
+rG
+rL
+sX
+rF
+rI
+rU
+rU
+sU
+rU
+sf
+rF
+NE
+bd
+bd
+bd
+bv
+fm
+fm
+fm
+fm
+fm
+fm
+sm
+Hv
+bv
+Fg
+Fg
+Fa
+HT
+HV
+Fg
+Fa
+Ga
+Fa
+Bc
+Bc
+nz
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(163,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+fb
+Bc
+Ci
+mT
+gc
+nm
+gc
+bd
+gc
+al
+GP
+bv
+bv
+ei
+ep
+fm
+fm
+fm
+fm
+fm
+bv
+bv
+bd
+bd
+bd
+bd
+qK
+qQ
+qS
+qX
+qS
+qR
+qW
+rf
+qI
+rB
+bd
+bd
+bd
+bd
+sr
+su
+sv
+bd
+rF
+rC
+sH
+sP
+sQ
+sR
+sS
+sT
+sV
+rU
+lY
+rF
+bd
+bd
+bd
+bv
+bv
+fm
+fm
+fm
+fm
+fm
+fm
+sm
+Hy
+bv
+Fg
+Fg
+Fa
+HU
+HW
+Fg
+Fc
+Ga
+Fa
+bd
+bd
+Iy
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(164,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DP
+DJ
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+Ci
+mT
+gc
+nm
+gc
+bd
+gc
+al
+al
+al
+bv
+ei
+eW
+eX
+fm
+fm
+fm
+fm
+lU
+bv
+bv
+bd
+bd
+bd
+qK
+qK
+qR
+rW
+sC
+qK
+qZ
+rv
+qJ
+rN
+rN
+rN
+qy
+sb
+ss
+AB
+qD
+sy
+sy
+sy
+uj
+rF
+rF
+rR
+rU
+rU
+sW
+rU
+sh
+rF
+bd
+bd
+bv
+bv
+fm
+fm
+fm
+fm
+fm
+rX
+tc
+so
+Hv
+bv
+Fg
+Fa
+Fa
+Fa
+Fa
+Fa
+Fa
+Ga
+Fa
+bd
+bd
+eP
+be
+be
+be
+be
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(165,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DR
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Ci
+mT
+gc
+nm
+gc
+bd
+gc
+GM
+al
+al
+bv
+ol
+pL
+eW
+eX
+fm
+fm
+fm
+fm
+fm
+bv
+bv
+bv
+bv
+bv
+qK
+qK
+qK
+qK
+qK
+rB
+Az
+qL
+qr
+qu
+qu
+qz
+sq
+st
+sq
+qE
+qF
+qF
+sI
+uk
+NC
+rF
+rS
+rI
+rI
+sc
+se
+rF
+rF
+bv
+bv
+bv
+lU
+fm
+fm
+fm
+fm
+fm
+sm
+xF
+Eb
+zk
+bv
+Fg
+Fa
+bd
+bd
+bd
+bd
+Fa
+Ga
+Fa
+bd
+bd
+Iy
+be
+be
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(166,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DO
+vz
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+ny
+mT
+at
+nm
+at
+GI
+at
+hC
+al
+al
+bv
+bv
+pU
+pL
+ep
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+bv
+bv
+Qq
+Dl
+Dl
+Dl
+rB
+qk
+rb
+qs
+qu
+qu
+rB
+bd
+bd
+bd
+rF
+qF
+qF
+ta
+rc
+rD
+rF
+rF
+rV
+sl
+sd
+rF
+rF
+aM
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+rX
+so
+Hv
+bv
+bv
+bv
+Fg
+Fa
+bd
+bd
+bd
+bd
+Fa
+Ga
+Fa
+Bc
+Bc
+Iy
+be
+be
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(167,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Ci
+mT
+at
+nm
+at
+bd
+at
+GN
+al
+al
+al
+bv
+bv
+ej
+eY
+eZ
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+bv
+bv
+bv
+bv
+bv
+rB
+Dj
+rd
+qs
+qu
+qu
+rB
+bd
+bd
+bd
+rF
+qF
+qF
+ta
+rg
+Re
+rF
+rF
+rF
+rF
+rF
+rF
+aM
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+ry
+si
+Hs
+Hw
+bv
+Fg
+Fg
+Fg
+Fa
+bd
+bd
+bd
+bd
+Fa
+BN
+Fa
+bd
+bd
+Iy
+be
+be
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(168,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+Ci
+mT
+at
+al
+at
+at
+at
+at
+at
+at
+al
+al
+bv
+ol
+pL
+fi
+fA
+eZ
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+lU
+fm
+fm
+fm
+bv
+qh
+qh
+qh
+rB
+qv
+qv
+rB
+ix
+ix
+ix
+rF
+qG
+qG
+tb
+rF
+rF
+rF
+fm
+fm
+fm
+lU
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+ry
+qY
+rE
+xF
+zk
+bv
+bv
+Fg
+Fa
+Fa
+Fa
+bd
+bd
+bd
+bd
+Fa
+Ga
+Fa
+bd
+bd
+Bc
+be
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(169,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Ci
+mT
+at
+iu
+at
+al
+hx
+al
+GU
+at
+at
+al
+bv
+bv
+Dd
+pY
+pL
+fi
+fA
+fA
+eZ
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+QZ
+qm
+lU
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+tg
+lU
+fm
+Ra
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+ry
+rJ
+qY
+rE
+xF
+sE
+zk
+bv
+bv
+ge
+HS
+Fa
+be
+be
+bd
+bd
+bd
+bd
+Fa
+Ga
+Fa
+bd
+bd
+nz
+be
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(170,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+ny
+mT
+at
+al
+eD
+al
+hC
+fz
+al
+or
+at
+al
+al
+bv
+bv
+bv
+ol
+pY
+pY
+pL
+gp
+eS
+dz
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+qm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+tg
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+ry
+qY
+rE
+GW
+DZ
+pY
+zk
+bv
+bv
+bv
+Fg
+Fg
+Fa
+Fa
+be
+Fa
+Fa
+Fa
+Fa
+Fa
+Fa
+Ga
+Fa
+Bc
+Bc
+nz
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(171,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Ci
+mT
+at
+al
+at
+al
+hx
+GX
+GV
+at
+at
+at
+al
+al
+al
+bv
+bv
+bv
+bv
+ol
+qB
+pL
+gX
+eS
+eS
+eS
+dz
+fm
+fm
+fm
+qm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+fm
+tg
+fm
+fm
+fm
+fm
+fm
+fm
+qx
+qM
+qY
+qY
+rE
+xF
+pY
+Hl
+bv
+bv
+bv
+bv
+Fg
+HQ
+Fg
+Fa
+Fa
+be
+be
+Fa
+Gc
+Gd
+Hi
+Hh
+Hf
+Ga
+Fa
+bd
+bd
+nz
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(172,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+Ci
+mT
+at
+al
+at
+at
+at
+at
+at
+at
+GL
+GT
+al
+at
+al
+al
+al
+al
+bv
+bv
+bv
+ts
+rm
+pY
+pY
+pL
+gX
+hw
+hN
+hN
+ir
+is
+is
+is
+jB
+jC
+jC
+jC
+jC
+jC
+jC
+jC
+nU
+nY
+jC
+jC
+jC
+jC
+jC
+jC
+qH
+xC
+pY
+pY
+sE
+Rg
+bv
+bv
+bv
+nt
+Fc
+Fg
+Fg
+QL
+Fa
+Fa
+be
+be
+be
+Fa
+Gc
+Gc
+Gd
+Gd
+Fg
+Ga
+Fa
+bd
+bd
+Bc
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(173,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Ci
+mT
+at
+al
+Ev
+nq
+FP
+GY
+Ik
+Ik
+Ik
+Ik
+Ik
+at
+at
+zx
+at
+al
+al
+al
+bv
+bv
+bv
+bv
+bv
+ol
+sE
+rO
+sp
+bk
+sA
+Du
+pY
+sE
+td
+bH
+te
+pY
+Rd
+pY
+DW
+sE
+rO
+tX
+pY
+pY
+pY
+sE
+sp
+bk
+DY
+xD
+bv
+bv
+bv
+bv
+bv
+nt
+nt
+nt
+nx
+nx
+nx
+nx
+be
+be
+be
+be
+be
+Fa
+Gc
+Hg
+Gd
+Hk
+Hf
+Ga
+Fa
+bd
+bd
+nz
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(174,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+ny
+mT
+at
+at
+at
+at
+nr
+nr
+nr
+nr
+nr
+nr
+nr
+at
+GF
+al
+at
+at
+at
+al
+al
+al
+al
+al
+bv
+eD
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+bv
+tn
+bv
+nt
+nt
+Ex
+nt
+nt
+nt
+nx
+nx
+Hp
+Hr
+nx
+Fa
+Fa
+Fa
+Fa
+Fa
+Fa
+Fa
+Fa
+Fa
+Fa
+Fa
+Ez
+Fa
+Bc
+Bc
+nz
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(175,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+fb
+Ci
+mT
+mT
+mT
+mT
+at
+nr
+nr
+nr
+nr
+nr
+nr
+nr
+at
+Ha
+al
+hC
+Hd
+at
+at
+at
+at
+at
+al
+al
+al
+al
+GJ
+FN
+al
+al
+al
+al
+al
+al
+al
+Ev
+al
+GP
+al
+al
+al
+al
+al
+ze
+nt
+Ew
+nt
+nt
+nt
+FO
+uo
+up
+up
+up
+Ey
+up
+up
+fX
+FO
+nt
+nt
+nt
+Fc
+Fg
+Fg
+Fg
+Fg
+HS
+Fg
+Fg
+Fg
+DU
+EZ
+EZ
+DV
+Fa
+bd
+bd
+nz
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(176,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+Bc
+nS
+tv
+Dm
+Dn
+mT
+at
+at
+at
+at
+at
+at
+nr
+nr
+at
+FL
+al
+hC
+He
+at
+bd
+bd
+bd
+at
+at
+gc
+gc
+gc
+gc
+gc
+at
+at
+gc
+gc
+gc
+gc
+at
+at
+gc
+gc
+gc
+gc
+gc
+at
+QC
+dl
+dl
+dl
+dl
+dl
+dl
+dl
+dl
+dl
+dl
+dl
+dl
+dl
+nt
+Ap
+nt
+nt
+nt
+nt
+nx
+Fa
+HQ
+Fa
+Fa
+Fa
+Fa
+Fa
+Fa
+Ga
+Fa
+Fa
+Fa
+Fa
+bd
+bd
+Bc
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(177,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+CF
+ac
+BZ
+fY
+fY
+Bj
+Bj
+Bj
+Bj
+at
+nr
+nr
+at
+FM
+al
+hC
+Hd
+at
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+eP
+be
+be
+be
+eP
+be
+be
+be
+eP
+be
+be
+be
+eP
+be
+be
+be
+be
+be
+dl
+ey
+ey
+JO
+ey
+ey
+ey
+ey
+ey
+JO
+ey
+ey
+dl
+nt
+Ap
+Gk
+nt
+nt
+nt
+nx
+HP
+Fg
+HR
+Fa
+be
+be
+be
+Fa
+Ga
+Fa
+GS
+Ig
+Fa
+bd
+bd
+nz
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(178,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+Ds
+Ds
+FC
+CE
+CE
+tw
+Cf
+Cu
+Bj
+at
+nr
+nr
+at
+at
+at
+at
+at
+at
+bd
+bd
+bd
+Bc
+bd
+bd
+bd
+Bc
+be
+be
+be
+eP
+be
+be
+be
+eP
+be
+be
+be
+eP
+be
+be
+be
+be
+be
+dl
+ey
+ey
+ey
+ey
+ey
+ey
+ey
+ey
+ey
+ey
+ey
+dl
+HO
+Ap
+nx
+Hb
+Ex
+Hc
+nx
+Fa
+Fa
+Fa
+Fa
+be
+be
+be
+Fa
+Ga
+Fa
+EA
+EA
+Fa
+Bc
+Bc
+nz
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(179,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+CF
+ac
+ac
+ac
+eP
+be
+Cw
+Bj
+at
+nr
+nr
+at
+Bc
+bd
+bd
+bd
+bd
+bd
+Bc
+fb
+fb
+fb
+Bc
+fb
+fb
+dw
+eP
+dw
+dw
+dw
+eP
+dw
+dw
+dw
+eP
+dw
+dw
+dw
+eP
+be
+be
+be
+dl
+ey
+ey
+ey
+ey
+ey
+ey
+ey
+ey
+ey
+ey
+ey
+dl
+nt
+Ap
+nx
+nx
+nx
+nx
+nx
+be
+be
+be
+be
+be
+be
+be
+Fa
+zP
+Fc
+Fg
+Ii
+Fa
+bd
+bd
+nz
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(180,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+CF
+Ds
+Ds
+Ds
+eP
+eP
+tx
+Bj
+at
+nr
+nr
+at
+Bc
+bd
+bd
+bd
+Bc
+fb
+Bc
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+eP
+be
+be
+be
+dl
+dl
+dl
+mi
+nf
+nO
+nV
+nO
+ro
+yX
+dl
+dl
+dl
+nt
+Ap
+nx
+QG
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+Fa
+Ga
+Fa
+EA
+EA
+Fa
+bd
+bd
+Bc
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(181,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+CF
+ac
+ac
+ac
+Ds
+be
+Cw
+Bj
+at
+at
+at
+at
+Iu
+Cj
+Cj
+fb
+Iu
+Cj
+FT
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+dw
+eP
+be
+be
+dl
+fs
+da
+wA
+dW
+dW
+dW
+dW
+dW
+Jr
+JP
+Jl
+dl
+nt
+Ap
+nx
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+Fa
+Al
+Fa
+If
+Ih
+Fa
+bd
+bd
+nz
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(182,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+Ds
+Ds
+ac
+ac
+Ds
+be
+Cw
+Bj
+mT
+mT
+mT
+mT
+mT
+mT
+mT
+mT
+mT
+mT
+Cv
+Cj
+Cj
+FV
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+eP
+be
+be
+dC
+dW
+mn
+fu
+Ju
+Ju
+dV
+JL
+JL
+zv
+mn
+Jm
+dl
+nt
+Ap
+nx
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+Fa
+Ga
+Fa
+Fa
+Fa
+Fa
+Bc
+Bc
+nz
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(183,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+CF
+Ds
+ac
+Ds
+ac
+FC
+CE
+uR
+It
+It
+It
+uR
+It
+uR
+fb
+Dn
+mT
+mT
+mT
+mT
+CD
+Iw
+Iw
+Iw
+Iw
+Iw
+Iw
+Iw
+Iw
+Iw
+Iw
+Iw
+Iw
+Iw
+FV
+be
+be
+be
+dw
+be
+be
+dC
+fl
+fl
+gx
+gy
+gy
+zf
+zj
+zj
+JJ
+JK
+Jm
+dl
+Gb
+Ap
+nx
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+Fa
+Ga
+Fa
+QG
+be
+be
+bd
+bd
+nz
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(184,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+Ds
+CF
+CF
+CF
+Ds
+CF
+fb
+fb
+Bc
+fb
+fb
+fb
+Bc
+bd
+FU
+It
+It
+Dn
+mT
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+Bj
+CD
+Iw
+Iw
+FV
+dw
+eP
+eP
+dl
+Kd
+eb
+JB
+eb
+eb
+JB
+wq
+JN
+ft
+JM
+Jn
+dl
+nt
+Ap
+nx
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+Fa
+Ga
+Fa
+be
+be
+be
+bd
+bd
+Bc
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(185,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+FU
+It
+Iv
+Iv
+Iv
+Iv
+Iv
+Iv
+Iv
+Iv
+Iv
+Iv
+Iv
+Iv
+Cu
+Bj
+Bj
+Bj
+Bj
+CD
+dw
+be
+be
+QD
+aZ
+aZ
+cV
+eC
+Js
+cV
+aZ
+aZ
+aZ
+JQ
+Jo
+dl
+FO
+Ap
+nx
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+nx
+nx
+Am
+nx
+be
+be
+be
+bd
+bd
+nz
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(186,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+FR
+Iv
+Iv
+Cu
+Bj
+Bj
+Ix
+be
+be
+aZ
+bg
+cQ
+dv
+nQ
+zT
+bb
+bb
+bb
+aZ
+JQ
+Jo
+dl
+Ib
+Ap
+nx
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+nx
+Fl
+Aq
+nx
+eP
+eP
+eP
+Bc
+Bc
+nz
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(187,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+bd
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+FR
+Iv
+Iv
+dw
+be
+be
+aZ
+IA
+cR
+dD
+dX
+Jf
+Jj
+bb
+bb
+aZ
+JV
+Jt
+dl
+Ic
+Ap
+nx
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+nx
+Fl
+Aq
+nx
+be
+be
+be
+bd
+bd
+nz
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(188,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DQ
+bd
+bd
+bd
+DD
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+dw
+eP
+BV
+aZ
+aZ
+cS
+dP
+dY
+Jg
+zT
+bb
+bb
+aZ
+JW
+Jp
+dl
+Gk
+Ap
+nx
+be
+be
+be
+nx
+nx
+nx
+nx
+nx
+nx
+be
+nx
+Fl
+Jz
+nx
+Gl
+Gq
+Gt
+Gw
+bd
+bd
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(189,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+DO
+vz
+DM
+vz
+DK
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+be
+ac
+be
+dw
+be
+be
+aZ
+cD
+cT
+dR
+dZ
+Jh
+Jk
+bb
+bb
+aZ
+JX
+Jq
+dl
+Id
+Ap
+nx
+be
+nx
+nx
+nx
+Fl
+Fl
+Fl
+Fl
+nx
+nx
+nx
+Fl
+Aq
+nx
+IO
+nt
+Gu
+Gx
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(190,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+cn
+eP
+be
+be
+aZ
+cP
+cU
+dS
+ea
+Ji
+bb
+bb
+bb
+aZ
+JY
+Jq
+dl
+Ie
+Ap
+nx
+nx
+nx
+Fl
+Fl
+Fl
+Fl
+Fl
+Fl
+Fl
+Fl
+Fl
+Fl
+JA
+JG
+JI
+nt
+Gv
+nx
+cn
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(191,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+be
+QB
+dl
+aZ
+aZ
+aZ
+cV
+cW
+cY
+dT
+aZ
+aZ
+aZ
+JY
+Jq
+dl
+dl
+Ap
+Dw
+DT
+Gn
+An
+An
+Ao
+An
+An
+An
+An
+An
+Ao
+An
+JF
+nx
+Go
+Gr
+Gu
+Gy
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(192,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+eP
+dl
+Ke
+ey
+ey
+NM
+mp
+dV
+dV
+vd
+wr
+xy
+dV
+JZ
+Jr
+wI
+dl
+Ap
+Ex
+Gj
+nx
+nx
+nx
+nx
+nx
+nx
+nx
+nx
+nx
+nx
+nx
+nx
+nx
+Gp
+Gs
+Gs
+Gz
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(193,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+dw
+be
+be
+dl
+Ak
+hu
+mo
+NN
+NO
+NP
+NQ
+NR
+ws
+JC
+zL
+Kg
+zL
+zM
+wE
+Dt
+Dx
+Gm
+nx
+ac
+ac
+cn
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+cn
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(194,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+cn
+eP
+be
+be
+dl
+eb
+eb
+jj
+JL
+fl
+Ju
+PL
+xB
+zw
+JS
+eb
+zQ
+dW
+Ka
+dl
+QK
+nx
+nx
+nx
+ac
+mt
+mt
+mt
+mt
+mt
+mt
+mt
+mt
+mt
+mt
+mt
+mt
+mt
+mt
+mt
+mt
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(195,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+be
+dw
+be
+be
+be
+Qy
+dl
+dl
+aR
+aR
+On
+Mx
+On
+aR
+aR
+dl
+dl
+dl
+dl
+dl
+dl
+dl
+Ms
+be
+be
+be
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(196,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+be
+dw
+be
+be
+be
+aR
+LG
+Li
+aR
+Me
+Mj
+OO
+OM
+Mn
+aR
+bK
+Oc
+aR
+QG
+be
+be
+be
+be
+be
+be
+be
+mt
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(197,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+mt
+mt
+cn
+mt
+mt
+mt
+eP
+eP
+be
+be
+be
+aR
+aT
+bK
+aR
+aR
+Ml
+Mx
+Ml
+aR
+aR
+ve
+Oc
+aR
+be
+be
+be
+be
+be
+be
+be
+be
+ac
+cn
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(198,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+ac
+cn
+ac
+ac
+ac
+cn
+ac
+be
+be
+be
+be
+be
+aR
+LG
+mC
+nP
+Mo
+nP
+Mb
+Mb
+Mo
+nP
+Ma
+Oc
+aR
+be
+QI
+OA
+OA
+OA
+OA
+OA
+OA
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(199,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+ac
+cn
+ac
+ac
+ac
+cB
+cB
+cB
+cB
+cB
+be
+be
+aR
+mZ
+Oo
+mf
+mf
+mf
+mf
+mf
+mf
+mf
+OG
+OJ
+aR
+be
+OA
+OB
+OX
+Pl
+PJ
+PK
+OA
+ac
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(200,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+cn
+ac
+Qt
+cB
+cB
+cB
+cB
+cB
+JD
+Lt
+PM
+cB
+cB
+aR
+aR
+aR
+NI
+nR
+vJ
+mf
+mf
+mf
+LX
+nR
+OH
+aR
+aR
+aR
+OA
+PN
+OY
+Pp
+OY
+Pu
+OA
+cn
+cn
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(201,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+ac
+cB
+cX
+fd
+fd
+cB
+vQ
+La
+Lu
+Lb
+Ox
+cB
+aS
+aW
+aR
+Lm
+bF
+nT
+mf
+mf
+mf
+Mu
+NF
+NT
+aR
+bJ
+PR
+OA
+OE
+OZ
+Pq
+OZ
+Pv
+OA
+ac
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(202,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+cn
+cB
+cZ
+fe
+fe
+cB
+wp
+Lb
+Lz
+Lb
+Oy
+cB
+aU
+aX
+bL
+NV
+bK
+nT
+mf
+mf
+mf
+Mu
+Li
+NU
+bL
+aX
+Pn
+OA
+OC
+OY
+Pr
+Pb
+Pw
+OA
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(203,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+ac
+cB
+db
+gr
+gr
+tH
+wy
+Lf
+Lk
+LM
+LM
+cB
+aR
+aR
+aR
+LL
+QO
+Pa
+mf
+mf
+mf
+LY
+QO
+Og
+aR
+aR
+aR
+OA
+OI
+OZ
+Pz
+OZ
+Px
+OA
+ac
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(204,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+cB
+dj
+me
+fe
+cB
+zc
+Lg
+Ln
+Lg
+Lg
+cB
+Pm
+aW
+aR
+LN
+Li
+nT
+mf
+mf
+mf
+LY
+Li
+Pj
+aR
+bJ
+PS
+OA
+OL
+Pb
+Pz
+OY
+PO
+OA
+cn
+cn
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(205,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+ac
+cB
+eB
+nJ
+nJ
+cB
+zU
+Lj
+Lr
+Os
+Oz
+cB
+aV
+aX
+bL
+LO
+Li
+nT
+mf
+mf
+mf
+LY
+bK
+Og
+bL
+aX
+Po
+OA
+OW
+Pd
+PA
+Ps
+Py
+OA
+ac
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(206,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+cn
+cB
+cB
+cB
+cB
+cB
+cB
+Ll
+Ls
+Ou
+cB
+cB
+aR
+aR
+aR
+My
+mC
+Jv
+mf
+mf
+mf
+LZ
+Ma
+OQ
+aR
+aR
+aR
+OA
+OA
+Pe
+PB
+Pt
+OA
+OA
+ac
+ac
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(207,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+aR
+JT
+Li
+Lv
+LP
+LU
+Mp
+Mp
+Mv
+NB
+NG
+NK
+mf
+mf
+mf
+mf
+mf
+LY
+NX
+OU
+Of
+Oj
+Om
+Ov
+Li
+PC
+Li
+Lq
+aR
+ac
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(208,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+cn
+ac
+ac
+ac
+ac
+ac
+aR
+JT
+Li
+Lw
+bK
+LB
+LD
+Md
+LF
+LI
+NH
+nT
+mf
+mf
+mf
+mf
+mf
+NS
+Op
+OS
+OT
+OV
+OV
+Pf
+Pi
+PD
+Li
+Pg
+aR
+cn
+cn
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(209,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+mt
+cn
+cn
+Qu
+md
+md
+md
+Kv
+Lx
+Kv
+md
+md
+aR
+aR
+aR
+Oa
+nN
+vJ
+mf
+mf
+mf
+Mw
+NJ
+Oq
+aR
+aR
+aR
+aR
+bK
+Ok
+PE
+Li
+Pg
+aR
+ac
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(210,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+md
+Mf
+vI
+DS
+mj
+Ly
+LQ
+LQ
+md
+Jw
+bG
+bL
+NW
+Li
+Mg
+mf
+mf
+mf
+Mu
+Li
+Or
+bL
+bG
+KZ
+aR
+aR
+aR
+PF
+aR
+aR
+aR
+ac
+cn
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(211,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+ac
+mh
+mq
+vP
+vP
+Lc
+LA
+LQ
+LQ
+md
+PP
+bJ
+aR
+NY
+Li
+Mg
+mf
+mf
+mf
+Mu
+Li
+Ot
+aR
+bJ
+PT
+aR
+vR
+vU
+PG
+aR
+aR
+ac
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(212,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+cn
+md
+mw
+wj
+JR
+Ld
+LC
+wj
+LV
+md
+aR
+aR
+aR
+NW
+QO
+Mg
+mf
+mf
+mf
+Pc
+QP
+Ow
+aR
+aR
+aR
+aR
+Lp
+vU
+PH
+FJ
+aR
+cn
+cn
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(213,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+ac
+mh
+mw
+wj
+JR
+Le
+LE
+LR
+LV
+md
+Jx
+bG
+bL
+NW
+Li
+Mg
+mf
+mf
+mf
+LY
+Li
+OD
+bL
+bG
+Lo
+aR
+vR
+Pk
+PI
+aR
+aR
+ac
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(214,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+md
+nL
+mj
+mj
+mj
+LH
+LS
+Mm
+md
+PQ
+bJ
+aR
+NZ
+LW
+nT
+mf
+mf
+mf
+LY
+NL
+OF
+aR
+bJ
+PU
+aR
+aR
+aR
+aR
+aR
+ac
+ac
+cn
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(215,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+ac
+mh
+nM
+wD
+Kb
+Kb
+wD
+wD
+QQ
+md
+md
+md
+aR
+Oh
+Mb
+Jv
+mf
+mf
+mf
+LZ
+nP
+OR
+aR
+aR
+aR
+aR
+ac
+ac
+cn
+ac
+cn
+mt
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(216,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+cn
+md
+rx
+wG
+Kc
+Kc
+wG
+wG
+Mh
+wG
+Kc
+md
+Mc
+Ob
+mf
+mf
+mf
+mf
+mf
+mf
+mf
+ON
+OK
+aR
+ac
+ac
+ac
+cn
+mt
+mt
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(217,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+ac
+mh
+tl
+rx
+rx
+rx
+tl
+rx
+Mi
+rx
+wG
+md
+LJ
+Oe
+Oi
+Ol
+Ol
+Ol
+Oi
+Oi
+Oi
+OP
+Od
+aR
+ac
+ac
+mt
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(218,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+ac
+ac
+md
+tl
+wT
+Kf
+Lh
+LK
+LT
+Mk
+Mq
+Mt
+md
+LJ
+Li
+bK
+Mz
+Li
+vK
+Li
+Mz
+Li
+bK
+Od
+aR
+cn
+cn
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(219,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+ac
+ac
+md
+md
+mh
+md
+mh
+md
+mh
+md
+mh
+md
+md
+aR
+aR
+aR
+aR
+aR
+aR
+aR
+aR
+aR
+aR
+aR
+aR
+ac
+cn
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(220,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+cn
+cn
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+cn
+be
+be
+be
+eP
+be
+be
+be
+cn
+ac
+ac
+cn
+cn
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(221,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+mt
+cn
+ac
+cn
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+cn
+ac
+ac
+ac
+cn
+be
+be
+be
+eP
+be
+be
+be
+cn
+ac
+ac
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(222,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+cn
+mt
+mt
+mt
+cn
+mt
+mt
+mt
+cn
+mt
+mt
+mt
+cn
+mt
+mt
+dw
+eP
+dw
+dw
+dw
+eP
+dw
+mt
+mt
+cn
+mt
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(223,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+be
+be
+be
+be
+be
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(224,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(225,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(226,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(227,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(228,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(229,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(230,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(231,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(232,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(233,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(234,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(235,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(236,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(237,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(238,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(239,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(240,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(241,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(242,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(243,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(244,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(245,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(246,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(247,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(248,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(249,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(250,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(251,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(252,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(253,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(254,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
+(255,1,1) = {"
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+ac
+"}
diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm
index e8d7bbf67bf..4ab86f7d08b 100644
--- a/_maps/map_files/MetaStation/MetaStation.dmm
+++ b/_maps/map_files/MetaStation/MetaStation.dmm
@@ -18,9 +18,10 @@
/turf/open/floor/plating,
/area/maintenance/starboard)
"aae" = (
-/obj/effect/mapping_helpers/dead_body_placer,
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"aaf" = (
/obj/structure/lattice,
/turf/open/space,
@@ -924,16 +925,6 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/space/nearstation)
-"acl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"acm" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 4
@@ -1872,6 +1863,18 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/crew_quarters/heads/hos)
+"aec" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/structure/table/glass,
+/obj/item/phone{
+ pixel_x = -4;
+ pixel_y = -4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
"aed" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating,
@@ -7684,6 +7687,13 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/brig)
+"apG" = (
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/dark,
+/area/medical/cryo)
"apJ" = (
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
@@ -19338,6 +19348,22 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/engineering)
+"aRm" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"aRn" = (
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -24447,21 +24473,11 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"bcc" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/structure/window/reinforced{
dir = 4
},
-/obj/machinery/power/apc{
- areastring = "/area/medical/morgue";
- dir = 4;
- name = "Morgue APC";
- pixel_y = 24
- },
-/obj/structure/bodycontainer/morgue{
- dir = 2
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"bcd" = (
/turf/closed/wall,
/area/janitor)
@@ -26198,6 +26214,10 @@
/obj/effect/turf_decal/caution/stand_clear,
/turf/open/floor/plasteel/dark,
/area/engine/break_room)
+"bfU" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
"bfV" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -31356,6 +31376,17 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"brd" = (
+/obj/machinery/smartfridge/organ,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_b)
"brf" = (
/obj/structure/table,
/obj/item/paper_bin/construction,
@@ -33538,6 +33569,22 @@
/obj/structure/cable,
/turf/open/floor/wood,
/area/crew_quarters/heads/hop)
+"bwp" = (
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/machinery/shower{
+ pixel_y = 12
+ },
+/obj/item/radio/intercom{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"bwq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/tile/blue,
@@ -40768,6 +40815,10 @@
dir = 5
},
/area/crew_quarters/kitchen)
+"bNy" = (
+/obj/machinery/smartfridge/organ,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"bNB" = (
/obj/structure/cable,
/obj/structure/disposalpipe/segment{
@@ -43117,10 +43168,6 @@
"bTn" = (
/turf/closed/wall,
/area/maintenance/solars/port/aft)
-"bTp" = (
-/obj/structure/sign/warning/electricshock,
-/turf/closed/wall,
-/area/maintenance/solars/port/aft)
"bTq" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
@@ -43780,24 +43827,6 @@
},
/turf/open/floor/plasteel/dark,
/area/aisat)
-"bUN" = (
-/obj/machinery/power/apc{
- areastring = "/area/maintenance/solars/port/aft";
- dir = 8;
- name = "Port Quarter Solar APC";
- pixel_x = -25;
- pixel_y = 3
- },
-/obj/structure/cable,
-/turf/open/floor/plating{
- icon_state = "platingdmg1"
- },
-/area/maintenance/solars/port/aft)
-"bUO" = (
-/obj/structure/cable,
-/obj/machinery/camera/autoname,
-/turf/open/floor/plating,
-/area/maintenance/solars/port/aft)
"bUQ" = (
/obj/item/cigbutt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
@@ -44238,20 +44267,6 @@
},
/turf/open/floor/engine/co2,
/area/engine/atmos)
-"bVQ" = (
-/obj/machinery/light/small{
- brightness = 3;
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/solars/port/aft)
-"bVR" = (
-/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/solars/port/aft)
"bVT" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 1
@@ -44963,33 +44978,59 @@
},
/turf/open/floor/engine/co2,
/area/engine/atmos)
-"bXt" = (
-/obj/machinery/power/solar_control{
- dir = 1;
- id = "aftport";
- name = "Port Quarter Solar Control"
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/solars/port/aft)
"bXu" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/structure/cable,
-/obj/machinery/power/terminal{
+/obj/structure/closet/crate/freezer,
+/obj/item/reagent_containers/blood/random,
+/obj/item/reagent_containers/blood/random,
+/obj/item/reagent_containers/blood/random,
+/obj/item/reagent_containers/blood/random,
+/obj/item/reagent_containers/blood/OPlus{
+ pixel_x = -2;
+ pixel_y = -1
+ },
+/obj/item/reagent_containers/blood/OMinus,
+/obj/item/reagent_containers/blood/BPlus,
+/obj/item/reagent_containers/blood/BMinus,
+/obj/item/reagent_containers/blood/APlus,
+/obj/item/reagent_containers/blood/AMinus,
+/obj/item/reagent_containers/blood/lizard,
+/obj/item/reagent_containers/blood/ethereal,
+/obj/item/reagent_containers/blood{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/reagent_containers/blood{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/reagent_containers/blood{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/tile/green{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/solars/port/aft)
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"bXv" = (
-/obj/structure/sign/warning/vacuum/external{
- pixel_x = 32
+/obj/structure/closet/secure_closet/medical1,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
},
-/obj/structure/cable,
-/obj/machinery/power/smes,
-/turf/open/floor/plating{
- icon_state = "platingdmg1"
+/obj/effect/turf_decal/tile/green{
+ dir = 1
},
-/area/maintenance/solars/port/aft)
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"bXx" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
@@ -45442,14 +45483,14 @@
/turf/open/floor/plating,
/area/maintenance/solars/port/aft)
"bYD" = (
-/obj/machinery/door/airlock/external{
- name = "Solar Maintenance";
- req_access_txt = "10; 13"
+/obj/effect/turf_decal/tile/green{
+ dir = 8
},
-/obj/effect/mapping_helpers/airlock/cyclelink_helper,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/solars/port/aft)
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"bYE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
@@ -45519,130 +45560,97 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"bYR" = (
-/obj/machinery/vending/medical,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
/obj/effect/turf_decal/tile/blue{
dir = 4
},
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
/obj/effect/turf_decal/tile/blue{
dir = 8
},
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/portable_atmospherics/canister/oxygen,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"bYS" = (
-/obj/structure/noticeboard{
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plasteel/white,
+/area/medical/cryo)
+"bYT" = (
+/obj/machinery/atmospherics/components/unary/cryo_cell,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/cryo)
+"bYU" = (
+/obj/structure/table/glass,
+/obj/item/reagent_containers/glass/beaker/cryoxadone{
+ pixel_x = 6;
+ pixel_y = 10
+ },
+/obj/item/reagent_containers/glass/beaker/cryoxadone{
+ pixel_x = -6;
+ pixel_y = 10
+ },
+/obj/item/reagent_containers/glass/beaker/cryoxadone{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/obj/item/reagent_containers/glass/beaker/cryoxadone{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/storage/pill_bottle/mannitol,
+/obj/item/reagent_containers/dropper{
+ pixel_y = 6
+ },
+/obj/structure/sign/warning/coldtemp{
+ name = "\improper CRYOGENICS";
pixel_y = 32
},
-/obj/structure/table,
-/obj/item/reagent_containers/glass/beaker/large{
- pixel_y = 3
- },
-/obj/item/reagent_containers/glass/beaker{
- pixel_x = 8;
- pixel_y = 2
- },
-/obj/item/reagent_containers/glass/bottle/multiver{
- pixel_x = -5
- },
-/obj/item/reagent_containers/glass/bottle/morphine,
-/obj/item/reagent_containers/syringe/epinephrine{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/item/reagent_containers/dropper,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/storage)
-"bYT" = (
-/obj/structure/closet/secure_closet/medical3,
-/obj/item/screwdriver{
- pixel_y = 6
- },
-/obj/item/storage/belt/medical{
- pixel_y = 2
- },
-/obj/item/clothing/neck/stethoscope,
-/obj/item/radio/intercom{
- pixel_y = 30
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/storage)
-"bYU" = (
-/obj/structure/closet/secure_closet/medical3,
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/airalarm{
- pixel_y = 24
- },
-/obj/item/screwdriver{
- pixel_y = 6
- },
-/obj/item/storage/belt/medical{
- pixel_y = 2
- },
-/obj/item/clothing/neck/stethoscope,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/turf/open/floor/plasteel/dark,
+/area/medical/cryo)
"bYV" = (
-/obj/machinery/vending/wardrobe/medi_wardrobe,
-/obj/structure/sign/warning/nosmoking{
- pixel_y = 30
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
+/obj/machinery/atmospherics/components/unary/cryo_cell,
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/turf/open/floor/plasteel/dark,
+/area/medical/cryo)
"bYW" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
/obj/effect/turf_decal/tile/blue{
dir = 4
},
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/structure/table/glass,
+/obj/item/book/manual/wiki/medicine,
+/obj/item/clothing/neck/stethoscope,
+/obj/item/wrench/medical,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"bYX" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/structure/closet/crate/freezer/surplus_limbs,
-/obj/machinery/camera{
- c_tag = "Medbay Storage";
- dir = 8;
- network = list("ss13","medbay")
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
},
+/obj/effect/turf_decal/tile/red,
+/obj/structure/table/glass,
+/obj/item/folder/white,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"bYY" = (
/obj/machinery/recharger{
pixel_y = 4
@@ -45670,7 +45678,10 @@
dir = 4;
pixel_x = -22
},
-/turf/open/floor/plasteel,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
/area/security/checkpoint/medical)
"bYZ" = (
/obj/item/pen,
@@ -45697,7 +45708,7 @@
/obj/effect/turf_decal/tile/red{
dir = 4
},
-/turf/open/floor/plasteel,
+/turf/open/floor/plasteel/white,
/area/security/checkpoint/medical)
"bZa" = (
/obj/effect/spawner/structure/window,
@@ -45997,106 +46008,88 @@
/turf/open/floor/plating,
/area/maintenance/aft)
"bZU" = (
-/obj/machinery/light/small{
- dir = 1
+/obj/structure/closet/crate/freezer/blood,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
},
-/obj/structure/mopbucket,
-/obj/item/mop,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
+/area/medical/coldroom)
"bZV" = (
-/obj/item/storage/toolbox/emergency,
-/obj/item/hand_labeler,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"bZW" = (
-/obj/item/cigbutt,
-/obj/structure/disposalpipe/segment{
- dir = 6
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/effect/turf_decal/box/white{
+ color = "#52B4E9"
},
-/obj/effect/turf_decal/stripes/line{
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"bZX" = (
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=4";
- dir = 4;
- freq = 1400;
- location = "Medbay"
- },
-/obj/structure/plasticflaps/opaque,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/window/northleft{
- dir = 8;
- name = "MuleBot Access";
- req_access_txt = "50"
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/medical/storage)
+/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
+/area/medical/coldroom)
"bZY" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/obj/effect/turf_decal/tile/blue{
dir = 1
},
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/machinery/door/window/westleft{
- name = "Medical Delivery";
- req_access_txt = "5"
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 5
+ },
+/obj/structure/sign/warning/coldtemp{
+ pixel_x = -32
+ },
+/obj/machinery/light{
+ dir = 8
},
-/obj/structure/window/reinforced,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"bZZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+/obj/machinery/atmospherics/pipe/manifold4w/general/visible,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"caa" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
},
-/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/turf/open/floor/plasteel/dark,
+/area/medical/cryo)
"cab" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/storage)
-"cac" = (
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 9
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/cryo)
+"cac" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
/obj/structure/cable,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cad" = (
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/obj/structure/cable,
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cae" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security/glass{
@@ -46117,36 +46110,47 @@
dir = 8
},
/obj/structure/cable,
-/turf/open/floor/plasteel,
+/turf/open/floor/plasteel/white,
/area/security/checkpoint/medical)
"caf" = (
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
-"cag" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/effect/turf_decal/tile/red{
dir = 4
},
/obj/effect/turf_decal/tile/red,
+/turf/open/floor/plasteel/white,
+/area/security/checkpoint/medical)
+"cag" = (
+/obj/effect/turf_decal/tile/red,
/obj/effect/turf_decal/tile/red{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/security/checkpoint/medical)
-"cah" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/machinery/button/door{
+ id = "medsecprivacy";
+ name = "Privacy Shutters Control";
+ pixel_x = 24;
+ pixel_y = -4
},
-/turf/closed/wall,
+/turf/open/floor/plasteel/white,
/area/security/checkpoint/medical)
"cai" = (
/obj/machinery/airalarm{
dir = 4;
pixel_x = -22
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
/obj/structure/table,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cak" = (
@@ -46156,6 +46160,7 @@
/obj/effect/turf_decal/tile/blue{
dir = 4
},
+/obj/effect/turf_decal/trimline/blue/filled/corner,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cal" = (
@@ -46176,6 +46181,9 @@
/obj/effect/turf_decal/tile/blue{
dir = 4
},
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 8
+ },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cao" = (
@@ -46871,12 +46879,13 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cbB" = (
-/obj/structure/disposalpipe/sorting/mail{
- dir = 1;
- sortType = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 1
+ },
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cbC" = (
@@ -46887,6 +46896,9 @@
dir = 4
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/maintenance/department/medical/central)
"cbD" = (
@@ -46894,67 +46906,75 @@
dir = 4
},
/obj/machinery/door/airlock/maintenance{
- req_one_access_txt = "12;5"
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cbE" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/item/hand_labeler_refill,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cbF" = (
-/obj/item/reagent_containers/glass/bottle/morphine,
-/obj/item/trash/candy,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/item/clothing/neck/stethoscope,
-/turf/open/floor/plating{
- icon_state = "platingdmg1"
- },
-/area/maintenance/port/aft)
-"cbG" = (
-/obj/item/storage/box/lights/mixed,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cbH" = (
-/obj/item/tank/internals/oxygen,
-/obj/item/tank/internals/oxygen,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cbI" = (
-/obj/machinery/door/airlock{
- name = "Medbay Emergency Storage";
+ name = "Medical Freezer Maintenance";
req_access_txt = "5"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"cbE" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
+/area/medical/coldroom)
+"cbF" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
+/area/medical/coldroom)
+"cbI" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/medical/glass{
+ name = "Medical Freezer";
+ req_access_txt = "5"
+ },
+/obj/structure/cable,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/coldroom)
"cbJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -46965,42 +46985,58 @@
/obj/effect/turf_decal/tile/blue{
dir = 8
},
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cbK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/general/visible,
/obj/structure/cable,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cbL" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
/obj/structure/cable,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cbM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
/obj/structure/cable,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cbN" = (
-/obj/machinery/holopad,
/obj/effect/landmark/start/medical_doctor,
/obj/structure/cable,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cbP" = (
/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
+/obj/machinery/camera{
+ c_tag = "Medbay Cryogenics";
+ dir = 8;
+ network = list("ss13","medbay")
+ },
+/obj/effect/turf_decal/tile/red{
dir = 4
},
-/obj/machinery/rnd/production/techfab/department/medical,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
+ },
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cbQ" = (
/obj/machinery/power/apc{
areastring = "/area/security/checkpoint/medical";
@@ -47012,15 +47048,12 @@
/obj/effect/turf_decal/tile/red{
dir = 1
},
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
/obj/effect/turf_decal/tile/red{
dir = 8
},
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel,
+/turf/open/floor/plasteel/white,
/area/security/checkpoint/medical)
"cbR" = (
/obj/machinery/firealarm{
@@ -47050,13 +47083,26 @@
"cbS" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "medsecprivacy";
+ name = "privacy shutter"
+ },
/turf/open/floor/plating,
/area/security/checkpoint/medical)
"cbT" = (
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cbU" = (
@@ -47072,20 +47118,41 @@
dir = 4
},
/obj/structure/cable,
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cbW" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/obj/machinery/holopad,
/obj/structure/cable,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white/corner{
+ dir = 1
+ },
/area/medical/medbay/central)
"cbX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white/corner{
+ dir = 4
+ },
/area/medical/medbay/central)
"cbY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -47565,10 +47632,13 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cdc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cdd" = (
@@ -47641,33 +47711,39 @@
/area/maintenance/port/aft)
"cdm" = (
/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/maintenance/aft)
"cdn" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
},
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
+/area/medical/coldroom)
"cdo" = (
-/obj/effect/landmark/xeno_spawn,
-/obj/structure/closet/firecloset,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/machinery/smartfridge/organ,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
+/area/medical/coldroom)
"cdp" = (
/obj/machinery/light_switch{
pixel_x = -26
},
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/closet/l3closet,
-/obj/machinery/power/apc{
- areastring = "/area/medical/storage";
- name = "Medbay Storage APC";
- pixel_y = -23
- },
/obj/effect/turf_decal/tile/blue{
dir = 1
},
@@ -47675,104 +47751,58 @@
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/structure/cable,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/machinery/disposal/bin,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cdq" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/structure/closet/l3closet,
-/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/storage)
-"cdr" = (
-/obj/item/storage/box/bodybags{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/storage/box/rxglasses{
- pixel_x = 1;
- pixel_y = 1
- },
-/obj/structure/table/glass,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/structure/window/reinforced{
+/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
dir = 1
},
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/cryo)
+"cdr" = (
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/gun/syringe,
-/obj/item/reagent_containers/spray/cleaner,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cds" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cdt" = (
/obj/effect/landmark/event_spawn,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cdu" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cdv" = (
-/obj/item/storage/firstaid/regular{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/storage/firstaid/toxin{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/storage/firstaid/toxin,
-/obj/item/storage/firstaid/toxin{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/structure/table/glass,
-/obj/machinery/door/window/westleft{
- name = "First-Aid Supplies";
- req_access_txt = "5"
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/storage)
-"cdw" = (
+/obj/effect/turf_decal/tile/blue,
/obj/machinery/computer/med_data{
+ dir = 8
+ },
+/obj/machinery/light{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/cryo)
+"cdw" = (
/obj/machinery/computer/security/telescreen{
desc = "Used for monitoring medbay to ensure patient safety.";
dir = 4;
@@ -47781,7 +47811,22 @@
pixel_x = -32
},
/obj/structure/cable,
-/turf/open/floor/plasteel,
+/obj/structure/chair/office,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/obj/effect/landmark/start/depsec/medical,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/item/radio/intercom{
+ pixel_x = -27;
+ pixel_y = -25
+ },
+/turf/open/floor/plasteel/white,
/area/security/checkpoint/medical)
"cdx" = (
/obj/structure/cable,
@@ -47808,6 +47853,10 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 4
+ },
+/obj/effect/landmark/start/paramedic,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cdB" = (
@@ -47819,13 +47868,31 @@
desc = "A little medical robot, officially part of the Nanotrasen medical inspectorate. He looks somewhat underwhelmed.";
name = "Inspector Johnson"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white/corner{
+ dir = 8
+ },
/area/medical/medbay/central)
"cdC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/corner,
/area/medical/medbay/central)
"cdD" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
@@ -48042,10 +48109,6 @@
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/plating,
/area/engine/atmos)
-"cej" = (
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/port/aft)
"cen" = (
/obj/structure/girder,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -48097,97 +48160,70 @@
/turf/closed/wall,
/area/medical/sleeper)
"cew" = (
-/obj/item/storage/firstaid/regular{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/storage/firstaid/fire{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/storage/firstaid/fire,
-/obj/item/storage/firstaid/fire{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/structure/table/glass,
-/obj/machinery/door/window/eastleft{
- name = "First-Aid Supplies";
- req_access_txt = "5"
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
},
/obj/effect/turf_decal/tile/blue{
dir = 1
},
-/obj/effect/turf_decal/tile/blue{
- dir = 8
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ areastring = "/area/medical/cryo";
+ dir = 8;
+ name = "Cryogenics APC";
+ pixel_x = -25
},
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cex" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 4
},
/obj/effect/landmark/start/paramedic,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cey" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
},
+/obj/effect/turf_decal/tile/blue,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cez" = (
-/obj/item/storage/firstaid/regular{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/storage/firstaid/o2{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/storage/firstaid/o2,
-/obj/item/storage/firstaid/o2{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/structure/table/glass,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
},
/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/storage)
-"ceA" = (
-/obj/item/radio/intercom{
- pixel_x = -27;
- pixel_y = -10
+/obj/machinery/computer/crew{
+ dir = 8
},
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/cryo)
+"ceA" = (
/obj/effect/turf_decal/tile/red,
/obj/effect/turf_decal/tile/red{
dir = 8
},
-/obj/machinery/computer/secure_data{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 1
- },
/obj/machinery/light{
dir = 8
},
/obj/structure/cable,
-/turf/open/floor/plasteel,
+/obj/machinery/computer/med_data{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
/area/security/checkpoint/medical)
"ceB" = (
-/obj/structure/chair/office,
-/obj/effect/landmark/start/depsec/medical,
/obj/effect/turf_decal/tile/red,
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -48195,7 +48231,10 @@
/obj/effect/turf_decal/tile/red{
dir = 8
},
-/turf/open/floor/plasteel,
+/obj/machinery/computer/secure_data{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
/area/security/checkpoint/medical)
"ceC" = (
/obj/machinery/telecomms/server/presets/command,
@@ -48208,6 +48247,9 @@
/obj/effect/turf_decal/tile/blue{
dir = 8
},
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"ceE" = (
@@ -48232,6 +48274,9 @@
/obj/effect/turf_decal/tile/blue{
dir = 8
},
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"ceG" = (
@@ -48241,6 +48286,9 @@
/obj/effect/turf_decal/tile/blue{
dir = 8
},
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"ceH" = (
@@ -48249,6 +48297,9 @@
/obj/effect/turf_decal/tile/blue{
dir = 8
},
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"ceI" = (
@@ -48259,6 +48310,9 @@
/obj/effect/turf_decal/tile/yellow{
dir = 8
},
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"ceJ" = (
@@ -48611,175 +48665,120 @@
/obj/effect/spawner/lootdrop/maintenance/three,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"cfD" = (
-/obj/item/storage/box,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"cfE" = (
/obj/structure/closet/crate,
/obj/item/reagent_containers/dropper,
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"cfF" = (
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"cfG" = (
-/obj/structure/closet/wardrobe/pjs,
-/obj/machinery/airalarm{
- pixel_y = 24
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/sleeper)
-"cfH" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/computer/med_data,
-/turf/open/floor/plasteel/dark,
-/area/medical/sleeper)
-"cfI" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/sign/warning/nosmoking{
- pixel_y = 30
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/computer/crew,
-/turf/open/floor/plasteel/dark,
-/area/medical/sleeper)
-"cfJ" = (
-/obj/machinery/power/apc{
- areastring = "/area/medical/sleeper";
- dir = 1;
- name = "Sleeper Room APC";
- pixel_y = 23
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/cable,
-/obj/structure/bed/roller,
-/turf/open/floor/plasteel/dark,
-/area/medical/sleeper)
-"cfK" = (
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 23
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/shower{
- dir = 8;
- name = "emergency shower"
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/sleeper)
-"cfL" = (
-/obj/item/storage/firstaid/regular{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/storage/firstaid/brute{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/storage/firstaid/brute,
-/obj/item/storage/firstaid/brute{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/machinery/light_switch{
- pixel_x = -26
- },
-/obj/machinery/light/small,
-/obj/structure/table/glass,
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
/obj/effect/turf_decal/tile/blue{
dir = 1
},
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/storage)
-"cfM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cfH" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cfI" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cfJ" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cfK" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cfL" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/cryo)
+"cfM" = (
/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cfN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/mob/living/simple_animal/bot/cleanbot/medbay,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cfO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
dir = 8
},
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/obj/item/radio/intercom{
+ pixel_x = 28
+ },
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cfP" = (
/obj/machinery/medical_kiosk,
/obj/effect/turf_decal/tile/blue{
@@ -48835,7 +48834,7 @@
/turf/closed/wall,
/area/medical/pharmacy)
"cfW" = (
-/obj/structure/sign/departments/chemistry,
+/obj/structure/sign/departments/chemistry/pharmacy,
/turf/closed/wall,
/area/medical/pharmacy)
"cfX" = (
@@ -48883,7 +48882,32 @@
/turf/open/floor/plasteel/white,
/area/medical/pharmacy)
"cga" = (
-/turf/closed/wall,
+/obj/machinery/door/airlock/medical/glass{
+ name = "Chemistry";
+ req_access_txt = "33"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chem_lockdown";
+ name = "Chemistry shutters"
+ },
+/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"cgb" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -49037,6 +49061,17 @@
icon_state = "platingdmg2"
},
/area/maintenance/starboard/aft)
+"cgu" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"cgv" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/general/visible{
@@ -49120,14 +49155,14 @@
/turf/open/floor/plating,
/area/maintenance/port)
"cgI" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
},
/obj/structure/cable,
-/obj/effect/turf_decal/stripes/line,
+/obj/structure/disposalpipe/junction{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/north,
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cgJ" = (
@@ -49145,7 +49180,6 @@
dir = 9
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/effect/turf_decal/stripes/line,
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/aft)
@@ -49167,89 +49201,67 @@
/turf/open/floor/plating,
/area/maintenance/aft)
"cgO" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Medbay Maintenance";
- req_access_txt = "5"
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cgP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
},
/obj/effect/turf_decal/tile/blue{
dir = 1
},
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cgP" = (
+/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
dir = 8
},
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
"cgQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
+/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
- dir = 1
+ dir = 8
},
-/obj/effect/turf_decal/tile/blue{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
-/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
"cgR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/landmark/start/medical_doctor,
+/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
- dir = 1
+ dir = 8
},
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/structure/cable,
+/obj/structure/closet/l3closet,
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
"cgT" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/machinery/shower{
- dir = 8;
- name = "emergency shower"
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral{
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/turf/open/floor/plasteel/dark,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay Treatment Hallway";
+ dir = 8;
+ network = list("ss13","medbay")
+ },
+/obj/structure/closet/l3closet,
+/turf/open/floor/plasteel/white,
/area/medical/sleeper)
"cgU" = (
/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/medical/glass{
- name = "Medbay Storage";
- req_access_txt = "5"
- },
/obj/effect/turf_decal/tile/blue{
dir = 1
},
@@ -49260,33 +49272,32 @@
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/storage)
-"cgV" = (
-/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/medical/storage)
-"cgW" = (
+/obj/machinery/door/airlock/medical/glass{
+ name = "Cryogenics";
+ req_access_txt = "5"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/cryo)
+"cgV" = (
+/obj/machinery/door/airlock/medical/glass{
+ name = "Cryogenics";
+ req_access_txt = "5"
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/airlock/medical/glass{
- name = "Medbay Storage";
- req_access_txt = "5"
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
/turf/open/floor/plasteel/white,
-/area/medical/storage)
+/area/medical/cryo)
"cgX" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -49329,7 +49340,6 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"chb" = (
-/obj/machinery/chem_heater,
/obj/machinery/light_switch{
pixel_x = -23
},
@@ -49342,6 +49352,19 @@
/obj/effect/turf_decal/tile/yellow{
dir = 8
},
+/obj/structure/table/glass,
+/obj/item/reagent_containers/glass/beaker/large,
+/obj/item/reagent_containers/glass/beaker{
+ pixel_x = 8;
+ pixel_y = 2
+ },
+/obj/item/reagent_containers/dropper,
+/obj/item/stack/sheet/mineral/plasma{
+ pixel_y = 10
+ },
+/obj/item/stack/sheet/mineral/plasma{
+ pixel_y = 10
+ },
/turf/open/floor/plasteel/white,
/area/medical/pharmacy)
"chc" = (
@@ -49357,16 +49380,6 @@
/turf/open/floor/plasteel/white,
/area/medical/pharmacy)
"chd" = (
-/obj/item/stack/sheet/mineral/plasma{
- pixel_y = 10
- },
-/obj/item/reagent_containers/glass/beaker/large,
-/obj/item/reagent_containers/glass/beaker{
- pixel_x = 8;
- pixel_y = 2
- },
-/obj/item/reagent_containers/dropper,
-/obj/structure/table/glass,
/obj/effect/turf_decal/tile/yellow{
dir = 1
},
@@ -49377,9 +49390,7 @@
/obj/effect/turf_decal/tile/yellow{
dir = 8
},
-/obj/item/stack/sheet/mineral/plasma{
- pixel_y = 10
- },
+/obj/machinery/chem_heater,
/turf/open/floor/plasteel/white,
/area/medical/pharmacy)
"che" = (
@@ -49750,35 +49761,25 @@
"cia" = (
/turf/closed/wall,
/area/medical/surgery)
-"cib" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/closed/wall,
-/area/medical/surgery)
"cic" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/plasticflaps/opaque,
+/obj/machinery/door/window/northleft{
+ name = "MuleBot Access";
+ req_access_txt = "50"
},
-/turf/closed/wall,
-/area/medical/surgery)
-"cid" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Medbay Maintenance";
- req_access_txt = "5"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cie" = (
-/obj/machinery/firealarm{
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
dir = 4;
- pixel_x = -24
+ freq = 1400;
+ location = "Medbay"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/medical/storage)
+"cie" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
},
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -49786,99 +49787,49 @@
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/effect/landmark/start/paramedic,
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/structure/cable,
+/obj/machinery/door/airlock/medical/glass{
+ name = "Primary Treatment Centre";
+ req_access_txt = "5"
+ },
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
"cif" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
-/turf/open/floor/plasteel/white,
-/area/medical/sleeper)
-"cig" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/white,
-/area/medical/sleeper)
-"cih" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/sleeper)
-"cii" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/sleeper)
-"cij" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
/area/medical/sleeper)
"cik" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
/obj/machinery/light{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/structure/cable,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27
+ },
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cil" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 1
},
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cin" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
+/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 4
},
-/obj/effect/turf_decal/tile/blue{
+/obj/effect/turf_decal/trimline/blue/filled/corner{
dir = 1
},
/turf/open/floor/plasteel/white,
@@ -49921,13 +49872,13 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"ciq" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cit" = (
@@ -49951,7 +49902,7 @@
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/medical/glass{
name = "Pharmacy";
- req_access_txt = "5; 69"
+ req_access_txt = "69"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -50334,166 +50285,211 @@
/turf/open/floor/wood,
/area/maintenance/port/aft)
"cjw" = (
-/obj/structure/sign/warning/nosmoking{
- pixel_x = -28
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
-"cjx" = (
-/obj/structure/chair,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
-"cjy" = (
-/obj/item/cigbutt,
-/obj/machinery/light/small{
+/obj/effect/turf_decal/tile/neutral{
dir = 1
},
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
-"cjz" = (
-/obj/structure/chair,
-/obj/machinery/airalarm{
- pixel_y = 23
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
-"cjA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
+/obj/effect/turf_decal/tile/neutral{
dir = 8
},
+/obj/structure/table/glass,
+/obj/item/storage/firstaid/regular{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/storage/firstaid/toxin{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/storage/firstaid/toxin,
+/obj/item/storage/firstaid/toxin{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/structure/window/reinforced,
+/obj/effect/turf_decal/trimline/blue/filled/corner,
/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
+/area/medical/storage)
+"cjx" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/structure/table/glass,
+/obj/item/storage/firstaid/regular{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/storage/firstaid/o2{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/storage/firstaid/o2,
+/obj/item/storage/firstaid/o2{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/door/window/southleft{
+ name = "First-Aid Supplies";
+ req_access_txt = "5"
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
+"cjy" = (
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
+"cjz" = (
+/obj/machinery/door/window/southright{
+ name = "Medical Deliveries";
+ req_access_txt = "5"
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery/white{
+ color = "#52B4E9"
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
+"cjA" = (
+/obj/effect/turf_decal/delivery/white{
+ color = "#52B4E9"
+ },
+/obj/machinery/recharge_station,
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
"cjB" = (
-/obj/item/cigbutt,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
-"cjC" = (
-/obj/structure/chair,
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
-"cjD" = (
-/obj/structure/chair,
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
-"cjE" = (
-/obj/structure/bed/roller,
-/obj/item/radio/intercom{
- pixel_x = -30
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/machinery/camera{
- c_tag = "Medbay Sleepers";
- dir = 4;
- network = list("ss13","medbay")
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
+/obj/structure/table/glass,
/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
dir = 8
},
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cjC" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/stasis,
+/obj/machinery/defibrillator_mount{
+ pixel_y = 32
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cjD" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cjE" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/machinery/light_switch{
+ pixel_x = 21;
+ pixel_y = 26
+ },
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
"cjF" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 4
},
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/sleeper)
-"cjG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/machinery/holopad,
-/turf/open/floor/plasteel/white,
-/area/medical/sleeper)
-"cjH" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/effect/turf_decal/tile/blue,
-/turf/open/floor/plasteel/white,
-/area/medical/sleeper)
-"cjI" = (
-/obj/structure/bed/roller,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/sleeper)
-"cjJ" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/effect/turf_decal/tile/blue{
+/obj/effect/turf_decal/trimline/blue/filled/corner{
dir = 1
},
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ areastring = "/area/medical/sleeper";
+ dir = 1;
+ name = "Primary Treatment Centre APC";
+ pixel_y = 23
},
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
"cjK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/sign/plaques/golden{
+ desc = "A golden plaque commemorating excellence in medical care. God only knows how this ended up in this medbay.";
+ name = "The Hippocratic Award for Excellence in Medicine";
+ pixel_x = -32
},
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"cjM" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
-"cjL" = (
+"cjN" = (
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
-"cjM" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
-"cjN" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
+/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 4
},
/turf/open/floor/plasteel/white,
@@ -50575,6 +50571,12 @@
/obj/effect/turf_decal/tile/yellow{
dir = 4
},
+/obj/structure/sign/warning/electricshock{
+ pixel_x = 32
+ },
+/obj/structure/table,
+/obj/item/storage/toolbox/mechanical,
+/obj/item/clothing/head/welding,
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"cjW" = (
@@ -50948,152 +50950,99 @@
/turf/open/floor/plasteel/dark,
/area/aisat)
"ckV" = (
-/obj/structure/chair,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
"ckW" = (
-/obj/machinery/holopad,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
-"ckX" = (
-/obj/structure/chair,
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
-"ckY" = (
-/obj/structure/chair,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
-"ckZ" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/medical{
- name = "Observation"
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
-"cla" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
},
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 1
+ dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
-"clb" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
-"clc" = (
-/obj/item/cigbutt,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
- },
-/obj/structure/sign/warning/nosmoking{
- pixel_x = 28
- },
-/obj/effect/landmark/blobstart,
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
-"cld" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
+"ckX" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
},
/obj/effect/turf_decal/tile/blue{
- dir = 8
+ dir = 1
},
-/obj/machinery/stasis,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
+"ckY" = (
+/obj/structure/closet/secure_closet/medical1{
+ pixel_x = -3
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -22
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
+"clb" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 9
+ },
+/obj/effect/landmark/start/medical_doctor,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"clc" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cld" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/landmark/start/paramedic,
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
"cle" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/sleeper)
-"clf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/effect/turf_decal/trimline/blue/filled/corner{
dir = 4
},
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
"clg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 5
},
+/obj/effect/landmark/start/medical_doctor,
/turf/open/floor/plasteel/white,
/area/medical/sleeper)
-"clh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/machinery/stasis,
-/turf/open/floor/plasteel/white,
-/area/medical/sleeper)
-"cli" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/medical/sleeper)
"clj" = (
/obj/structure/sink{
dir = 4;
pixel_x = -12;
pixel_y = 2
},
-/obj/effect/turf_decal/tile/blue{
- dir = 1
+/obj/structure/sign/departments/examroom{
+ pixel_x = -32
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -51113,18 +51062,13 @@
/area/medical/medbay/central)
"clm" = (
/obj/item/twohanded/required/kirbyplants,
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
+/obj/effect/turf_decal/trimline/blue/filled/corner{
dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cln" = (
/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/preopen{
- id = "cmoprivacy";
- name = "privacy shutter"
- },
/obj/effect/turf_decal/tile/blue{
dir = 1
},
@@ -51158,26 +51102,25 @@
pixel_y = 4
},
/obj/item/storage/firstaid/regular,
-/obj/item/storage/firstaid/regular{
- pixel_x = -4;
- pixel_y = -4
- },
/obj/effect/turf_decal/tile/blue{
dir = 8
},
/obj/effect/turf_decal/tile/blue,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
-"clq" = (
/obj/machinery/airalarm{
dir = 1;
pixel_y = -24
},
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"clq" = (
/obj/item/twohanded/required/kirbyplants,
/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
dir = 8
},
+/obj/machinery/vending/wallmed{
+ pixel_y = -32
+ },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"clr" = (
@@ -51188,6 +51131,7 @@
/obj/effect/turf_decal/tile/blue{
dir = 4
},
+/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cls" = (
@@ -51406,7 +51350,12 @@
/turf/open/floor/plasteel,
/area/maintenance/starboard/secondary)
"clK" = (
-/turf/closed/wall/r_wall,
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "5"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
/area/maintenance/aft)
"clL" = (
/obj/structure/disposalpipe/segment,
@@ -51584,54 +51533,98 @@
/turf/open/floor/wood,
/area/maintenance/port/aft)
"cmk" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/medical/surgery)
-"cml" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
-/area/medical/surgery)
-"cmm" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/medical/surgery)
-"cmn" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/medical{
- name = "Observation"
+/obj/structure/table/glass,
+/obj/structure/window/reinforced{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel,
-/area/medical/surgery)
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/storage/box/bodybags{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/storage/box/beakers{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/storage/box/rxglasses{
+ pixel_x = 1;
+ pixel_y = 1
+ },
+/obj/item/reagent_containers/spray/cleaner,
+/obj/item/clothing/glasses/hud/health,
+/obj/item/clothing/glasses/hud/health,
+/obj/item/clothing/glasses/hud/health,
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 4
+ },
+/obj/item/clothing/glasses/hud/health,
+/obj/item/clothing/glasses/hud/health,
+/obj/item/clothing/glasses/hud/health,
+/obj/item/clothing/glasses/hud/health,
+/obj/item/gun/syringe,
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
+"cml" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
+"cmm" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
+"cmn" = (
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
"cmo" = (
-/obj/effect/spawner/structure/window,
+/obj/effect/turf_decal/trimline/blue/filled/line,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/turf/open/floor/plating,
+/turf/open/floor/plasteel/white,
/area/medical/sleeper)
"cmp" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
/area/medical/sleeper)
"cmr" = (
-/obj/machinery/door/firedoor,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cms" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cmt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/firedoor,
+/obj/machinery/power/apc{
+ areastring = "/area/medical/medbay/central";
+ dir = 4;
+ name = "Medbay Central APC";
+ pixel_x = 24
+ },
+/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cmu" = (
@@ -51649,7 +51642,7 @@
"cmy" = (
/obj/machinery/door/airlock/maintenance{
name = "Medbay Maintenance";
- req_access_txt = "5"
+ req_one_access_txt = "5;12;33;69"
},
/turf/open/floor/plating,
/area/maintenance/department/medical/central)
@@ -51695,12 +51688,12 @@
/area/medical/pharmacy)
"cmD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/sign/departments/chemistry{
- pixel_x = -32
- },
/obj/effect/turf_decal/tile/yellow{
dir = 8
},
+/obj/structure/sign/departments/chemistry/pharmacy{
+ pixel_x = -32
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"cmE" = (
@@ -51931,272 +51924,266 @@
/area/maintenance/port/aft)
"cnl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Medical Surplus Storeroom";
- req_access_txt = "12"
- },
-/obj/effect/mapping_helpers/airlock/abandoned,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cnm" = (
-/obj/structure/table,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/obj/item/surgicaldrill,
-/obj/item/clothing/suit/apron/surgical,
-/obj/item/clothing/mask/surgical,
-/obj/item/clothing/gloves/color/latex,
-/turf/open/floor/plasteel,
-/area/medical/surgery)
-"cnn" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/item/hemostat,
-/turf/open/floor/plasteel/white/side,
-/area/medical/surgery)
-"cno" = (
-/obj/structure/table,
-/obj/item/scalpel{
- pixel_y = 12
- },
-/obj/item/circular_saw,
-/turf/open/floor/plasteel/white/side,
-/area/medical/surgery)
-"cnp" = (
-/obj/structure/table,
-/obj/item/cautery{
- pixel_x = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/razor{
- pixel_y = 5
- },
-/turf/open/floor/plasteel/white/side,
-/area/medical/surgery)
-"cnq" = (
-/obj/structure/table,
-/obj/item/book/manual/wiki/surgery,
-/obj/item/retractor,
-/turf/open/floor/plasteel,
-/area/medical/surgery)
-"cnr" = (
-/obj/machinery/computer/med_data{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/turf/open/floor/plasteel/white/side,
-/area/medical/surgery)
-"cns" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white/side,
-/area/medical/surgery)
-"cnt" = (
-/obj/structure/table/reinforced,
-/obj/item/radio/intercom{
- pixel_x = 30
- },
-/obj/structure/bedsheetbin{
- pixel_x = 2
- },
-/obj/item/clothing/suit/straight_jacket,
-/obj/item/clothing/mask/muzzle,
-/obj/item/gun/syringe,
-/obj/item/clothing/glasses/eyepatch,
-/obj/item/clothing/glasses/blindfold,
-/obj/item/clothing/ears/earmuffs,
-/obj/item/storage/belt/medical{
- pixel_y = 2
- },
-/turf/open/floor/plasteel/white/side,
-/area/medical/surgery)
-"cnu" = (
-/obj/machinery/power/apc{
- areastring = "/area/medical/cryo";
- dir = 1;
- name = "Cryogenics APC";
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/item/reagent_containers/glass/beaker/cryoxadone{
- pixel_x = -2;
- pixel_y = 9
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/item/reagent_containers/glass/beaker/cryoxadone{
- pixel_x = 5;
- pixel_y = 9
- },
-/obj/structure/table/glass,
-/obj/item/reagent_containers/glass/beaker/cryoxadone{
- pixel_x = -3;
- pixel_y = 1
- },
-/obj/item/reagent_containers/glass/beaker/cryoxadone{
- pixel_x = 6;
- pixel_y = 2
- },
-/obj/item/reagent_containers/syringe/epinephrine{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/item/reagent_containers/dropper,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"cnv" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/closet/secure_closet/medical1{
- pixel_x = -3
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"cnw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"cnx" = (
-/obj/machinery/atmospherics/components/unary/cryo_cell,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"cny" = (
-/obj/machinery/atmospherics/components/unary/cryo_cell,
-/obj/effect/turf_decal/stripes/line{
dir = 5
},
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"cnz" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/medical/cryo)
-"cnA" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/box/white{
+ color = "#52B4E9"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
+"cnm" = (
+/obj/structure/table/glass,
+/obj/machinery/door/window/eastleft{
+ name = "First-Aid Supplies";
+ req_access_txt = "5"
+ },
+/obj/item/storage/firstaid/regular{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/item/storage/firstaid/fire{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/storage/firstaid/fire,
+/obj/item/storage/firstaid/fire{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
+"cno" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/box/white{
+ color = "#52B4E9"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
+"cnp" = (
/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/landmark/start/medical_doctor,
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
+"cnq" = (
+/obj/machinery/rnd/production/techfab/department/medical,
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
+"cnr" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/line{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cns" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cnt" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cnu" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/medical_kiosk,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
+"cnv" = (
+/obj/structure/table/glass,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/white/side{
+ dir = 5
+ },
+/area/medical/sleeper)
+"cnw" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cnx" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cny" = (
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cnz" = (
+/obj/machinery/door/airlock/medical/glass{
+ name = "Primary Treatment Centre";
+ req_access_txt = "5"
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cnA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cnB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/filled/corner,
+/obj/machinery/camera{
+ c_tag = "Medbay Main Hallway- CMO";
+ dir = 8;
+ network = list("ss13","medbay")
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cnC" = (
-/obj/machinery/status_display/evac{
- pixel_y = 32
- },
/obj/structure/table/glass,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 8
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/heads/cmo)
-"cnD" = (
/obj/item/cartridge/medical{
- pixel_x = -2;
+ pixel_x = -3
+ },
+/obj/item/cartridge/medical{
+ pixel_x = 3
+ },
+/obj/item/cartridge/chemistry{
pixel_y = 6
},
-/obj/item/cartridge/medical{
- pixel_x = 6;
- pixel_y = 3
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
},
-/obj/item/cartridge/medical,
-/obj/item/cartridge/chemistry{
- pixel_y = 2
- },
-/obj/structure/table/glass,
/obj/effect/turf_decal/tile/blue{
dir = 4
},
/obj/effect/turf_decal/tile/blue{
- dir = 8
+ dir = 1
},
-/turf/open/floor/plasteel/cafeteria,
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/heads/cmo)
+"cnD" = (
+/obj/structure/table/glass,
+/obj/item/folder/blue,
+/obj/item/clothing/neck/stethoscope,
+/obj/item/clothing/glasses/hud/health,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"cnE" = (
-/obj/item/folder/blue,
/obj/structure/table/glass,
-/obj/item/stamp/cmo,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
+/obj/item/storage/secure/briefcase{
+ pixel_x = 3;
+ pixel_y = 5
},
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/heads/cmo)
-"cnF" = (
-/obj/item/folder/white{
- pixel_x = 4;
+/obj/item/storage/firstaid/regular{
+ pixel_x = -3;
pixel_y = -3
},
-/obj/item/clothing/glasses/hud/health,
-/obj/structure/table/glass,
+/obj/structure/cable,
/obj/effect/turf_decal/tile/blue{
dir = 4
},
/obj/effect/turf_decal/tile/blue{
- dir = 8
+ dir = 1
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/cafeteria,
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/heads/cmo)
+"cnF" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"cnG" = (
/obj/structure/closet/secure_closet/CMO,
-/obj/item/storage/secure/safe{
- pixel_x = 5;
- pixel_y = 26
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = 30
- },
-/obj/item/screwdriver{
- pixel_y = 6
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
+/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 8
},
-/turf/open/floor/plasteel/cafeteria,
+/obj/item/screwdriver,
+/turf/open/floor/plasteel/dark,
/area/crew_quarters/heads/cmo)
"cnH" = (
/obj/item/radio/intercom{
@@ -52567,203 +52554,268 @@
/turf/open/floor/plasteel,
/area/hallway/secondary/service)
"coy" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -22
+/obj/structure/table/glass,
+/obj/item/storage/firstaid/regular{
+ pixel_x = 3;
+ pixel_y = -3
},
-/obj/machinery/light{
- dir = 8
+/obj/item/storage/firstaid/brute{
+ pixel_x = 3;
+ pixel_y = 3
},
-/obj/machinery/smartfridge/organ,
-/turf/open/floor/plasteel/white/side{
+/obj/item/storage/firstaid/brute,
+/obj/item/storage/firstaid/brute{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
dir = 4
},
-/area/medical/surgery)
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
"coz" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/landmark/start/paramedic,
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
+"coA" = (
+/mob/living/simple_animal/bot/cleanbot/medbay,
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
+"coB" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
+"coC" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 10
+ },
+/obj/structure/bedsheetbin,
+/obj/structure/table/glass,
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
+"coD" = (
+/obj/machinery/shower{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/line{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"coE" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"coF" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"coA" = (
-/obj/effect/landmark/start/medical_doctor,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"coB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"coC" = (
-/obj/machinery/power/apc{
- areastring = "/area/medical/surgery";
- dir = 4;
- name = "Surgery APC";
- pixel_x = 24
- },
-/obj/structure/table,
-/obj/item/surgical_drapes,
-/obj/structure/cable,
-/turf/open/floor/plasteel/white/side{
- dir = 8
- },
-/area/medical/surgery)
-"coD" = (
-/obj/structure/bed/roller,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/iv_drip,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"coE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"coF" = (
-/obj/structure/bed,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/bedsheet/medical,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
+/area/medical/sleeper)
"coG" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/structure/table/glass,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/item/reagent_containers/chem_pack{
+ pixel_x = 10;
+ pixel_y = 10
+ },
+/obj/item/storage/box/rxglasses{
+ pixel_x = -4;
+ pixel_y = 8
+ },
+/obj/item/stack/medical/gauze{
+ pixel_x = 8
+ },
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/turf/open/floor/plating,
-/area/medical/surgery)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 10
+ },
+/area/medical/sleeper)
"coH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+/obj/structure/table/glass,
+/obj/item/reagent_containers/glass/bottle/multiver{
+ pixel_x = 6
},
+/obj/item/reagent_containers/glass/bottle/epinephrine,
+/obj/item/reagent_containers/syringe,
/obj/effect/turf_decal/tile/blue{
dir = 1
},
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel,
+/area/medical/sleeper)
"coI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+/obj/structure/table/glass,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/item/stack/medical/mesh,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white/side{
dir = 6
},
-/obj/effect/turf_decal/stripes/line{
+/area/medical/sleeper)
+"coJ" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"coJ" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/medical/cryo)
+/area/medical/sleeper)
"coK" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/obj/effect/landmark/start/medical_doctor,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"coL" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"coM" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"coN" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
},
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"coL" = (
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 4
+ },
/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"coM" = (
+/obj/machinery/door/airlock/medical/glass{
+ name = "Primary Treatment Centre";
+ req_access_txt = "5"
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"coN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 8
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"coO" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
},
+/obj/machinery/vending/wallmed{
+ pixel_x = -32;
+ pixel_y = 32
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/structure/cable,
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/heads/cmo)
-"coP" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/heads/cmo)
-"coQ" = (
-/obj/structure/chair/office/light{
dir = 1
},
-/obj/effect/landmark/start/chief_medical_officer,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
+/obj/machinery/light_switch{
+ pixel_x = -20;
+ pixel_y = 26
},
-/obj/effect/turf_decal/tile/blue{
- dir = 8
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/heads/cmo)
+"coP" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/box/white{
+ color = "#52B4E9"
},
-/turf/open/floor/plasteel/cafeteria,
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/heads/cmo)
+"coQ" = (
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"coR" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/structure/cable,
-/mob/living/simple_animal/pet/cat/Runtime,
-/turf/open/floor/plasteel/cafeteria,
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"coS" = (
-/obj/machinery/power/apc{
- areastring = "/area/crew_quarters/heads/cmo";
- dir = 4;
- name = "CMO's Office APC";
- pixel_x = 24
- },
-/obj/machinery/camera{
- c_tag = "CMO's Office";
- dir = 8;
- network = list("ss13","medbay")
- },
-/obj/effect/turf_decal/tile/blue{
+/obj/machinery/suit_storage_unit/cmo,
+/obj/machinery/light{
dir = 4
},
-/obj/effect/turf_decal/tile/blue{
- dir = 8
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 10
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/cafeteria,
+/turf/open/floor/plasteel/dark,
/area/crew_quarters/heads/cmo)
"coT" = (
/obj/structure/window/reinforced{
@@ -53219,134 +53271,125 @@
/obj/structure/cable,
/turf/open/floor/engine,
/area/engine/supermatter)
-"cpS" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cpT" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Surgery Maintenance";
- req_access_txt = "45"
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"cpU" = (
+/obj/structure/table/glass,
+/obj/structure/window/reinforced,
+/obj/machinery/door/window/eastleft{
+ name = "Spare Surgical Supplies";
+ req_access_txt = "5"
+ },
+/obj/item/tank/internals/anesthetic,
+/obj/item/clothing/mask/breath/medical,
+/obj/item/storage/backpack/duffelbag/med/surgery,
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 4
+ },
+/obj/item/storage/backpack/duffelbag/med/surgery,
+/obj/item/reagent_containers/glass/bottle/ethanol,
+/obj/item/reagent_containers/glass/bottle/ethanol,
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
+"cpV" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/vending/wallmed{
+ pixel_x = -32;
+ pixel_y = 32
+ },
+/obj/machinery/requests_console{
+ department = "Medical Response";
+ departmentType = 1;
+ name = "Emergency Response RC";
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
-/area/medical/surgery)
+/area/medical/paramedic)
"cpW" = (
-/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 26
+ },
/turf/open/floor/plasteel/white,
-/area/medical/surgery)
+/area/medical/storage)
"cpX" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/medical{
- name = "Operating Theatre";
- req_access_txt = "45"
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"cpY" = (
-/obj/effect/landmark/event_spawn,
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"cpZ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/effect/landmark/start/medical_doctor,
-/obj/machinery/holopad,
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"cqa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"cqb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/medical/glass{
- name = "Surgery Observation"
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"cqc" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+ name = "Medbay Storage";
+ req_access_txt = "5"
},
/obj/effect/turf_decal/tile/blue{
dir = 1
},
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"cqd" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/area/medical/sleeper)
+"cpZ" = (
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cqa" = (
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/cable,
/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"cqe" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"cqf" = (
-/obj/machinery/atmospherics/pipe/manifold/general/visible{
+/area/medical/sleeper)
+"cqc" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 1
},
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"cqg" = (
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
},
-/obj/effect/turf_decal/stripes/line{
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cqf" = (
+/obj/effect/turf_decal/trimline/blue/filled/corner,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"cqg" = (
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/obj/effect/turf_decal/trimline/blue/filled/corner{
dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"cqh" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/delivery,
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
+/obj/item/twohanded/required/kirbyplants/random,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
"cqi" = (
-/obj/effect/turf_decal/tile/blue{
+/obj/effect/turf_decal/trimline/blue/filled/corner{
dir = 1
},
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cqj" = (
@@ -53355,63 +53398,53 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
-"cqk" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/preopen{
- id = "cmoprivacy";
- name = "privacy shutter"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/crew_quarters/heads/cmo)
"cql" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 10
+/obj/item/twohanded/required/kirbyplants{
+ icon_state = "plant-21"
},
-/obj/effect/turf_decal/tile/blue{
- dir = 4
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/cafeteria,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"cqm" = (
+/obj/structure/chair/office/light,
/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"cqn" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 8;
+ sortType = 10
+ },
/obj/effect/turf_decal/tile/blue{
dir = 4
},
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/turf/open/floor/plasteel/cafeteria,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"cqo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 4
},
/obj/structure/disposalpipe/segment{
@@ -53420,11 +53453,8 @@
/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/cafeteria,
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"cqp" = (
/obj/structure/disposalpipe/segment{
@@ -53480,6 +53510,7 @@
dir = 8
},
/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel/white,
/area/medical/pharmacy)
"cqu" = (
@@ -53893,234 +53924,144 @@
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"crj" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 4
},
-/obj/structure/sink{
- dir = 4;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/machinery/light_switch{
- pixel_x = -28
- },
-/turf/open/floor/plasteel/white/side{
- dir = 4
- },
-/area/medical/surgery)
-"crk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"crl" = (
-/obj/machinery/computer/operating{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"crm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
+"crk" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery)
+/area/medical/storage)
+"crl" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
+"crm" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
"crn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/white/side{
- dir = 8
- },
-/area/medical/surgery)
-"cro" = (
-/obj/structure/bed/roller,
-/obj/machinery/iv_drip,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"crq" = (
-/obj/structure/bed,
-/obj/item/bedsheet/medical,
-/obj/machinery/light_switch{
- pixel_x = 26
- },
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"crr" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -22
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
+/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"crs" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/requests_console{
+ department = "Medbay";
+ departmentType = 1;
+ name = "Medbay RC";
+ pixel_x = 32
},
-/obj/structure/table/reinforced,
-/obj/item/crowbar,
/obj/machinery/camera{
- c_tag = "Medbay Cryo";
- dir = 1;
+ c_tag = "Medbay Storage";
+ dir = 8;
network = list("ss13","medbay")
},
-/obj/item/screwdriver{
- pixel_y = 6
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
+"crr" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/box/white{
+ color = "#52B4E9"
},
-/obj/item/clothing/neck/stethoscope,
-/obj/item/wrench/medical,
-/obj/effect/turf_decal/stripes/line{
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/cryo)
-"crt" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- dir = 1
- },
-/obj/item/radio/intercom{
- pixel_y = -30
- },
-/obj/machinery/light,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/medical/cryo)
+/area/medical/sleeper)
"cru" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1;
- name = "Connector Port (Air Supply)"
- },
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/plasteel,
-/area/medical/cryo)
-"crv" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1;
- name = "Connector Port (Air Supply)"
- },
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/light_switch{
- pixel_y = -24
- },
-/obj/effect/turf_decal/stripes/line{
+/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 6
},
-/turf/open/floor/plasteel,
-/area/medical/cryo)
+/obj/effect/landmark/start/medical_doctor,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
"crw" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 1
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
},
+/obj/effect/turf_decal/trimline/blue/filled/warning,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"crx" = (
-/obj/machinery/light{
- dir = 4
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/trimline/blue/filled/warning,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cry" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
+/obj/structure/table/glass,
+/obj/machinery/computer/med_data/laptop,
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/cafeteria,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"crz" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/table/glass,
+/obj/item/folder/blue{
+ pixel_x = 6;
+ pixel_y = 6
},
-/obj/machinery/holopad,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
+/obj/item/folder/white,
+/obj/item/pen,
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"crA" = (
/obj/structure/table/glass,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/storage/secure/briefcase,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/heads/cmo)
-"crB" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
+/obj/item/paper_bin,
+/obj/item/clipboard,
+/obj/item/toy/figure/cmo,
/obj/structure/cable,
-/turf/open/floor/plasteel/cafeteria,
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"crC" = (
-/obj/machinery/light{
- dir = 4
+/obj/structure/bed/dogbed/runtime,
+/mob/living/simple_animal/pet/cat/Runtime,
+/obj/item/toy/cattoy,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 24
},
-/obj/machinery/keycard_auth{
- pixel_x = 26;
- pixel_y = -7
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 9
},
-/obj/machinery/computer/med_data/laptop,
-/obj/structure/table/glass,
-/obj/machinery/button/door{
- id = "cmoprivacy";
- name = "Privacy Shutters Control";
- pixel_x = 26;
- pixel_y = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
+/turf/open/floor/plasteel/dark,
/area/crew_quarters/heads/cmo)
"crD" = (
/obj/structure/disposalpipe/segment,
@@ -54130,13 +54071,13 @@
"crE" = (
/obj/machinery/door/airlock/maintenance{
name = "Pharmacy Maintenance";
- req_access_txt = "5; 69"
+ req_access_txt = "69"
},
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
/turf/open/floor/plating,
-/area/medical/pharmacy)
+/area/maintenance/department/medical/central)
"crF" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/item/radio/intercom{
@@ -54344,261 +54285,180 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
-"csi" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/sign/poster/contraband/random{
- pixel_x = -32
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"csj" = (
-/obj/structure/closet/secure_closet/medical2,
-/obj/structure/sign/warning/nosmoking{
- pixel_x = -28
+/obj/structure/closet/secure_closet/medical3,
+/obj/item/screwdriver{
+ pixel_y = 6
},
-/turf/open/floor/plasteel,
-/area/medical/surgery)
+/obj/item/storage/belt/medical{
+ pixel_y = 2
+ },
+/obj/item/clothing/neck/stethoscope,
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
"csk" = (
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
+/obj/structure/closet/secure_closet/medical3,
+/obj/item/screwdriver{
+ pixel_y = 6
},
-/turf/open/floor/plasteel/white/side{
+/obj/item/storage/belt/medical{
+ pixel_y = 2
+ },
+/obj/item/clothing/neck/stethoscope,
+/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 1
},
-/area/medical/surgery)
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
"csl" = (
+/obj/structure/closet/secure_closet/medical3,
+/obj/item/screwdriver{
+ pixel_y = 6
+ },
+/obj/item/storage/belt/medical{
+ pixel_y = 2
+ },
+/obj/item/clothing/neck/stethoscope,
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 1
+ },
/obj/machinery/light,
-/obj/machinery/camera{
- c_tag = "Medbay Surgery";
- dir = 1;
- network = list("ss13","medbay")
- },
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
"csm" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/turf/open/floor/plasteel/white/side{
+/obj/machinery/vending/wardrobe/medi_wardrobe,
+/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 1
},
-/area/medical/surgery)
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
"csn" = (
-/obj/item/radio/intercom{
- pixel_y = -30
- },
-/obj/structure/closet/crate/freezer/blood,
-/turf/open/floor/plasteel,
-/area/medical/surgery)
-"cso" = (
-/obj/structure/bed/roller,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/airalarm{
- dir = 1;
- pixel_y = -22
- },
-/obj/structure/sign/warning/nosmoking{
- pixel_x = -28
- },
-/obj/machinery/iv_drip,
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"csp" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
+/obj/machinery/vending/medical,
+/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 1
},
+/turf/open/floor/plasteel/dark,
+/area/medical/storage)
+"csp" = (
/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
-"csq" = (
-/obj/structure/bed,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
},
-/obj/item/bedsheet/medical,
-/obj/machinery/newscaster{
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/defibrillator_mount{
pixel_y = -32
},
-/obj/machinery/camera{
- c_tag = "Medbay Recovery Room";
- dir = 1;
- network = list("ss13","medbay")
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
+/obj/machinery/light,
+/obj/structure/bed/pod{
+ desc = "An old medical bed, just waiting for replacement with something up to date.";
+ name = "Medical Bed"
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery)
+/area/medical/sleeper)
"csr" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Medbay Maintenance";
- req_access_txt = "5"
+/obj/effect/turf_decal/trimline/blue/filled/warning,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
"css" = (
/turf/closed/wall,
/area/medical/cryo)
"cst" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = -24
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/machinery/camera{
- c_tag = "Medbay Hallway Central";
- dir = 4;
- network = list("ss13","medbay")
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/medical/medbay/central)
"csv" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/central)
-"csw" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/command{
- name = "Chief Medical Officer's Office";
- req_access_txt = "40"
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/heads/cmo)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/dark,
+/area/medical/medbay/central)
"csx" = (
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 8;
- sortType = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/computer/card/minor/cmo{
dir = 4
},
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/heads/cmo)
-"csy" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/heads/cmo)
-"csz" = (
-/obj/structure/table/glass,
-/obj/item/folder/blue,
-/obj/item/folder/blue,
-/obj/item/pen,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/cafeteria,
-/area/crew_quarters/heads/cmo)
-"csA" = (
-/obj/structure/chair/office/light{
- dir = 8
- },
/obj/machinery/requests_console{
announcementConsole = 1;
department = "Chief Medical Officer's Desk";
departmentType = 5;
- name = "Chief Medical Officer RC";
- pixel_y = -32
+ name = "Chief Medical Officer's RC";
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/heads/cmo)
+"csy" = (
+/obj/structure/chair/office/light{
+ dir = 1
},
/obj/effect/landmark/start/chief_medical_officer,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/heads/cmo)
+"csz" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/heads/cmo)
+"csA" = (
+/obj/structure/cable,
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/cafeteria,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/power/apc{
+ acted_explosions = 2;
+ areastring = "/area/crew_quarters/heads/cmo";
+ name = "Chief Medical Officer's Office APC";
+ pixel_y = -23
+ },
+/obj/machinery/camera{
+ c_tag = "Chief Medical Officer's Office";
+ dir = 1;
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"csB" = (
-/obj/machinery/computer/security/telescreen{
- desc = "Used for monitoring medbay to ensure patient safety.";
- dir = 8;
- name = "Medbay Monitor";
- network = list("medbay");
- pixel_x = 29
+/obj/machinery/disposal/bin,
+/obj/machinery/status_display/ai{
+ pixel_x = 32
},
-/obj/item/radio/intercom{
- dir = 1;
- pixel_y = -29
+/obj/structure/disposalpipe/trunk{
+ dir = 1
},
-/obj/machinery/computer/card/minor/cmo{
+/obj/effect/turf_decal/trimline/blue/filled/line{
dir = 8
},
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
+/turf/open/floor/plasteel/dark,
/area/crew_quarters/heads/cmo)
"csC" = (
/obj/structure/disposalpipe/segment{
@@ -54641,19 +54501,19 @@
dir = 8;
sortType = 11
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
/obj/structure/cable,
/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/department/medical/central)
"csH" = (
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 8;
- sortType = 23
- },
/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/maintenance/department/medical/central)
"csI" = (
@@ -54661,22 +54521,23 @@
dir = 4
},
/obj/machinery/door/airlock/maintenance{
- req_one_access_txt = "12;5;9"
+ req_one_access_txt = "12;5;33;69"
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/maintenance/department/medical/central)
"csJ" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"csK" = (
@@ -54793,6 +54654,9 @@
},
/obj/effect/spawner/lootdrop/maintenance,
/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/maintenance/port/aft)
"csU" = (
@@ -54964,109 +54828,66 @@
},
/turf/open/floor/plating,
/area/maintenance/department/medical/central)
-"ctr" = (
-/obj/structure/bed,
-/obj/item/bedsheet/medical,
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
-"cts" = (
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/structure/cable,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
-"ctt" = (
-/obj/structure/cable,
-/obj/machinery/light_switch{
- pixel_y = 26
- },
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
-"ctu" = (
-/obj/machinery/door/airlock/medical{
- name = "Surgery B";
- req_access_txt = "5"
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
"ctw" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 1
},
-/obj/machinery/power/apc{
- areastring = "/area/medical/medbay/central";
- dir = 4;
- name = "Medbay Central APC";
- pixel_x = 24
- },
-/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"ctx" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
+/obj/machinery/computer/crew{
+ dir = 4
+ },
+/obj/machinery/computer/security/telescreen/cmo{
+ dir = 4;
+ pixel_x = -30
+ },
+/obj/machinery/keycard_auth{
+ pixel_x = 7;
+ pixel_y = -25
+ },
+/obj/machinery/button/door{
+ id = "cmoprivacy";
+ name = "CMO Privacy Shutters";
+ pixel_x = -7;
+ pixel_y = -26;
+ req_access_txt = "40"
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
dir = 1
},
-/obj/machinery/light_switch{
- pixel_x = -28
- },
-/obj/machinery/newscaster{
- pixel_y = -30
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"cty" = (
-/obj/machinery/suit_storage_unit/cmo,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
+/obj/item/radio/intercom{
+ pixel_y = -26
},
+/obj/machinery/light,
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/turf/open/floor/plasteel/cafeteria,
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"ctz" = (
-/obj/structure/table/glass,
-/obj/item/pen,
-/obj/item/clothing/neck/stethoscope,
-/obj/structure/extinguisher_cabinet{
- pixel_x = 6;
- pixel_y = -30
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
+/obj/structure/filingcabinet/chestdrawer,
+/obj/machinery/newscaster{
+ pixel_y = -29
},
/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/turf/open/floor/plasteel/cafeteria,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"ctD" = (
/obj/structure/sign/directions/evac,
@@ -55102,9 +54923,6 @@
/turf/open/floor/plating,
/area/maintenance/department/science/central)
"ctK" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -55295,94 +55113,66 @@
/obj/structure/cable,
/turf/open/floor/plasteel/airless/solarpanel,
/area/solar/port/aft)
-"cug" = (
-/obj/structure/closet,
-/obj/item/reagent_containers/glass/beaker{
- pixel_x = 8;
- pixel_y = 2
- },
-/obj/item/reagent_containers/dropper,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cuh" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance/two,
-/obj/effect/spawner/lootdrop/maintenance/five,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cui" = (
-/obj/structure/closet/crate,
-/obj/item/paper,
-/obj/effect/spawner/lootdrop/maintenance/four,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cuj" = (
-/obj/effect/decal/cleanable/cobweb,
-/obj/machinery/power/apc{
- areastring = "/area/maintenance/port/aft";
- dir = 1;
- name = "Port Quarter Maintenance APC";
- pixel_y = 23
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"cuk" = (
-/obj/item/circular_saw,
-/obj/item/scalpel{
- pixel_y = 12
- },
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
+/obj/effect/turf_decal/tile/green{
dir = 8
},
-/obj/machinery/power/apc{
- areastring = "/area/medical/surgery/room_b";
- dir = 8;
- name = "Surgery B APC";
- pixel_x = -25
+/obj/effect/turf_decal/tile/green{
+ dir = 1
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white/corner,
+/area/medical/break_room)
"cul" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay Break Room";
+ network = list("ss13","medbay")
+ },
+/obj/structure/chair/comfy,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white/side,
+/area/medical/break_room)
"cum" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/effect/turf_decal/tile/green{
dir = 4
},
-/obj/machinery/iv_drip,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 1
},
-/obj/effect/turf_decal/tile/blue,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
-"cun" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
-/obj/machinery/door/poddoor/preopen{
- id = "surgeryb";
- name = "privacy shutters"
+/turf/open/floor/plasteel/white/corner{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/medical/surgery/room_b)
+/area/medical/break_room)
"cuo" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/structure/sign/warning/nosmoking{
+ pixel_x = -28
},
-/obj/effect/turf_decal/tile/blue{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
@@ -55431,13 +55221,16 @@
/obj/effect/turf_decal/tile/yellow{
dir = 4
},
-/obj/machinery/camera/autoname,
/obj/machinery/firealarm{
pixel_y = 24
},
/obj/machinery/light{
dir = 1
},
+/obj/machinery/camera{
+ c_tag = "Chemistry North";
+ network = list("ss13","medbay")
+ },
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"cuv" = (
@@ -55450,18 +55243,6 @@
/obj/machinery/vending/wardrobe/gene_wardrobe,
/turf/open/floor/plasteel/white,
/area/science/genetics)
-"cuw" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/machinery/airalarm{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"cux" = (
/obj/structure/table/glass,
/obj/effect/turf_decal/tile/purple{
@@ -55661,26 +55442,24 @@
"cuZ" = (
/turf/closed/wall/r_wall,
/area/science/misc_lab/range)
+"cva" = (
+/obj/structure/table,
+/obj/item/trash/plate,
+/obj/item/candle,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"cvl" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
},
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cvm" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
+/obj/structure/frame/computer{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
"cvn" = (
/obj/structure/chair{
dir = 8
@@ -55688,49 +55467,44 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cvo" = (
-/obj/item/radio/intercom{
- pixel_x = -29
- },
-/obj/structure/table/glass,
-/obj/item/surgical_drapes,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
+/obj/effect/turf_decal/tile/green{
dir = 8
},
-/obj/machinery/camera{
- c_tag = "Medbay Surgery B";
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/airalarm{
dir = 4;
- network = list("ss13","medbay")
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/medical/break_room)
+"cvp" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
-"cvp" = (
-/obj/effect/landmark/start/medical_doctor,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/break_room)
"cvq" = (
-/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cvr" = (
-/obj/machinery/door/firedoor,
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cvs" = (
-/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
-/obj/structure/sign/warning/nosmoking{
- pixel_x = 28
- },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"cvu" = (
-/obj/machinery/disposal/bin,
/obj/effect/turf_decal/tile/yellow{
dir = 8
},
@@ -55740,22 +55514,18 @@
/obj/effect/turf_decal/tile/yellow{
dir = 4
},
-/obj/structure/disposalpipe/trunk,
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"cvv" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
/obj/machinery/light{
dir = 1
},
-/obj/structure/sign/poster/random{
- pixel_y = 32
- },
/obj/effect/turf_decal/tile/yellow{
dir = 1
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"cvx" = (
@@ -55963,116 +55733,50 @@
/obj/structure/cable,
/turf/open/space,
/area/space/nearstation)
-"cwh" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cwj" = (
-/obj/item/cigbutt,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"cwn" = (
-/obj/structure/rack,
-/obj/item/flashlight/pen,
-/obj/effect/spawner/lootdrop/maintenance/three,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cwo" = (
-/obj/item/retractor,
-/obj/item/hemostat,
-/obj/item/cautery,
-/obj/structure/table/glass,
+/obj/structure/closet/secure_closet/medical2,
/obj/effect/turf_decal/tile/blue{
dir = 1
},
/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/structure/sign/warning/nosmoking{
- pixel_x = -28
- },
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
-"cwp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
-"cwq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/computer/operating{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
/obj/effect/turf_decal/tile/blue,
/turf/open/floor/plasteel/white,
/area/medical/surgery/room_b)
-"cwr" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- id = "surgeryb";
- name = "privacy shutters"
- },
-/turf/open/floor/plating,
-/area/medical/surgery/room_b)
-"cws" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
+"cwo" = (
+/obj/effect/turf_decal/tile/green{
dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cwt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cwu" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = 11
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow,
-/obj/structure/disposalpipe/junction/flip,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cwv" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/effect/turf_decal/tile/yellow{
+/obj/effect/turf_decal/tile/green{
dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 9
+/obj/structure/sign/poster/official/cleanliness{
+ pixel_x = -32
},
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/medical/break_room)
+"cwp" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start/medical_doctor,
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/medical/break_room)
+"cwq" = (
+/obj/structure/table/glass,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/machinery/microwave{
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 8
+ },
+/area/medical/break_room)
"cwx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 10
@@ -56279,96 +55983,75 @@
/obj/machinery/rnd/experimentor,
/turf/open/floor/engine,
/area/science/misc_lab/range)
-"cxa" = (
-/obj/item/stack/cable_coil,
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/port/aft)
"cxd" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/effect/landmark/blobstart,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cxe" = (
-/obj/structure/closet/secure_closet/medical2,
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/machinery/vending/wallmed{
- pixel_x = -32
- },
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
-"cxf" = (
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/obj/machinery/light,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
-"cxg" = (
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
/obj/effect/turf_decal/tile/blue{
dir = 4
},
/obj/effect/turf_decal/tile/blue,
-/obj/machinery/smartfridge/organ,
+/obj/machinery/light{
+ dir = 4
+ },
/turf/open/floor/plasteel/white,
/area/medical/surgery/room_b)
-"cxh" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/door/poddoor/preopen{
- id = "surgeryb";
- name = "privacy shutters"
- },
-/turf/open/floor/plating,
-/area/medical/surgery/room_b)
-"cxi" = (
-/obj/effect/turf_decal/tile/blue{
+"cxe" = (
+/obj/effect/turf_decal/tile/green{
dir = 1
},
-/obj/effect/turf_decal/tile/blue{
+/obj/effect/turf_decal/tile/green{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ areastring = "/area/medical/break_room";
+ dir = 8;
+ name = "Medical Breakroom APC";
+ pixel_x = -25
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 4
+ },
+/area/medical/break_room)
+"cxf" = (
+/obj/structure/chair/stool,
+/obj/effect/landmark/start/paramedic,
+/turf/open/floor/plasteel/white,
+/area/medical/break_room)
+"cxg" = (
+/obj/structure/table/glass,
+/obj/effect/spawner/lootdrop/donkpockets,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green,
+/turf/open/floor/plasteel/white/side{
+ dir = 8
+ },
+/area/medical/break_room)
+"cxj" = (
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 22
},
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cxj" = (
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cxk" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8
},
/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cxl" = (
-/obj/machinery/door/airlock/medical/glass{
- name = "Chemistry";
- req_access_txt = "33"
- },
-/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/obj/effect/spawner/structure/window/reinforced,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chem_lockdown";
+ name = "Chemistry shutters"
+ },
+/turf/open/floor/plating,
/area/medical/chemistry)
"cxm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
@@ -56389,22 +56072,23 @@
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"cxp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
+/obj/structure/table,
+/obj/item/flashlight/lamp{
+ on = 0
},
-/turf/closed/wall,
-/area/medical/morgue)
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
"cxr" = (
/obj/effect/landmark/event_spawn,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
-"cxw" = (
-/obj/effect/landmark/xeno_spawn,
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
"cxz" = (
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=10.1-Central-from-Aft";
@@ -56415,13 +56099,16 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"cxA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"cxB" = (
@@ -56525,69 +56212,73 @@
icon_state = "platingdmg3"
},
/area/maintenance/port/aft)
-"cxR" = (
-/obj/structure/rack,
-/obj/item/clothing/mask/gas,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"cxS" = (
-/obj/item/latexballon,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
"cxT" = (
-/obj/item/clothing/suit/ianshirt,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/machinery/light_switch{
+ pixel_x = 27;
+ pixel_y = -5
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
"cxU" = (
-/turf/closed/wall,
-/area/medical/medbay/aft)
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_b)
"cxV" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -27
},
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cxX" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"cya" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
},
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cxZ" = (
-/obj/machinery/camera/autoname{
+/area/medical/medbay/central)
+"cyd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
dir = 4
},
/obj/effect/turf_decal/tile/yellow{
dir = 8
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/machinery/chem_dispenser{
- layer = 2.7
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"cya" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"cyi" = (
@@ -56798,78 +56489,46 @@
/obj/item/pen,
/turf/open/floor/plasteel/white,
/area/science/misc_lab/range)
-"cyN" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = -24
- },
-/obj/machinery/airalarm{
- pixel_y = 24
- },
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/structure/table/glass,
-/turf/open/floor/plasteel/white/side,
-/area/medical/medbay/aft)
-"cyO" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/status_display/evac{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/white/side,
-/area/medical/medbay/aft)
"cyP" = (
-/obj/machinery/vending/coffee,
-/obj/structure/sign/map/left{
- desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
- icon_state = "map-left-MS";
- pixel_y = 32
+/obj/machinery/door/airlock{
+ name = "Medical Break Room";
+ req_access_txt = "5"
},
-/turf/open/floor/plasteel/white/side,
-/area/medical/medbay/aft)
-"cyQ" = (
-/obj/structure/sign/map/right{
- desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown).";
- icon_state = "map-right-MS";
- pixel_y = 32
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
},
-/obj/machinery/vending/cola/random,
-/turf/open/floor/plasteel/white/side,
-/area/medical/medbay/aft)
-"cyR" = (
-/obj/machinery/vending/cigarette,
-/obj/structure/noticeboard{
- pixel_y = 32
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
},
-/turf/open/floor/plasteel/white/side,
-/area/medical/medbay/aft)
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/break_room)
"cyT" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 8
},
/obj/structure/cable,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cyU" = (
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cyV" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/structure/chair/office/light{
- dir = 8
+/obj/structure/disposalpipe/junction/flip,
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/medical/medbay/central)
"czf" = (
/obj/item/radio/intercom{
pixel_x = -26
@@ -56878,22 +56537,9 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft)
-"czg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"czh" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 4
- },
/obj/machinery/button/door{
id = "Skynet_launch";
name = "Mech Bay Door Control";
@@ -56902,6 +56548,7 @@
req_one_access_txt = "29"
},
/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"czi" = (
@@ -57097,105 +56744,86 @@
/turf/open/floor/plating,
/area/science/test_area)
"czO" = (
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
-"czP" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
-"czQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
-"czR" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
-"czS" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/item/cigbutt,
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
-"czT" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/medical{
- name = "Medbay Break Room";
- req_access_txt = "5"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
-"czU" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"czV" = (
+/area/medical/medbay/central)
+"czP" = (
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 4
+ },
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"czQ" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/structure/cable,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
+"czS" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"czT" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/medbay/central)
+"czU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"czW" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 4
},
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 28
- },
-/obj/structure/disposalpipe/junction,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"czX" = (
/obj/effect/turf_decal/tile/yellow{
dir = 8
@@ -57508,77 +57136,90 @@
},
/turf/open/floor/plating,
/area/science/test_area)
-"cAS" = (
-/obj/structure/chair/stool,
-/obj/item/radio/intercom{
- pixel_x = -30
- },
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
"cAT" = (
-/obj/structure/chair/stool,
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
-"cAU" = (
-/obj/item/cigbutt,
-/obj/machinery/holopad,
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
-"cAV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
-"cAW" = (
+/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/structure/sink{
- dir = 8;
- pixel_x = 11
- },
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
-"cAX" = (
-/obj/effect/spawner/structure/window/reinforced/tinted,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/plating,
-/area/medical/medbay/aft)
-"cAY" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/effect/turf_decal/tile/blue{
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 1
},
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
+"cAU" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"cAV" = (
+/obj/structure/cable,
+/obj/effect/landmark/start/paramedic,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"cAW" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"cAX" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/medbay/central)
+"cAY" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"cAZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
},
/obj/structure/cable,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cBa" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
-/obj/item/radio/intercom{
- pixel_x = 30
+/obj/structure/sign/departments/chemistry{
+ pixel_x = 32
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay Main Hallway- Surgical Junction";
+ dir = 8;
+ network = list("ss13","medbay")
},
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cBe" = (
/obj/machinery/door/firedoor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -57646,17 +57287,11 @@
"cBr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
-/obj/effect/spawner/lootdrop/maintenance,
/obj/structure/cable,
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/area/maintenance/port/aft)
"cBs" = (
/turf/open/floor/plasteel/white,
/area/science/mixing)
@@ -57878,92 +57513,35 @@
},
/turf/open/floor/plating/airless,
/area/science/test_area)
-"cBQ" = (
-/obj/effect/landmark/xeno_spawn,
-/obj/structure/lattice/catwalk,
-/turf/open/space,
-/area/solar/port/aft)
"cBR" = (
/turf/closed/wall/r_wall,
/area/medical/virology)
"cBS" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/virology)
-"cBT" = (
-/obj/item/cigbutt,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cBU" = (
-/obj/machinery/light{
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/rack,
+/obj/item/reagent_containers/blood/random,
+/obj/item/reagent_containers/food/drinks/bottle/vodka,
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
+"cBX" = (
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"cBY" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/blue/filled/warning{
dir = 8
},
-/obj/machinery/newscaster{
- pixel_y = -30
- },
-/obj/item/storage/box/donkpockets{
- pixel_x = 3;
- pixel_y = 5
- },
-/obj/structure/table/glass,
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
-"cBV" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = -30
- },
-/obj/item/reagent_containers/spray/cleaner,
-/obj/structure/table/glass,
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
-"cBW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/obj/machinery/light/small,
-/obj/structure/extinguisher_cabinet{
- pixel_y = -29
- },
-/obj/machinery/camera{
- c_tag = "Medbay Break Room";
- dir = 1;
- network = list("ss13","medbay")
- },
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
-"cBX" = (
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/obj/structure/table/glass,
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
-"cBY" = (
-/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cBZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/firedoor,
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cCa" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/structure/disposalpipe/segment,
-/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/trimline/yellow/filled/corner,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cCe" = (
/turf/closed/wall,
/area/medical/morgue)
@@ -57977,26 +57555,19 @@
/obj/effect/turf_decal/tile/yellow{
dir = 1
},
+/obj/structure/disposalpipe/trunk{
+ dir = 2
+ },
+/obj/machinery/disposal/bin,
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
-"cCg" = (
-/obj/effect/landmark/blobstart,
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
"cCj" = (
/turf/open/floor/plasteel/dark,
/area/medical/morgue)
"cCk" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = 6;
- pixel_y = 4
- },
-/obj/item/paper/guides/jobs/medical/morgue{
- pixel_x = -4
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
"cCl" = (
/obj/machinery/vending/cigarette,
/turf/open/floor/plasteel/dark,
@@ -58250,27 +57821,37 @@
/turf/open/floor/plating/airless,
/area/science/test_area)
"cCK" = (
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cCL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
-/turf/open/floor/plasteel/freezer,
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/cable,
+/turf/open/floor/grass,
/area/medical/virology)
"cCM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/obj/machinery/light/small{
- dir = 1
+/obj/structure/lattice/catwalk,
+/obj/item/reagent_containers/food/drinks/bottle/rum{
+ pixel_x = -7;
+ pixel_y = 2
},
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
+/obj/item/reagent_containers/food/drinks/colocup{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/reagent_containers/food/drinks/colocup{
+ pixel_x = 6;
+ pixel_y = -4
+ },
+/obj/item/clothing/mask/cigarette/rollie/cannabis{
+ pixel_y = -3
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"cCN" = (
/obj/machinery/firealarm{
dir = 4;
pixel_x = -24
},
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cCO" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -58278,24 +57859,16 @@
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cCP" = (
-/obj/structure/disposalpipe/sorting/mail{
- sortType = 27
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8
},
+/obj/structure/disposalpipe/junction{
+ dir = 2
+ },
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cCX" = (
-/obj/effect/landmark/start/medical_doctor,
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/area/medical/medbay/central)
"cCY" = (
/obj/effect/turf_decal/tile/yellow{
dir = 4
@@ -58533,164 +58106,61 @@
name = "hyper-reinforced wall"
},
/area/science/test_area)
-"cDA" = (
-/obj/structure/bed/roller,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cDB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cDC" = (
-/obj/effect/landmark/blobstart,
-/obj/structure/cable,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
"cDD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cDF" = (
-/obj/item/storage/box/beakers{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/item/storage/box/syringes,
-/obj/machinery/power/apc/highcap/five_k{
- areastring = "/area/medical/virology";
- dir = 1;
- name = "Virology APC";
- pixel_y = 23
- },
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cDG" = (
-/obj/item/book/manual/wiki/infections{
- pixel_y = 7
- },
-/obj/item/reagent_containers/syringe/antiviral,
-/obj/item/reagent_containers/dropper,
-/obj/item/reagent_containers/spray/cleaner,
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cDH" = (
-/obj/machinery/smartfridge/chemistry/virology/preloaded,
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cDI" = (
-/obj/machinery/reagentgrinder{
- pixel_y = 8
- },
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/structure/lattice/catwalk,
+/obj/item/instrument/guitar,
+/turf/open/space/basic,
+/area/space/nearstation)
"cDJ" = (
-/obj/item/clothing/gloves/color/latex,
-/obj/item/healthanalyzer,
-/obj/item/clothing/glasses/hud/health,
-/obj/structure/reagent_dispensers/virusfood{
- pixel_y = 30
- },
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/item/clothing/glasses/science,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cDN" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
+/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/machinery/power/apc{
+ areastring = "/area/medical/abandoned";
+ dir = 8;
+ name = "Abandoned Medical Storage APC";
+ pixel_x = -25
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
+"cDN" = (
+/obj/structure/table/glass,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/computer/med_data/laptop,
+/obj/machinery/airalarm{
+ pixel_y = 25
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/office)
"cDO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/table/glass,
+/obj/item/paper_bin,
+/obj/item/pen,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/effect/turf_decal/stripes/line{
- dir = 4
+/obj/effect/turf_decal/tile/blue,
+/obj/item/phone{
+ pixel_x = -12;
+ pixel_y = 6
},
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cDP" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/maintenance{
- name = "Medbay Maintenance";
- req_access_txt = "5"
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cDQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 4
- },
-/area/medical/medbay/aft)
+/turf/open/floor/plasteel/white,
+/area/medical/office)
"cDR" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cDS" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -58700,43 +58170,18 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cDT" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/door/firedoor,
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/machinery/door/airlock/medical/glass{
- name = "Chemistry";
- req_access_txt = "33"
- },
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"cDU" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/medical/medbay/central)
"cDW" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -58744,8 +58189,10 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/structure/cable,
+/obj/effect/landmark/start/paramedic,
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/medical/medbay/central)
"cDX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -58756,14 +58203,10 @@
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"cEb" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/structure/cable,
+/obj/effect/landmark/blobstart,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"cEf" = (
/turf/closed/wall,
/area/hallway/primary/aft)
@@ -58998,142 +58441,92 @@
/turf/open/floor/plating/airless,
/area/science/test_area)
"cEE" = (
-/turf/closed/wall,
-/area/medical/virology)
-"cEF" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/medical/virology)
-"cEG" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/virology/glass{
- name = "Test Subject Cell";
- req_access_txt = "39"
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/showcase/machinery/oldpod{
+ desc = "An old NT branded sleeper, decommissioned after the lead acetate incident. None of the functional machinery remains inside.";
+ name = "decommissioned sleeper"
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cEH" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/medical/virology)
+/obj/item/storage/box/lights/mixed,
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
"cEI" = (
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 9
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/table/glass,
-/obj/structure/sign/warning/deathsposal{
- pixel_x = -30
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cEJ" = (
-/obj/structure/chair/office/light{
- dir = 1;
- pixel_y = 3
- },
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cEK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/obj/effect/turf_decal/tile/green{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
},
-/obj/effect/turf_decal/tile/green{
- dir = 4
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cEL" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/effect/landmark/start/virologist,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cEM" = (
-/obj/item/folder/white{
- pixel_x = 4;
- pixel_y = -3
- },
-/obj/item/folder/white{
- pixel_x = 4;
- pixel_y = -3
- },
-/obj/item/pen/red,
-/obj/machinery/requests_console{
- department = "Virology";
- name = "Virology Requests Console";
- pixel_x = 29;
- receive_ore_updates = 1
- },
-/obj/item/stack/sheet/mineral/plasma,
-/obj/item/stack/sheet/mineral/plasma,
-/obj/item/stack/sheet/mineral/plasma,
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cEN" = (
-/obj/machinery/door/airlock/maintenance{
- req_one_access_txt = "12;5;39;6"
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper,
-/obj/structure/cable,
/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"cEO" = (
-/turf/open/floor/plasteel/white/side{
- dir = 6
+/area/maintenance/aft)
+"cEJ" = (
+/obj/structure/cable,
+/obj/structure/sign/warning/securearea{
+ pixel_y = 32
},
-/area/medical/medbay/aft)
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cEK" = (
+/obj/structure/cable,
+/obj/structure/grille,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cEL" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Medbay Maintenance";
+ req_access_txt = "5"
+ },
+/obj/effect/mapping_helpers/airlock/abandoned,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"cEM" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/abandoned)
+"cEN" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/office)
+"cEO" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"cEP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
/obj/effect/landmark/event_spawn,
/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cEQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/effect/turf_decal/tile/yellow{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cER" = (
/obj/structure/cable,
/obj/effect/turf_decal/tile/yellow{
@@ -59144,11 +58537,6 @@
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
-"cEV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"cFa" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
@@ -59340,294 +58728,122 @@
/turf/open/floor/plating/airless,
/area/science/test_area)
"cFy" = (
-/obj/item/radio/intercom{
- pixel_x = -28
- },
-/obj/structure/table/glass,
-/obj/item/hand_labeler,
-/obj/item/radio/headset/headset_med,
-/obj/machinery/airalarm{
- pixel_y = 23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/machinery/camera{
- c_tag = "Virology - Cells";
- dir = 4;
- network = list("ss13","medbay")
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cFz" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/iv_drip,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cFA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cFB" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cFC" = (
-/obj/structure/rack,
-/obj/item/crowbar/red,
-/obj/machinery/light_switch{
- pixel_y = 26
- },
-/obj/item/wrench,
-/obj/item/restraints/handcuffs,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cFD" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/virology)
-"cFE" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cFF" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/structure/cable,
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 8;
- sortType = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cFG" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cFH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cFI" = (
-/obj/machinery/computer/pandemic{
- layer = 2.5;
- pixel_x = -4
- },
+/obj/structure/flora/junglebush/b,
+/obj/structure/flora/ausbushes/ppflowers,
/obj/machinery/light{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/turf/open/floor/grass,
+/area/medical/virology)
+"cFI" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/closet/cardboard,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/obj/item/toy/plush/lizardplushie{
+ name = "Tends-the-Wounds"
},
-/obj/item/radio/intercom{
- pixel_x = 28
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
+/obj/structure/sign/poster/contraband/lizard{
+ pixel_x = -32
},
/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/area/medical/abandoned)
"cFJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/landmark/xeno_spawn,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
-/turf/closed/wall/r_wall,
-/area/medical/virology)
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
"cFK" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/rack,
+/obj/item/skub{
+ name = "medicinal skub"
},
+/obj/item/toy/cattoy,
/turf/open/floor/plating,
-/area/medical/virology)
+/area/medical/abandoned)
"cFL" = (
-/obj/structure/sign/warning/biohazard{
- pixel_y = 32
- },
-/obj/machinery/shower{
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/light{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/vehicle/ridden/wheelchair,
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
+"cFN" = (
+/obj/structure/sign/warning/securearea{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/office)
+"cFO" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/stripes/line{
+/obj/effect/landmark/start/medical_doctor,
+/obj/effect/turf_decal/box/white{
+ color = "#52B4E9"
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/area/medical/office)
+"cFP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel/white,
+/area/medical/office)
+"cFR" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/personal/patient,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
+"cFS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
dir = 9
},
/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cFM" = (
-/obj/structure/sink{
- pixel_y = 28
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cFN" = (
-/obj/structure/sign/warning/securearea{
- pixel_y = 32
- },
-/obj/machinery/shower{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cFO" = (
-/obj/machinery/firealarm{
- pixel_y = 24
- },
-/obj/machinery/iv_drip,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cFP" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/radio/intercom{
- pixel_x = 29
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cFR" = (
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cFS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cFT" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27
},
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cFV" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
+/obj/structure/bodycontainer/morgue{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/obj/machinery/camera{
+ c_tag = "Morgue";
+ dir = 1;
+ network = list("ss13","medbay")
},
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"cFW" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
+/obj/structure/bodycontainer/morgue{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"cFX" = (
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"cFY" = (
/obj/structure/closet,
/turf/open/floor/plasteel/dark,
@@ -59786,409 +59002,126 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating,
/area/science/test_area)
-"cGq" = (
-/obj/structure/table/glass,
-/obj/item/folder/white{
- pixel_x = 4;
- pixel_y = -3
- },
-/obj/item/folder/white{
- pixel_x = 4;
- pixel_y = -3
- },
-/obj/item/pen/red,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGr" = (
-/obj/structure/chair/office/light{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
"cGs" = (
-/obj/effect/landmark/event_spawn,
-/obj/structure/disposalpipe/segment{
+/obj/machinery/door/airlock/medical{
+ name = "Abandoned Storage";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGv" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/virology/glass{
- name = "Containment Cells";
- req_access_txt = "39"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
+/obj/effect/mapping_helpers/airlock/abandoned,
+/obj/effect/turf_decal/tile/blue{
dir = 1
},
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/effect/turf_decal/tile/green{
+/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue,
/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGw" = (
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
+/area/medical/abandoned)
+"cGA" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/table/reinforced,
+/obj/item/book/manual/wiki/surgery,
+/obj/structure/light_construct{
dir = 8
},
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
+/obj/item/storage/fancy/cigarettes/cigpack_uplift,
/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/area/medical/abandoned)
+"cGB" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/chair/office/light,
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
+"cGF" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
},
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
+"cGG" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
+"cGH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/office)
+"cGI" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/white,
+/area/medical/office)
+"cGJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/medical/office)
+"cGK" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/chair/office/light,
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
+/area/medical/office)
+"cGL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 9
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGy" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
},
-/obj/machinery/holopad,
+/obj/effect/turf_decal/tile/blue,
/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 5
+/obj/machinery/power/apc{
+ areastring = "/area/medical/office";
+ dir = 4;
+ name = "Medbay Office APC";
+ pixel_x = 24
},
/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGz" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGB" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/virology{
- name = "Virology Access";
- req_access_txt = "39"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/doorButtons/airlock_controller{
- idExterior = "virology_airlock_exterior";
- idInterior = "virology_airlock_interior";
- idSelf = "virology_airlock_control";
- name = "Virology Access Console";
- pixel_x = 26;
- pixel_y = 26;
- req_access_txt = "39"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/locked,
-/obj/machinery/door/airlock/virology{
- autoclose = 0;
- frequency = 1449;
- id_tag = "virology_airlock_interior";
- name = "Virology Interior Airlock";
- req_access_txt = "39"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGG" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 8
- },
-/obj/machinery/doorButtons/access_button{
- idDoor = "virology_airlock_interior";
- idSelf = "virology_airlock_control";
- name = "Virology Access Button";
- pixel_x = -26;
- pixel_y = 28;
- req_access_txt = "39"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGI" = (
-/obj/machinery/doorButtons/access_button{
- idDoor = "virology_airlock_exterior";
- idSelf = "virology_airlock_control";
- name = "Virology Access Button";
- pixel_y = 24;
- req_access_txt = "39"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/mapping_helpers/airlock/locked,
-/obj/machinery/door/airlock/virology{
- autoclose = 0;
- frequency = 1449;
- id_tag = "virology_airlock_exterior";
- name = "Virology Exterior Airlock";
- req_access_txt = "39"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cGJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cGK" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cGL" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/virology{
- name = "Virology Access";
- req_access_txt = "39"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cGM" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
+/area/medical/office)
+"cGN" = (
/obj/effect/landmark/start/medical_doctor,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cGN" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cGS" = (
-/obj/effect/turf_decal/tile/yellow{
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow,
-/obj/item/reagent_containers/glass/bottle/multiver{
- pixel_x = 7;
- pixel_y = 12
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
},
-/obj/item/reagent_containers/glass/bottle/epinephrine{
- pixel_x = -4;
- pixel_y = 12
- },
-/obj/item/reagent_containers/glass/beaker/large,
-/obj/item/reagent_containers/glass/beaker{
- pixel_x = 8;
- pixel_y = 2
- },
-/obj/item/reagent_containers/dropper,
-/obj/structure/table/glass,
+/obj/effect/turf_decal/tile/blue,
+/obj/item/twohanded/required/kirbyplants/random,
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"cGT" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/maintenance{
- name = "Chemistry Maintenance";
- req_access_txt = "5; 69"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
+/area/medical/paramedic)
"cGU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/extinguisher_cabinet{
@@ -60345,233 +59278,78 @@
/obj/structure/cable,
/turf/open/floor/plating/airless,
/area/solar/port/aft)
-"cHl" = (
-/obj/structure/table/glass,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 9
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -25
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cHm" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cHn" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/light,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cHo" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cHp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/sink{
- dir = 8;
- pixel_x = 11
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cHq" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/medical/virology)
-"cHr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cHs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cHt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cHu" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
"cHv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/table/reinforced,
+/obj/item/cigbutt/cigarbutt,
+/obj/item/candle{
+ pixel_x = -5
},
-/obj/machinery/camera{
- c_tag = "Virology - Lab";
- dir = 8;
- network = list("ss13","medbay")
+/obj/item/storage/box/matches{
+ pixel_x = 1;
+ pixel_y = -1
},
-/obj/structure/sink{
- dir = 8;
- pixel_x = 11
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
+"cHw" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/spawner/lootdrop/memeorgans,
+/obj/structure/closet/crate/medical,
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
+"cHy" = (
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
},
-/obj/machinery/light_switch{
- pixel_x = 26
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
+/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cHw" = (
-/obj/structure/closet/emcloset,
-/obj/item/radio/intercom{
- pixel_x = -28
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 10
+/obj/effect/turf_decal/tile/blue,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cHx" = (
+/area/medical/office)
+"cHz" = (
+/obj/structure/table/glass,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/item/paper_bin,
+/obj/item/pen,
/obj/machinery/camera{
- c_tag = "Virology - Airlock";
+ c_tag = "Medbay Office";
dir = 1;
network = list("ss13","medbay")
},
/obj/machinery/light,
-/obj/structure/closet/l3closet/virology,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cHy" = (
-/obj/structure/closet/l3closet/virology,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cHz" = (
-/obj/structure/sign/warning/biohazard{
- pixel_x = -32
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
+/area/medical/office)
+"cHA" = (
+/obj/structure/table/glass,
+/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cHA" = (
-/obj/machinery/camera{
- c_tag = "Virology - Entrance";
- dir = 8;
- network = list("ss13","medbay")
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"cHB" = (
-/obj/structure/sign/warning/biohazard{
- pixel_x = -32
- },
-/obj/item/storage/box/gloves{
- pixel_x = 3;
+/obj/effect/turf_decal/tile/blue,
+/obj/item/folder/white{
+ pixel_x = 5;
pixel_y = 4
},
-/obj/item/storage/box/masks,
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/green{
- dir = 1
+/obj/item/phone{
+ pixel_x = -4;
+ pixel_y = -4
+ },
+/obj/item/reagent_containers/food/drinks/mug/coco{
+ pixel_x = -14;
+ pixel_y = 6
+ },
+/obj/structure/sign/poster/official/get_your_legs{
+ pixel_y = -32
},
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/office)
"cHD" = (
/obj/machinery/firealarm{
dir = 1;
@@ -60591,56 +59369,49 @@
/obj/item/pen,
/obj/structure/table/glass,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cHE" = (
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 8
- },
/obj/structure/table/glass,
-/obj/structure/cable,
-/obj/machinery/power/apc{
- areastring = "/area/medical/medbay/aft";
- dir = 4;
- name = "Medbay Aft APC";
- pixel_x = 24
- },
-/turf/open/floor/plasteel/white/side{
- dir = 10
- },
-/area/medical/medbay/aft)
-"cHF" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/machinery/vending/wardrobe/chem_wardrobe,
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"cHH" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow,
-/obj/structure/table/glass,
-/obj/item/book/manual/wiki/chemistry{
- pixel_x = -4;
+/obj/item/storage/box/gloves{
+ pixel_x = 3;
pixel_y = 4
},
-/obj/item/book/manual/wiki/grenades,
-/obj/item/stack/cable_coil,
-/obj/item/stack/cable_coil,
-/obj/item/clothing/glasses/science,
-/obj/item/clothing/glasses/science,
-/obj/item/book/manual/wiki/plumbing{
- pixel_x = 4;
+/obj/item/storage/box/masks,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"cHF" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/structure/table/glass,
+/obj/machinery/camera{
+ c_tag = "Medbay Paramedic Dispatch";
+ dir = 4;
+ network = list("ss13","medbay")
+ },
+/obj/item/phone{
+ pixel_x = -4;
pixel_y = -4
},
-/obj/item/reagent_containers/dropper,
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/medical/paramedic)
+"cHH" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/structure/chair/sofa/right{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/landmark/start/paramedic,
+/turf/open/floor/plasteel/white,
+/area/medical/paramedic)
"cHI" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -60652,13 +59423,11 @@
/turf/open/floor/plating,
/area/maintenance/aft)
"cHJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plating{
icon_state = "panelscorched"
},
@@ -60667,22 +59436,15 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/obj/effect/landmark/event_spawn,
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/aft)
"cHL" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/maintenance/aft)
"cHM" = (
@@ -60926,172 +59688,29 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/lab)
-"cIp" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/medical/virology)
-"cIq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/virology/glass{
- name = "Isolation B";
- req_access_txt = "39"
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cIr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/virology/glass{
- name = "Isolation A";
- req_access_txt = "39"
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cIs" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/closed/wall,
-/area/medical/virology)
-"cIt" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = -26
- },
-/obj/machinery/vending/wardrobe/viro_wardrobe,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/virology)
"cIu" = (
-/obj/structure/closet/crate/freezer,
-/obj/item/reagent_containers/blood,
-/obj/item/reagent_containers/blood{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/item/reagent_containers/blood/AMinus,
-/obj/item/reagent_containers/blood/BMinus{
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/item/reagent_containers/blood/BPlus{
- pixel_x = 1;
- pixel_y = 2
- },
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/OPlus{
- pixel_x = -2;
- pixel_y = -1
- },
-/obj/item/reagent_containers/blood/random,
-/obj/item/reagent_containers/blood/random,
-/obj/item/reagent_containers/blood/random,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/virology)
-"cIv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/medical/virology)
-"cIw" = (
-/obj/structure/closet/secure_closet/medical1,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/virology)
-"cIx" = (
-/obj/structure/closet/l3closet/virology,
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/virology)
-"cIy" = (
-/obj/structure/sign/warning/biohazard{
- pixel_x = -32
- },
-/turf/open/space,
-/area/space/nearstation)
-"cIz" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/airlock/maintenance{
- req_one_access_txt = "12;5;39;6"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 1
+ req_one_access_txt = "12;5;39"
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/aft)
"cIA" = (
-/obj/effect/turf_decal/tile/yellow{
+/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/effect/turf_decal/tile/yellow{
+/obj/effect/turf_decal/tile/blue{
dir = 1
},
-/obj/structure/table,
-/obj/item/storage/toolbox/mechanical,
-/obj/item/clothing/head/welding,
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -22
+ },
+/obj/structure/closet/l3closet,
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/medical/paramedic)
"cID" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -61327,54 +59946,26 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
-"cJg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/bedsheet/medical,
-/obj/structure/bed,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cJh" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 1
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cJi" = (
-/obj/structure/bed,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/item/bedsheet/medical,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cJj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall,
-/area/medical/virology)
"cJk" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/door/airlock/virology{
- name = "Break Room";
- req_access_txt = "39"
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/tile/green{
- dir = 8
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/turf/open/floor/plating,
+/area/maintenance/aft)
"cJl" = (
/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/power/apc/auto_name/north,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/north,
/turf/open/floor/plating,
/area/maintenance/aft)
"cJm" = (
@@ -61388,24 +59979,14 @@
},
/turf/open/floor/plating,
/area/maintenance/department/science/central)
-"cJn" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/aft)
"cJo" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
- },
/obj/effect/turf_decal/stripes/line{
dir = 1
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/maintenance/aft)
"cJq" = (
@@ -61435,29 +60016,23 @@
/turf/open/floor/plating,
/area/maintenance/aft)
"cJt" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow{
+/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/obj/effect/turf_decal/tile/yellow,
-/obj/structure/table,
-/obj/item/stack/ducts/fifty,
-/obj/item/stack/ducts/fifty,
-/obj/item/stack/ducts/fifty,
-/obj/item/stack/ducts/fifty,
-/obj/item/stack/ducts/fifty,
-/obj/item/stack/ducts/fifty,
-/obj/item/stack/ducts/fifty,
-/obj/item/stack/ducts/fifty,
-/obj/item/plunger,
-/obj/item/plunger,
-/obj/machinery/camera/autoname{
+/obj/effect/turf_decal/tile/blue{
dir = 1
},
+/obj/effect/turf_decal/tile/blue,
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ areastring = "/area/medical/paramedic";
+ dir = 8;
+ name = "Paramedic Dispatch APC";
+ pixel_x = -26
+ },
+/obj/structure/closet/secure_closet/personal,
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/medical/paramedic)
"cJu" = (
/obj/effect/turf_decal/tile/yellow,
/obj/effect/turf_decal/tile/yellow{
@@ -61807,141 +60382,34 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
-"cKe" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cKf" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cKg" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cKh" = (
-/obj/effect/landmark/xeno_spawn,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cKi" = (
-/obj/structure/table/glass,
-/obj/machinery/newscaster{
- pixel_x = -30
- },
-/obj/item/folder/white{
- pixel_x = 4;
- pixel_y = -3
- },
-/obj/item/folder/white{
- pixel_x = 4;
- pixel_y = -3
- },
-/obj/item/paper,
-/obj/item/pen/red,
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cKj" = (
-/obj/structure/chair/office/light{
- dir = 8
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = 29
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
"cKk" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 4
+/obj/machinery/door/airlock/engineering{
+ name = "Port Quarter Solar Access";
+ req_access_txt = "10"
},
/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cKl" = (
-/obj/structure/table/glass,
-/obj/item/storage/box/donkpockets{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/machinery/light_switch{
- pixel_y = 26
- },
-/obj/machinery/camera{
- c_tag = "Virology - Break Room";
- network = list("ss13","medbay")
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cKm" = (
-/obj/item/radio/intercom{
- pixel_x = 29
- },
-/obj/structure/table/glass,
-/obj/machinery/microwave{
- pixel_x = -3;
- pixel_y = 6
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/solars/port/aft)
"cKn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 6
},
/obj/effect/turf_decal/stripes/line,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/maintenance/aft)
"cKo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
/turf/open/floor/plating{
icon_state = "platingdmg1"
},
@@ -61951,6 +60419,7 @@
dir = 4
},
/obj/effect/landmark/event_spawn,
+/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/aft)
"cKq" = (
@@ -62127,6 +60596,9 @@
dir = 4
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/maintenance/department/medical/central)
"cKK" = (
@@ -62191,78 +60663,31 @@
/obj/structure/sign/warning/electricshock,
/turf/closed/wall/r_wall,
/area/maintenance/solars/starboard/aft)
-"cKS" = (
-/obj/structure/table/glass,
-/obj/item/reagent_containers/dropper,
-/obj/item/reagent_containers/syringe,
-/obj/item/reagent_containers/glass/beaker,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cKT" = (
-/obj/structure/table/glass,
-/obj/item/folder/white{
- pixel_y = 4
+"cKW" = (
+/obj/machinery/camera/autoname,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
},
-/obj/item/pen/red,
+/area/maintenance/solars/port/aft)
+"cKX" = (
/obj/structure/cable,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"cKU" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
- dir = 8
- },
-/turf/closed/wall,
-/area/medical/virology)
-"cKV" = (
-/obj/structure/table/glass,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
dir = 1
},
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cKW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cKX" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/turf/open/floor/plating,
+/area/maintenance/solars/port/aft)
"cKY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
+/obj/machinery/power/apc{
+ areastring = "/area/maintenance/solars/port/aft";
+ dir = 4;
+ name = "Port Quarter Solar APC";
+ pixel_x = 25;
+ pixel_y = 3
},
/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cKZ" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = 11
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/turf/open/floor/plating,
+/area/maintenance/solars/port/aft)
"cLa" = (
/turf/closed/wall,
/area/chapel/office)
@@ -62549,11 +60974,6 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
-"cLI" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"cLJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/closet,
@@ -62586,72 +61006,34 @@
/turf/open/floor/plating,
/area/maintenance/solars/starboard/aft)
"cLN" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/structure/disposalpipe/segment,
-/turf/closed/wall/r_wall,
-/area/medical/virology)
-"cLO" = (
-/obj/machinery/airalarm{
- dir = 4;
- pixel_x = -23
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/effect/turf_decal/tile/green{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cLP" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cLQ" = (
-/obj/structure/chair/stool,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cLR" = (
-/obj/structure/chair/stool,
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
+/turf/open/floor/plating,
+/area/maintenance/solars/port/aft)
+"cLO" = (
+/obj/structure/cable,
+/obj/machinery/door/airlock/external{
+ name = "Solar Maintenance";
+ req_access_txt = "10; 13"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
-"cLS" = (
-/obj/structure/chair/stool,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
- },
-/obj/effect/turf_decal/tile/green,
-/obj/effect/turf_decal/tile/green{
- dir = 4
- },
-/obj/effect/turf_decal/tile/green{
+/turf/open/floor/plating,
+/area/maintenance/solars/port/aft)
+"cLP" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
+/turf/open/floor/plating,
+/area/maintenance/solars/port/aft)
+"cLQ" = (
+/obj/effect/landmark/xeno_spawn,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/maintenance/solars/port/aft)
"cLT" = (
/obj/effect/decal/cleanable/cobweb,
/obj/structure/bodycontainer/morgue{
@@ -62803,28 +61185,32 @@
/turf/open/floor/plating,
/area/maintenance/aft/secondary)
"cMm" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/obj/machinery/door/airlock/maintenance{
+ name = "Surgery A Maintenance";
+ req_access_txt = "45"
},
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/port/aft)
"cMo" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/light_construct{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
"cMp" = (
/obj/structure/chair,
/obj/item/cigbutt,
@@ -62854,123 +61240,34 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/solars/starboard/aft)
-"cMt" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
+"cMy" = (
+/obj/structure/sign/warning/vacuum/external{
+ pixel_y = -32
},
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"cMu" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"cMv" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/turf/open/floor/plating/airless,
-/area/medical/virology)
-"cMw" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 9
+/obj/machinery/power/solar_control{
+ dir = 4;
+ id = "aftport";
+ name = "Port Quarter Solar Control"
},
/obj/structure/cable,
/turf/open/floor/plating,
-/area/medical/virology)
-"cMx" = (
-/obj/machinery/atmospherics/components/unary/tank/air{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/medical/virology)
-"cMy" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1;
- name = "virology air connector port"
- },
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/light,
-/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/medical/virology)
+/area/maintenance/solars/port/aft)
"cMz" = (
-/obj/item/trash/popcorn,
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/light/small,
+/obj/machinery/power/terminal{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
/obj/structure/cable,
-/turf/open/floor/plasteel/dark,
-/area/medical/virology)
+/obj/structure/chair/stool,
+/turf/open/floor/plating,
+/area/maintenance/solars/port/aft)
"cMA" = (
-/obj/item/reagent_containers/food/snacks/sosjerky,
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
+/obj/machinery/power/smes,
+/obj/structure/cable,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
},
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/virology)
-"cMB" = (
-/obj/item/trash/cheesie{
- pixel_y = 4
- },
-/obj/structure/table/glass,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/virology)
+/area/maintenance/solars/port/aft)
"cMC" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 4
@@ -63347,21 +61644,24 @@
/turf/open/floor/plating,
/area/maintenance/aft/secondary)
"cNf" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
+/obj/machinery/holopad,
+/obj/effect/turf_decal/box/white{
+ color = "#52B4E9"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/effect/landmark/start/medical_doctor,
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_b)
"cNg" = (
-/obj/structure/rack,
-/obj/machinery/light/small,
-/obj/effect/spawner/lootdrop/maintenance/two,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/machinery/smartfridge/organ,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
"cNh" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 8
@@ -63369,11 +61669,8 @@
/obj/machinery/light{
dir = 8
},
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"cNi" = (
/obj/machinery/biogenerator,
/obj/effect/turf_decal/stripes/line,
@@ -63424,18 +61721,17 @@
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
"cNm" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"cNn" = (
/obj/machinery/hydroponics/soil{
pixel_y = 8
@@ -63470,19 +61766,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/solars/starboard/aft)
-"cNr" = (
-/obj/structure/disposaloutlet,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/space/nearstation)
-"cNs" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1
- },
-/turf/open/floor/plating/airless,
-/area/medical/virology)
"cNt" = (
/obj/machinery/button/crematorium{
id = "crematoriumChapel";
@@ -66141,10 +64424,6 @@
/obj/item/bedsheet,
/turf/open/floor/plasteel,
/area/security/brig)
-"cUH" = (
-/obj/structure/table/optable,
-/turf/open/floor/plasteel/white,
-/area/medical/surgery)
"cUL" = (
/obj/docking_port/stationary/random{
dir = 4;
@@ -66296,6 +64575,18 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
/area/engine/atmos)
+"cVG" = (
+/obj/structure/cable,
+/obj/machinery/door/airlock/virology/glass{
+ name = "Test Subject Cell";
+ req_access_txt = "39"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"cVJ" = (
/obj/structure/window/reinforced,
/obj/machinery/computer/atmos_control/tank/air_tank{
@@ -66327,6 +64618,17 @@
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
/turf/open/floor/plating,
/area/construction/mining/aux_base)
+"cWN" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"cXc" = (
/obj/machinery/light/small{
dir = 8
@@ -66334,6 +64636,23 @@
/obj/structure/easel,
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
+"cXe" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/power/apc{
+ areastring = "/area/medical/storage";
+ dir = 4;
+ name = "Medical Storage APC";
+ pixel_x = 25
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
"cXz" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/camera{
@@ -66862,14 +65181,6 @@
},
/turf/open/floor/circuit/telecomms,
/area/science/xenobiology)
-"dbx" = (
-/obj/effect/spawner/structure/window,
-/obj/machinery/door/poddoor/preopen{
- id = "surgeryb";
- name = "privacy shutters"
- },
-/turf/open/floor/plating,
-/area/medical/cryo)
"dbE" = (
/obj/machinery/plantgenes{
pixel_y = 6
@@ -69345,9 +67656,6 @@
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
"diC" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -69370,13 +67678,10 @@
},
/area/science/research)
"diF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
"diH" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
@@ -69412,29 +67717,6 @@
},
/turf/open/floor/plating,
/area/maintenance/department/science/central)
-"diM" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/structure/sign/poster/contraband/random{
- pixel_y = 32
- },
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"diN" = (
-/obj/structure/chair/stool,
-/obj/structure/sign/poster/official/random{
- pixel_y = -32
- },
-/obj/effect/landmark/start/medical_doctor,
-/turf/open/floor/plasteel/cafeteria{
- dir = 5
- },
-/area/medical/medbay/aft)
"diP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
@@ -69446,13 +67728,14 @@
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
"diQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/structure/sign/poster/contraband/random{
- pixel_y = 32
- },
/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plating{
icon_state = "platingdmg2"
},
@@ -69461,7 +67744,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/item/stack/ore/slag,
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/aft)
@@ -69660,6 +67942,12 @@
/obj/effect/spawner/structure/window/plasma/reinforced,
/turf/open/floor/plating,
/area/engine/supermatter)
+"dlP" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/aft)
"dlV" = (
/turf/closed/wall/r_wall,
/area/maintenance/department/science/xenobiology)
@@ -69802,6 +68090,19 @@
icon_state = "platingdmg2"
},
/area/maintenance/starboard/fore)
+"don" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"dou" = (
/obj/machinery/space_heater,
/turf/open/floor/plating,
@@ -69889,6 +68190,16 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
+"dtF" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"dtM" = (
/obj/effect/turf_decal/bot,
/turf/open/floor/plasteel,
@@ -69917,9 +68228,21 @@
/turf/open/floor/plating,
/area/maintenance/port/aft)
"dvq" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/structure/closet/crate/freezer/blood,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/sign/warning/chemdiamond{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
+/area/medical/coldroom)
"dvt" = (
/turf/open/floor/plating{
icon_state = "panelscorched"
@@ -69932,12 +68255,22 @@
/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/aft)
"dvE" = (
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
+/area/medical/coldroom)
"dvY" = (
/turf/closed/wall,
/area/maintenance/starboard/aft)
@@ -69976,14 +68309,21 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"dwf" = (
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"dwj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
/obj/structure/cable,
+/obj/machinery/door/airlock/maintenance{
+ name = "Medbay Maintenance";
+ req_access_txt = "5"
+ },
/turf/open/floor/plating,
/area/maintenance/port/aft)
"dwr" = (
@@ -70073,35 +68413,75 @@
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
"dyg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
},
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/obj/structure/table_frame,
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
"dyj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/door/airlock/maintenance{
+ name = "Surgery B Maintenance";
+ req_access_txt = "45"
},
/obj/structure/cable,
-/turf/open/floor/plating{
- icon_state = "panelscorched"
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
/area/maintenance/port/aft)
"dyw" = (
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"dyH" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/structure/reagent_dispensers/water_cooler,
+/turf/open/floor/plasteel/white,
+/area/medical/office)
+"dyL" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_b)
"dzc" = (
/obj/machinery/space_heater,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
+"dzq" = (
+/mob/living/carbon/monkey,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/grass,
+/area/medical/virology)
"dzI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
@@ -70111,8 +68491,14 @@
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
"dzK" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/port/aft)
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/showcase/machinery/cloning_pod{
+ desc = "An old prototype cloning pod, permanently decommissioned following the incident.";
+ name = "decommissioned cloner"
+ },
+/obj/effect/decal/cleanable/greenglow,
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
"dzQ" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
@@ -70255,15 +68641,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/medical/virology)
-"dBO" = (
-/obj/structure/cable,
-/mob/living/carbon/monkey,
-/turf/open/floor/plasteel/freezer,
-/area/medical/virology)
-"dBS" = (
-/obj/structure/cable,
-/turf/open/floor/plasteel/white,
-/area/medical/virology)
"dBX" = (
/obj/machinery/door/window/brigdoor/security/cell{
id = "Cell 2";
@@ -70662,6 +69039,9 @@
/area/engine/atmos)
"dDo" = (
/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 8
+ },
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
"dDp" = (
@@ -70694,20 +69074,12 @@
/turf/open/floor/plating,
/area/maintenance/starboard)
"dDt" = (
+/obj/structure/chair/office/light,
/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/effect/landmark/event_spawn,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/cafeteria,
+/obj/structure/cable,
+/turf/open/floor/plasteel/white,
/area/crew_quarters/heads/cmo)
"dDu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -70731,9 +69103,18 @@
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
"dDw" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/structure/closet/secure_closet/medical2,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
"dDy" = (
/obj/effect/landmark/event_spawn,
/obj/structure/cable,
@@ -70756,15 +69137,13 @@
/turf/open/floor/plasteel/white,
/area/science/mixing)
"dDC" = (
-/obj/effect/landmark/event_spawn,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/structure/cable,
+/obj/effect/landmark/xeno_spawn,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"dDE" = (
/obj/effect/landmark/event_spawn,
/turf/open/floor/plasteel,
@@ -70848,6 +69227,12 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/turf/open/floor/plasteel/white,
/area/science/misc_lab/range)
+"dHo" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
"dIs" = (
/obj/machinery/door/airlock/external{
name = "Supply Dock Airlock";
@@ -70858,6 +69243,18 @@
},
/turf/open/floor/plating,
/area/quartermaster/storage)
+"dJr" = (
+/obj/structure/table/reinforced,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/clothing/mask/surgical,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
+"dJv" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/office)
"dJG" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -70865,6 +69262,10 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
+"dLn" = (
+/obj/structure/flora/ausbushes/fernybush,
+/turf/open/floor/grass,
+/area/medical/virology)
"dLK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -70877,10 +69278,62 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/port)
+"dMl" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"dPu" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/rack,
+/obj/item/storage/box/beakers,
+/obj/item/storage/box/pillbottles,
+/obj/item/storage/box/syringes,
+/obj/item/storage/fancy/candle_box,
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
+"dQe" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"dQs" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/structure/sign/warning/coldtemp{
+ pixel_y = 32
+ },
+/obj/vehicle/ridden/wheelchair,
+/obj/item/radio/intercom{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
"dQV" = (
/obj/structure/grille/broken,
/turf/open/space/basic,
/area/space/nearstation)
+"dYm" = (
+/obj/machinery/door/airlock{
+ name = "Maintenance Bathroom";
+ req_access_txt = "12"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
"dYu" = (
/obj/machinery/door/airlock/external{
name = "Auxiliary Airlock"
@@ -70890,6 +69343,19 @@
},
/turf/open/floor/plating,
/area/hallway/secondary/entry)
+"dZw" = (
+/obj/machinery/iv_drip,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ pixel_y = 21
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_b)
"ece" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
@@ -70899,6 +69365,15 @@
},
/turf/open/floor/plasteel,
/area/security/brig)
+"ecj" = (
+/obj/effect/spawner/structure/window,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/poddoor/preopen{
+ id = "surgeryc";
+ name = "privacy shutter"
+ },
+/turf/open/floor/plating,
+/area/medical/surgery/room_c)
"ecs" = (
/obj/structure/chair/stool{
pixel_y = 8
@@ -70920,6 +69395,16 @@
dir = 5
},
/area/crew_quarters/kitchen)
+"eds" = (
+/obj/structure/closet/l3closet/virology,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"edM" = (
/obj/structure/window/reinforced{
dir = 8
@@ -70939,6 +69424,13 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
/area/security/brig)
+"ees" = (
+/obj/structure/fluff/broken_flooring{
+ dir = 4;
+ icon_state = "pile"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"eew" = (
/obj/structure/rack,
/obj/item/reagent_containers/food/drinks/bottle/vodka{
@@ -70952,6 +69444,35 @@
/obj/item/reagent_containers/food/drinks/bottle/whiskey,
/turf/open/floor/wood,
/area/maintenance/port/aft)
+"efN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"egq" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/virology)
+"egR" = (
+/obj/structure/plasticflaps/opaque,
+/obj/machinery/door/window/northleft{
+ name = "MuleBot Access";
+ req_access_txt = "50"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"ehi" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security/glass{
@@ -70970,6 +69491,28 @@
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
+"ekW" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"elp" = (
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/machinery/camera{
+ c_tag = "Virology Airlock";
+ dir = 8;
+ network = list("ss13","medbay")
+ },
+/obj/structure/closet/l3closet,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"enV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/tile/neutral{
@@ -71018,21 +69561,102 @@
},
/turf/open/floor/engine,
/area/science/misc_lab/range)
+"euq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"ewb" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/item/stack/medical/mesh,
+/obj/item/stack/medical/gauze,
+/obj/item/stack/medical/suture,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"exA" = (
/obj/effect/turf_decal/tile/yellow{
dir = 4
},
/obj/effect/turf_decal/tile/yellow,
+/obj/item/reagent_containers/glass/bottle/multiver{
+ pixel_x = 7;
+ pixel_y = 12
+ },
+/obj/item/reagent_containers/glass/bottle/epinephrine{
+ pixel_x = -4;
+ pixel_y = 12
+ },
+/obj/item/reagent_containers/glass/beaker/large,
+/obj/item/reagent_containers/glass/beaker{
+ pixel_x = 8;
+ pixel_y = 2
+ },
+/obj/item/reagent_containers/dropper,
+/obj/structure/table,
/obj/effect/turf_decal/tile/yellow{
dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
+"eyo" = (
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"eyv" = (
/obj/structure/grille/broken,
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
+"eBl" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/chair/stool/bar,
+/obj/item/storage/crayons,
+/turf/open/space/basic,
+/area/space/nearstation)
+"eBK" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/green/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"eBX" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"eCw" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plating,
+/area/medical/abandoned)
+"eCQ" = (
+/obj/structure/showcase/machinery/cloning_pod{
+ desc = "An old decommissioned scanner, permanently scuttled.";
+ icon_state = "scanner";
+ name = "decommissioned cloning scanner"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
"eCT" = (
/obj/effect/turf_decal/delivery,
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
@@ -71071,6 +69695,14 @@
},
/turf/open/floor/plasteel/dark,
/area/chapel/office)
+"eIP" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/structure/sign/poster/official/safety_eye_protection{
+ pixel_x = 32;
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"eLn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 5
@@ -71081,28 +69713,72 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/break_room)
+"eMU" = (
+/obj/item/reagent_containers/food/snacks/snowcones/clown,
+/turf/open/floor/grass/snow/safe,
+/area/maintenance/port/aft)
"eNA" = (
/obj/structure/disposalpipe/segment{
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/cable,
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/medical/medbay/central)
"eOp" = (
/obj/structure/table/wood/poker,
/obj/item/toy/cards/deck,
/turf/open/floor/wood,
/area/maintenance/port/aft)
+"eOz" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"ePo" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/office)
"eSm" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/light_construct{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
"eSY" = (
/obj/structure/chair/stool,
/turf/open/floor/wood{
icon_state = "wood-broken4"
},
/area/maintenance/port/aft)
+"eUQ" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_c)
+"eWs" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/trimline/blue/filled/warning,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"eYX" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/secure_closet/brig{
@@ -71119,6 +69795,19 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
+"eZG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/item/twohanded/required/kirbyplants/random,
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"eZU" = (
/turf/closed/wall/r_wall,
/area/security/courtroom)
@@ -71151,6 +69840,54 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/storage_shared)
+"fdX" = (
+/obj/structure/table/glass,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/item/folder/white{
+ pixel_y = 4
+ },
+/obj/item/pen/red,
+/obj/machinery/camera{
+ c_tag = "Virology Isolation A";
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"fee" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/structure/disposaloutlet{
+ dir = 8
+ },
+/obj/structure/grille/broken,
+/turf/open/space/basic,
+/area/space/nearstation)
+"fej" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/paramedic)
+"ffu" = (
+/obj/effect/spawner/structure/window,
+/obj/machinery/door/poddoor/preopen{
+ id = "surgeryc";
+ name = "privacy shutter"
+ },
+/turf/open/floor/plating,
+/area/medical/surgery/room_c)
"ffD" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
@@ -71160,6 +69897,12 @@
},
/turf/open/floor/plasteel,
/area/science/mixing)
+"fha" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/medical/medbay/central)
"fht" = (
/obj/structure/sink/kitchen{
desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
@@ -71176,42 +69919,52 @@
/obj/structure/sign/directions/evac,
/turf/closed/wall,
/area/maintenance/department/science/central)
-"fkj" = (
-/obj/structure/table,
-/obj/item/storage/box/bodybags,
-/obj/item/pen,
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+"fjG" = (
+/obj/structure/rack,
+/obj/item/stack/sheet/cardboard,
+/obj/item/stack/sheet/cardboard,
+/obj/structure/light_construct{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"flJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
+"flL" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Surgery C Maintenance";
+ req_access_txt = "45"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"fme" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"fmC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/blue/filled/warning,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"fos" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/start/prisoner,
/turf/open/floor/plasteel,
/area/security/prison)
"fqC" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/disposalpipe/junction{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"frA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
"frX" = (
/obj/structure/sign/warning/nosmoking{
pixel_y = -30
@@ -71223,7 +69976,7 @@
/obj/item/storage/box/bodybags,
/obj/structure/table/glass,
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
"ftu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -71231,6 +69984,13 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
+"fuY" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/box/white{
+ color = "#EFB341"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/pharmacy)
"fvl" = (
/obj/structure/window/reinforced{
dir = 4
@@ -71239,15 +69999,16 @@
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"fvT" = (
-/obj/structure/cable,
-/obj/structure/sign/poster/contraband/random{
- pixel_x = -32
+"fvw" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
},
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"fwb" = (
/obj/structure/lattice,
/obj/structure/grille,
@@ -71264,12 +70025,6 @@
},
/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
/area/crew_quarters/kitchen/coldroom)
-"fwL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
"fxT" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/components/unary/vent_pump/on,
@@ -71284,13 +70039,29 @@
/turf/open/floor/plasteel,
/area/security/brig)
"fCG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/tile/neutral,
/obj/machinery/light{
dir = 4
},
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
+"fDB" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"fDD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -71313,6 +70084,17 @@
},
/turf/open/floor/plasteel/white,
/area/science/misc_lab/range)
+"fED" = (
+/obj/structure/cable,
+/obj/effect/mapping_helpers/airlock/abandoned,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/maintenance{
+ name = "Abandoned Warehouse";
+ req_access_txt = "12"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"fEQ" = (
/turf/closed/wall,
/area/science/nanite)
@@ -71328,11 +70110,14 @@
/turf/open/floor/plasteel/dark,
/area/engine/break_room)
"fFJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/lootdrop/maintenance,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
/turf/open/floor/plating,
/area/maintenance/port/aft)
"fFM" = (
@@ -71340,16 +70125,6 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plasteel,
/area/science/misc_lab/range)
-"fGm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/machinery/door/airlock/maintenance{
- req_one_access_txt = "12;5;39;6"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"fGz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -71378,16 +70153,28 @@
},
/turf/open/floor/plasteel,
/area/science/mixing)
+"fIF" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/medical/sleeper)
"fJl" = (
+/obj/structure/rack,
+/obj/item/stack/sheet/glass/fifty{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/stack/sheet/metal/twenty,
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
+"fMy" = (
+/obj/effect/turf_decal/tile/yellow,
/obj/effect/turf_decal/tile/yellow{
dir = 8
},
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/obj/structure/chair/office/light,
+/obj/effect/landmark/start/chemist,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"fMA" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
@@ -71398,27 +70185,28 @@
},
/turf/open/floor/plating,
/area/security/checkpoint/engineering)
-"fRZ" = (
-/obj/machinery/power/apc{
- acted_explosions = 2;
- areastring = "/area/medical/chemistry";
- name = "Chemistry APC";
- pixel_x = -26
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow{
+"fRx" = (
+/obj/effect/turf_decal/tile/blue{
dir = 8
},
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/medical/paramedic)
"fSV" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/aft/secondary)
+"fUj" = (
+/obj/structure/lattice,
+/turf/closed/wall,
+/area/maintenance/aft)
"fUt" = (
/obj/effect/turf_decal/stripes/corner{
dir = 8
@@ -71432,14 +70220,49 @@
},
/turf/open/floor/circuit,
/area/science/misc_lab/range)
+"fVx" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/item/stack/ducts/fifty,
+/obj/item/stack/ducts/fifty,
+/obj/item/stack/ducts/fifty,
+/obj/item/stack/ducts/fifty,
+/obj/item/stack/ducts/fifty,
+/obj/item/stack/ducts/fifty,
+/obj/item/stack/ducts/fifty,
+/obj/item/stack/ducts/fifty,
+/obj/item/plunger,
+/obj/item/plunger,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"fWc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"gaS" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"gbb" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
dir = 1
@@ -71449,22 +70272,33 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
+"gbr" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_b)
+"gbx" = (
+/obj/structure/closet/secure_closet/medical2,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_c)
"gbA" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/maintenance/department/science)
-"gcr" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
+"geT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"gfS" = (
-/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
-/area/medical/medbay/aft)
+/area/maintenance/port/aft)
"gjC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/disposalpipe/segment,
@@ -71488,20 +70322,6 @@
},
/turf/open/floor/plasteel/dark,
/area/engine/break_room)
-"gjP" = (
-/obj/structure/table/reinforced,
-/obj/item/pen,
-/obj/machinery/door/window/eastright{
- name = "Chemistry Desk";
- req_access_txt = "33"
- },
-/obj/item/folder/white{
- pixel_x = 4;
- pixel_y = -3
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating,
-/area/medical/chemistry)
"gka" = (
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
@@ -71511,15 +70331,79 @@
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/maintenance/aft/secondary)
+"glT" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/power/apc{
+ areastring = "/area/medical/patients_rooms";
+ dir = 8;
+ name = "Ward APC";
+ pixel_x = -25
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
+"gmp" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"gna" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"gnd" = (
/turf/closed/wall,
/area/maintenance/department/science/central)
+"gnu" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"gnA" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/easel,
+/obj/item/canvas/twentythreeXtwentythree,
+/turf/open/space/basic,
+/area/space/nearstation)
"gnT" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"gnW" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"gnZ" = (
/obj/item/radio/intercom{
pixel_y = -30
@@ -71531,6 +70415,18 @@
},
/turf/open/floor/plasteel/white,
/area/science/misc_lab/range)
+"gol" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"gox" = (
+/turf/closed/wall,
+/area/medical/coldroom)
"gqA" = (
/obj/machinery/button/door{
id = "abandoned_kitchen";
@@ -71543,6 +70439,28 @@
/obj/item/clothing/suit/apron/chef,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"gqE" = (
+/obj/structure/cable,
+/obj/structure/chair/office/light,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/effect/landmark/start/virologist,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"grc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/bed/roller,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"grA" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
dir = 8
@@ -71582,14 +70500,50 @@
/obj/effect/turf_decal/tile/bar,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"gxl" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/medical/virology)
"gxB" = (
-/obj/machinery/light,
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
+/obj/structure/bodycontainer/morgue{
+ dir = 1
+ },
+/obj/machinery/light/small,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
+"gxH" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/locked,
+/obj/machinery/door/airlock/virology{
+ autoclose = 0;
+ frequency = 1449;
+ id_tag = "virology_airlock_interior";
+ name = "Virology Interior Airlock";
+ req_access_txt = "39"
+ },
+/obj/machinery/doorButtons/access_button{
+ idDoor = "virology_airlock_interior";
+ idSelf = "virology_airlock_control";
+ name = "Virology Access Button";
+ pixel_x = 8;
+ pixel_y = -24;
+ req_access_txt = "39"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 8
},
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/medical/virology)
"gyL" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 4
@@ -71597,18 +70551,22 @@
/turf/open/floor/plating,
/area/maintenance/aft/secondary)
"gDK" = (
-/obj/structure/table,
-/obj/machinery/light/small{
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 1
},
-/obj/item/storage/backpack/duffelbag/med,
-/obj/item/flashlight/pen{
- pixel_x = 4;
- pixel_y = 3
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_c)
+"gEz" = (
+/obj/machinery/smartfridge/chemistry/virology/preloaded,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
-/area/maintenance/port/aft)
+/obj/effect/turf_decal/tile/green,
+/obj/machinery/firealarm{
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"gGf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
@@ -71617,6 +70575,37 @@
},
/turf/open/floor/plasteel,
/area/engine/atmos)
+"gGL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"gHf" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"gHT" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_c)
"gJs" = (
/obj/effect/spawner/structure/window/plasma/reinforced,
/turf/open/floor/plating,
@@ -71630,6 +70619,35 @@
/obj/structure/reagent_dispensers/water_cooler,
/turf/open/floor/plasteel,
/area/maintenance/department/science)
+"gMg" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"gMW" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"gOu" = (
+/obj/effect/spawner/structure/window,
+/obj/machinery/door/poddoor/preopen{
+ id = "surgeryb";
+ name = "privacy shutter"
+ },
+/turf/open/floor/plating,
+/area/medical/surgery/room_b)
"gPT" = (
/obj/effect/turf_decal/trimline/red/filled/line{
dir = 1
@@ -71637,17 +70655,86 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/fore)
+"gQV" = (
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
+"gXi" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 4
+ },
+/obj/structure/sink{
+ pixel_y = 15
+ },
+/obj/item/radio/intercom{
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
"gXY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 9
},
/turf/closed/wall/r_wall,
/area/maintenance/disposal/incinerator)
+"gYy" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/showcase/machinery/oldpod{
+ desc = "An old NT branded sleeper, decommissioned after the lead acetate incident. None of the functional machinery remains inside.";
+ name = "decommissioned sleeper"
+ },
+/obj/effect/decal/cleanable/greenglow,
+/obj/effect/spawner/lootdrop/glowstick,
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
"gZR" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable,
/turf/open/space/basic,
/area/solar/port/aft)
+"hav" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"hbT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -22
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Virology Central Hallway";
+ dir = 4;
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"hcY" = (
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/maintenance/aft)
"hdb" = (
/obj/structure/bed,
/obj/item/clothing/suit/straight_jacket,
@@ -71663,23 +70750,35 @@
/obj/item/storage/box/lights/mixed,
/turf/open/floor/plating,
/area/maintenance/port)
+"hdA" = (
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
"hdX" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/maintenance/port/aft)
"hev" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/radio/intercom{
- pixel_x = 29
- },
-/obj/structure/bodycontainer/morgue{
+/obj/effect/turf_decal/bot,
+/obj/structure/mecha_wreckage/ripley,
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
+"heF" = (
+/obj/machinery/iv_drip,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
dir = 8
},
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_c)
"hfn" = (
/obj/effect/turf_decal/tile/yellow{
dir = 8
@@ -71693,6 +70792,16 @@
/obj/item/twohanded/required/kirbyplants/random,
/turf/open/floor/plasteel,
/area/engine/break_room)
+"hfz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
"hiA" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -71725,24 +70834,50 @@
dir = 1
},
/area/engine/storage_shared)
-"hkT" = (
-/obj/structure/rack,
-/obj/item/storage/pill_bottle,
-/obj/effect/spawner/lootdrop/maintenance/three,
+"hkv" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
-/area/maintenance/port/aft)
-"hox" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
+/area/medical/virology)
+"hkA" = (
+/obj/structure/cable,
+/obj/machinery/holopad,
+/obj/effect/turf_decal/box/white{
+ color = "#9FED58"
},
-/obj/effect/turf_decal/tile/yellow{
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"hkT" = (
+/obj/item/bedsheet/medical,
+/obj/structure/bed/roller,
+/obj/structure/light_construct{
dir = 1
},
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
+"hox" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/medical/medbay/central)
+"hpQ" = (
+/obj/effect/turf_decal/trimline/green/filled/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/blue/filled/corner,
+/obj/machinery/camera{
+ c_tag = "Medbay Surgical Wing";
+ dir = 4;
+ network = list("ss13","medbay")
+ },
+/obj/structure/bed/roller,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"hql" = (
/obj/structure/table/reinforced,
/obj/machinery/door/window/westleft{
@@ -71784,6 +70919,16 @@
/obj/effect/decal/cleanable/blood/gibs/old,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"hxP" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"hxX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 6
@@ -71791,6 +70936,26 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"hyi" = (
+/obj/machinery/door/airlock/medical/glass{
+ name = "Surgery B";
+ req_access_txt = "45"
+ },
+/obj/structure/cable,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_b)
"hyP" = (
/obj/machinery/door/airlock/external{
name = "Escape Pod Two"
@@ -71800,14 +70965,26 @@
},
/turf/open/floor/plating,
/area/security/prison)
-"hAu" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/turf/open/floor/plasteel/white/side{
+"hzY" = (
+/obj/structure/chair/office/light{
dir = 8
},
-/area/medical/medbay/aft)
+/obj/effect/landmark/start/virologist,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"hAu" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
"hBB" = (
/obj/structure/table,
/obj/item/reagent_containers/food/snacks/mint,
@@ -71819,13 +70996,44 @@
dir = 5
},
/area/crew_quarters/kitchen)
-"hEP" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance/two,
-/turf/open/floor/plating{
- icon_state = "panelscorched"
+"hDr" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/machinery/light{
+ dir = 1
},
-/area/maintenance/port/aft)
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"hEd" = (
+/turf/open/floor/plasteel/white,
+/area/medical/paramedic)
+"hEP" = (
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/tank/air,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"hFP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"hFV" = (
/obj/machinery/door/window/westleft{
name = "safety door";
@@ -71833,6 +71041,24 @@
},
/turf/open/floor/plasteel/white,
/area/science/misc_lab/range)
+"hFW" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/table/reinforced,
+/obj/item/clothing/gloves/color/blue{
+ desc = "An old pair of nitrile gloves, with no sterile properties.";
+ name = "old nitrile gloves"
+ },
+/obj/item/clothing/mask/surgical,
+/obj/item/clothing/suit/apron/surgical,
+/obj/item/reagent_containers/glass/rag,
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
+"hGB" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/spawner/lootdrop/maintenance/three,
+/obj/structure/closet/crate/medical,
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
"hHS" = (
/obj/effect/turf_decal/tile/purple,
/obj/effect/turf_decal/tile/purple{
@@ -71857,11 +71083,10 @@
/turf/open/floor/plasteel,
/area/engine/break_room)
"hLm" = (
-/obj/structure/bodycontainer/morgue{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/obj/effect/turf_decal/bot,
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
"hMx" = (
/obj/structure/table,
/obj/effect/turf_decal/tile/purple{
@@ -71882,16 +71107,33 @@
/turf/open/floor/plasteel,
/area/security/checkpoint/engineering)
"hOP" = (
-/obj/effect/turf_decal/tile/yellow,
/obj/effect/turf_decal/tile/yellow{
dir = 4
},
-/obj/structure/extinguisher_cabinet{
- dir = 4;
- pixel_x = 24
+/obj/effect/turf_decal/tile/yellow,
+/obj/item/book/manual/wiki/chemistry{
+ pixel_x = -4;
+ pixel_y = 4
},
+/obj/item/book/manual/wiki/grenades,
+/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil,
+/obj/item/clothing/glasses/science,
+/obj/item/clothing/glasses/science,
+/obj/item/book/manual/wiki/plumbing{
+ pixel_x = 4;
+ pixel_y = -4
+ },
+/obj/item/reagent_containers/dropper,
+/obj/structure/table,
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
+"hRK" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/medical/virology)
"hSZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -71901,6 +71143,16 @@
},
/turf/open/floor/plasteel/white,
/area/science/research)
+"hUA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"hWp" = (
/obj/machinery/door/poddoor/shutters/preopen{
id = "engsm";
@@ -71935,18 +71187,41 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"ibz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/cable,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/maintenance{
- req_one_access_txt = "12;5;39;6"
+"hYF" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
+"iaR" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
},
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+/obj/effect/turf_decal/tile/yellow{
dir = 1
},
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"icO" = (
+/obj/machinery/door/airlock/grunge{
+ name = "Morgue";
+ req_access_txt = "6"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
+"ifK" = (
+/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/area/medical/cryo)
"ifN" = (
/obj/effect/turf_decal/stripes/corner{
dir = 1
@@ -71967,6 +71242,13 @@
},
/turf/open/floor/wood,
/area/vacant_room/office)
+"imI" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/box/white{
+ color = "#52B4E9"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
"imV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/poddoor/preopen{
@@ -71994,6 +71276,25 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/bridge)
+"ios" = (
+/obj/structure/rack,
+/obj/item/crowbar/red,
+/obj/item/restraints/handcuffs,
+/obj/item/wrench,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"ioI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -72012,16 +71313,14 @@
},
/turf/open/floor/plasteel,
/area/science/misc_lab/range)
-"irZ" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
+"ixg" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/machinery/chem_master,
+/obj/structure/bed/roller,
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/medical/medbay/central)
"ixj" = (
/obj/machinery/flasher/portable,
/obj/effect/turf_decal/tile/blue{
@@ -72033,15 +71332,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/security/warden)
-"ixo" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"iyU" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 4
@@ -72078,6 +71368,18 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/janitor)
+"iAy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/medical/abandoned)
+"iHk" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plating,
+/area/medical/abandoned)
"iKA" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -72090,6 +71392,13 @@
/obj/structure/table,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"iMY" = (
+/obj/machinery/vending/medical,
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/medbay/central)
"iOo" = (
/obj/structure/chair{
dir = 1
@@ -72105,6 +71414,14 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/main)
+"iQD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"iSU" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -72115,6 +71432,49 @@
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
+"iVX" = (
+/obj/structure/rack,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"iWG" = (
+/obj/machinery/door/airlock/command{
+ name = "Chief Medical Officer's Office";
+ req_access_txt = "40"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/heads/cmo)
+"iYR" = (
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/disposalpipe/junction{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
"jah" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -72124,6 +71484,26 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"jev" = (
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = 11
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"jeV" = (
/obj/machinery/conveyor/inverted{
dir = 10;
@@ -72131,16 +71511,52 @@
},
/turf/open/floor/plating,
/area/quartermaster/storage)
+"jjg" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/button/door{
+ id = "maintwarehouse";
+ name = "Privacy Shutters Control";
+ pixel_x = 26;
+ pixel_y = 4
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
"jkQ" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/table,
+/obj/item/phone{
+ pixel_x = 6;
+ pixel_y = -2
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"jlg" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
},
/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"jlG" = (
+/obj/structure/table/reinforced,
+/obj/item/storage/backpack/duffelbag/med/surgery,
+/obj/structure/window/reinforced/tinted{
dir = 4
},
/turf/open/floor/plasteel/dark,
/area/medical/morgue)
+"jni" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"jnI" = (
/obj/effect/turf_decal/stripes/corner{
dir = 8
@@ -72153,6 +71569,39 @@
},
/turf/open/floor/wood,
/area/maintenance/port/aft)
+"jpq" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/dark,
+/area/medical/medbay/central)
+"jpv" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 1
+ },
+/obj/structure/closet/l3closet,
+/turf/open/floor/plasteel/dark,
+/area/medical/medbay/central)
+"jqi" = (
+/obj/effect/spawner/structure/window,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/poddoor/preopen{
+ id = "surgeryb";
+ name = "privacy shutter"
+ },
+/turf/open/floor/plating,
+/area/medical/surgery/room_b)
+"jqA" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/maintenance/port/aft)
"jrE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 10
@@ -72160,9 +71609,105 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/engine/break_room)
+"jsZ" = (
+/obj/machinery/computer/operating,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
+"jtY" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/locked,
+/obj/machinery/door/airlock/virology{
+ autoclose = 0;
+ frequency = 1449;
+ id_tag = "virology_airlock_exterior";
+ name = "Virology Exterior Airlock";
+ req_access_txt = "39"
+ },
+/obj/machinery/doorButtons/access_button{
+ dir = 1;
+ idDoor = "virology_airlock_exterior";
+ idSelf = "virology_airlock_control";
+ name = "Virology Access Button";
+ pixel_y = -24;
+ req_access_txt = "39"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"jvy" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance/three,
+/obj/item/flashlight/pen{
+ pixel_x = 4;
+ pixel_y = 3
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"jwJ" = (
+/mob/living/carbon/monkey,
+/turf/open/floor/grass,
+/area/medical/virology)
"jwW" = (
/turf/closed/wall/mineral/plastitanium,
/area/crew_quarters/fitness/recreation)
+"jxb" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/blue/filled/corner,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"jBf" = (
+/obj/structure/table/glass,
+/obj/item/paper_bin{
+ pixel_x = -2;
+ pixel_y = 9
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"jBH" = (
+/obj/item/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/door/firedoor,
+/obj/machinery/door/window/northleft{
+ name = "Chemistry Desk";
+ req_access_txt = "33"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chem_lockdown";
+ name = "Chemistry shutters"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"jCZ" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/closet/secure_closet/personal/patient,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
"jEJ" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -72174,6 +71719,16 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white/corner,
/area/hallway/secondary/entry)
+"jEW" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/machinery/light,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"jFA" = (
/obj/structure/sign/warning/vacuum/external{
pixel_y = 32
@@ -72190,6 +71745,54 @@
},
/turf/closed/wall,
/area/hydroponics)
+"jHD" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = 5
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_c)
+"jHO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"jIt" = (
+/obj/machinery/computer/med_data,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/office)
"jKK" = (
/obj/machinery/door/airlock/external{
req_access_txt = "13"
@@ -72226,33 +71829,123 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"jNy" = (
-/obj/structure/chair,
+"jNz" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/area/maintenance/aft)
+"jNL" = (
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"jPL" = (
+/obj/machinery/door/airlock/medical/glass{
+ name = "Paramedic Dispatch Room";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/paramedic)
+"jPR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"jQh" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/engine,
/area/engine/engineering)
-"jTg" = (
-/obj/effect/turf_decal/tile/green{
- dir = 8
- },
-/obj/item/radio/intercom{
- pixel_y = 20
- },
-/obj/item/twohanded/required/kirbyplants/random,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
-"jUe" = (
+"jQO" = (
/obj/structure/cable,
-/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/machinery/doorButtons/airlock_controller{
+ idExterior = "virology_airlock_exterior";
+ idInterior = "virology_airlock_interior";
+ idSelf = "virology_airlock_control";
+ name = "Virology Access Console";
+ pixel_x = 24;
+ pixel_y = -24;
+ req_access_txt = "39"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"jRi" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/door/airlock/medical/glass{
+ name = "Recovery Ward";
+ req_access_txt = "5"
+ },
+/obj/effect/mapping_helpers/airlock/unres,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
+"jTg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/medical/glass{
+ name = "Medical Office";
+ req_access_txt = "5"
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/office)
+"jTj" = (
+/obj/structure/bed,
+/obj/item/bedsheet/medical,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"jUn" = (
/obj/effect/turf_decal/tile/yellow,
/obj/effect/turf_decal/tile/yellow{
@@ -72292,6 +71985,10 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"jZY" = (
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
"kcI" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/start/janitor,
@@ -72317,47 +72014,68 @@
},
/turf/open/floor/plasteel,
/area/science/mixing)
-"khX" = (
-/obj/machinery/door/airlock/maintenance{
- name = "Medbay Maintenance";
- req_access_txt = "5"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"kjh" = (
/obj/effect/decal/cleanable/dirt,
/obj/vehicle/ridden/janicart,
/obj/item/key/janitor,
/turf/open/floor/plasteel,
/area/janitor)
-"klh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/structure/bodycontainer/morgue{
- dir = 2
+"kkA" = (
+/obj/structure/cable,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
-"klB" = (
-/obj/structure/table,
-/obj/item/reagent_containers/glass/beaker{
- pixel_x = 8;
- pixel_y = 2
- },
-/obj/item/reagent_containers/blood,
-/obj/item/reagent_containers/blood,
-/obj/item/reagent_containers/syringe,
-/obj/item/reagent_containers/dropper,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/sign/warning/biohazard{
- pixel_x = 32
+/area/medical/medbay/central)
+"klh" = (
+/obj/structure/light_construct{
+ dir = 1
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"klB" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
+"kmq" = (
+/turf/closed/wall/r_wall,
+/area/medical/morgue)
+"kny" = (
+/obj/structure/table,
+/obj/item/storage/box/bodybags,
+/obj/item/pen,
+/obj/effect/turf_decal/trimline/blue/filled/corner,
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"kpa" = (
+/obj/machinery/light_switch{
+ pixel_x = 26
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/machinery/camera{
+ c_tag = "Virology Lab";
+ dir = 8;
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"kqz" = (
/obj/structure/sign/warning/docking,
/turf/closed/wall,
@@ -72365,6 +72083,48 @@
"krD" = (
/turf/open/floor/plasteel/white,
/area/science/misc_lab/range)
+"ksN" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"kta" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/item/radio/intercom{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/office)
+"ktv" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"kuS" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/rack,
+/obj/item/reagent_containers/pill/floorpill,
+/obj/item/reagent_containers/pill/floorpill,
+/obj/item/storage/box/gum,
+/obj/item/surgicaldrill,
+/turf/open/floor/plating,
+/area/medical/abandoned)
"kwL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/decal/cleanable/dirt,
@@ -72409,6 +72169,24 @@
},
/turf/open/floor/plasteel,
/area/hallway/secondary/exit/departure_lounge)
+"kBh" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay Primary Treatment Centre";
+ dir = 1;
+ network = list("ss13","medbay")
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
"kBT" = (
/obj/effect/turf_decal/tile/yellow{
dir = 4
@@ -72443,6 +72221,34 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
+"kDT" = (
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ id = "surgeryc";
+ name = "Privacy Shutters Control";
+ pixel_y = 26
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_c)
+"kDW" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"kEz" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"kIL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/tile/yellow{
@@ -72467,10 +72273,15 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/aft)
+"kJt" = (
+/obj/structure/bodycontainer/morgue,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"kKo" = (
/obj/effect/turf_decal/tile/yellow{
dir = 1
},
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"kKH" = (
@@ -72486,13 +72297,6 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/port)
-"kNI" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
"kOt" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 8
@@ -72505,6 +72309,24 @@
},
/turf/open/floor/plasteel/white,
/area/science/misc_lab/range)
+"kPy" = (
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"kPN" = (
/obj/structure/rack,
/obj/structure/sign/poster/contraband/random{
@@ -72561,6 +72383,21 @@
},
/turf/open/floor/plasteel,
/area/janitor)
+"kSN" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"kUH" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/iv_drip,
+/turf/open/floor/plating,
+/area/medical/abandoned)
"kWn" = (
/obj/machinery/light/small{
dir = 8
@@ -72584,23 +72421,27 @@
},
/turf/open/floor/engine,
/area/science/misc_lab/range)
+"lbd" = (
+/obj/structure/table/glass,
+/obj/machinery/light/small,
+/obj/item/folder/white{
+ pixel_y = 4
+ },
+/obj/item/pen/red,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"lbB" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/patients_rooms)
"lce" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/junction/flip{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"lci" = (
/obj/effect/turf_decal/stripes/corner,
/obj/effect/turf_decal/tile/yellow,
@@ -72615,27 +72456,6 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
-"lcm" = (
-/obj/structure/cable,
-/obj/machinery/door/airlock/engineering{
- name = "Port Quarter Solar Access";
- req_access_txt = "10"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/solars/port/aft)
-"lfv" = (
-/obj/effect/mob_spawn/human/corpse/assistant{
- belt = null;
- husk = 1;
- id = null;
- l_pocket = /obj/item/pen
- },
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"lfx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -72650,18 +72470,51 @@
/turf/open/floor/plasteel,
/area/hallway/primary/port)
"lfR" = (
-/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plating,
-/area/medical/chemistry)
-"ljG" = (
-/obj/machinery/vending/medical,
-/turf/open/floor/plasteel/white/corner{
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
dir = 4
},
-/area/medical/medbay/aft)
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"lhQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/machinery/airalarm{
+ dir = 8;
+ pixel_x = 22
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"liD" = (
+/obj/structure/cable,
+/obj/machinery/door/airlock/virology/glass{
+ name = "Isolation B";
+ req_access_txt = "39"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"ljG" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/item/bedsheet/medical,
+/obj/structure/bed,
+/obj/structure/curtain,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
"lkf" = (
/obj/effect/turf_decal/tile/green{
dir = 1
@@ -72675,12 +72528,60 @@
},
/turf/open/floor/plasteel,
/area/hydroponics)
+"lkO" = (
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable,
+/obj/machinery/button/door{
+ id = "medbreakroom";
+ name = "Privacy Shutters Control";
+ pixel_x = -26;
+ pixel_y = 5
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = -5
+ },
+/turf/open/floor/plasteel/white/corner{
+ dir = 4
+ },
+/area/medical/break_room)
"lnO" = (
/obj/structure/disposalpipe/segment{
dir = 10
},
/turf/open/floor/plasteel/white,
/area/science/research)
+"loM" = (
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"lui" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"lwx" = (
/obj/effect/turf_decal/delivery,
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
@@ -72732,6 +72633,16 @@
/obj/machinery/pinpointer_dispenser,
/turf/open/floor/plating,
/area/quartermaster/sorting)
+"lEV" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
"lFr" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -72742,6 +72653,31 @@
/obj/docking_port/stationary/public_mining_dock,
/turf/open/floor/plating,
/area/construction/mining/aux_base)
+"lHI" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/computer/crew{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/office)
+"lIl" = (
+/obj/machinery/computer/operating{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_b)
"lIw" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -72759,6 +72695,27 @@
/obj/effect/landmark/carpspawn,
/turf/open/space/basic,
/area/space)
+"lKK" = (
+/obj/structure/bed,
+/obj/item/bedsheet/medical,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"lLQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance{
+ name = "Break Room Maintenance";
+ req_access_txt = "5"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"lMz" = (
/obj/structure/falsewall,
/turf/open/floor/plating,
@@ -72772,14 +72729,33 @@
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
-"lMT" = (
-/obj/structure/bed/roller,
-/obj/structure/bed/roller,
-/obj/machinery/iv_drip,
-/obj/machinery/iv_drip,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
-/area/maintenance/port/aft)
+"lNj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/blue/filled/warning,
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = 11
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"lNO" = (
+/obj/machinery/disposal/bin{
+ desc = "A pneumatic waste disposal unit. This one leads into space!";
+ name = "deathsposal unit"
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/structure/sign/warning/deathsposal{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"lNZ" = (
/obj/machinery/door/airlock/external{
req_access_txt = "13"
@@ -72789,6 +72765,14 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
+"lOR" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Primary Treatment Maintenance";
+ req_access_txt = "5"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"lSe" = (
/obj/effect/turf_decal/tile/bar{
dir = 1
@@ -72796,6 +72780,26 @@
/obj/effect/turf_decal/tile/bar,
/turf/open/floor/plasteel,
/area/hallway/primary/central)
+"lSZ" = (
+/obj/machinery/door/airlock/maintenance{
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"lTo" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/structure/table/glass,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
"lTA" = (
/obj/structure/table/glass,
/obj/effect/turf_decal/tile/purple{
@@ -72824,6 +72828,12 @@
},
/turf/open/floor/plasteel/white,
/area/science/genetics)
+"lTU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/closed/wall/r_wall,
+/area/medical/virology)
"lUr" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -72840,14 +72850,6 @@
},
/turf/open/floor/plasteel,
/area/janitor)
-"lVu" = (
-/obj/machinery/light/small,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/effect/turf_decal/tile/yellow,
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
"lVD" = (
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
@@ -72863,6 +72865,14 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
/area/tcommsat/server)
+"lYO" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 1;
+ sortType = 27
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"lYP" = (
/obj/machinery/door/airlock/research{
name = "Nanite Laboratory";
@@ -72882,6 +72892,21 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port)
+"lZV" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space/basic,
+/area/space/nearstation)
+"maC" = (
+/obj/structure/cable,
+/obj/structure/table/glass,
+/obj/item/reagent_containers/glass/beaker,
+/obj/item/reagent_containers/syringe,
+/obj/item/reagent_containers/dropper,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"mbL" = (
/obj/effect/turf_decal/tile/purple{
dir = 4
@@ -72889,11 +72914,69 @@
/obj/effect/turf_decal/tile/purple,
/turf/open/floor/plasteel/white,
/area/science/misc_lab/range)
+"mcg" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"mci" = (
-/obj/effect/decal/cleanable/oil,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
-/area/maintenance/port/aft)
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/structure/frame/computer{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_c)
+"mcs" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ pixel_x = 28;
+ pixel_y = -30
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
+"mdG" = (
+/obj/effect/turf_decal/delivery/white{
+ color = "#52B4E9"
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/door/window/southright{
+ name = "Corpse Arrivals"
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
+"meE" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"meP" = (
/obj/effect/turf_decal/tile/yellow{
dir = 4
@@ -72901,11 +72984,34 @@
/obj/effect/turf_decal/tile/yellow{
dir = 1
},
-/obj/structure/sign/poster/random{
+/obj/structure/sign/poster/official/anniversary_vintage_reprint{
pixel_y = 32
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
+"mfI" = (
+/mob/living/carbon/monkey,
+/obj/structure/cable,
+/turf/open/floor/grass,
+/area/medical/virology)
+"mha" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/light,
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"mjq" = (
+/obj/structure/table/reinforced,
+/obj/item/storage/box/bodybags,
+/obj/item/pen,
+/obj/item/radio/intercom{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"mjJ" = (
/obj/machinery/nuclearbomb/beer{
pixel_x = 2;
@@ -72913,6 +73019,33 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
+"mjT" = (
+/turf/closed/wall,
+/area/medical/office)
+"mla" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"mmb" = (
+/obj/structure/fluff/broken_flooring{
+ icon_state = "singular"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"mmB" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/aft)
"mnS" = (
/obj/item/poster/random_contraband,
/obj/item/poster/random_contraband,
@@ -72953,15 +73086,17 @@
},
/turf/open/floor/plating,
/area/maintenance/aft/secondary)
-"mrv" = (
-/obj/structure/table,
-/obj/item/folder/white{
- pixel_x = 4;
- pixel_y = -3
+"mqo" = (
+/obj/machinery/door/poddoor/shutters{
+ id = "maintwarehouse"
},
-/obj/item/clothing/gloves/color/latex,
/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/area/maintenance/port/aft)
+"mrv" = (
+/obj/structure/rack,
+/obj/item/stack/sheet/cloth/five,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"msD" = (
/obj/effect/turf_decal/tile/yellow{
dir = 8
@@ -72981,13 +73116,10 @@
},
/turf/closed/wall,
/area/hallway/secondary/service)
-"mvB" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/medical/chemistry)
+"mvU" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/closed/wall,
+/area/medical/patients_rooms)
"mzh" = (
/obj/machinery/firealarm{
dir = 1;
@@ -73008,6 +73140,20 @@
},
/turf/open/floor/plasteel,
/area/engine/storage_shared)
+"mAO" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "12;5;39;25;28"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"mCu" = (
+/obj/item/clothing/suit/snowman,
+/obj/item/clothing/head/snowman,
+/turf/open/floor/grass/snow/safe,
+/area/maintenance/port/aft)
"mCX" = (
/obj/machinery/biogenerator,
/obj/machinery/door/firedoor,
@@ -73073,6 +73219,31 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/plasteel,
/area/maintenance/disposal/incinerator)
+"mLe" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/machinery/vending/wardrobe/chem_wardrobe,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"mNW" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
+"mRg" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"mRT" = (
/obj/effect/turf_decal/tile/yellow,
/turf/open/floor/plasteel/white,
@@ -73086,6 +73257,28 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"mTi" = (
+/obj/structure/cable,
+/obj/machinery/door/airlock/virology/glass{
+ name = "Virology Lab";
+ req_access_txt = "39"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"mTj" = (
+/obj/machinery/smartfridge/chemistry/preloaded,
+/turf/open/floor/plating,
+/area/medical/chemistry)
"mTs" = (
/obj/structure/sign/poster/contraband/random{
pixel_x = -32
@@ -73097,10 +73290,29 @@
},
/area/maintenance/port/aft)
"mUz" = (
-/turf/open/floor/plasteel/white/side{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/blue/filled/warning,
+/obj/machinery/light{
+ dir = 8
},
-/area/medical/medbay/aft)
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"mVy" = (
+/obj/structure/table/glass,
+/obj/structure/cable,
+/obj/item/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/folder/white,
+/obj/item/pen/red,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"mWg" = (
/obj/structure/girder,
/obj/structure/grille,
@@ -73108,25 +73320,14 @@
icon_state = "panelscorched"
},
/area/maintenance/port/aft)
-"mZA" = (
-/obj/structure/bodycontainer/morgue{
- dir = 2
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
-"nap" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
"nbv" = (
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
+"nco" = (
+/obj/structure/lattice/catwalk,
+/obj/item/stack/cable_coil,
+/turf/open/space/basic,
+/area/solar/port/aft)
"nde" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
@@ -73138,51 +73339,67 @@
},
/turf/open/floor/plating,
/area/engine/break_room)
+"neP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"nfn" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port)
-"niB" = (
-/obj/structure/closet/secure_closet/personal/patient,
-/turf/open/floor/plasteel/white/corner,
-/area/medical/medbay/aft)
+"ngK" = (
+/obj/structure/flora/ausbushes/sparsegrass,
+/obj/structure/flora/ausbushes/ywflowers,
+/obj/item/reagent_containers/food/snacks/grown/banana,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/open/floor/grass,
+/area/medical/virology)
"njJ" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 9
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 4
},
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"nks" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"nla" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/door/airlock/grunge{
+ name = "Morgue";
+ req_access_txt = "5;6"
+ },
+/obj/structure/cable,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
+"nmr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/office)
"nmA" = (
/obj/machinery/atmospherics/pipe/simple/orange/visible,
/obj/structure/lattice,
/turf/open/space,
/area/space/nearstation)
-"nnI" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/machinery/camera/autoname{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"nnV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 6
- },
-/obj/machinery/airalarm{
- pixel_y = 32
- },
-/obj/structure/bodycontainer/morgue{
- dir = 2
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
"noe" = (
/obj/structure/table/reinforced,
/obj/machinery/microwave{
@@ -73200,31 +73417,70 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
-"nry" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/turf_decal/tile/neutral{
+"nrc" = (
+/obj/structure/flora/ausbushes/sunnybush,
+/obj/machinery/camera{
+ c_tag = "Virology Test Subject Chamber";
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/grass,
+/area/medical/virology)
+"nrB" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
dir = 8
},
-/obj/structure/cable,
-/turf/open/floor/plasteel,
-/area/hallway/primary/aft)
-"ntG" = (
-/obj/structure/cable,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
+/obj/machinery/camera{
+ c_tag = "Chemistry South";
+ dir = 1;
+ network = list("ss13","medbay")
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/solars/port/aft)
-"nwq" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/structure/sign/poster/contraband/random{
- pixel_y = -32
- },
-/turf/open/floor/plating,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"nsN" = (
+/obj/structure/statue/snow/snowman,
+/turf/open/floor/grass/snow/safe,
/area/maintenance/port/aft)
+"nuZ" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = -5
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_b)
+"nvq" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"nxn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"nyo" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 8
@@ -73232,19 +73488,36 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/secondary/service)
+"nBA" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/medical/abandoned)
"nBI" = (
/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chem_lockdown";
+ name = "Chemistry shutters"
},
/turf/open/floor/plating,
/area/medical/chemistry)
"nDf" = (
-/obj/machinery/light_switch{
- pixel_x = 24
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/fluff/broken_flooring,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"nDT" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
},
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/obj/effect/turf_decal/tile/green,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"nEv" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/secure_closet/brig{
@@ -73263,19 +73536,15 @@
/turf/open/floor/plasteel,
/area/maintenance/department/science)
"nIa" = (
-/obj/structure/table/optable,
-/obj/effect/turf_decal/tile/blue{
+/obj/effect/turf_decal/tile/green{
dir = 4
},
-/obj/effect/turf_decal/tile/blue,
-/obj/machinery/button/door{
- id = "surgeryb";
- name = "Privacy Shutters Control";
- pixel_x = 26;
- pixel_y = 4
+/obj/effect/turf_decal/tile/green,
+/obj/machinery/vending/snack/random,
+/turf/open/floor/plasteel/white/side{
+ dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/medical/surgery/room_b)
+/area/medical/break_room)
"nIb" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/mining{
@@ -73288,6 +73557,13 @@
},
/turf/open/floor/plasteel,
/area/construction/storage_wing)
+"nJh" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 10
+ },
+/obj/effect/landmark/start/medical_doctor,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
"nLi" = (
/obj/effect/turf_decal/tile/purple,
/obj/effect/turf_decal/tile/purple{
@@ -73317,6 +73593,12 @@
/obj/item/trash/popcorn,
/turf/open/floor/plasteel,
/area/engine/break_room)
+"nLZ" = (
+/obj/item/toy/beach_ball{
+ name = "Nanotrasen-branded beach ball"
+ },
+/turf/open/space/basic,
+/area/space)
"nMe" = (
/turf/closed/wall,
/area/medical/surgery/room_b)
@@ -73325,15 +73607,18 @@
dir = 4
},
/obj/effect/turf_decal/tile/yellow,
-/obj/machinery/camera/autoname{
- dir = 8
+/obj/machinery/camera{
+ c_tag = "Chemistry East";
+ dir = 8;
+ network = list("ss13","medbay")
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"nOl" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/closed/wall,
-/area/maintenance/port/aft)
+/obj/effect/landmark/start/medical_doctor,
+/obj/structure/chair/office/light,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
"nPC" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -73341,11 +73626,69 @@
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"nQm" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/box/white{
+ color = "#EFB341"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"nRJ" = (
/obj/machinery/door/firedoor,
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
+"nSk" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"nUa" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/structure/closet{
+ name = "nurse's locker"
+ },
+/obj/item/clothing/under/rank/medical/doctor/nurse,
+/obj/item/clothing/head/nursehat,
+/obj/item/storage/belt/medical,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
+"nWN" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/bed/roller,
+/obj/item/pizzabox/pineapple{
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
+"nXv" = (
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/machinery/light,
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/white/side{
+ dir = 1
+ },
+/area/medical/break_room)
"nXA" = (
/obj/structure/rack{
icon = 'icons/obj/stationobjs.dmi';
@@ -73376,6 +73719,13 @@
},
/turf/open/floor/wood,
/area/maintenance/port/aft)
+"obA" = (
+/obj/structure/table/optable{
+ desc = "A cold, hard place for your final rest.";
+ name = "Morgue Slab"
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"obX" = (
/obj/docking_port/stationary{
dheight = 4;
@@ -73400,10 +73750,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/science/misc_lab/range)
-"odU" = (
-/obj/effect/spawner/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/medical/chemistry)
"oem" = (
/obj/structure/cable,
/turf/open/floor/plasteel/dark,
@@ -73445,6 +73791,39 @@
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
+"ogO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"ohT" = (
+/obj/machinery/door/airlock/medical/glass{
+ name = "Medbay Storage";
+ req_access_txt = "5"
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
"ojg" = (
/turf/closed/wall,
/area/science/misc_lab/range)
@@ -73469,13 +73848,17 @@
/turf/open/floor/plasteel,
/area/science/mixing)
"ooS" = (
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/plasteel/white/side{
+/obj/effect/turf_decal/tile/blue{
dir = 4
},
-/area/medical/medbay/aft)
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/item/bedsheet/medical,
+/obj/structure/bed,
+/obj/structure/curtain,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
"ooY" = (
/obj/machinery/computer/warrant{
dir = 8
@@ -73487,8 +73870,20 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 8
},
+/obj/effect/turf_decal/trimline/yellow/filled/line{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/area/medical/medbay/central)
+"ore" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/medical/morgue)
"otq" = (
/obj/structure/closet/emcloset,
/obj/structure/sign/warning/vacuum/external{
@@ -73503,23 +73898,22 @@
"ovj" = (
/turf/closed/wall,
/area/maintenance/starboard/secondary)
-"ovU" = (
+"ovx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow{
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/effect/decal/cleanable/cobweb,
-/obj/machinery/vending/cola/random,
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/obj/effect/turf_decal/trimline/blue/filled/corner,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"ovU" = (
+/obj/structure/table,
+/obj/item/paper_bin,
+/obj/item/pen,
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
"owR" = (
/turf/closed/wall,
/area/engine/storage_shared)
@@ -73565,6 +73959,13 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
+"oAe" = (
+/obj/structure/fluff/broken_flooring{
+ dir = 4;
+ icon_state = "singular"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"oBk" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -73650,12 +74051,22 @@
},
/turf/open/floor/plating,
/area/maintenance/aft/secondary)
-"oOy" = (
-/obj/effect/turf_decal/tile/yellow{
+"oMO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
+"oOy" = (
+/obj/structure/chair/office{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"oRL" = (
/obj/docking_port/stationary{
dir = 2;
@@ -73667,25 +74078,39 @@
},
/turf/open/space/basic,
/area/space)
-"oSw" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow{
+"oTh" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue{
dir = 1
},
-/obj/effect/turf_decal/tile/yellow{
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"oTW" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"oUz" = (
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
dir = 4
},
-/obj/machinery/vending/snack/random,
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
-"oTW" = (
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/white/side{
- dir = 6
+/obj/machinery/vending/coffee,
+/turf/open/floor/plasteel/white/corner{
+ dir = 1
},
-/area/medical/medbay/aft)
+/area/medical/break_room)
"oVO" = (
/obj/machinery/airalarm{
dir = 4;
@@ -73705,17 +74130,6 @@
},
/turf/open/floor/plasteel/dark,
/area/security/warden)
-"oXP" = (
-/obj/structure/closet/crate,
-/obj/item/flashlight/pen{
- pixel_x = 4;
- pixel_y = 3
- },
-/obj/effect/spawner/lootdrop/maintenance/three,
-/turf/open/floor/plating{
- icon_state = "platingdmg1"
- },
-/area/maintenance/port/aft)
"oZg" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -73725,6 +74139,30 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"oZQ" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay Surgery B";
+ dir = 4;
+ network = list("ss13","medbay")
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/medical/surgery/room_b";
+ dir = 8;
+ name = "Surgery B APC";
+ pixel_x = -25
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_b)
"pai" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
@@ -73736,25 +74174,44 @@
/turf/open/floor/plasteel/white,
/area/science/misc_lab/range)
"pay" = (
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+/obj/structure/table/glass,
+/obj/item/clothing/gloves/color/latex,
+/obj/item/healthanalyzer,
+/obj/item/clothing/glasses/hud/health,
+/obj/item/clothing/glasses/science,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
dir = 1
},
-/obj/machinery/door/airlock/external{
- name = "Solar Maintenance";
- req_access_txt = "10; 13"
- },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"paD" = (
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/solars/port/aft)
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay Surgery A";
+ dir = 8;
+ network = list("ss13","medbay")
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/medical/surgery";
+ dir = 4;
+ name = "Surgery A APC";
+ pixel_x = 25
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
"pcn" = (
/turf/open/floor/engine,
/area/science/misc_lab/range)
-"pej" = (
-/obj/machinery/chem_heater{
- pixel_x = 4
- },
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
"peH" = (
/obj/effect/landmark/start/cook,
/obj/structure/disposalpipe/segment,
@@ -73772,6 +74229,12 @@
},
/turf/open/floor/plasteel,
/area/hydroponics)
+"plC" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"plI" = (
/obj/machinery/door/airlock/external{
req_access_txt = "13"
@@ -73792,6 +74255,11 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
+"pod" = (
+/obj/effect/mapping_helpers/dead_body_placer,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"ppz" = (
/obj/machinery/vending/boozeomat/all_access,
/obj/effect/decal/cleanable/cobweb,
@@ -73802,6 +74270,9 @@
/obj/machinery/vending/cigarette,
/turf/open/floor/plasteel,
/area/vacant_room/commissary)
+"pqM" = (
+/turf/closed/wall,
+/area/medical/break_room)
"ptP" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/light_construct{
@@ -73809,6 +74280,22 @@
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"puQ" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/machinery/chem_dispenser{
+ layer = 2.7
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"pvt" = (
/obj/effect/turf_decal/tile/yellow{
dir = 8
@@ -73816,9 +74303,14 @@
/obj/effect/turf_decal/tile/yellow{
dir = 1
},
-/obj/item/radio/intercom{
- pixel_x = -28
+/obj/machinery/power/apc{
+ acted_explosions = 2;
+ areastring = "/area/medical/chemistry";
+ name = "Chemistry APC";
+ pixel_x = -26
},
+/obj/structure/cable,
+/obj/machinery/chem_heater,
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"pvK" = (
@@ -73845,18 +74337,25 @@
/obj/structure/sign/poster/contraband/random{
pixel_y = 32
},
+/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating{
icon_state = "panelscorched"
},
/area/maintenance/port/aft)
+"pwT" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/turf/open/floor/grass,
+/area/medical/virology)
"pyi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
-/obj/machinery/camera/autoname{
- dir = 8
- },
/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/dark,
+/area/medical/medbay/central)
"pzj" = (
/obj/machinery/door/airlock/external,
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
@@ -73890,11 +74389,34 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/starboard)
+"pCY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"pDa" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/crew_quarters/toilet/auxiliary)
+"pEM" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/table/glass,
+/obj/item/clothing/glasses/blindfold,
+/obj/item/clothing/glasses/blindfold,
+/obj/item/clothing/ears/earmuffs,
+/obj/item/clothing/ears/earmuffs,
+/obj/item/clothing/glasses/eyepatch,
+/obj/item/clothing/suit/straight_jacket,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
"pER" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -73902,6 +74424,69 @@
/obj/effect/turf_decal/loading_area,
/turf/open/floor/plasteel/dark,
/area/science/nanite)
+"pGY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_c)
+"pKP" = (
+/obj/machinery/power/apc/highcap/five_k{
+ areastring = "/area/medical/virology";
+ dir = 1;
+ name = "Virology APC";
+ pixel_y = 23
+ },
+/obj/structure/cable,
+/obj/structure/rack,
+/obj/item/storage/box/beakers{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/storage/box/syringes,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"pLp" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/structure/table/glass,
+/obj/item/toy/figure/paramedic,
+/turf/open/floor/plasteel/white,
+/area/medical/paramedic)
+"pLw" = (
+/obj/machinery/iv_drip,
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
+"pLy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/closed/wall,
+/area/maintenance/aft)
+"pLU" = (
+/obj/structure/closet/crate/freezer,
+/obj/item/reagent_containers/food/drinks/soda_cans/monkey_energy,
+/obj/item/reagent_containers/food/drinks/soda_cans/monkey_energy,
+/obj/item/reagent_containers/food/drinks/soda_cans/monkey_energy,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"pMX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -73927,6 +74512,35 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/closed/wall/r_wall,
/area/maintenance/disposal/incinerator)
+"pPh" = (
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"pPi" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/structure/table/glass,
+/obj/structure/bedsheetbin,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
+"pRp" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_b)
"pSX" = (
/obj/machinery/door/airlock/external{
name = "Auxiliary Escape Airlock"
@@ -73936,6 +74550,20 @@
},
/turf/open/floor/plating,
/area/maintenance/aft/secondary)
+"pTS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"pUW" = (
+/obj/machinery/space_heater,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
"pVb" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 4
@@ -73947,6 +74575,21 @@
dir = 5
},
/area/crew_quarters/kitchen)
+"pVq" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_x = -26;
+ pixel_y = 26
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
"pYC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -74010,6 +74653,40 @@
/obj/machinery/camera/autoname,
/turf/open/floor/plasteel,
/area/security/checkpoint/engineering)
+"qby" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"qcN" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/landmark/start/medical_doctor,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"qdB" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/structure/frame/machine,
+/obj/item/circuitboard/machine/smartfridge,
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_c)
"qdT" = (
/obj/effect/turf_decal/tile/yellow{
dir = 4
@@ -74044,15 +74721,15 @@
},
/turf/open/floor/plating,
/area/maintenance/port)
-"qhK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 5
+"qif" = (
+/obj/machinery/power/apc{
+ areastring = "/area/medical/morgue";
+ dir = 4;
+ name = "Morgue APC";
+ pixel_y = 24
},
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"qit" = (
-/obj/structure/sign/poster/ripped,
-/turf/closed/wall,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
/area/medical/morgue)
"qkD" = (
/obj/effect/turf_decal/tile/green,
@@ -74062,6 +74739,14 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/hydroponics)
+"qmy" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/landmark/start/chief_medical_officer,
+/turf/open/floor/plasteel/white,
+/area/crew_quarters/heads/cmo)
"qom" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
/obj/structure/cable,
@@ -74094,21 +74779,94 @@
},
/turf/open/floor/plasteel/white,
/area/science/genetics)
+"qtU" = (
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"quB" = (
+/obj/effect/turf_decal/trimline/green/filled/corner{
+ dir = 8
+ },
+/obj/item/twohanded/required/kirbyplants/random,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"quD" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
},
-/turf/open/floor/plasteel/white/corner{
- dir = 1
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
},
-/area/medical/medbay/aft)
+/obj/item/bedsheet/medical,
+/obj/structure/bed,
+/obj/structure/curtain,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
+"quJ" = (
+/obj/effect/spawner/structure/window,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/poddoor/preopen{
+ id = "surgerya";
+ name = "privacy shutter"
+ },
+/turf/open/floor/plating,
+/area/medical/surgery)
+"qwp" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/structure/chair/sofa/left{
+ dir = 8
+ },
+/obj/item/radio/intercom{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/paramedic)
"qxe" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
},
/turf/open/floor/plasteel,
/area/engine/break_room)
+"qxh" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"qxn" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"qyH" = (
/obj/machinery/vending/assist,
/obj/effect/turf_decal/stripes/line{
@@ -74117,10 +74875,6 @@
/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"qzx" = (
-/obj/structure/closet/secure_closet/personal/patient,
-/turf/open/floor/plasteel/white/side,
-/area/medical/medbay/aft)
"qAO" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -74128,6 +74882,14 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/port)
+"qAX" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/effect/landmark/xeno_spawn,
+/turf/open/floor/grass,
+/area/medical/virology)
"qBh" = (
/obj/structure/table,
/obj/item/paicard,
@@ -74153,6 +74915,35 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/closed/wall,
/area/vacant_room/commissary)
+"qEU" = (
+/obj/structure/cable,
+/obj/machinery/door/airlock/virology/glass{
+ name = "Isolation A";
+ req_access_txt = "39"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"qFk" = (
+/obj/structure/rack,
+/obj/item/book/manual/wiki/infections{
+ pixel_y = 7
+ },
+/obj/item/reagent_containers/syringe/antiviral,
+/obj/item/reagent_containers/dropper,
+/obj/item/reagent_containers/spray/cleaner,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"qGP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/tile/blue{
@@ -74182,9 +74973,6 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
-"qJB" = (
-/turf/closed/wall/r_wall,
-/area/maintenance/solars/port/aft)
"qLf" = (
/obj/structure/table/wood,
/obj/item/storage/photo_album/library,
@@ -74224,6 +75012,11 @@
dir = 5
},
/area/crew_quarters/kitchen)
+"qQw" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"qRr" = (
/obj/machinery/flasher/portable,
/obj/machinery/light/small{
@@ -74244,12 +75037,32 @@
},
/turf/open/floor/plasteel/dark,
/area/security/warden)
-"qUR" = (
-/obj/machinery/light/small{
- dir = 8
+"qTc" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
},
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"qTL" = (
+/obj/structure/flora/ausbushes/lavendergrass,
+/obj/item/reagent_containers/food/snacks/grown/banana,
+/turf/open/floor/grass,
+/area/medical/virology)
+"qUR" = (
+/obj/effect/turf_decal/loading_area,
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
"qVp" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_pump/on{
@@ -74266,16 +75079,10 @@
/turf/open/floor/plating,
/area/maintenance/aft/secondary)
"qZf" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 28;
- pixel_y = 5
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"qZU" = (
/obj/structure/table,
/obj/item/paper_bin{
@@ -74307,48 +75114,54 @@
/turf/open/floor/plasteel,
/area/security/prison)
"rdB" = (
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
+/obj/structure/table/reinforced,
+/obj/item/paper_bin{
+ pixel_x = 6;
+ pixel_y = 4
+ },
+/obj/item/paper/guides/jobs/medical/morgue{
+ pixel_x = -4
+ },
+/obj/machinery/light/small{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
+"ren" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
+/obj/effect/landmark/event_spawn,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"reI" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"rhZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/plasteel/white/side{
- dir = 4
- },
-/area/medical/medbay/aft)
+"rgD" = (
+/obj/structure/lattice,
+/turf/closed/wall/r_wall,
+/area/medical/virology)
"rig" = (
/turf/open/floor/plasteel,
/area/maintenance/port/aft)
-"riD" = (
-/turf/closed/wall/r_wall,
-/area/hallway/primary/aft)
"riP" = (
-/obj/machinery/door/firedoor,
+/obj/structure/chair/office{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"rmY" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/door/airlock/grunge{
- name = "Morgue";
- req_access_txt = "6"
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"roZ" = (
/obj/machinery/computer/secure_data{
dir = 4
@@ -74361,6 +75174,17 @@
},
/turf/open/floor/plasteel/showroomfloor,
/area/security/warden)
+"rpL" = (
+/obj/machinery/door/airlock/external{
+ name = "Solar Maintenance";
+ req_access_txt = "10; 13"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/maintenance/solars/port/aft)
"rqO" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/door/firedoor,
@@ -74379,6 +75203,17 @@
"rrB" = (
/turf/closed/wall,
/area/vacant_room/commissary)
+"rtp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"rtQ" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"rtW" = (
/obj/structure/table/wood,
/obj/item/folder/white{
@@ -74391,6 +75226,37 @@
},
/turf/open/floor/wood,
/area/vacant_room/office)
+"rue" = (
+/obj/effect/turf_decal/bot,
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
+"ruu" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
+"ruD" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/plasteel/white,
+/area/security/checkpoint/medical)
+"rvk" = (
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/medbay/central)
"rxn" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -74403,6 +75269,29 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
+"ryi" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"ryn" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"ryw" = (
/obj/structure/cable,
/turf/open/floor/plating,
@@ -74434,6 +75323,10 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
+"rFa" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"rFZ" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
dir = 1
@@ -74457,9 +75350,41 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/security/checkpoint/engineering)
+"rGW" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"rHA" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"rJm" = (
+/obj/structure/cable,
+/obj/structure/table/glass,
+/obj/item/reagent_containers/glass/beaker,
+/obj/item/reagent_containers/syringe,
+/obj/item/reagent_containers/dropper,
+/obj/machinery/camera{
+ c_tag = "Virology Isolation B";
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"rJv" = (
/turf/open/floor/plating,
/area/hallway/primary/port)
+"rKS" = (
+/turf/closed/wall,
+/area/medical/surgery/room_c)
"rLg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/obj/effect/turf_decal/tile/yellow{
@@ -74470,30 +75395,28 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/starboard)
-"rLL" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
"rMb" = (
-/obj/item/cigbutt,
-/turf/open/floor/plating{
- icon_state = "platingdmg1"
- },
-/area/maintenance/port/aft)
-"rMg" = (
-/obj/item/clothing/gloves/color/latex/nitrile,
+/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/rack,
-/obj/item/clothing/suit/toggle/labcoat,
-/obj/item/clothing/suit/apron/surgical,
-/obj/item/clothing/mask/surgical,
-/obj/item/clothing/mask/breath/medical,
-/turf/open/floor/plating{
- icon_state = "platingdmg2"
+/obj/item/roller,
+/obj/item/roller,
+/obj/item/toy/figure/md,
+/obj/structure/sign/poster/contraband/random{
+ pixel_y = 32
},
-/area/maintenance/port/aft)
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
+"rMg" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/box/white{
+ color = "#52B4E9"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_c)
+"rNZ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
"rOP" = (
/obj/structure/sign/poster/official/random,
/turf/closed/wall,
@@ -74514,10 +75437,40 @@
},
/turf/open/floor/plasteel,
/area/security/main)
+"rQQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"rRk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"rSL" = (
/obj/machinery/vending/snack/random,
/turf/open/floor/plasteel,
/area/maintenance/department/science)
+"rTl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/structure/closet/l3closet,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"rTC" = (
/obj/structure/table/glass,
/obj/item/reagent_containers/dropper,
@@ -74552,7 +75505,13 @@
dir = 10
},
/obj/structure/cable,
-/turf/open/floor/plasteel,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
/area/security/checkpoint/medical)
"rWg" = (
/obj/effect/turf_decal/tile/yellow{
@@ -74564,6 +75523,13 @@
/obj/structure/cable,
/turf/open/floor/plasteel/dark/corner,
/area/engine/storage_shared)
+"rXb" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/box/white{
+ color = "#52B4E9"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/paramedic)
"rYC" = (
/turf/open/floor/plating{
icon_state = "platingdmg2"
@@ -74579,6 +75545,29 @@
},
/turf/open/floor/plasteel,
/area/engine/break_room)
+"rZw" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"sad" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"sao" = (
/obj/effect/turf_decal/tile/yellow{
dir = 8
@@ -74602,6 +75591,28 @@
dir = 1
},
/area/engine/storage_shared)
+"saC" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Medbay Maintenance";
+ req_access_txt = "5"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"saV" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/trimline/blue/filled/warning,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"scY" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating,
+/area/medical/virology)
"sdi" = (
/obj/structure/window/reinforced{
dir = 1;
@@ -74625,11 +75636,27 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
-"sfI" = (
-/turf/open/floor/plasteel/white/side{
+"sdU" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
dir = 5
},
-/area/medical/medbay/aft)
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"seP" = (
+/turf/closed/wall,
+/area/medical/patients_rooms)
+"sfD" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/grass,
+/area/medical/virology)
+"sfI" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"sfQ" = (
/obj/structure/closet,
/obj/item/extinguisher,
@@ -74682,36 +75709,28 @@
/obj/structure/closet/crate,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"smJ" = (
-/obj/structure/table,
-/obj/item/retractor,
-/obj/item/hemostat,
-/obj/item/healthanalyzer,
-/obj/item/clothing/glasses/eyepatch,
-/obj/item/reagent_containers/food/drinks/bottle/vodka{
- pixel_x = 3;
- pixel_y = 2
- },
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
-/area/maintenance/port/aft)
-"snq" = (
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
+"sme" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/structure/chair/office/light{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
+/turf/open/floor/plasteel/white,
+/area/medical/cryo)
+"smJ" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
},
-/obj/machinery/camera/autoname{
- dir = 1
+/obj/machinery/light{
+ dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"snr" = (
-/obj/structure/sign/warning/biohazard,
-/turf/closed/wall,
+/area/medical/surgery/room_c)
+"snq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
/area/medical/morgue)
"snF" = (
/obj/structure/chair,
@@ -74719,18 +75738,22 @@
/turf/open/floor/plasteel,
/area/security/brig)
"sof" = (
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/obj/structure/chair{
+ dir = 1
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
"spa" = (
/obj/effect/turf_decal/tile/yellow{
- dir = 8
+ dir = 1
},
/obj/effect/turf_decal/tile/yellow{
- dir = 1
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Chemistry West";
+ dir = 4;
+ network = list("ss13","medbay")
},
/obj/machinery/light{
dir = 8
@@ -74738,11 +75761,22 @@
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
"sqe" = (
-/obj/structure/sign/poster/official/random{
- pixel_y = -32
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/structure/rack,
+/obj/item/tank/internals/anesthetic,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/medical/abandoned)
+"sqr" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/cable,
+/obj/machinery/door/poddoor/preopen{
+ id = "medsecprivacy";
+ name = "privacy shutter"
},
/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/area/security/checkpoint/medical)
"sqL" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
@@ -74750,23 +75784,103 @@
},
/turf/open/floor/plating,
/area/maintenance/aft/secondary)
+"sqV" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/machinery/chem_master,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"sqZ" = (
+/obj/effect/turf_decal/delivery,
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/minor/kittyears_or_rabbitears,
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
+"srE" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"srH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"sst" = (
+/obj/machinery/door/airlock/medical/glass{
+ name = "Surgery C";
+ req_access_txt = "45"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_c)
+"suP" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"svg" = (
/obj/structure/lattice,
/obj/structure/girder/reinforced,
/turf/open/space/basic,
/area/space/nearstation)
-"swO" = (
-/obj/effect/turf_decal/tile/blue{
+"svh" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 1
},
-/turf/closed/wall,
-/area/medical/medbay/aft)
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"swf" = (
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"sxS" = (
+/obj/machinery/door/airlock/maintenance{
+ req_one_access_txt = "12;5;39"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"szA" = (
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/floor/plasteel/white,
/area/science/misc_lab/range)
+"sAk" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"sEG" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
@@ -74788,6 +75902,12 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/solars/starboard/fore)
+"sIi" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_b)
"sIA" = (
/obj/machinery/door/airlock/external{
name = "Transport Airlock"
@@ -74852,13 +75972,56 @@
/obj/machinery/meter,
/turf/open/floor/engine,
/area/engine/engineering)
+"sVa" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/hallway/primary/aft)
"sWX" = (
/obj/machinery/door/airlock/maintenance{
name = "Chemistry Maintenance";
- req_access_txt = "5; 69"
+ req_access_txt = "33"
},
/turf/open/floor/plating,
/area/maintenance/department/medical/central)
+"sYH" = (
+/turf/closed/wall/r_wall,
+/area/medical/medbay/central)
+"sZl" = (
+/obj/structure/table/glass,
+/obj/item/hand_labeler,
+/obj/item/radio/headset/headset_med,
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/item/radio/intercom{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"sZw" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/storage)
+"taf" = (
+/obj/structure/cable,
+/obj/machinery/door/airlock/virology/glass{
+ name = "Containment Cells";
+ req_access_txt = "39"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"tay" = (
/turf/closed/wall,
/area/medical/medbay/central)
@@ -74909,6 +76072,28 @@
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
+"tgQ" = (
+/obj/structure/sink/puddle,
+/obj/structure/flora/junglebush/large{
+ pixel_y = 0
+ },
+/obj/structure/cable,
+/turf/open/floor/grass,
+/area/medical/virology)
+"tjc" = (
+/obj/structure/table/glass,
+/obj/machinery/reagentgrinder{
+ pixel_y = 8
+ },
+/obj/item/toy/figure/virologist{
+ pixel_x = -8
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"tjt" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -74945,6 +76130,14 @@
},
/turf/open/space/basic,
/area/space)
+"tqi" = (
+/obj/effect/spawner/structure/window,
+/obj/machinery/door/poddoor/preopen{
+ id = "surgerya";
+ name = "privacy shutter"
+ },
+/turf/open/floor/plating,
+/area/medical/surgery)
"tqI" = (
/turf/closed/wall,
/area/engine/break_room)
@@ -74967,6 +76160,14 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/starboard)
+"tsL" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chem_lockdown";
+ name = "Chemistry shutters"
+ },
+/obj/effect/spawner/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/medical/chemistry)
"tsU" = (
/obj/machinery/door/airlock/maintenance{
name = "Storage Room";
@@ -74978,6 +76179,20 @@
},
/turf/open/floor/plating,
/area/maintenance/aft/secondary)
+"tto" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"tvV" = (
+/obj/structure/disposalpipe/sorting/mail/flip{
+ sortType = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"twp" = (
/obj/effect/turf_decal/tile/yellow,
/obj/effect/turf_decal/tile/yellow{
@@ -74995,6 +76210,34 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/secondary/entry)
+"tyz" = (
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = 12
+ },
+/obj/structure/toilet{
+ pixel_y = 8
+ },
+/obj/structure/light_construct/small,
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"tyZ" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/trimline/blue/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"tBJ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/structure/disposalpipe/junction/flip{
+ dir = 2
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"tCe" = (
/obj/machinery/light/small{
dir = 8
@@ -75003,6 +76246,16 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
+"tCi" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"tCB" = (
/obj/structure/closet/secure_closet/bar{
pixel_x = -3;
@@ -75024,11 +76277,12 @@
/turf/open/floor/engine,
/area/engine/supermatter)
"tFJ" = (
-/obj/structure/bodycontainer/morgue{
+/obj/structure/disposalpipe/trunk{
dir = 8
},
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/obj/machinery/disposal/bin,
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
"tGe" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on,
/turf/open/floor/plasteel,
@@ -75039,18 +76293,34 @@
/turf/open/floor/plasteel/dark,
/area/engine/engineering)
"tNc" = (
-/obj/structure/table/glass,
-/obj/item/healthanalyzer{
- pixel_x = 1;
- pixel_y = 4
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
},
/obj/item/radio/intercom{
- pixel_y = -28
+ pixel_y = -26
},
-/turf/open/floor/plasteel/white/side{
+/obj/structure/closet/secure_closet/personal/patient,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
+"tNJ" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
dir = 1
},
-/area/medical/medbay/aft)
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/door/airlock/medical/glass{
+ name = "Cryogenics";
+ req_access_txt = "5"
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
"tOc" = (
/obj/structure/table/wood,
/turf/open/floor/wood,
@@ -75060,6 +76330,16 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/crew_quarters/locker)
+"tQf" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"tQN" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -75075,10 +76355,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/hydroponics)
-"tRK" = (
-/obj/structure/sign/warning/biohazard,
-/turf/closed/wall,
-/area/medical/chemistry)
"tSO" = (
/obj/structure/sign/poster/contraband/random{
pixel_x = 32
@@ -75087,12 +76363,6 @@
icon_state = "platingdmg1"
},
/area/maintenance/port/aft)
-"tTj" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/medical/chemistry)
"tTw" = (
/obj/structure/chair/stool,
/obj/effect/decal/cleanable/vomit/old,
@@ -75107,6 +76377,27 @@
/obj/machinery/air_sensor/atmos/toxins_mixing_tank,
/turf/open/floor/engine/vacuum,
/area/science/mixing/chamber)
+"tYi" = (
+/obj/machinery/vending/wardrobe/viro_wardrobe,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/item/radio/intercom{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"tYD" = (
+/obj/structure/window/reinforced/tinted{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"tYS" = (
/obj/machinery/hydroponics/constructable,
/obj/effect/turf_decal/stripes/line{
@@ -75122,6 +76413,30 @@
/obj/structure/cable,
/turf/open/floor/plasteel/white,
/area/science/xenobiology)
+"ubj" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"ubW" = (
+/obj/structure/flora/ausbushes/sparsegrass,
+/mob/living/carbon/monkey,
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/grass,
+/area/medical/virology)
+"ueg" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/effect/landmark/xeno_spawn,
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
"uet" = (
/obj/item/bot_assembly/floorbot{
created_name = "FloorDiffBot";
@@ -75130,6 +76445,54 @@
},
/turf/open/floor/wood,
/area/maintenance/port/aft)
+"ugf" = (
+/obj/structure/table/optable,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_b)
+"ugk" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 5
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay Surgery C";
+ dir = 4;
+ network = list("ss13","medbay")
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/medical/surgery/room_c";
+ dir = 8;
+ name = "Surgery C APC";
+ pixel_x = -25
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_c)
+"uiN" = (
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"uiO" = (
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
"ulz" = (
/obj/machinery/door/airlock/maintenance{
name = "Storage Room";
@@ -75139,6 +76502,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/maintenance/aft/secondary)
+"unp" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/structure/sign/poster/ripped{
+ pixel_y = -32
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"uow" = (
/obj/machinery/vending/coffee,
/obj/effect/turf_decal/bot,
@@ -75150,11 +76521,11 @@
},
/turf/open/floor/plasteel/dark,
/area/engine/break_room)
-"uqB" = (
-/obj/machinery/space_heater,
-/turf/open/floor/plating{
- icon_state = "panelscorched"
- },
+"upQ" = (
+/obj/effect/turf_decal/delivery,
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/turf/open/floor/plasteel,
/area/maintenance/port/aft)
"urv" = (
/turf/closed/wall/mineral/plastitanium,
@@ -75191,14 +76562,39 @@
/area/engine/break_room)
"uzf" = (
/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 8
+ },
/turf/open/floor/plasteel/white,
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
+"uzM" = (
+/obj/structure/sign/poster/contraband/busty_backdoor_xeno_babes_6{
+ pixel_x = 32
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"uAL" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/structure/light_construct{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
"uEH" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plating,
/area/engine/storage_shared)
+"uFb" = (
+/obj/structure/cable,
+/turf/open/floor/grass,
+/area/medical/virology)
"uGa" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -75220,11 +76616,48 @@
},
/turf/open/floor/plasteel,
/area/maintenance/department/science)
+"uHp" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
"uHM" = (
/turf/open/floor/plating{
icon_state = "panelscorched"
},
/area/maintenance/aft/secondary)
+"uJl" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/dark,
+/area/medical/medbay/central)
+"uLp" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay Cold Room";
+ dir = 4;
+ network = list("ss13","medbay")
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/medical/coldroom";
+ dir = 8;
+ name = "Medical Freezer APC";
+ pixel_x = -25
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
+/area/medical/coldroom)
"uLY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/stripes/line{
@@ -75276,11 +76709,52 @@
},
/turf/open/floor/plasteel/white,
/area/science/research)
+"uSw" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/airalarm{
+ dir = 4;
+ pixel_x = -22
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
+"uTI" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/yellow,
+/turf/closed/wall,
+/area/medical/morgue)
+"uWc" = (
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_c)
+"uWm" = (
+/obj/structure/flora/rock/jungle,
+/turf/open/floor/grass,
+/area/medical/virology)
"uYd" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/maintenance/two,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/item/stack/cable_coil/five,
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
"uYk" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -75295,6 +76769,18 @@
},
/turf/open/floor/plasteel/white,
/area/science/misc_lab/range)
+"uYE" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"uYL" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/chair{
@@ -75310,17 +76796,19 @@
/obj/structure/cable,
/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
/area/crew_quarters/kitchen/coldroom)
-"vej" = (
-/obj/machinery/camera{
- c_tag = "Morgue";
- dir = 4;
- network = list("ss13","medbay")
+"veU" = (
+/obj/machinery/photocopier,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
},
-/obj/machinery/light/small{
- dir = 8
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/office)
"vgd" = (
/obj/item/taperecorder,
/obj/item/camera,
@@ -75331,9 +76819,16 @@
/turf/open/floor/engine/cult,
/area/library)
"vhx" = (
+/obj/machinery/computer/pandemic,
/obj/structure/cable,
-/turf/open/floor/plating,
-/area/maintenance/solars/port/aft)
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"vhG" = (
/obj/structure/table/glass,
/obj/machinery/camera/autoname{
@@ -75341,6 +76836,34 @@
},
/turf/open/floor/plasteel,
/area/maintenance/department/science)
+"viE" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"vjc" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/machinery/airalarm{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"vkR" = (
+/obj/machinery/door/poddoor/preopen{
+ id = "medbreakroom";
+ name = "privacy shutter"
+ },
+/obj/effect/spawner/structure/window/reinforced/tinted,
+/turf/open/floor/plating,
+/area/medical/break_room)
"vml" = (
/obj/machinery/door/window/westleft{
name = "monkey pen";
@@ -75358,6 +76881,16 @@
/obj/structure/cable,
/turf/closed/wall/r_wall,
/area/ai_monitored/turret_protected/ai)
+"vnZ" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
"voX" = (
/obj/machinery/vending/tool,
/obj/effect/turf_decal/delivery,
@@ -75381,10 +76914,59 @@
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
+"vrI" = (
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/structure/sign/poster/official/cleanliness{
+ pixel_x = -32
+ },
+/obj/structure/sink{
+ pixel_y = 22
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"vrW" = (
/obj/structure/grille,
/turf/open/space/basic,
/area/space/nearstation)
+"vsn" = (
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/button/door{
+ id = "surgerya";
+ name = "Privacy Shutters Control";
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
+"vug" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/green,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27;
+ pixel_y = 29
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"vuY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -75395,6 +76977,29 @@
dir = 5
},
/area/crew_quarters/kitchen)
+"vvb" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ id = "chem_lockdown";
+ name = "chemistry lockdown control";
+ pixel_x = 26;
+ pixel_y = 26;
+ req_access_txt = "5; 69"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 26;
+ pixel_y = 38
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"vwi" = (
/obj/structure/girder,
/obj/structure/grille,
@@ -75404,6 +77009,13 @@
"vxU" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "chem_lockdown";
+ name = "Chemistry shutters"
+ },
/turf/open/floor/plating,
/area/medical/chemistry)
"vyS" = (
@@ -75411,6 +77023,10 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plating,
/area/engine/storage_shared)
+"vzK" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"vzO" = (
/obj/effect/turf_decal/tile/yellow{
dir = 8
@@ -75444,10 +77060,27 @@
icon_state = "platingdmg1"
},
/area/maintenance/aft/secondary)
+"vCd" = (
+/obj/structure/rack,
+/obj/item/reagent_containers/glass/bucket,
+/obj/item/mop,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/aft)
"vDb" = (
/obj/item/twohanded/required/kirbyplants/random,
/turf/open/floor/wood,
/area/maintenance/port/aft)
+"vDg" = (
+/obj/structure/disposaloutlet{
+ desc = "An outlet for the pneumatic disposal system. This one seems designed for rapid corpse disposal.";
+ dir = 8;
+ name = "rapid corpse mover 9000"
+ },
+/obj/structure/window/reinforced,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"vFS" = (
/obj/structure/table,
/obj/effect/turf_decal/tile/red{
@@ -75470,6 +77103,26 @@
},
/turf/open/floor/plasteel,
/area/security/checkpoint/engineering)
+"vGs" = (
+/obj/item/twohanded/broom,
+/obj/structure/closet{
+ name = "janitorial supplies"
+ },
+/obj/item/reagent_containers/spray/cleaner,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
+"vGw" = (
+/obj/structure/cable,
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/sorting/mail{
+ dir = 4;
+ sortType = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"vHP" = (
/obj/machinery/vending/cigarette,
/obj/effect/turf_decal/stripes/line{
@@ -75499,17 +77152,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
-"vKU" = (
-/obj/machinery/door/firedoor,
-/obj/machinery/door/airlock/medical{
- name = "Observation";
- req_one_access_txt = "5"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/medical/surgery)
"vLs" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/tile/neutral,
@@ -75523,10 +77165,59 @@
/obj/structure/lattice,
/turf/open/space/basic,
/area/space)
-"vQD" = (
-/obj/structure/sign/warning/electricshock,
-/turf/closed/wall/r_wall,
-/area/medical/chemistry)
+"vLX" = (
+/obj/structure/closet/crate/necropolis{
+ desc = "Presumably placed here by top men.";
+ name = "\improper Ark of the Covenant"
+ },
+/mob/living/simple_animal/pet/dog/corgi{
+ desc = "Make sure you give him plenty of bellyrubs, or he'll melt your skin off.";
+ name = "\improper Keeper of the Ark"
+ },
+/obj/item/toy/clockwork_watch{
+ desc = "An ancient piece of machinery, made from an unknown metal by an unknown maker.";
+ name = "\improper Ancient Relic"
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"vNJ" = (
+/obj/structure/cable,
+/obj/machinery/door/airlock/virology/glass{
+ name = "Virology Access";
+ req_access_txt = "39"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"vOs" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/yellow/filled/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"vOC" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"vQP" = (
/obj/structure/table,
/obj/item/storage/firstaid/regular,
@@ -75536,6 +77227,25 @@
},
/turf/open/floor/plasteel/white,
/area/science/misc_lab/range)
+"vTd" = (
+/obj/machinery/door/airlock/medical/glass{
+ name = "Medical Freezer";
+ req_access_txt = "5"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
"vTD" = (
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
@@ -75566,14 +77276,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
-"vXt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/effect/decal/cleanable/oil,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
-/area/maintenance/port/aft)
"waj" = (
/obj/effect/turf_decal/tile/yellow{
dir = 4
@@ -75586,14 +77288,21 @@
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
-"wdc" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
+"wbF" = (
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
},
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+/obj/effect/turf_decal/tile/yellow{
dir = 8
},
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"wdc" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/port/aft)
"wdq" = (
@@ -75624,6 +77333,10 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/carpet/green,
/area/maintenance/port/aft)
+"wfA" = (
+/obj/effect/turf_decal/trimline/blue/filled/corner,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
"wgD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -75645,12 +77358,28 @@
/turf/open/floor/plasteel,
/area/hallway/primary/central)
"wgZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
-/area/maintenance/port/aft)
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/camera{
+ c_tag = "Medbay Ward";
+ dir = 4;
+ network = list("ss13","medbay")
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/item/radio/intercom{
+ pixel_x = -26
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
"wij" = (
/obj/effect/turf_decal/tile/yellow{
dir = 8
@@ -75668,18 +77397,16 @@
},
/turf/open/floor/plating,
/area/security/prison)
-"wkM" = (
-/obj/structure/rack,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/reagent_containers/glass/bucket,
-/obj/item/mop,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/port/aft)
"wmt" = (
/obj/effect/decal/cleanable/food/flour,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"wni" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"woz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
@@ -75700,9 +77427,59 @@
},
/turf/open/floor/plasteel,
/area/crew_quarters/bar)
+"wps" = (
+/obj/machinery/door/airlock/medical/glass{
+ name = "Surgery A";
+ req_access_txt = "45"
+ },
+/obj/structure/cable,
+/obj/machinery/door/firedoor,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
+"wsO" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"wtn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"wtq" = (
/turf/closed/wall,
/area/maintenance/aft/secondary)
+"wtW" = (
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
+"wuc" = (
+/obj/structure/cable,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"wxc" = (
/obj/machinery/door/airlock/external{
name = "Atmospherics External Airlock";
@@ -75725,15 +77502,44 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/hallway/primary/port)
-"wyn" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = -12;
+"wxm" = (
+/obj/effect/turf_decal/tile/yellow,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/item/reagent_containers/glass/beaker{
+ pixel_x = 8;
pixel_y = 2
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
-/area/maintenance/port/aft)
+/obj/item/reagent_containers/glass/beaker/large,
+/obj/item/reagent_containers/dropper,
+/obj/item/reagent_containers/glass/bottle/epinephrine{
+ pixel_x = -4;
+ pixel_y = 12
+ },
+/obj/item/reagent_containers/glass/bottle/multiver{
+ pixel_x = 7;
+ pixel_y = 12
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
+"wyn" = (
+/obj/structure/table/optable,
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/obj/item/wrench/medical,
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_c)
"wyV" = (
/obj/machinery/holopad,
/turf/open/floor/plasteel/cafeteria{
@@ -75754,22 +77560,6 @@
},
/turf/open/floor/plasteel/white,
/area/medical/medbay/central)
-"wAn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow,
-/turf/open/floor/plasteel/dark,
-/area/medical/morgue)
"wBp" = (
/obj/effect/turf_decal/stripes/line,
/obj/structure/cable,
@@ -75778,29 +77568,27 @@
},
/turf/open/floor/plating,
/area/maintenance/port)
-"wDc" = (
-/obj/effect/turf_decal/tile/yellow,
-/obj/effect/turf_decal/tile/yellow{
+"wCa" = (
+/obj/structure/bodycontainer/morgue,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
},
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/light{
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
+"wEy" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/disposalpipe/segment{
dir = 4
},
/turf/open/floor/plasteel/white,
-/area/medical/chemistry)
-"wDN" = (
-/obj/structure/closet/secure_closet/personal/patient,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
- },
-/turf/open/floor/plasteel/white/corner{
- dir = 8
- },
-/area/medical/medbay/aft)
+/area/medical/medbay/central)
+"wFB" = (
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
"wFH" = (
/obj/effect/landmark/blobstart,
/obj/structure/cable,
@@ -75820,6 +77608,13 @@
/obj/machinery/atmospherics/pipe/simple/orange/visible,
/turf/closed/wall/r_wall,
/area/engine/engineering)
+"wHj" = (
+/obj/structure/flora/junglebush/c,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/grass,
+/area/medical/virology)
"wIh" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/stripes/corner{
@@ -75832,20 +77627,60 @@
/obj/effect/turf_decal/stripes/line,
/turf/closed/wall,
/area/science/misc_lab/range)
-"wMh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
+"wNt" = (
+/obj/effect/turf_decal/tile/yellow{
dir = 1
},
-/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
/turf/open/floor/plasteel/white,
-/area/medical/sleeper)
+/area/medical/chemistry)
+"wOc" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 1
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/junction/flip{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"wOm" = (
+/obj/structure/table/glass,
+/obj/structure/reagent_dispensers/virusfood{
+ pixel_x = -32
+ },
+/obj/machinery/requests_console{
+ department = "Virology";
+ name = "Virology Requests Console";
+ pixel_y = -32;
+ receive_ore_updates = 1
+ },
+/obj/item/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/folder/white{
+ pixel_x = 4;
+ pixel_y = -3
+ },
+/obj/item/pen/red,
+/obj/item/stack/sheet/mineral/plasma,
+/obj/item/stack/sheet/mineral/plasma,
+/obj/item/stack/sheet/mineral/plasma,
+/obj/effect/turf_decal/tile/green{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/green{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/green,
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"wOn" = (
/turf/open/floor/carpet/green,
/area/maintenance/port/aft)
@@ -75871,6 +77706,18 @@
/obj/structure/fans/tiny/invisible,
/turf/open/space/basic,
/area/space)
+"wQy" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/item/radio/intercom{
+ pixel_y = 21
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery)
"wQA" = (
/turf/closed/wall/r_wall,
/area/science/mixing/chamber)
@@ -75891,12 +77738,58 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/maintenance/department/science)
+"wSW" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/closed/wall,
+/area/medical/sleeper)
"wVo" = (
/obj/structure/cable,
/turf/open/floor/plating{
icon_state = "platingdmg2"
},
/area/maintenance/port)
+"wWj" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Morgue Maintenance";
+ req_access_txt = "6"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/turf/open/floor/plating{
+ icon_state = "panelscorched"
+ },
+/area/maintenance/aft)
+"wWt" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/closet/secure_closet/personal/patient,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
+"wYb" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"wYq" = (
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/wood,
@@ -75911,11 +77804,64 @@
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/hallway/primary/port)
+"xdB" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/chemistry)
"xdW" = (
/obj/machinery/vending/wardrobe/jani_wardrobe,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
/turf/open/floor/plasteel,
/area/janitor)
+"xel" = (
+/obj/structure/table/reinforced,
+/obj/item/storage/backpack/duffelbag/med/surgery,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/button/door{
+ id = "surgeryb";
+ name = "Privacy Shutters Control";
+ pixel_y = -26
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/surgery/room_b)
+"xeT" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/blue/filled/corner,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
+"xfo" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/camera{
+ c_tag = "Medbay Main Hallway- South";
+ dir = 4;
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
+"xfr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
"xfP" = (
/obj/structure/window/reinforced{
dir = 1;
@@ -75946,6 +77892,13 @@
/obj/machinery/light,
/turf/open/floor/plasteel/white,
/area/medical/pharmacy)
+"xhc" = (
+/obj/effect/turf_decal/trimline/blue/filled/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel/white,
+/area/medical/sleeper)
"xjc" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 1
@@ -75953,6 +77906,26 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
/area/security/brig)
+"xmf" = (
+/obj/structure/table/glass,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/cell_charger,
+/turf/open/floor/plasteel/white/side{
+ dir = 9
+ },
+/area/medical/sleeper)
"xop" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
dir = 4
@@ -75981,6 +77954,12 @@
},
/turf/open/floor/plasteel,
/area/hallway/primary/port)
+"xpZ" = (
+/turf/closed/wall,
+/area/medical/abandoned)
+"xrj" = (
+/turf/closed/wall,
+/area/medical/paramedic)
"xse" = (
/obj/machinery/door/airlock/external{
name = "Solar Maintenance";
@@ -75992,6 +77971,10 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/solars/starboard/aft)
+"xsx" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
"xuA" = (
/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/plating,
@@ -76000,6 +77983,14 @@
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
+"xvo" = (
+/obj/machinery/door/airlock/maintenance{
+ name = "Gamer Lair";
+ req_one_access_txt = "12;27"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"xwG" = (
/obj/machinery/door/airlock/maintenance{
name = "Library Maintenance";
@@ -76026,10 +78017,18 @@
/turf/open/floor/plasteel,
/area/engine/break_room)
"xyV" = (
-/turf/open/floor/plasteel/white/side{
- dir = 8
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
},
-/area/medical/medbay/aft)
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/item/bedsheet/medical,
+/obj/structure/bed,
+/obj/structure/curtain,
+/turf/open/floor/plasteel/white,
+/area/medical/patients_rooms)
"xzi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
dir = 4
@@ -76048,6 +78047,30 @@
/obj/structure/cable,
/turf/open/floor/plasteel,
/area/maintenance/department/science)
+"xBk" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/closet,
+/obj/item/surgicaldrill,
+/obj/machinery/airalarm{
+ dir = 1;
+ pixel_y = -22
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/abandoned)
+"xCg" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/kitchen_coldroom/freezerfloor,
+/area/medical/coldroom)
"xDR" = (
/obj/structure/cable,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
@@ -76086,12 +78109,32 @@
icon_state = "platingdmg1"
},
/area/maintenance/aft/secondary)
+"xNe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/structure/cable,
+/obj/effect/turf_decal/box/white{
+ color = "#52B4E9"
+ },
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/white,
+/area/medical/cryo)
"xNX" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 1
},
/turf/open/floor/plasteel/white,
/area/medical/chemistry)
+"xOf" = (
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"xVb" = (
+/obj/structure/cable,
+/obj/machinery/power/solar{
+ id = "aftport";
+ name = "Aft-Port Solar Array"
+ },
+/turf/open/floor/plasteel/airless/solarpanel,
+/area/solar/port/aft)
"xVl" = (
/turf/closed/wall,
/area/hallway/secondary/service)
@@ -76124,14 +78167,40 @@
/obj/structure/cable,
/turf/open/floor/wood,
/area/vacant_room/office)
-"xXq" = (
-/obj/machinery/requests_console{
- department = "Medbay";
- departmentType = 1;
- name = "Medbay RC"
+"xXL" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
-/turf/closed/wall,
-/area/medical/storage)
+/turf/open/floor/plasteel/dark,
+/area/medical/morgue)
+"xXZ" = (
+/obj/structure/chair/comfy{
+ dir = 1
+ },
+/obj/item/clothing/suit/nerdshirt,
+/obj/item/clothing/head/fedora,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
+"xYY" = (
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/plasteel/white,
+/area/medical/office)
+"yaN" = (
+/obj/effect/turf_decal/delivery,
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/costume,
+/turf/open/floor/plasteel,
+/area/maintenance/port/aft)
"ybh" = (
/obj/structure/light_construct{
dir = 4
@@ -76183,6 +78252,23 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
+"yfG" = (
+/obj/machinery/computer/arcade/orion_trail{
+ desc = "For gamers only. Casuals need not apply.";
+ icon_screen = "library";
+ icon_state = "oldcomp";
+ name = "Gamer Computer"
+ },
+/obj/structure/sign/poster/contraband/lusty_xenomorph{
+ pixel_x = -32
+ },
+/obj/item/toy/katana{
+ desc = "As seen in your favourite Japanese cartoon.";
+ name = "anime katana"
+ },
+/obj/structure/table/wood,
+/turf/open/floor/plating,
+/area/maintenance/port/aft)
"yfM" = (
/obj/machinery/vending/engivend,
/obj/effect/turf_decal/delivery,
@@ -76200,6 +78286,18 @@
},
/turf/open/floor/engine,
/area/science/misc_lab/range)
+"yhM" = (
+/obj/effect/turf_decal/tile/green,
+/obj/effect/turf_decal/tile/green{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/medical/virology)
+"ylE" = (
+/obj/effect/turf_decal/trimline/blue/filled/corner,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/white,
+/area/medical/medbay/central)
(1,1,1) = {"
aaa
@@ -85374,7 +87472,7 @@ aaa
aaa
aaa
aaa
-aac
+aaa
aaa
aaa
aaa
@@ -86654,21 +88752,21 @@ aaa
aaa
aaa
aaa
-anT
-aai
-anT
-aai
-anT
-anT
-anT
-aqB
-anT
-anT
-anT
-anT
-aqB
-anT
-aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -86912,19 +89010,19 @@ aaa
aaa
aaa
aaa
-aaf
-aaf
aaa
aaa
-aaf
-aaf
aaa
aaa
-aaf
-aaf
aaa
aaa
-aai
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -87168,22 +89266,22 @@ aaa
aaa
aaa
aaa
-cue
-cda
-cue
-aaf
-cue
-cda
-cue
-aaf
-cue
-cda
-cue
aaa
aaa
-anT
-aaf
-aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -87425,20 +89523,20 @@ aaa
aaa
aaa
aaa
-cue
-cda
-cue
aaa
-cue
-cda
-cue
aaa
-cue
-cda
-cue
-aaf
aaa
-anT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -87682,20 +89780,20 @@ aaa
aaa
aaa
aaa
-cue
-cda
-cue
-aaf
-cue
-cda
-cue
-aaf
-cue
-cda
-cue
-aaf
aaa
-anT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -87936,21 +90034,21 @@ aaa
aaa
aaa
aaa
-lMJ
aaa
aaa
-cue
-cda
-cue
-aaf
-cue
-cda
-cue
aaa
-cue
-cda
-cue
-aaf
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -88193,26 +90291,26 @@ aaa
aaa
aaa
aaa
-lMJ
-aaa
-aaf
-cue
-cda
-cue
-aaf
-cue
-cda
-cue
-aaf
-cue
-cda
-cue
aaa
aaa
aaa
-anT
-anT
-anT
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -88450,26 +90548,10 @@ aaa
aaa
aaa
aaa
-lMJ
-lMJ
-aaf
-aaf
-cda
-aaa
-aaa
-aaf
-cda
-aaa
-aaa
-aaf
-cda
aaa
aaa
aaa
aaa
-aaf
-aaa
-anT
aaa
aaa
aaa
@@ -88483,6 +90565,22 @@ aaa
aaa
aaa
aaa
+gJK
+gJK
+gJK
+gJK
+gJK
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -88708,25 +90806,6 @@ aaa
aaa
aaa
aaa
-cej
-cej
-cej
-cej
-cej
-cxa
-cej
-cej
-cej
-cej
-cBQ
-cej
-cej
-cej
-cda
-cda
-cHk
-aaf
-anT
aaa
aaa
aaa
@@ -88743,6 +90822,25 @@ aaa
aaa
aaa
aaa
+gJK
+aaa
+lMJ
+aaa
+gJK
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+lKu
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -88951,6 +91049,10 @@ vrW
aaa
nYJ
lMJ
+fwb
+fwb
+fwb
+nYJ
aaa
aaa
aaa
@@ -88964,26 +91066,10 @@ aaa
aaa
aaa
aaa
-lMJ
-cej
-aaa
-aaf
-cda
aaa
aaa
-aaf
-cda
-aaf
-aaa
-aaf
-cda
-aaa
-aaf
aaa
aaa
-aaf
-aaa
-anT
aaa
aaa
aaa
@@ -88993,6 +91079,18 @@ aaa
aaa
aaa
aaa
+gJK
+aaa
+cHk
+aaa
+gJK
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
+aaa
aaa
aaa
aaa
@@ -89211,6 +91309,25 @@ lMJ
aaa
aaa
aaa
+lMJ
+fwb
+fwb
+fwb
+fwb
+lMJ
+fwb
+fwb
+lMJ
+fwb
+fwb
+fwb
+fwb
+nYJ
+fwb
+fee
+fwb
+fwb
+fwb
aaa
aaa
aaa
@@ -89219,30 +91336,11 @@ aaa
aaa
aaa
aaa
+lMJ
aaa
+gZR
aaa
-aaa
-gka
-aaa
-cue
-cda
-cue
-aaf
-cue
-cda
-cue
-aaf
-cue
-cda
-cue
-aaa
-aaa
-aaa
-anT
-anT
-anT
-aaa
-aaa
+lMJ
aaa
aaa
aaa
@@ -89468,44 +91566,44 @@ ckN
lMJ
aaa
aaa
+lMJ
aaa
aaa
aaa
aaa
aaa
+fwb
aaa
aaa
aaa
aaa
aaa
-aaa
-gka
-aaa
-cue
-cda
-cue
-aaa
-cue
-cda
-cue
-aaa
-cue
-cda
-cue
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+lMJ
aaa
aaa
+lZV
aaa
+nLZ
+lMJ
+lMJ
+lMJ
+fwb
+fwb
+fwb
+lMJ
+fwb
+fwb
+lMJ
+lMJ
+gZR
+lMJ
+lMJ
+nYJ
+gJK
+gJK
+lMJ
+gJK
+lMJ
aaa
aaa
aaa
@@ -89725,44 +91823,44 @@ ckN
ckN
aaf
aaa
-aaa
-aaf
-nOl
-dux
-bTn
-bTn
-qJB
-qJB
-bYC
lMJ
aaa
-gZR
aaa
-cue
-cda
-cue
-aaf
-cue
-cda
-cue
-aaf
-cue
-cda
-cue
-aaf
-aaa
-anT
+fwb
+fwb
+lMJ
+lMJ
aaa
aaa
aaa
aaa
aaa
+lMJ
+aaa
+aaa
+lZV
+aaa
+aaa
+lMJ
+aaa
+aaa
+nYJ
aaa
aaa
aaa
aaa
+lMJ
aaa
aaa
+gka
+aaa
+lMJ
+aaa
+aaa
+lMJ
+aaa
+aaa
+gJK
aaa
aaa
aaa
@@ -89981,45 +92079,45 @@ ckP
qNO
ckN
aaf
-aaf
-aaf
-dux
-dux
-wkM
-bTn
-bUN
-bVQ
-bXt
-bYC
-bYC
-bYC
-gZR
-aaa
-cue
-cda
-cue
-aaa
-cue
-cda
-cue
-aaf
-cue
-cda
-cue
-aaf
-aaf
anT
-aaf
-aaf
-aaa
-aaa
-aaa
-aaa
+anT
+fwb
+lMJ
+lMJ
aaa
aaa
+cBR
+cBR
+dBN
+dBN
+dBN
+cBR
+rgD
+dBN
+dBN
+hRK
+dBN
+dBN
+cBR
+lMJ
+lMJ
+fwb
aaa
+cue
+cue
+cue
+cue
+cue
+lMJ
+gka
aaa
+cue
+cue
+cue
+cue
+cue
aaa
+gJK
aaa
aaa
aaa
@@ -90238,45 +92336,45 @@ ckP
eOp
ckN
aaa
+lMJ
aaa
aaa
-dux
-bXE
-reI
-bTn
-bUO
-bVR
+aaa
+lMJ
+aaa
+aaa
+cBR
bXu
bYD
vhx
pay
+wOm
+cBR
+fdX
+maC
+hRK
+rJm
+lbd
+cBR
+lMJ
+aaa
+lMJ
+lMJ
+gZR
+gZR
+gZR
+gZR
+gZR
+gZR
+gka
+gZR
+gZR
+gZR
+cda
+gZR
gZR
lMJ
-cue
-cda
-cue
-aaf
-cue
-cda
-cue
-aaf
-cue
-cda
-cue
-aaa
-aaa
-anT
-aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aac
-aaa
-aaa
-aaa
-aaa
+gJK
aaa
aaa
aaa
@@ -90495,45 +92593,45 @@ wYq
eSY
ckN
aaa
-aaa
-aaa
-dux
-bXE
-uqB
-bTp
-vhx
-ntG
+lMJ
+lMJ
+fwb
+fwb
+fwb
+fwb
+lMJ
+cBR
bXv
-bYC
-bYC
-bYC
+xfr
+wuc
+hzY
+tjc
+cBR
+lKK
+srE
+hRK
+vjc
+jTj
+cBR
lMJ
aaa
+fwb
aaa
-aaf
-aaa
-aaa
-aaf
-aaf
-aaa
-aaf
-aaf
-aaf
-aaa
-aaa
-aaa
-aqB
-aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cue
+cue
+cue
+cue
+cue
aaa
+gka
aaa
+cue
+cue
+cue
+cue
+cue
aaa
+gJK
aaa
aaa
aaa
@@ -90751,46 +92849,46 @@ ckS
ckP
ckN
ckN
-aaa
-aaa
-aaa
-dux
-bXE
-dux
-bTn
-bTn
-lcm
-bTn
-bYC
lMJ
lMJ
+lMJ
+dux
+ckN
+ckN
+dux
+lMJ
+cBR
+eds
+wtn
+hkA
+xOf
+gEz
+cBR
+egq
+qEU
+hRK
+liD
+egq
+cBR
+cBR
+lMJ
+fwb
+aaa
+aaa
+aaa
+lMJ
aaa
aaa
-anT
-aaf
-anT
-anT
-anT
-aqB
-anT
-aqB
-anT
-anT
-aqB
-anT
-aqB
-anT
-aaf
-aaf
-aaa
-aaa
-aaa
+aaa
+nco
aaa
aaa
aaa
aaa
+lMJ
aaa
aaa
+nYJ
aaa
aaa
aaa
@@ -91008,46 +93106,46 @@ ckP
ckP
wOA
dux
-aaf
-aaf
-aaf
dux
-bXE
+dux
+dux
+dux
+cva
sof
-fvT
-uOc
-cwh
-hEP
dux
lMJ
+cBR
+hEP
+jni
+qQw
+tvV
+lNO
+cBR
+ios
+fDB
+hbT
+fDB
+kSN
+sZl
+dBN
aaa
+fwb
+lMJ
+xVb
+xVb
+xVb
+xVb
+xVb
aaa
+gka
aaa
+xVb
+xVb
+xVb
+xVb
+xVb
aaa
-aaf
-aaa
-aaa
-aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aaf
-aaa
-aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+gJK
aaa
aaa
aaa
@@ -91265,46 +93363,46 @@ ybh
uet
dux
dux
-aaa
-aaa
-aaa
dux
-cxR
-nPC
-ceu
-dyw
+yfG
+xXZ
+dux
+cvn
bXE
-cdl
dux
+lMJ
+cBR
+pKP
+tQf
+tto
+eBX
+nDT
+taf
+qTc
+rmY
+cgu
+dMl
+gqE
+mVy
+scY
+suP
+fwb
aaa
-aaa
-aaa
-aaa
-aaf
-aaf
-aaa
-aaa
-aaa
-aaf
-aaa
-aaa
-aaa
-aaf
-aaf
-aaa
-aaa
-aaf
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+gZR
+gZR
+gZR
+gZR
+gZR
+gZR
+gka
+gZR
+gZR
+gZR
+gZR
+gZR
+gZR
+lMJ
+gJK
aaa
aaa
aaa
@@ -91521,47 +93619,47 @@ vHP
dux
mnS
dux
+vLX
+dux
+pLU
+uzM
+xvo
+rFa
+sAk
+dux
+lMJ
+cBR
+qFk
+vug
+kpa
+lhQ
+tYi
+hkv
+jev
+pCY
+gnu
+yhM
+qby
+jBf
+dBN
+aaa
lMJ
aaa
+xVb
+xVb
+xVb
+xVb
+xVb
aaa
+gka
+lMJ
+xVb
+xVb
+xVb
+xVb
+xVb
aaa
-dux
-ceu
-nPC
-dux
-dux
-ckN
-dux
-dux
-aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+lMJ
aaa
aaa
aaa
@@ -91772,53 +93870,53 @@ dux
dux
dux
xKe
-cCe
-cCe
-cCe
-cCe
-cCe
-cCe
-cCe
-cCe
-cCe
-cCe
dux
-cLI
-nPC
dux
-anT
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-aai
-anT
-anT
-aai
-anT
-anT
-aaf
-aaf
-aaf
-aai
-anT
-aaf
-aai
-anT
-aai
-aaa
-aaa
+dux
+dux
+dux
+dux
+dux
+dux
+dux
+dux
+dux
+ceu
+cdg
+dux
+lMJ
+cBR
+cBR
+mTi
+lTU
+cBR
+cBR
+cBR
+cBR
+dBN
+cVG
+dBN
+gxl
+cBR
+cBR
+aaa
+fwb
aaa
aaa
aaa
aaa
+lMJ
+lMJ
+aaa
+gka
+aaa
+aaa
+lMJ
+lMJ
aaa
aaa
aaa
+gJK
aaa
aaa
aaa
@@ -92029,53 +94127,53 @@ eEu
uOc
mSk
jdp
-cCe
+dux
cCk
qUR
-cCj
-cCj
-cCj
-vej
-cCj
-fkj
-cCe
+mmb
+upQ
+uHp
+bXE
+oAe
+cCk
+dux
sfQ
bXE
-nPC
-ckN
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaf
-aaa
-aaf
-aaa
-aaf
-aaa
-aaa
-aaf
-aaa
-aaa
-aaa
-aaf
-aaa
-aaa
-aaf
-aaa
-aaa
-aaa
+cdg
+dux
+lMJ
aaa
+dBN
+wsO
+gxl
aaa
+lMJ
+cBR
+nrc
+jwJ
+sfD
+pwT
+dzq
+ngK
+dBN
aaa
+fwb
aaa
+xVb
+xVb
+xVb
+xVb
+xVb
+lMJ
+gka
aaa
+xVb
+xVb
+xVb
+xVb
+xVb
aaa
+gJK
aaa
aaa
aaa
@@ -92286,53 +94384,53 @@ dux
dux
dux
nPC
-cCe
-nnV
-fwL
-cCj
+egR
+cCk
+bXE
+bXE
hLm
-mZA
+bXE
aae
-cCj
+bXE
hLm
-cCe
+dux
dux
pwn
-nPC
-ckN
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-cBR
-cBR
-cBR
-cBR
-cBR
+cdg
+dux
+lMJ
+lMJ
dBN
+wsO
+gxl
+lMJ
+lMJ
cBR
-cBR
-cBR
-cBR
-cBR
-cBR
-aaf
-aaf
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+ubW
+qTL
+qAX
+uFb
+tgQ
+mfI
+dBN
+lMJ
+fwb
aaa
+gZR
+gZR
+gZR
+gZR
+gZR
+gZR
+gka
+gZR
+gZR
+gZR
+gZR
+gZR
+gZR
+lMJ
+gJK
aaa
aaa
aaa
@@ -92542,54 +94640,54 @@ xuA
reI
hxX
wen
-jdp
-qit
+unp
+dux
klh
-cCj
-cCj
+bXE
+rig
+rue
+bXE
hLm
-mZA
-cCj
-cCg
-hLm
-cCe
+rig
+bXE
+dux
slf
bXE
-nPC
-ckN
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cdg
+dux
+lMJ
aaa
+dBN
+jQO
+gxl
aaa
+lMJ
cBR
+wHj
+dLn
cCK
-cDA
-cEE
+jwJ
+uWm
cFy
-cGq
-cHl
-cIp
-cJg
-cKe
-cKS
-cBR
-aaf
-aaa
-aaf
-aai
-aag
-aaa
-aaa
-aaa
-aaa
+dBN
aaa
+fwb
+lMJ
+xVb
+xVb
+xVb
+xVb
+xVb
+lMJ
+gka
aaa
+xVb
+xVb
+xVb
+xVb
+xVb
aaa
+lMJ
aaa
aaa
aaa
@@ -92800,53 +94898,53 @@ dux
cen
dux
cbq
-cCe
+dux
bcc
-rLL
-cCj
-hLm
-mZA
-cCj
-cxw
-hLm
-cCe
-cCe
+bXE
+bXE
+bXE
+rig
+sqZ
+bXE
+yaN
+dux
+dux
hdX
-nPC
-ckN
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+cdg
+dux
+dux
+cBR
+cBR
+gxH
+lTU
+cBR
+lMJ
+cBR
cBR
-cCL
-cDB
-cEF
-cFz
-cGr
-cHm
-cIq
-cJh
-cKf
-cKT
dBN
-aaf
-aaa
-aaa
-aaa
-aai
+dBN
+dBN
+dBN
+cBR
+cBR
+aaa
+fwb
+lMJ
+aaa
+aaa
+lMJ
aaa
aaa
aaa
+gka
+aaa
+lMJ
aaa
aaa
+lMJ
aaa
aaa
+gJK
aaa
aaa
aaa
@@ -93057,53 +95155,53 @@ cdb
ceo
dux
cdc
-cCe
+fED
+diF
diF
-nap
qZf
nDf
-cCj
-cCj
-cCj
-cCj
+ueg
+geT
+bXE
+bXE
eSm
-cCe
-ceu
-nPC
-ckN
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-dBN
-dBO
-cDC
-cEG
-cFA
-dBS
-cHn
-cEE
-cEE
-cEE
-cEE
+mqo
+duH
+cdg
+dux
+nsN
cBR
-cMt
-cNr
-aaa
+vrI
+aRm
+rTl
+cBR
+lMJ
aaa
aaa
+lMJ
aaa
aaa
+lMJ
+aaa
+lMJ
aaa
aaa
+fwb
aaa
aaa
+gZR
+gZR
+gZR
+gZR
+gZR
aaa
+lMJ
+gJK
+nYJ
+gJK
+gJK
+gJK
+lMJ
aaa
aaa
aaa
@@ -93314,52 +95412,52 @@ oZg
dux
dux
csT
-cCe
+dux
cxp
riP
-cCe
-cCe
-cCX
-cCj
-cCj
-cCj
-cCj
-cCe
-jNy
-nPC
+bXE
+ees
+bXE
+plC
+rig
+oAe
+xsx
+mqo
+duH
+cdg
dux
-aaf
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
+mCu
cBR
+hDr
+ryi
+meE
+cBR
+lMJ
+aaa
+aaa
+lMJ
cCM
cDD
-cEH
-cFB
-dBS
-cHo
-cIr
-cJh
-cKg
-cKT
-dBN
-cMu
-aaf
+lMJ
+aaa
+lMJ
aaa
aaa
+fwb
aaa
aaa
+gZR
aaa
aaa
+lMJ
aaa
aaa
+lMJ
aaa
+lMJ
+aaa
+aaa
+lMJ
aaa
aaa
aaa
@@ -93571,52 +95669,52 @@ cdd
dux
cfC
fWc
-snr
+dux
ovU
jkQ
fJl
-cCe
+fjG
mrv
tFJ
hev
-tFJ
-tFJ
-cCe
-oXP
-jUe
+aae
+jjg
+mqo
+jqA
+cdg
dux
-dux
-dux
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
+eMU
cBR
-cCK
-cDA
-cEE
-cFC
-cGu
-cHp
-cIp
-cJi
-cKh
-cKS
+bwp
+cWN
+elp
cBR
-cMv
-cNs
-aaf
-aaa
-aaf
-aaa
-aaa
-aaa
+lMJ
+lMJ
+lMJ
+lMJ
aaa
aaa
+lMJ
+lMJ
+lMJ
+lMJ
+lMJ
+lMJ
aaa
+bYC
+rpL
+bYC
+lMJ
+lMJ
+lMJ
+gJK
+gJK
+lMJ
+gnA
+eBl
+lMJ
+fwb
aaa
aaa
aaa
@@ -93827,47 +95925,53 @@ dux
cde
dux
dux
-cdc
-cCe
-oSw
-jkQ
-lVu
-cCe
-cCe
-cCe
-cCe
-cCe
-cCe
-cCe
-ceu
-jUe
-bXE
-dvq
+srH
dux
+dux
+dux
+dux
+dux
+dux
+dux
+dux
+dux
+dux
+dux
+ceu
+cdg
+dux
+dux
+sYH
+sYH
+jtY
+sYH
+sYH
+lMJ
+fUj
+fUj
+hcY
+hcY
+hcY
+hcY
+fUj
+fUj
+lMJ
aaa
+lMJ
aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-cBR
-cBR
-cBS
-cEE
-cFD
-cGv
-cHq
-cIs
-cJj
-cJj
-cKU
+bYC
cLN
-cMw
-cBR
-aaf
+bYC
aaa
-aai
+aaa
+aaa
+lMJ
+aaa
+aaa
+aaa
+lMJ
+aaa
+fwb
aaa
aaa
aaa
@@ -93881,12 +95985,6 @@ aaa
aaa
aaa
aaa
-aac
-aaa
-aaa
-aaa
-aaa
-aaa
aaa
aaa
aaa
@@ -94085,52 +96183,52 @@ cdf
cep
dux
cgI
-fGm
-wAn
+chZ
+chZ
lce
cBr
-ibz
-ixo
-cpS
+lce
+chZ
+lce
fFJ
-csi
-chZ
+gnT
chZ
+cbB
wdc
njJ
-ceu
-dux
-dux
-aaf
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-cBR
-cDF
+wdc
+nks
+sxS
+gMW
+lYO
+jEW
+sYH
+bTs
+bTs
+lEV
+dlP
+dlP
+dlP
cEI
-cFE
-cGw
-cHr
-cIt
-cEE
-cKi
-cKV
+jNL
+bTs
+fUj
+bTs
+bTs
+bYC
+bYC
cLO
-cMx
-cBR
-aaf
-aaf
-aag
-aaa
-aaa
-aaa
-aaa
+bYC
+bTn
aaa
aaa
+lMJ
+lMJ
+lMJ
+lMJ
+lMJ
+lMJ
+fwb
aaa
aaa
aaa
@@ -94342,52 +96440,52 @@ cdg
ceq
dux
dwb
-cia
-cic
-vKU
-cia
-cia
-cia
-cpT
-cia
-cia
-cia
-ceu
-dyg
-dvt
-bXE
-nwq
+bXK
+bXK
+bXK
+bXK
+bXK
+bXK
+bXK
+saC
+bXK
+bXK
+vOC
dux
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-aaf
-dBN
-cDG
+dux
+dux
+dux
+sYH
+nxn
+tCi
+mcg
+mAO
+mmB
+dlP
+ktv
+bTs
+dYm
+bTs
cEJ
-cFF
-cGx
-cHs
+dlP
+dlP
+dlP
cIu
-cEE
-cKj
+cEI
+bTn
cKW
cLP
cMy
-cBR
-aaa
-aaa
-aai
-aaa
-aaa
+bTn
+lMJ
+lMJ
+fwb
aaa
aaa
aaa
+nYJ
aaa
+fwb
aaa
aaa
aaa
@@ -94599,7 +96697,7 @@ cdh
bUV
dux
dwc
-cia
+bXK
cjw
ckY
cmk
@@ -94608,43 +96706,43 @@ coy
cpU
crj
csj
+bXK
+vOC
cia
-cug
-dyg
dDw
-bXE
+uAL
cNg
-dux
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-cBR
-cDH
+sYH
+fha
+vNJ
+sYH
+sYH
+jvy
+jNL
+jNL
+bTs
+tyz
+bTs
cEK
-cFG
-cGy
-cHt
-cIv
+bTs
+jNL
+jNL
+bTs
cJk
cKk
cKX
cLQ
cMz
-cBR
-aaa
-aaa
-aaf
+bTn
aaa
aaa
+fwb
aaa
aaa
aaa
+fwb
aaa
+fwb
aaa
aaa
aaa
@@ -94856,52 +96954,52 @@ bXE
cer
dux
dwb
-cib
+bXK
cjx
ckV
cml
-cnn
-coz
+cml
coz
+cml
crk
csk
+bXK
+vOC
cia
-cuh
-cvm
cvl
-cdk
+rNZ
uYd
-dux
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-dBN
-cDI
+quJ
+quB
+eBK
+hpQ
+rKS
+rKS
+rKS
+flL
+xpZ
+xpZ
+xpZ
cEL
-cFH
-cGz
-cHu
-cIw
-cEE
-cKl
+xpZ
+xpZ
+xpZ
+xpZ
+hav
+bTn
cKY
-cLR
+cLN
cMA
-cBR
-aaa
-aaa
-aai
-aaa
-aaa
+bTn
+lMJ
+lMJ
+fwb
aaa
aaa
aaa
+fwb
aaa
+lMJ
aaa
aaa
aaa
@@ -95113,52 +97211,52 @@ bXE
bYJ
dux
dwe
-cic
+bXK
cjy
ckW
-cmk
+gQV
cno
coA
-cUH
+gQV
crl
csl
+bXK
+vOC
cia
-ceu
-ceu
dyg
-dux
-dux
-dux
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-aaa
-cBR
+imI
+vsn
+cia
+ogO
+gaS
+uiN
+sst
+jHD
+ugk
+eUQ
+xpZ
+gYy
cDJ
cEM
cFI
cGA
cHv
-cIx
-cEE
-cKm
-cKZ
-cLS
-cMB
-cBR
-aaf
-aaf
-aai
-aag
-aag
-aag
-aag
+xpZ
+hav
+bTn
+bTn
+bTn
+bTn
+bTn
aaa
aaa
+fwb
+lMJ
+lMJ
+lMJ
+fwb
+lMJ
+lMJ
aaa
aaa
aaa
@@ -95369,53 +97467,53 @@ bXE
dvt
dux
dux
-dwb
+vGw
cic
cjz
ckX
cmm
cnp
coB
-coB
+sZw
crm
csm
+bXK
+vOC
cia
-cui
-cwj
-dyg
-dux
+wQy
+dHo
cxS
-dux
-aaf
-aaf
-aaf
-aaf
-dux
-dux
-dux
-dux
+tqi
+qtU
+qcN
+swf
+ffu
+gHT
+pGY
+heF
+xpZ
cEE
-cBR
-cBR
+iHk
+iAy
cFJ
cGB
-cBR
-cBR
-cBR
-cBR
-dBN
-cBR
-cBR
-cBR
-aaa
-aaa
-aai
+hFW
+xpZ
+hav
+bTs
+jNL
+bZT
+bTs
aaa
aaa
aaa
-aaf
-aaf
+nYJ
aaa
+lMJ
+aaa
+aaa
+aaa
+lMJ
aaa
aaa
aaa
@@ -95627,52 +97725,52 @@ cdi
dux
cdl
dwb
-cic
+bXK
cjA
-ckY
-cmk
+cXe
+mcs
cnq
coC
cpW
crn
csn
-cia
-cdl
+bXK
+gmp
cMm
cMo
-dux
+paD
cxT
-dux
-aaa
-aaa
-aaa
-aaa
-dux
+wps
+wOc
+vnZ
+cca
+rKS
+kDT
rMg
wyn
-lMT
+xpZ
hkT
-dux
-aaa
+iHk
+kuS
cFK
-cGC
+nBA
cBS
+xpZ
+jNz
+sdU
+jNL
+jNL
+bTs
+lMJ
+lMJ
+lMJ
+lMJ
aaa
-aaf
+lMJ
aaa
aaa
aaa
-cIy
-aaf
-aaa
-aaa
-aaf
-aaa
-aaa
-aaa
-aaa
-aaf
-aaa
+lMJ
aaa
aaa
aaa
@@ -95884,42 +97982,42 @@ dux
dux
dyw
dwb
-cic
-cia
-ckZ
-cia
-cia
-cia
+cev
+cev
+cev
+ohT
+cev
+cev
cpX
+cev
+cev
+cev
+vOC
cia
cia
cia
-ceu
-dyg
-dyw
-dux
-cxS
-dux
-aaf
-aaa
-aaa
-aaa
-dux
+cia
+cia
+kPy
+gMg
+cam
+ecj
+uWc
gDK
mci
-bXE
+xpZ
rMb
-dux
-aaa
-cFK
-cGD
-cBS
-aaa
-aaf
-aaf
-aaa
-aaf
-aaa
+hYF
+iHk
+nWN
+iHk
+xBk
+xpZ
+iVX
+wtW
+jNL
+vCd
+bTs
aaa
aaa
aaa
@@ -96141,39 +98239,39 @@ cdj
cse
cdj
cgL
-cid
+cev
cjB
-cla
-cmk
+cjB
+gHf
cnr
coD
-cpY
-cro
-cso
-cia
-cfD
+uiO
+cjB
+cjB
+cev
+gmp
dyj
-ceu
-dux
-dux
-dux
-dux
-dux
-dux
-dux
-dux
+dyL
+oZQ
+nuZ
+hyi
+wOc
+viE
+cdD
+ffu
+qdB
smJ
-rig
-bXE
+gbx
+xpZ
sqe
-dux
-aaa
-cFK
-cGE
-cBS
-aaa
-aaf
-aaa
+dPu
+iHk
+nBA
+iHk
+kUH
+xpZ
+eOz
+wtW
cLa
cLa
cLa
@@ -96397,40 +98495,40 @@ dvw
cdk
ceu
cfE
-cdc
-cic
+hxP
+cev
cjC
clb
cmn
cns
coE
cpZ
-coB
+nJh
csp
-csr
-duH
-dyg
-ceu
-cMm
-cdj
-cdj
-cvl
-ceu
-cBT
-cfF
-dux
-dux
-vXt
-frA
-dux
-dux
+cev
+mla
+nMe
+dZw
+sIi
+pRp
+gOu
+loM
+vnZ
+cca
+rKS
+rKS
+rKS
+rKS
+xpZ
+xpZ
+xpZ
dzK
-cFJ
+eCw
cGF
-cBR
-clK
-bTs
-bTs
+hGB
+xpZ
+pLy
+wtW
cLa
cLT
cMC
@@ -96648,44 +98746,44 @@ bPR
bue
div
bLd
-dux
-dux
+gox
+gox
cbD
+gox
dux
dux
-cfF
dwj
-cic
+cev
cjD
clc
-cmk
+wfA
cnt
coF
cqa
-crq
-csq
-cia
-dux
-diM
-cdj
+uiO
+cjD
+cev
+mla
+nMe
+ugf
cNf
-ceu
-dvq
+xel
+nMe
cNm
-cse
-cdj
-cdj
-cvl
-dux
+gMg
+ylE
+mvU
+glT
+uSw
wgZ
klB
-dux
-lfv
-dzK
+nUa
+xpZ
+eCQ
cFL
cGG
cHw
-clK
+xpZ
cdm
cKn
cLb
@@ -96905,45 +99003,45 @@ bTA
xwG
pMX
alC
-dux
+gox
dvq
cbE
-cdl
-cev
+uLp
cev
+dQs
cgO
-cic
-cia
-cia
-cia
-cia
+cev
+gXi
+pPh
+uiO
+xmf
coG
-cqb
-cia
-cia
-cia
-cuj
-cbx
-dDw
-bXE
+clc
+cmp
+xeT
+cev
+mla
+nMe
+lIl
+gbr
cxU
-cxU
-csr
-cxU
-cxU
-cxU
-dyj
-dux
+jqi
+ixg
+dQe
+eyo
+jRi
+pVq
+bfU
cnl
nOl
-dux
-dux
-dzK
-cFM
+aec
+xpZ
+xpZ
+xpZ
cGs
-cHx
-clK
-bZT
+xpZ
+xpZ
+pUW
cKo
cLa
cLa
@@ -97162,44 +99260,44 @@ bue
bue
bWd
aqK
-dux
+gox
bZU
-cbF
+xCg
dvE
-cev
+vTd
cfG
cgP
cie
cjE
cld
-cev
+hdA
cnu
coH
cqc
crr
csr
-duH
-bXE
-cvn
+lOR
+wYb
+nMe
cwn
cxd
-cxU
-cyN
-czO
-cAS
-cBU
-cxU
-cNm
-gnT
+brd
+gOu
+grc
+vnZ
+swf
+seP
+pPi
+pEM
fqC
-cdj
-cdj
-cvl
-dzK
+jZY
+lTo
+mjT
+dyH
cFN
cGH
cHy
-clK
+mjT
cJl
cKp
cLa
@@ -97419,9 +99517,9 @@ bue
alC
bWd
bXJ
-dux
+gox
bZV
-cbG
+cbF
cdn
cev
cfH
@@ -97432,30 +99530,30 @@ cle
cmo
cnv
coI
-cqd
-crs
-css
+clc
+wfA
+kBh
+pqM
+lLQ
nMe
nMe
nMe
nMe
nMe
-cxU
-cyO
czP
cAT
-cBV
-cxU
-cxU
-cxU
-khX
-cxU
-cxU
-dyj
-dzK
-cBR
+cca
+seP
+seP
+wWt
+fqC
+jCZ
+mjT
+mjT
+veU
+nmr
cGI
-cBR
+xYY
clK
diQ
cKq
@@ -97676,45 +99774,45 @@ bue
auF
aXt
aqO
-dux
-bZW
-cbH
+gox
+bZV
+cbF
cdo
cev
cfI
-cgR
-cig
-cjG
-clf
+mha
+cev
+cjD
+clc
cmp
cnw
coJ
-cqe
-crt
-css
-ctr
+pPh
+uiO
+cjD
+pqM
cuk
cvo
cwo
cxe
-cxU
+lkO
cyP
czQ
cAU
-diN
-cxU
-niB
+cca
+jpv
+seP
ooS
-rhZ
+fqC
ljG
-cxU
-dyg
-dux
+mjT
+jIt
+dJv
cFO
cGJ
cHz
-bTs
-cJn
+mjT
+cHL
cKr
cLc
cLX
@@ -97932,45 +100030,45 @@ bRn
bue
alK
bWf
-bXK
-bXK
-bZX
+alK
+gox
+gox
cbI
-bXK
+gox
cev
cfJ
-wMh
-cih
-cjH
-clg
+cgR
cev
+cjC
+clg
+xhc
cnx
coK
cqf
cru
-dbx
-cts
+csp
+pqM
cul
cvp
cwp
cxf
-cxU
-cyQ
-czR
+nXv
+pqM
+loM
cAV
-cBW
-cxU
-qzx
+cca
+jpv
+seP
cFR
lbB
tNc
-cxU
+mjT
cDN
cEN
cFP
cGK
cHA
-cIz
+mjT
cJo
cKs
cLa
@@ -98189,7 +100287,7 @@ bue
bTD
bUY
bWg
-bXK
+css
bYR
bZY
cbJ
@@ -98197,37 +100295,37 @@ cdp
cev
cfK
cgT
-cii
-cjI
-clh
cev
+cjB
+cjB
+jxb
cny
coL
cqg
-crv
-css
-ctt
+cjB
+cjB
+pqM
cum
nIa
cwq
cxg
-cxU
-cyR
+oUz
+pqM
czS
cAW
cBX
-cxU
-wDN
+iMY
+seP
xyV
hAu
quD
-cxU
+mjT
cDO
-cxU
-cxU
+kta
+ePo
cGL
-cxU
-cxU
+lHI
+mjT
diR
cPW
cLa
@@ -98446,45 +100544,45 @@ bSD
buj
buj
bWh
-bXK
+css
bYS
bZZ
cbK
cdq
+wSW
+tNJ
cev
cev
cev
-cij
-cjJ
-cli
cev
+fIF
cnz
coM
-cqh
-cnz
-css
-ctu
-cun
-nMe
-cwr
-cxh
-swO
-cxU
+fIF
+cev
+cev
+pqM
+pqM
+vkR
+vkR
+vkR
+pqM
+pqM
czT
cAX
-cxU
-cxU
-cxU
-gfS
-gfS
-cxU
-cxU
-cDP
-cxU
+rvk
+tay
+seP
+seP
+seP
+seP
+mjT
+mjT
+mjT
jTg
-cGJ
-cHB
-cxU
+mjT
+mjT
+mjT
diS
cKs
cLa
@@ -98703,14 +100801,14 @@ baG
bTE
bUZ
bWi
-bXK
+css
bYT
caa
cbL
cdr
cew
cfL
-bXK
+ifK
cik
cjK
clj
@@ -98720,11 +100818,11 @@ coN
cqi
crw
cst
-cqi
+dwf
cuo
cvq
-cws
-cxi
+cvq
+cvq
cxV
cNh
czU
@@ -98733,15 +100831,15 @@ cBY
cCN
sfI
mUz
-mUz
+jpq
cEO
sfI
-cDQ
+xfo
oTW
-cFR
-cGM
+hFP
+cqi
frX
-cxU
+tay
cJq
cKs
cLa
@@ -98960,45 +101058,45 @@ bHX
bTF
bVa
bWj
-bXK
+css
bYU
-bZZ
+apG
cbM
cds
-cds
+xNe
cfM
cgU
cil
-cjL
+cal
clk
cms
-cal
-cal
+ubj
+cms
cqj
-cal
-cbT
-cal
+fmC
+kkA
+jHO
cup
cvr
-cwt
-cxj
-kNI
+cvr
+cvr
+cvr
cyT
-czV
+dJG
cAZ
-cBZ
-uzf
-uzf
-uzf
-uzf
+cal
uzf
+rGW
+saV
+uJl
+tyZ
cCO
cDR
cEP
cFS
cGN
cHD
-cxU
+tay
cJr
cKu
cLd
@@ -99217,7 +101315,7 @@ bGy
bTG
dCE
bWk
-bXK
+css
bYV
cab
cbN
@@ -99230,32 +101328,32 @@ cjM
cll
cmt
cnB
-cam
-cdz
+jlg
+jPR
crx
csv
ctw
cuq
cvs
-cwu
+cvs
cxk
cxX
-cyU
+cvs
czW
cBa
cCa
cyU
-cyU
-cyU
+vOs
+lNj
pyi
-cyU
+iQD
cCP
cDS
-cEQ
+wEy
cFT
cxj
cHE
-cxU
+tay
cJs
cJX
cLe
@@ -99474,47 +101572,47 @@ bGy
bTH
aWf
bWl
-bXK
+css
bYW
cac
cdu
-cdu
+sme
cey
cfO
-cgW
+ifK
cin
cjN
clm
cmu
cmu
+iWG
+cmv
cmv
-cqk
-cmu
-csw
cmu
cmu
-cga
+rAF
+rAF
nBI
cxl
-mvB
-gjP
-cga
-cga
-tRK
-cga
-cga
-cga
-cga
+nBI
+nBI
+nBI
+rAF
+tsL
cga
+mTj
+rAF
+rAF
+rAF
lfR
cDT
-odU
-cga
-cga
-cga
-rAF
-rAF
-rAF
+czO
+xrj
+xrj
+xrj
+xrj
+xrj
+xrj
cgJ
cLa
cML
@@ -99731,13 +101829,13 @@ bSE
bTI
aWf
bWm
-bXK
+css
bYX
cad
cbP
cdv
cez
-xXq
+css
tay
cio
cjO
@@ -99749,29 +101847,29 @@ cql
cry
csx
ctx
-cmu
+rAF
cvu
-cwv
+czX
cxm
-cxZ
-cyV
-irZ
+czX
+czX
+wNt
spa
-czX
-czX
-czX
-pvt
-spa
-nnI
-hox
-cDU
+wNt
+iaR
cER
-fRZ
-czX
+pvt
+puQ
+nBI
+hox
+cDT
+ovx
+xrj
+pLp
cHF
cIA
cJt
-rAF
+xrj
cLg
cMb
cMM
@@ -100006,30 +102104,30 @@ cqm
crz
csy
cty
-cmu
+rAF
cvv
cmB
flJ
-gcr
-cmB
-pej
-cmB
-cmB
cmB
cmB
cmB
cmB
cmB
+gnW
+svh
+nQm
+fMy
+jBH
oqv
cDW
-cmB
-clu
-cmB
-cmB
-clu
-cJu
-rAF
-ctK
+dtF
+jPL
+cpV
+hEd
+rXb
+fRx
+lSZ
+iYR
cLa
cMN
cNF
@@ -100251,7 +102349,7 @@ rVd
cbQ
cdw
ceA
-cbS
+sqr
cgX
wAb
wgD
@@ -100263,29 +102361,29 @@ dDt
crA
csz
ctz
-cmu
+rAF
cus
-cmB
-cxo
-xNX
-cmB
-cmB
+wni
+kDW
cmB
cmB
cmB
cmB
cmB
+cDX
cmB
cmB
+sqV
+nBI
cya
eNA
-cmB
-mRT
+don
+xrj
cGS
cHH
-kBT
-cJv
-rAF
+qwp
+fej
+xrj
cgJ
cLa
cMO
@@ -100506,30 +102604,24 @@ bXL
bYZ
cag
caf
-caf
+ruD
ceB
-cbS
+sqr
cgX
cbY
cdx
cfP
cmv
cnF
-coR
+qmy
cqo
-crB
+coR
csA
-cga
-cga
+rAF
+rAF
cus
-cmB
-flJ
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
+cwx
+rtQ
cmB
cmB
cmB
@@ -100537,12 +102629,18 @@ cmB
cmB
cDX
cmB
-vqw
-rAF
-rAF
-rAF
-rAF
+eIP
+wxm
rAF
+kny
+efN
+eZG
+xrj
+xrj
+xrj
+xrj
+xrj
+xrj
cLi
cLa
cMP
@@ -100761,10 +102859,10 @@ aZa
bWn
bXL
bXL
-cah
-cbS
-cbS
+bXL
cbS
+sqr
+sqr
bXL
dwy
cbY
@@ -100776,26 +102874,26 @@ coS
cqn
crC
csB
-cga
+rAF
cCf
kKo
+kEz
+euq
+kEz
+kEz
+wbF
+qxh
+nSk
+gGL
cmB
-flJ
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cDX
-cmB
-wij
-rAF
+vqw
+kmq
+kmq
+cCe
+nla
+ore
+uTI
+cCe
cHI
cID
cJx
@@ -101020,7 +103118,7 @@ bXM
bZa
cai
cbT
-cal
+oTh
ceD
cfT
cgZ
@@ -101036,23 +103134,23 @@ cmu
rAF
cus
cmB
-cmB
+mRT
cxr
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cDW
+kBT
+gol
+xdB
+qxn
+ryn
+rQQ
cmB
vqw
-rAF
+kmq
+bNy
+pLw
+hUA
+wCa
+kJt
+cCe
cgJ
bTs
bTs
@@ -101275,7 +103373,7 @@ bVb
bWo
bXN
bZb
-cap
+ewb
cbU
cdz
ceE
@@ -101293,23 +103391,23 @@ csC
rAF
waj
cmB
-cmB
+wij
flJ
cmB
cmB
+xdB
+mRg
+ryn
+rQQ
cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cDW
-cmB
-vqw
-rAF
+nrB
+kmq
+jsZ
+obA
+rRk
+sad
+tBJ
+wWj
cHJ
bTs
cJy
@@ -101550,23 +103648,23 @@ csD
rAF
cuu
cmB
+ekW
+cyd
+wNt
+fme
+xdB
+qxn
+ryn
+rQQ
cmB
-flJ
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
+rZw
+kmq
+jlG
+tYD
dDC
-cmB
-vqw
-rAF
+lui
+xXL
+cCe
ctK
bTs
cJz
@@ -101789,7 +103887,7 @@ dCE
bWp
bXO
bZc
-cal
+fmC
cbW
cdB
ceG
@@ -101811,19 +103909,19 @@ cmB
flJ
cmB
cmB
+nvq
+ksN
+uYE
+rQQ
cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cDW
-cmB
+vqw
+kmq
+kJt
+kJt
+pod
+ren
gxB
-rAF
+cCe
diC
bTs
cJA
@@ -102046,7 +104144,7 @@ aYZ
bWq
bXP
bZd
-cam
+eWs
cbX
cdC
ceH
@@ -102062,25 +104160,25 @@ cqs
crE
csF
sWX
-cus
+vvb
cmB
cmB
-cwx
+cxo
cyi
-qhK
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
+cyi
+cyi
+cyi
+cyi
+gna
+xNX
+vqw
+kmq
+qif
+wFB
cEb
-cEV
+lui
cFV
-rAF
+cCe
cHK
bTs
cPb
@@ -102304,7 +104402,7 @@ aXR
bXN
bZa
can
-cbY
+rHA
dDo
ceI
cfY
@@ -102312,32 +104410,32 @@ chd
ciy
cjU
kge
-kge
+fuY
rTC
coV
xgQ
uGS
cKJ
rAF
-cuw
-cmB
-cmB
-cmB
-cmB
-flJ
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
-cmB
+cus
cmB
cmB
+rtp
+pTS
+pTS
+pTS
+pTS
+pTS
+neP
cmB
+vqw
+kmq
+mdG
+cCj
+vzK
+ruu
cFW
-cGT
+cCe
cHL
bTs
cJB
@@ -102577,24 +104675,24 @@ uGS
csH
rAF
cus
-cmB
-cmB
-cmB
+clu
cmB
flJ
+cmB
+cmB
mRT
kBT
nMs
cCY
sQR
-kBT
-cjV
-cjV
+fvw
+kmq
+vDg
oOy
-cmB
-mRT
-cFX
-rAF
+mNW
+oMO
+dJr
+cCe
cxL
bTs
cJC
@@ -102836,22 +104934,22 @@ rAF
exA
hOP
cjV
-cjV
-cjV
-acl
-wDc
-rAF
-rAF
+fVx
+mLe
+cJv
+cJu
rAF
rAF
rAF
rAF
rAF
+kmq
+cCe
rdB
-cjV
+mjq
snq
-rAF
-rAF
+vGs
+cCe
cgN
bTs
cJD
@@ -103092,10 +105190,10 @@ csI
ctD
rAF
rAF
-vQD
+rAF
vxU
rAF
-tTj
+rAF
rAF
cIH
cCl
@@ -103103,11 +105201,11 @@ cCZ
cEf
cFY
cFY
-riD
-vQD
-vxU
-rAF
-rAF
+cCe
+cCe
+cCe
+icO
+cCe
bTs
cHM
ctH
@@ -103362,8 +105460,8 @@ cFa
cFZ
chg
ejE
-nry
chg
+hfz
kJl
cGU
cHN
@@ -103608,8 +105706,8 @@ car
car
car
cxA
+sVa
car
-czg
cAi
ctF
car
@@ -103620,7 +105718,7 @@ car
car
iUh
car
-car
+cxA
car
car
car
diff --git a/_maps/shuttles/aux_base_default.dmm b/_maps/shuttles/aux_base_default.dmm
index 1ef8197a06c..8ee566b0343 100644
--- a/_maps/shuttles/aux_base_default.dmm
+++ b/_maps/shuttles/aux_base_default.dmm
@@ -73,6 +73,7 @@
/area/shuttle/auxillary_base)
"X" = (
/obj/machinery/camera{
+ c_tag = "Auxiliary Base";
dir = 1;
network = list("auxbase")
},
diff --git a/code/__DEFINES/layers.dm b/code/__DEFINES/layers.dm
index fbb9d9b927a..60da7861716 100644
--- a/code/__DEFINES/layers.dm
+++ b/code/__DEFINES/layers.dm
@@ -6,6 +6,12 @@
#define PLANE_SPACE -95
#define PLANE_SPACE_PARALLAX -90
+
+#define OPENSPACE_LAYER 17 //Openspace layer over all
+#define OPENSPACE_PLANE -4 //Openspace plane below all turfs
+#define OPENSPACE_BACKDROP_PLANE -3 //Black square just over openspace plane to guaranteed cover all in openspace turf
+
+
#define FLOOR_PLANE -2
#define GAME_PLANE -1
#define BLACKNESS_PLANE 0 //To keep from conflicts with SEE_BLACKNESS internals
@@ -84,9 +90,6 @@
#define ABOVE_LIGHTING_PLANE 16
#define ABOVE_LIGHTING_LAYER 16
-#define FLOOR_OPENSPACE_PLANE 17
-#define OPENSPACE_LAYER 17
-
#define BYOND_LIGHTING_PLANE 18
#define BYOND_LIGHTING_LAYER 18
diff --git a/code/__DEFINES/traits.dm b/code/__DEFINES/traits.dm
index 269d41365b8..f8d672f9bbe 100644
--- a/code/__DEFINES/traits.dm
+++ b/code/__DEFINES/traits.dm
@@ -157,6 +157,7 @@ Remember to update _globalvars/traits.dm if you're adding/removing/renaming trai
#define TRAIT_NOFLASH "noflash" //Makes you immune to flashes
#define TRAIT_XENO_IMMUNE "xeno_immune"//prevents xeno huggies implanting skeletons
#define TRAIT_NAIVE "naive"
+#define TRAIT_PRIMITIVE "primitive"
#define TRAIT_GUNFLIP "gunflip"
//non-mob traits
diff --git a/code/_compile_options.dm b/code/_compile_options.dm
index b07bb6fdb84..fad4eee1d47 100644
--- a/code/_compile_options.dm
+++ b/code/_compile_options.dm
@@ -33,11 +33,11 @@
//Update this whenever you need to take advantage of more recent byond features
#define MIN_COMPILER_VERSION 513
-#define MIN_COMPILER_BUILD 1493
+#define MIN_COMPILER_BUILD 1508
#if DM_VERSION < MIN_COMPILER_VERSION || DM_BUILD < MIN_COMPILER_BUILD
//Don't forget to update this part
#error Your version of BYOND is too out-of-date to compile this project. Go to https://secure.byond.com/download and update.
-#error You need version 513.1493 or higher
+#error You need version 513.1508 or higher
#endif
//Additional code for the above flags.
diff --git a/code/_globalvars/traits.dm b/code/_globalvars/traits.dm
index 1fbfb67d821..1b38a810f7b 100644
--- a/code/_globalvars/traits.dm
+++ b/code/_globalvars/traits.dm
@@ -98,6 +98,7 @@ GLOBAL_LIST_INIT(traits_by_type, list(
"TRAIT_NOFLASH" = TRAIT_NOFLASH,
"TRAIT_XENO_IMMUNE" = TRAIT_XENO_IMMUNE,
"TRAIT_NAIVE" = TRAIT_NAIVE,
+ "TRAIT_PRIMITIVE" = TRAIT_PRIMITIVE, //unable to use mechs. Given to Ash Walkers
"TRAIT_GUNFLIP" = TRAIT_GUNFLIP
),
/obj/item/bodypart = list(
diff --git a/code/_onclick/hud/plane_master.dm b/code/_onclick/hud/plane_master.dm
index d8a1281df82..9ff711f6e4f 100644
--- a/code/_onclick/hud/plane_master.dm
+++ b/code/_onclick/hud/plane_master.dm
@@ -18,7 +18,7 @@
/obj/screen/plane_master/openspace
name = "open space plane master"
- plane = FLOOR_OPENSPACE_PLANE
+ plane = OPENSPACE_BACKDROP_PLANE
appearance_flags = PLANE_MASTER
blend_mode = BLEND_MULTIPLY
alpha = 255
diff --git a/code/controllers/subsystem/discord.dm b/code/controllers/subsystem/discord.dm
index a76edd50da5..f2a2e944f6b 100644
--- a/code/controllers/subsystem/discord.dm
+++ b/code/controllers/subsystem/discord.dm
@@ -34,6 +34,7 @@ SUBSYSTEM_DEF(discord)
var/list/notify_members_cache = list() // Copy of previous list, so the SS doesnt have to fire if no new members have been added
var/list/people_to_notify = list() // People to notify on roundstart
var/list/account_link_cache = list() // List that holds accounts to link, used in conjunction with TGS
+ var/list/reverify_cache = list() // list of people who tried to reverify, so they can only do it once per round as a shitty slowdown
var/notify_file = file("data/notify.json")
var/enabled = 0 // Is TGS enabled (If not we wont fire because otherwise this is useless)
diff --git a/code/controllers/subsystem/persistence.dm b/code/controllers/subsystem/persistence.dm
index cc31e273a4f..c60b5e685c7 100644
--- a/code/controllers/subsystem/persistence.dm
+++ b/code/controllers/subsystem/persistence.dm
@@ -19,7 +19,7 @@ SUBSYSTEM_DEF(persistence)
var/list/picture_logging_information = list()
var/list/obj/structure/sign/picture_frame/photo_frames
var/list/obj/item/storage/photo_album/photo_albums
- var/list/obj/structure/sign/painting/painting_frames
+ var/list/obj/structure/sign/painting/painting_frames = list()
var/list/paintings = list()
/datum/controller/subsystem/persistence/Initialize()
diff --git a/code/datums/components/embedded.dm b/code/datums/components/embedded.dm
index 6cdfa8352b3..a2425456f76 100644
--- a/code/datums/components/embedded.dm
+++ b/code/datums/components/embedded.dm
@@ -149,7 +149,7 @@
if(victim.m_intent == MOVE_INTENT_WALK || victim.lying)
chance *= 0.5
- if(prob(chance))
+ if(harmful && prob(chance))
var/damage = weapon.w_class * jostle_pain_mult
L.receive_damage(brute=(1-pain_stam_pct) * damage, stamina=pain_stam_pct * damage)
to_chat(victim, "[weapon] embedded in your [L.name] jostles and stings!")
@@ -223,7 +223,7 @@
if(victim.stat == DEAD)
return
- if(harmful && prob(pain_chance))
+ if(harmful && prob(pain_chance))
var/damage = weapon.w_class * pain_mult
L.receive_damage(brute=(1-pain_stam_pct) * damage, stamina=pain_stam_pct * damage)
to_chat(victim, "[weapon] embedded in your [L.name] hurts!")
diff --git a/code/datums/martial/sleeping_carp.dm b/code/datums/martial/sleeping_carp.dm
index 00c6131b37b..ed3c4a395b1 100644
--- a/code/datums/martial/sleeping_carp.dm
+++ b/code/datums/martial/sleeping_carp.dm
@@ -23,10 +23,13 @@
return TRUE
return FALSE
+///Gnashing Teeth: Harm Harm, consistent 20 force punch on every second harm punch, has a chance to crit
/datum/martial_art/the_sleeping_carp/proc/strongPunch(mob/living/carbon/human/A, mob/living/carbon/human/D)
+ ///this var is so that the strong punch is always aiming for the body part the user is targeting and not trying to apply to the chest before deviating
var/obj/item/bodypart/affecting = D.get_bodypart(ran_zone(A.zone_selected))
A.do_attack_animation(D, ATTACK_EFFECT_PUNCH)
var/atk_verb = pick("kick", "chop", "hit", "slam")
+ ///this is the critical hit damage added to the attack if it rolls, it starts at 0 because it'll be changed when rolled
var/crit_damage = 0
D.visible_message("[A] [atk_verb]s [D]!", \
"[A] [atk_verb]s you!", null, null, A)
@@ -35,12 +38,14 @@
crit_damage += 20
playsound(get_turf(D), 'sound/weapons/bite.ogg', 50, TRUE, -1)
D.visible_message("[D] sputters blood as the blow strikes them with inhuman force!", "You are struck with incredible precision by [A]!")
+ log_combat(A, D, "critcal strong punched (Sleeping Carp)")//log it here because a critical can swing for 40 force and it's important for the sake of how hard they hit
else
playsound(get_turf(D), 'sound/weapons/punch1.ogg', 25, TRUE, -1)
+ log_combat(A, D, "strong punched (Sleeping Carp)")//so as to not double up on logging
D.apply_damage(20 + crit_damage, A.dna.species.attack_type, affecting)
- log_combat(A, D, "strong punched (Sleeping Carp)")
return
+///Crashing Wave Kick: Harm Disarm combo, throws people seven tiles backwards
/datum/martial_art/the_sleeping_carp/proc/launchKick(mob/living/carbon/human/A, mob/living/carbon/human/D)
A.do_attack_animation(D, ATTACK_EFFECT_KICK)
D.visible_message("[A] kicks [D] square in the chest, sending them flying!", \
@@ -49,9 +54,10 @@
var/atom/throw_target = get_edge_target_turf(D, A.dir)
D.throw_at(throw_target, 7, 14, A)
D.apply_damage(15, A.dna.species.attack_type, BODY_ZONE_CHEST)
- log_combat(A, D, "launch kicked (Sleeping Carp)")
+ log_combat(A, D, "launchkicked (Sleeping Carp)")
return
+///Keelhaul: Harm Grab combo, knocks people down, deals stamina damage while they're on the floor
/datum/martial_art/the_sleeping_carp/proc/dropKick(mob/living/carbon/human/A, mob/living/carbon/human/D)
A.do_attack_animation(D, ATTACK_EFFECT_KICK)
playsound(get_turf(A), 'sound/effects/hit_kick.ogg', 50, TRUE, -1)
@@ -66,12 +72,14 @@
D.drop_all_held_items()
D.visible_message("[A] kicks [D] in the head!", \
"You are kicked in the head by [A]!", "You hear a sickening sound of flesh hitting flesh!", COMBAT_MESSAGE_RANGE, A)
+ log_combat(A, D, "dropkicked (Sleeping Carp)")
return
/datum/martial_art/the_sleeping_carp/grab_act(mob/living/carbon/human/A, mob/living/carbon/human/D)
add_to_streak("G",D)
if(check_streak(A,D))
return TRUE
+ log_combat(A, D, "grabbed (Sleeping Carp)")
return ..()
/datum/martial_art/the_sleeping_carp/harm_act(mob/living/carbon/human/A, mob/living/carbon/human/D)
@@ -80,19 +88,20 @@
return TRUE
var/obj/item/bodypart/affecting = D.get_bodypart(ran_zone(A.zone_selected))
A.do_attack_animation(D, ATTACK_EFFECT_PUNCH)
- var/atk_verb = pick("kick", "chop", "hit", "slam")
- D.visible_message("[A] [atk_verb]s [D]!", \
+ var/atk_verb = pick("kicks", "chops", "hits", "slams")
+ D.visible_message("[A] [atk_verb] [D]!", \
"[A] [atk_verb]s you!", null, null, A)
to_chat(A, "You [atk_verb] [D]!")
D.apply_damage(rand(10,15), BRUTE, affecting)
playsound(get_turf(D), 'sound/weapons/punch1.ogg', 25, TRUE, -1)
- log_combat(A, D, "[atk_verb] (Sleeping Carp)")
+ log_combat(A, D, "punched (Sleeping Carp)")
return TRUE
/datum/martial_art/the_sleeping_carp/disarm_act(mob/living/carbon/human/A, mob/living/carbon/human/D)
add_to_streak("D",D)
if(check_streak(A,D))
return TRUE
+ log_combat(A, D, "disarmed (Sleeping Carp)")
return ..()
/datum/martial_art/the_sleeping_carp/on_projectile_hit(mob/living/carbon/human/A, obj/projectile/P, def_zone)
@@ -121,12 +130,13 @@
ADD_TRAIT(H, TRAIT_PIERCEIMMUNE, SLEEPING_CARP_TRAIT)
ADD_TRAIT(H, TRAIT_STUNRESISTANCE, SLEEPING_CARP_TRAIT)
ADD_TRAIT(H, TRAIT_NODISMEMBER, SLEEPING_CARP_TRAIT)
- H.physiology.brute_mod *= 0.3
- H.physiology.burn_mod *= 0.3
- H.physiology.stamina_mod *= 0.3
- H.physiology.stun_mod *= 0.3
+ H.physiology.brute_mod *= 0.4 //brute is really not gonna cut it
+ H.physiology.burn_mod *= 0.7 //burn is distinctly more useful against them than brute but they're still resistant
+ H.physiology.stamina_mod *= 0.5 //stun batons prove to be one of the few ways to fight them. They have stun resistance already, so I think doubling down too hard on this resistance is a bit much.
+ H.physiology.stun_mod *= 0.3 //for those rare stuns
H.physiology.pressure_mod *= 0.3 //go hang out with carp
- H.physiology.cold_mod *= 0.3 //seriously go say hi
+ H.physiology.cold_mod *= 0.3 //cold mods are different to burn mods, they do stack however
+ H.physiology.heat_mod *= 2 //this is mostly so sleeping carp has a viable weakness. Cooking them alive. Setting them on fire and heating them will be their biggest weakness. The reason for this is....filet jokes.
H.faction |= "carp" //:D
@@ -142,6 +152,7 @@
H.physiology.stun_mod = initial(H.physiology.stun_mod)
H.physiology.pressure_mod = initial(H.physiology.pressure_mod) //no more carpies
H.physiology.cold_mod = initial(H.physiology.cold_mod)
+ H.physiology.heat_mod = initial(H.physiology.heat_mod)
H.faction -= "carp" //:(
@@ -155,7 +166,7 @@
to_chat(usr, "Gnashing Teeth: Harm Harm. Deal additional damage every second punch, with a chance for even more damage!")
to_chat(usr, "Crashing Wave Kick: Harm Disarm. Launch people brutally across rooms, and away from you.")
to_chat(usr, "Keelhaul: Harm Grab. Kick opponents to the floor. Against prone targets, deal additional stamina damage and disarm them.")
- to_chat(usr, "In addition, your body has become incredibly resilient to most forms of attack. Weapons cannot readily pierce your hardened skin, and you are highly resistant to stuns and knockdowns, and can block all projectiles in Throw Mode. However, you are not invincible, and sustained damage will take it's toll.")
+ to_chat(usr, "In addition, your body has become incredibly resilient to most forms of attack. Weapons cannot readily pierce your hardened skin, and you are highly resistant to stuns and knockdowns, and can block all projectiles in Throw Mode. However, you are not invincible, and sustained damage will take it's toll. Avoid heat at all costs!")
/obj/item/twohanded/bostaff
name = "bo staff"
diff --git a/code/game/area/Space_Station_13_areas.dm b/code/game/area/Space_Station_13_areas.dm
index 09b85eaca88..528edb358b0 100644
--- a/code/game/area/Space_Station_13_areas.dm
+++ b/code/game/area/Space_Station_13_areas.dm
@@ -116,6 +116,9 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "Security Maintenance"
icon_state = "maint_sec"
+/area/maintenance/department/security/upper
+ name = "Upper Security Maintenance"
+
/area/maintenance/department/security/brig
name = "Brig Maintenance"
icon_state = "maint_brig"
@@ -164,6 +167,9 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "Aft Maintenance"
icon_state = "amaint"
+/area/maintenance/aft/upper
+ name = "Upper Aft Maintenance"
+
/area/maintenance/aft/secondary
name = "Aft Maintenance"
icon_state = "amaint_2"
@@ -180,6 +186,9 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "Fore Maintenance"
icon_state = "fmaint"
+/area/maintenance/fore/upper
+ name = "Upper Fore Maintenance"
+
/area/maintenance/fore/secondary
name = "Fore Maintenance"
icon_state = "fmaint_2"
@@ -188,6 +197,9 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "Starboard Maintenance"
icon_state = "smaint"
+/area/maintenance/starboard/upper
+ name = "Upper Starboard Maintenance"
+
/area/maintenance/starboard/central
name = "Central Starboard Maintenance"
icon_state = "smaint"
@@ -255,6 +267,11 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "Central Primary Hallway"
icon_state = "hallC"
+/area/hallway/primary/upper
+ name = "Upper Central Primary Hallway"
+ icon_state = "hallC"
+
+
/area/hallway/secondary/command
name = "Command Hallway"
icon_state = "bridge_hallway"
@@ -341,6 +358,15 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
icon_state = "Sleep"
safe = TRUE
+/area/crew_quarters/dorms/barracks
+ name = "Sleep Barracks"
+
+/area/crew_quarters/dorms/barracks/male
+ name = "Male Sleep Barracks"
+
+/area/crew_quarters/dorms/barracks/female
+ name = "Female Sleep Barracks"
+
/area/crew_quarters/toilet
name = "Dormitory Toilets"
icon_state = "toilet"
@@ -373,6 +399,13 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "Unisex Locker Room"
icon_state = "fitness"
+/area/crew_quarters/fitness/locker_room/male
+ name = "Male Locker Room"
+
+/area/crew_quarters/fitness/locker_room/female
+ name = "Female Locker Room"
+
+
/area/crew_quarters/fitness/recreation
name = "Recreation Area"
icon_state = "fitness"
@@ -431,6 +464,18 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = " Art Gallery"
icon_state = "library"
+/area/library/private
+ name = "Library Private Study"
+ icon_state = "library"
+
+/area/library/upper
+ name = "Library Upper Floor"
+ icon_state = "library"
+
+/area/library/printer
+ name = "Library Printer Room"
+ icon_state = "library"
+
/area/library/abandoned
name = "Abandoned Library"
icon_state = "library"
@@ -485,6 +530,9 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
icon_state = "atmos"
flags_1 = CULT_PERMITTED_1
+/area/engine/atmos/upper
+ name = "Upper Atmospherics"
+
/area/engine/atmospherics_engine
name = "Atmospherics Engine"
icon_state = "atmos_engine"
@@ -578,6 +626,9 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "Port Bow Solar Array"
icon_state = "panelsFP"
+/area/solar/aisat
+ name = "AI Satellite Solars"
+ icon_state = "yellow"
//Solar Maint
@@ -655,6 +706,30 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "Medbay Storage"
icon_state = "medbay2"
+/area/medical/paramedic
+ name = "Paramedic Dispatch"
+ icon_state = "medbay2"
+
+/area/medical/office
+ name = "Medical Office"
+ icon_state = "medoffice"
+
+/area/medical/surgery/room_c
+ name = "Surgery C"
+ icon_state = "surgery"
+
+/area/medical/surgery/room_d
+ name = "Surgery D"
+ icon_state = "surgery"
+
+/area/medical/break_room
+ name = "Medical Break Room"
+ icon_state = "medbay2"
+
+/area/medical/coldroom
+ name = "Medical Cold Room"
+ icon_state = "kitchen_cold"
+
/area/medical/patients_rooms
name = "Patients' Rooms"
icon_state = "patients"
@@ -725,6 +800,9 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "Brig"
icon_state = "brig"
+/area/security/brig/upper
+ name = "Brig Overlook"
+
/area/security/courtroom
name = "Courtroom"
icon_state = "courtroom"
@@ -741,6 +819,38 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "Prison Wing Cells"
icon_state = "sec_prison_safe"
+/area/security/prison/upper
+ name = "Upper Prison Wing"
+ icon_state = "prison_upper"
+
+/area/security/prison/visit
+ name = "Prison Visitation Area"
+ icon_state = "prison_visit"
+
+/area/security/prison/rec
+ name = "Prison Rec Room"
+ icon_state = "prison_rec"
+
+/area/security/prison/mess
+ name = "Prison Mess Hall"
+ icon_state = "prison_mess"
+
+/area/security/prison/work
+ name = "Prison Work Room"
+ icon_state = "prison_work"
+
+/area/security/prison/shower
+ name = "Prison Shower"
+ icon_state = "prison_shower"
+
+/area/security/prison/workout
+ name = "Prison Gym"
+ icon_state = "prison_workout"
+
+/area/security/prison/garden
+ name = "Prison Garden"
+ icon_state = "prison_garden"
+
/area/security/processing
name = "Labor Shuttle Dock"
icon_state = "sec_prison"
@@ -835,6 +945,9 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "Warehouse"
icon_state = "cargo_warehouse"
+/area/quartermaster/warehouse/upper
+ name = "Upper Warehouse"
+
/area/quartermaster/office
name = "Cargo Office"
icon_state = "quartoffice"
@@ -847,6 +960,10 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "Quartermaster's Office"
icon_state = "quart"
+/area/quartermaster/qm/perch
+ name = "Quartermaster's Perch"
+ icon_state = "quartperch"
+
/area/quartermaster/miningdock
name = "Mining Dock"
icon_state = "mining"
@@ -864,6 +981,10 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "Hydroponics"
icon_state = "hydro"
+/area/hydroponics/upper
+ name = "Upper Hydroponics"
+ icon_state = "hydro"
+
/area/hydroponics/garden
name = "Garden"
icon_state = "garden"
@@ -1024,11 +1145,17 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
icon_state = "armory"
ambientsounds = HIGHSEC
+/area/ai_monitored/security/armory/upper
+ name = "Upper Armory"
+
/area/ai_monitored/storage/eva
name = "EVA Storage"
icon_state = "eva"
ambientsounds = HIGHSEC
+/area/ai_monitored/storage/eva/upper
+ name = "Upper EVA Storage"
+
/area/ai_monitored/storage/satellite
name = "AI Satellite Maint"
icon_state = "storage"
@@ -1101,3 +1228,20 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
/area/tcommsat/server
name = "Telecomms Server Room"
icon_state = "tcomsatcham"
+
+/area/tcommsat/server/upper
+ name = "Upper Telecomms Server Room"
+
+//External Hull Access
+/area/maintenance/external
+ name = "External Hull Access"
+ icon_state = "amaint"
+
+/area/maintenance/external/aft
+ name = "Aft External Hull Access"
+
+/area/maintenance/external/port
+ name = "Port External Hull Access"
+
+/area/maintenance/external/port/bow
+ name = "Port Bow External Hull Access"
diff --git a/code/game/atoms.dm b/code/game/atoms.dm
index f576a5d4b35..5982c5eb586 100644
--- a/code/game/atoms.dm
+++ b/code/game/atoms.dm
@@ -1269,7 +1269,10 @@
return max_grav
if(isspaceturf(T)) // Turf never has gravity
- return 0
+ return FALSE
+ if(istype(T, /turf/open/openspace)) //openspace in a space area doesn't get gravity
+ if(istype(get_area(T), /area/space))
+ return FALSE
var/area/A = get_area(T)
if(A.has_gravity) // Areas which always has gravity
diff --git a/code/game/machinery/defibrillator_mount.dm b/code/game/machinery/defibrillator_mount.dm
index f6cc265ee6a..abb1f8a728f 100644
--- a/code/game/machinery/defibrillator_mount.dm
+++ b/code/game/machinery/defibrillator_mount.dm
@@ -3,16 +3,20 @@
//Not being adjacent will cause the paddles to snap back
/obj/machinery/defibrillator_mount
name = "defibrillator mount"
- desc = "Holds and recharges defibrillators. You can grab the paddles if one is mounted."
+ desc = "Holds defibrillators. You can grab the paddles if one is mounted."
icon = 'icons/obj/machines/defib_mount.dmi'
icon_state = "defibrillator_mount"
density = FALSE
use_power = IDLE_POWER_USE
- idle_power_usage = 1
+ idle_power_usage = 0
power_channel = EQUIP
req_one_access = list(ACCESS_MEDICAL, ACCESS_HEADS, ACCESS_SECURITY) //used to control clamps
- var/obj/item/defibrillator/defib //this mount's defibrillator
- var/clamps_locked = FALSE //if true, and a defib is loaded, it can't be removed without unlocking the clamps
+/// The mount's defib
+ var/obj/item/defibrillator/defib
+/// if true, and a defib is loaded, it can't be removed without unlocking the clamps
+ var/clamps_locked = FALSE
+/// the type of wallframe it 'disassembles' into
+ var/wallframe_type = /obj/item/wallframe/defib_mount
/obj/machinery/defibrillator_mount/loaded/Initialize() //loaded subtype for mapping use
. = ..()
@@ -32,26 +36,20 @@
else
. += "Its locking clamps can be [clamps_locked ? "dis" : ""]engaged by swiping an ID with access."
-/obj/machinery/defibrillator_mount/process()
- if(defib && defib.cell && defib.cell.charge < defib.cell.maxcharge && is_operational())
- use_power(200)
- defib.cell.give(180) //90% efficiency, slightly better than the cell charger's 87.5%
- update_icon()
-
/obj/machinery/defibrillator_mount/update_overlays()
. = ..()
-
+
if(!defib)
return
-
+
. += "defib"
-
+
if(defib.powered)
. += (defib.safety ? "online" : "emagged")
var/ratio = defib.cell.charge / defib.cell.maxcharge
ratio = CEILING(ratio * 4, 1) * 25
. += "charge[ratio]"
-
+
if(clamps_locked)
. += "clamps"
@@ -120,6 +118,15 @@
update_icon()
return TRUE
+/obj/machinery/defibrillator_mount/wrench_act(mob/living/user, obj/item/wrench/W)
+ if(!wallframe_type)
+ return ..()
+ new wallframe_type(get_turf(src))
+ qdel(src)
+ W.play_tool_sound(user)
+ to_chat(user, "You remove [src] from the wall.")
+
+
/obj/machinery/defibrillator_mount/AltClick(mob/living/carbon/user)
if(!istype(user) || !user.canUseTopic(src, BE_CLOSE))
return
@@ -138,6 +145,20 @@
defib = null
update_icon()
+/obj/machinery/defibrillator_mount/charging
+ name = "PENLITE defibrillator mount"
+ desc = "Holds defibrillators. You can grab the paddles if one is mounted. This PENLITE variant also allows for slow, passive recharging of the defibrillator."
+ icon_state = "penlite_mount"
+ idle_power_usage = 1
+ wallframe_type = /obj/item/wallframe/defib_mount/charging
+
+/obj/machinery/defibrillator_mount/charging/process()
+ if(defib?.cell?.charge < defib.cell.maxcharge && is_operational())
+ use_power(100)
+ defib.cell.give(80)
+ update_icon()
+
+
//wallframe, for attaching the mounts easily
/obj/item/wallframe/defib_mount
name = "unhooked defibrillator mount"
@@ -148,3 +169,10 @@
w_class = WEIGHT_CLASS_BULKY
result_path = /obj/machinery/defibrillator_mount
pixel_shift = -28
+
+/obj/item/wallframe/defib_mount/charging
+ name = "unhooked PENLITE defibrillator mount"
+ desc = "A frame for a PENLITE defibrillator mount. Unlike the normal mount, it can passively recharge the unit inside."
+ icon_state = "penlite_mount"
+ custom_materials = list(/datum/material/iron = 300, /datum/material/glass = 100, /datum/material/silver = 50)
+ result_path = /obj/machinery/defibrillator_mount/charging
diff --git a/code/game/machinery/washing_machine.dm b/code/game/machinery/washing_machine.dm
index 8f5d243696a..96b9b94805d 100644
--- a/code/game/machinery/washing_machine.dm
+++ b/code/game/machinery/washing_machine.dm
@@ -218,7 +218,7 @@ GLOBAL_LIST_INIT(dye_registry, list(
new /obj/item/reagent_containers/food/snacks/meat/slab/corgi(loc)
qdel(src)
-/mob/living/simple_animal/pet/dog/corgi/machine_wash(obj/machinery/washing_machine/WM)
+/mob/living/simple_animal/pet/machine_wash(obj/machinery/washing_machine/WM)
WM.bloody_mess = TRUE
gib()
@@ -239,6 +239,10 @@ GLOBAL_LIST_INIT(dye_registry, list(
addtimer(VARSET_CALLBACK(src, freshly_laundered, FALSE), 5 MINUTES, TIMER_UNIQUE | TIMER_OVERRIDE)
..()
+/obj/item/clothing/head/mob_holder/machine_wash(obj/machinery/washing_machine/WM)
+ ..()
+ held_mob.machine_wash(WM)
+
/obj/item/clothing/shoes/sneakers/machine_wash(obj/machinery/washing_machine/WM)
if(chained)
chained = 0
@@ -292,7 +296,6 @@ GLOBAL_LIST_INIT(dye_registry, list(
if(!user.transferItemToLoc(W, src))
to_chat(user, "\The [W] is stuck to your hand, you cannot put it in the washing machine!")
return TRUE
-
if(W.dye_color)
color_source = W
update_icon()
@@ -313,7 +316,7 @@ GLOBAL_LIST_INIT(dye_registry, list(
if(L.buckled || L.has_buckled_mobs())
return
if(state_open)
- if(iscorgi(L))
+ if(istype(L, /mob/living/simple_animal/pet))
L.forceMove(src)
update_icon()
return
diff --git a/code/game/mecha/mecha.dm b/code/game/mecha/mecha.dm
index 599fdf00b03..3d845303bfb 100644
--- a/code/game/mecha/mecha.dm
+++ b/code/game/mecha/mecha.dm
@@ -878,6 +878,9 @@
return
if(!ishuman(user)) // no silicons or drones in mechas.
return
+ if(HAS_TRAIT(user, TRAIT_PRIMITIVE)) //no lavalizards either.
+ to_chat(user, "The knowledge to use this device eludes you!")
+ return
log_message("[user] tries to move in.", LOG_MECHA)
if (occupant)
to_chat(usr, "The [name] is already occupied!")
diff --git a/code/game/objects/effects/spawners/lootdrop.dm b/code/game/objects/effects/spawners/lootdrop.dm
index c6b8a0e110c..a8e6081bf33 100644
--- a/code/game/objects/effects/spawners/lootdrop.dm
+++ b/code/game/objects/effects/spawners/lootdrop.dm
@@ -67,7 +67,8 @@
/obj/item/gun/ballistic/shotgun/automatic/combat = 5,
/obj/item/bikehorn/golden,
/obj/item/grenade/clusterbuster,
- /obj/item/storage/box/syndie_kit/throwing_weapons = 3)
+ /obj/item/storage/box/syndie_kit/throwing_weapons = 3,
+ /obj/item/gun/ballistic/revolver/mateba)
/obj/effect/spawner/lootdrop/prison_contraband
name = "prison contraband loot spawner"
@@ -211,7 +212,7 @@
)
/obj/effect/spawner/lootdrop/organ_spawner
- name = "organ spawner"
+ name = "ayylien organ spawner"
loot = list(
/obj/item/organ/heart/gland/electric = 3,
/obj/item/organ/heart/gland/trauma = 4,
@@ -227,6 +228,28 @@
/obj/item/organ/regenerative_core = 2)
lootcount = 3
+/obj/effect/spawner/lootdrop/memeorgans
+ name = "meme organ spawner"
+ loot = list(
+ /obj/item/organ/ears/penguin,
+ /obj/item/organ/ears/cat,
+ /obj/item/organ/eyes/moth,
+ /obj/item/organ/eyes/snail,
+ /obj/item/organ/tongue/bone,
+ /obj/item/organ/tongue/fly,
+ /obj/item/organ/tongue/snail,
+ /obj/item/organ/tongue/lizard,
+ /obj/item/organ/tongue/alien,
+ /obj/item/organ/tongue/ethereal,
+ /obj/item/organ/tongue/robot,
+ /obj/item/organ/tongue/zombie,
+ /obj/item/organ/appendix,
+ /obj/item/organ/liver/fly,
+ /obj/item/organ/lungs/plasmaman,
+ /obj/item/organ/tail/cat,
+ /obj/item/organ/tail/lizard)
+ lootcount = 5
+
/obj/effect/spawner/lootdrop/two_percent_xeno_egg_spawner
name = "2% chance xeno egg spawner"
loot = list(
diff --git a/code/game/objects/items/storage/boxes.dm b/code/game/objects/items/storage/boxes.dm
index 659fd936bd6..98576c6d818 100644
--- a/code/game/objects/items/storage/boxes.dm
+++ b/code/game/objects/items/storage/boxes.dm
@@ -1275,6 +1275,7 @@
name = "bubblegum packet"
desc = "The packaging is entirely in japanese, apparently. You can't make out a single word of it."
icon_state = "bubblegum_generic"
+ w_class = WEIGHT_CLASS_TINY
illustration = null
foldable = null
custom_price = 120
diff --git a/code/game/objects/items/twohanded.dm b/code/game/objects/items/twohanded.dm
index f03ea924ba0..f036a3828df 100644
--- a/code/game/objects/items/twohanded.dm
+++ b/code/game/objects/items/twohanded.dm
@@ -490,8 +490,8 @@
/obj/item/twohanded/spear/explosive/Initialize(mapload)
. = ..()
set_explosive(new /obj/item/grenade/iedcasing()) //For admin-spawned explosive lances
-
-
+
+
/obj/item/twohanded/spear/explosive/proc/set_explosive(obj/item/grenade/G)
if(explosive)
QDEL_NULL(explosive)
@@ -896,7 +896,10 @@
if (isturf(A))
target = A
else
- target = A.loc
+ if (isturf(A.loc))
+ target = A.loc
+ else
+ return
else
target = user.loc
if (locate(/obj/structure/table) in target.contents)
diff --git a/code/game/objects/objs.dm b/code/game/objects/objs.dm
index 1d265123bb2..4cfa3482006 100644
--- a/code/game/objects/objs.dm
+++ b/code/game/objects/objs.dm
@@ -33,6 +33,8 @@
var/drag_slowdown // Amont of multiplicative slowdown applied if pulled. >1 makes you slower, <1 makes you faster.
+ vis_flags = VIS_INHERIT_PLANE //when this be added to vis_contents of something it inherit something.plane, important for visualisation of obj in openspace.
+
/obj/vv_edit_var(vname, vval)
switch(vname)
if("anchored")
@@ -72,7 +74,6 @@
var/turf/T = loc
T.add_blueprints_preround(src)
-
/obj/Destroy(force=FALSE)
if(!ismachinery(src))
STOP_PROCESSING(SSobj, src) // TODO: Have a processing bitflag to reduce on unnecessary loops through the processing lists
diff --git a/code/game/objects/structures.dm b/code/game/objects/structures.dm
index 83143d4cdd0..1281ed3d854 100644
--- a/code/game/objects/structures.dm
+++ b/code/game/objects/structures.dm
@@ -66,6 +66,11 @@
/obj/structure/proc/do_climb(atom/movable/A)
if(climbable)
+ if(A.loc == src.loc)
+ var/where_to_climb = get_step(A,dir)
+ if(!(is_blocked_turf(where_to_climb)))
+ A.forceMove(where_to_climb)
+ return TRUE
density = FALSE
. = step(A,get_dir(A,src.loc))
density = TRUE
diff --git a/code/game/objects/structures/displaycase.dm b/code/game/objects/structures/displaycase.dm
index 9d77a9718d7..b4c8149c099 100644
--- a/code/game/objects/structures/displaycase.dm
+++ b/code/game/objects/structures/displaycase.dm
@@ -374,7 +374,9 @@
showpiece_type = /obj/item/reagent_containers/food
alert = FALSE //No, we're not calling the fire department because someone stole your cookie.
glass_fix = FALSE //Fixable with tools instead.
+ ///The price of the item being sold. Altered by grab intent ID use.
var/sale_price = 20
+ ///The Account which will recieve payment for purchases. Set by the first ID to swipe the tray.
var/datum/bank_account/payments_acc = null
/obj/structure/displaycase/forsale/update_icon() //remind me to fix my shitcode later
@@ -401,9 +403,6 @@
if(!potential_acc.registered_account)
to_chat(user, "This ID card has no account registered!")
return
- if(payments_acc && payments_acc != potential_acc.registered_account)
- to_chat(user, "This Vend-a-tray is already registered!")
- return
if(!payments_acc && potential_acc.registered_account)
payments_acc = potential_acc.registered_account
playsound(src, 'sound/machines/click.ogg', 20, TRUE)
@@ -440,12 +439,16 @@
//Setting the object's price.
if(INTENT_GRAB)
var/new_price_input = input(user,"Set the sale price for this vend-a-tray.","new price",0) as num|null
- if(isnull(new_price_input) || !user.canUseTopic(src, BE_CLOSE, FALSE, NO_TK))
+ if(isnull(new_price_input) || !user.canUseTopic(src, BE_CLOSE, FALSE, NO_TK) || (payments_acc != potential_acc.registered_account))
return
new_price_input = clamp(round(new_price_input, 1), 10, 1000)
sale_price = new_price_input
to_chat(user, "The cost is now set to [sale_price].")
return TRUE
+ if(INTENT_DISARM || INTENT_HARM)
+ if(payments_acc && payments_acc != potential_acc.registered_account)
+ to_chat(user, "This Vend-a-tray is already registered!")
+ return
if(I.tool_behaviour == TOOL_WRENCH && open && user.a_intent == INTENT_HELP )
if(anchored)
to_chat(user, "You start unsecuring [src]...")
diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm
index 21c3edab42c..9648fa0c214 100644
--- a/code/game/objects/structures/ghost_role_spawners.dm
+++ b/code/game/objects/structures/ghost_role_spawners.dm
@@ -33,6 +33,45 @@
//Ash walker eggs: Spawns in ash walker dens in lavaland. Ghosts become unbreathing lizards that worship the Necropolis and are advised to retrieve corpses to create more ash walkers.
+/obj/structure/ash_walker_eggshell
+ name = "ash walker egg"
+ desc = "A man-sized yellow egg, spawned from some unfathomable creature. A humanoid silhouette lurks within. The egg shell looks resistant to temperature but otherwise rather brittle."
+ icon = 'icons/mob/lavaland/lavaland_monsters.dmi'
+ icon_state = "large_egg"
+ resistance_flags = LAVA_PROOF | FIRE_PROOF | FREEZE_PROOF
+ max_integrity = 80
+ var/obj/effect/mob_spawn/human/ash_walker/egg
+
+/obj/structure/ash_walker_eggshell/play_attack_sound(damage_amount, damage_type = BRUTE, damage_flag = 0) //lifted from xeno eggs
+ switch(damage_type)
+ if(BRUTE)
+ if(damage_amount)
+ playsound(loc, 'sound/effects/attackblob.ogg', 100, TRUE)
+ else
+ playsound(src, 'sound/weapons/tap.ogg', 50, TRUE)
+ if(BURN)
+ if(damage_amount)
+ playsound(loc, 'sound/items/welder.ogg', 100, TRUE)
+
+/obj/structure/ash_walker_eggshell/attack_ghost(mob/user) //Pass on ghost clicks to the mob spawner
+ if(egg)
+ egg.attack_ghost(user)
+ . = ..()
+
+/obj/structure/ash_walker_eggshell/Destroy()
+ if(!egg)
+ return ..()
+ var/mob/living/carbon/human/yolk = new /mob/living/carbon/human/(get_turf(src))
+ yolk.fully_replace_character_name(null,random_unique_lizard_name(gender))
+ yolk.set_species(/datum/species/lizard/ashwalker)
+ yolk.underwear = "Nude"
+ yolk.equipOutfit(/datum/outfit/ashwalker)//this is an authentic mess we're making
+ yolk.update_body()
+ yolk.gib()
+ qdel(egg)
+ return ..()
+
+
/obj/effect/mob_spawn/human/ash_walker
name = "ash walker egg"
desc = "A man-sized yellow egg, spawned from some unfathomable creature. A humanoid silhouette lurks within."
@@ -43,7 +82,6 @@
outfit = /datum/outfit/ashwalker
roundstart = FALSE
death = FALSE
- anchored = FALSE
move_resist = MOVE_FORCE_NORMAL
density = FALSE
short_desc = "You are an ash walker. Your tribe worships the Necropolis."
@@ -52,10 +90,17 @@
Fresh sacrifices for your nest."
assignedrole = "Ash Walker"
var/datum/team/ashwalkers/team
+ var/obj/structure/ash_walker_eggshell/eggshell
+
+/obj/effect/mob_spawn/human/ash_walker/allow_spawn(mob/user)
+ if(!(user.key in team.players_spawned))//one per person unless you get a bonus spawn
+ return TRUE
+ to_chat(user, "You have exhausted your usefulness to the Necropolis.")
+ return FALSE
/obj/effect/mob_spawn/human/ash_walker/special(mob/living/new_spawn)
new_spawn.fully_replace_character_name(null,random_unique_lizard_name(gender))
- to_chat(new_spawn, "Drag the corpses of men and beasts to your nest. It will absorb them to create more of your kind. Don't leave your nest undefended, protect it with your life. Glory to the Necropolis!")
+ to_chat(new_spawn, "Drag the corpses of men and beasts to your nest. It will absorb them to create more of your kind. Invade the strange structure of the outsiders if you must. Do not cause unnecessary destruction, as littering the wastes with ugly wreckage is certain to not gain you favor. Glory to the Necropolis!")
new_spawn.mind.add_antag_datum(/datum/antagonist/ashwalker, team)
@@ -63,11 +108,18 @@
var/mob/living/carbon/human/H = new_spawn
H.underwear = "Nude"
H.update_body()
+ ADD_TRAIT(H, TRAIT_PRIMITIVE, ROUNDSTART_TRAIT)
+ team.players_spawned += (new_spawn.key)
+ eggshell.egg = null
+ qdel(eggshell)
/obj/effect/mob_spawn/human/ash_walker/Initialize(mapload, datum/team/ashwalkers/ashteam)
. = ..()
var/area/A = get_area(src)
team = ashteam
+ eggshell = new /obj/structure/ash_walker_eggshell(get_turf(loc))
+ eggshell.egg = src
+ src.forceMove(eggshell)
if(A)
notify_ghosts("An ash walker egg is ready to hatch in \the [A.name].", source = src, action=NOTIFY_ATTACK, flashwindow = FALSE, ignore_key = POLL_IGNORE_ASHWALKER)
diff --git a/code/game/objects/structures/lattice.dm b/code/game/objects/structures/lattice.dm
index 1bff30a0d79..a8dd685292e 100644
--- a/code/game/objects/structures/lattice.dm
+++ b/code/game/objects/structures/lattice.dm
@@ -9,7 +9,8 @@
max_integrity = 50
layer = LATTICE_LAYER //under pipes
plane = FLOOR_PLANE
- var/number_of_rods = 1
+ var/number_of_mats = 1
+ var/build_material = /obj/item/stack/rods
canSmoothWith = list(/obj/structure/lattice,
/turf/open/floor,
/turf/closed/wall,
@@ -45,7 +46,7 @@
/obj/structure/lattice/deconstruct(disassembled = TRUE)
if(!(flags_1 & NODECONSTRUCT_1))
- new /obj/item/stack/rods(get_turf(src), number_of_rods)
+ new build_material(get_turf(src), number_of_mats)
qdel(src)
/obj/structure/lattice/rcd_vals(mob/user, obj/item/construction/rcd/the_rcd)
@@ -71,7 +72,7 @@
desc = "A catwalk for easier EVA maneuvering and cable placement."
icon = 'icons/obj/smooth_structures/catwalk.dmi'
icon_state = "catwalk"
- number_of_rods = 2
+ number_of_mats = 2
smooth = SMOOTH_TRUE
canSmoothWith = null
obj_flags = CAN_BE_HIT | BLOCK_Z_FALL
@@ -96,7 +97,7 @@
desc = "A specialized support beam for building across lava. Watch your step."
icon = 'icons/obj/smooth_structures/catwalk.dmi'
icon_state = "catwalk"
- number_of_rods = 1
+ number_of_mats = 1
color = "#5286b9ff"
smooth = SMOOTH_TRUE
canSmoothWith = null
diff --git a/code/game/objects/structures/railings.dm b/code/game/objects/structures/railings.dm
index 422d7a06524..42e8f5dc2b1 100644
--- a/code/game/objects/structures/railings.dm
+++ b/code/game/objects/structures/railings.dm
@@ -13,6 +13,7 @@
climbable = FALSE
/obj/structure/railing/attackby(obj/item/I, mob/living/user, params)
+ ..()
add_fingerprint(user)
if(I.tool_behaviour == TOOL_WELDER && user.a_intent == INTENT_HELP)
@@ -53,8 +54,8 @@
/obj/structure/railing/CheckExit(atom/movable/O, turf/target)
..()
if(get_dir(loc, target) & dir)
- return 0
- return 1
+ return FALSE
+ return TRUE
/obj/structure/railing/corner/CheckExit()
- return 1
+ return TRUE
diff --git a/code/game/objects/structures/signs/signs_maps.dm b/code/game/objects/structures/signs/signs_maps.dm
index 84685165023..63de37f2e8c 100644
--- a/code/game/objects/structures/signs/signs_maps.dm
+++ b/code/game/objects/structures/signs/signs_maps.dm
@@ -45,3 +45,14 @@
name = "command department"
desc = "A direction sign, pointing out which way the Command department is."
icon_state = "direction_bridge"
+
+/obj/structure/sign/directions/vault
+ name = "vault directions"
+ desc = "A direction sign, pointing out which way the station's Vault is."
+ icon_state = "direction_vault"
+
+/obj/structure/sign/directions/upload
+ name = "upload directions"
+ desc = "A direction sign, pointing out which way the station's AI Upload is."
+ icon_state = "direction_upload"
+
diff --git a/code/game/turfs/open/floor/hull.dm b/code/game/turfs/open/floor/hull.dm
new file mode 100644
index 00000000000..520c9499330
--- /dev/null
+++ b/code/game/turfs/open/floor/hull.dm
@@ -0,0 +1,19 @@
+
+/turf/open/floor/engine/hull
+ name = "exterior hull plating"
+ desc = "Sturdy exterior hull plating that separates you from the uncaring vacuum of space."
+ icon_state = "regular_hull"
+ initial_gas_mix = AIRLESS_ATMOS
+ temperature = TCMB
+
+/turf/open/floor/engine/hull/rcd_act(mob/user, obj/item/construction/rcd/the_rcd, passed_mode) //no rcd destroying this flooring
+ if(passed_mode == RCD_DECONSTRUCT)
+ to_chat(user, "The flooring is too thick to be regularly deconstructed!")
+ return FALSE
+ return ..()
+
+/turf/open/floor/engine/hull/reinforced
+ name = "exterior reinforced hull plating"
+ desc = "Extremely sturdy exterior hull plating that separates you from the uncaring vacuum of space."
+ icon_state = "reinforced_hull"
+ heat_capacity = INFINITY
diff --git a/code/game/turfs/open/openspace.dm b/code/game/turfs/open/openspace.dm
index f06a82a314c..617d25dcc59 100644
--- a/code/game/turfs/open/openspace.dm
+++ b/code/game/turfs/open/openspace.dm
@@ -1,7 +1,20 @@
+GLOBAL_DATUM_INIT(openspace_backdrop_one_for_all, /atom/movable/openspace_backdrop, new)
+
+/atom/movable/openspace_backdrop
+ name = "openspace_backdrop"
+
+ anchored = TRUE
+
+ icon = 'icons/turf/floors.dmi'
+ icon_state = "grey"
+ plane = OPENSPACE_BACKDROP_PLANE
+ mouse_opacity = MOUSE_OPACITY_TRANSPARENT
+ layer = SPLASHSCREEN_LAYER
+
/turf/open/openspace
name = "open space"
desc = "Watch your step!"
- icon_state = "grey"
+ icon_state = "transparent"
baseturfs = /turf/open/openspace
CanAtmosPassVertical = ATMOS_PASS_YES
//mouse_opacity = MOUSE_OPACITY_TRANSPARENT
@@ -14,8 +27,11 @@
/turf/open/openspace/Initialize() // handle plane and layer here so that they don't cover other obs/turfs in Dream Maker
. = ..()
- plane = FLOOR_OPENSPACE_PLANE
+ plane = OPENSPACE_PLANE
layer = OPENSPACE_LAYER
+
+ vis_contents += GLOB.openspace_backdrop_one_for_all //Special grey square for projecting backdrop darkness filter on it.
+
return INITIALIZE_HINT_LATELOAD
/turf/open/openspace/LateInitialize()
diff --git a/code/game/turfs/turf.dm b/code/game/turfs/turf.dm
index 2ef3282b99c..17fc4670a8e 100755
--- a/code/game/turfs/turf.dm
+++ b/code/game/turfs/turf.dm
@@ -33,6 +33,8 @@
var/tiled_dirt = FALSE // use smooth tiled dirt decal
+ vis_flags = VIS_INHERIT_PLANE|VIS_INHERIT_ID //when this be added to vis_contents of something it inherit something.plane and be associatet with something on clicking, important for visualisation of turf in openspace and interraction with openspace that show you turf.
+
/turf/vv_edit_var(var_name, new_value)
var/static/list/banned_edits = list("x", "y", "z")
if(var_name in banned_edits)
diff --git a/code/modules/antagonists/ashwalker/ashwalker.dm b/code/modules/antagonists/ashwalker/ashwalker.dm
index 5e2abc9fd08..4246ca05837 100644
--- a/code/modules/antagonists/ashwalker/ashwalker.dm
+++ b/code/modules/antagonists/ashwalker/ashwalker.dm
@@ -1,6 +1,7 @@
/datum/team/ashwalkers
name = "Ashwalkers"
show_roundend_report = FALSE
+ var/list/players_spawned = new
/datum/antagonist/ashwalker
name = "Ash Walker"
diff --git a/code/modules/antagonists/morph/morph.dm b/code/modules/antagonists/morph/morph.dm
index 43658de5132..ffdba705342 100644
--- a/code/modules/antagonists/morph/morph.dm
+++ b/code/modules/antagonists/morph/morph.dm
@@ -131,6 +131,7 @@
form = null
alpha = initial(alpha)
color = initial(color)
+ desc = initial(desc)
animate_movement = SLIDE_STEPS
maptext = null
diff --git a/code/modules/antagonists/traitor/datum_traitor.dm b/code/modules/antagonists/traitor/datum_traitor.dm
index 57cc37c0fef..4d406c3a782 100644
--- a/code/modules/antagonists/traitor/datum_traitor.dm
+++ b/code/modules/antagonists/traitor/datum_traitor.dm
@@ -34,9 +34,8 @@
if(traitor_kind == TRAITOR_AI && owner.current && isAI(owner.current))
var/mob/living/silicon/ai/A = owner.current
A.set_zeroth_law("")
- A.verbs -= /mob/living/silicon/ai/proc/choose_modules
- A.malf_picker.remove_malf_verbs(A)
- qdel(A.malf_picker)
+ A.remove_malf_abilities()
+ QDEL_NULL(A.malf_picker)
SSticker.mode.traitors -= owner
if(!silent && owner.current)
to_chat(owner.current,"You are no longer the [special_role]!")
diff --git a/code/modules/antagonists/traitor/equipment/module_picker.dm b/code/modules/antagonists/traitor/equipment/module_picker.dm
index e1fb352af38..aa80d269404 100644
--- a/code/modules/antagonists/traitor/equipment/module_picker.dm
+++ b/code/modules/antagonists/traitor/equipment/module_picker.dm
@@ -11,13 +11,6 @@
/datum/module_picker/New()
possible_modules = get_malf_modules()
-/// Removes all malfunction-related abilities from the target AI.
-/datum/module_picker/proc/remove_malf_verbs(mob/living/silicon/ai/AI)
- for(var/datum/AI_Module/AM in possible_modules)
- for(var/datum/action/A in AI.actions)
- if(istype(A, initial(AM.power_type)))
- qdel(A)
-
/proc/cmp_malfmodules_priority(datum/AI_Module/A, datum/AI_Module/B)
return B.cost - A.cost
diff --git a/code/modules/awaymissions/corpse.dm b/code/modules/awaymissions/corpse.dm
index 50fd857b58b..0cb1b9e5431 100644
--- a/code/modules/awaymissions/corpse.dm
+++ b/code/modules/awaymissions/corpse.dm
@@ -41,9 +41,12 @@
if(is_banned_from(user.key, banType))
to_chat(user, "You are jobanned!")
return
+ if(!allow_spawn(user))
+ return
if(QDELETED(src) || QDELETED(user))
return
var/ghost_role = alert("Become [mob_name]? (Warning, You can no longer be revived!)",,"Yes","No")
+
if(ghost_role == "No" || !loc)
return
log_game("[key_name(user)] became [mob_name]")
@@ -65,6 +68,9 @@
GLOB.mob_spawners -= name
return ..()
+/obj/effect/mob_spawn/proc/allow_spawn(mob/user) //Override this to add spawn limits to a ghost role
+ return TRUE
+
/obj/effect/mob_spawn/proc/special(mob/M)
return
diff --git a/code/modules/discord/accountlink.dm b/code/modules/discord/accountlink.dm
index 72ce0c1f442..ba609220365 100644
--- a/code/modules/discord/accountlink.dm
+++ b/code/modules/discord/accountlink.dm
@@ -43,3 +43,35 @@
alert(usr, "Account link started. Please ping the bot of the server you\'re currently on, followed by \"verify [usr.ckey]\" in Discord to successfully verify your account (Example: @Mr_Terry verify [usr.ckey])")
// This is so people cant fill the notify list with a fuckload of ckeys
SSdiscord.notify_members -= "[stored_id]" // The list uses strings because BYOND cannot handle a 17 digit integer
+
+// IF you have linked your account, this will trigger a verify of the user
+/client/verb/verify_in_discord()
+ set category = "OOC"
+ set name = "Verify Discord Account"
+ set desc = "Reverify your account to the discord if you get banned, you bad banana"
+
+ // Safety checks
+ if(!CONFIG_GET(flag/sql_enabled))
+ to_chat(src, "This feature requires the SQL backend to be running.")
+ return
+
+ if(!SSdiscord) // SS is still starting
+ to_chat(src, "The server is still starting up. Please wait before attempting to link your account!")
+ return
+
+ if(!SSdiscord.enabled)
+ to_chat(src, "This feature requires the server is running on the TGS toolkit.")
+ return
+ if(SSdiscord.reverify_cache[usr.ckey] == TRUE)
+ to_chat(src, "Thou can only do this once a round, if you're stuck seek help.")
+ return
+ SSdiscord.reverify_cache[usr.ckey] = TRUE
+
+ var/stored_id = SSdiscord.lookup_id(usr.ckey)
+ if(!stored_id) // Account is not linked
+ to_chat(usr, "Link your discord account via the linkdiscord verb in the OOC tab first");
+ return;
+
+ else // Account is already linked
+ // Role the user
+ SSdiscord.grant_role(stored_id)
diff --git a/code/modules/discord/tgs_commands.dm b/code/modules/discord/tgs_commands.dm
index 124da4a068f..411553e3f45 100644
--- a/code/modules/discord/tgs_commands.dm
+++ b/code/modules/discord/tgs_commands.dm
@@ -20,12 +20,13 @@
/datum/tgs_chat_command/verify/Run(datum/tgs_chat_user/sender, params)
var/lowerparams = replacetext(lowertext(params), " ", "") // Fuck spaces
+ var/discordid = SSdiscord.id_clean(sender.mention)
if(SSdiscord.account_link_cache[lowerparams]) // First if they are in the list, then if the ckey matches
- if(SSdiscord.account_link_cache[lowerparams] == "[SSdiscord.id_clean(sender.mention)]") // If the associated ID is the correct one
+ if(SSdiscord.account_link_cache[lowerparams] == discordid) // If the associated ID is the correct one
// Link the account in the DB table
SSdiscord.link_account(lowerparams)
// Role the user
- SSdiscord.grant_role(lowerparams)
+ SSdiscord.grant_role(discordid)
return "Successfully linked accounts"
else
return "That ckey is not associated to this discord account. If someone has used your ID, please inform an administrator"
diff --git a/code/modules/mob/living/inhand_holder.dm b/code/modules/mob/living/inhand_holder.dm
index cce936d2789..917075b81f0 100644
--- a/code/modules/mob/living/inhand_holder.dm
+++ b/code/modules/mob/living/inhand_holder.dm
@@ -5,24 +5,22 @@
desc = "Yell at coderbrush."
icon = null
icon_state = ""
- item_flags = DROPDEL
+ slot_flags = NONE
var/mob/living/held_mob
- var/can_head = TRUE
var/destroying = FALSE
-/obj/item/clothing/head/mob_holder/Initialize(mapload, mob/living/M, _worn_state, head_icon, lh_icon, rh_icon, _can_head = TRUE)
+/obj/item/clothing/head/mob_holder/Initialize(mapload, mob/living/M, worn_state, head_icon, lh_icon, rh_icon, worn_slot_flags = NONE)
. = ..()
- can_head = _can_head
if(head_icon)
mob_overlay_icon = head_icon
- if(_worn_state)
- item_state = _worn_state
+ if(worn_state)
+ item_state = worn_state
if(lh_icon)
lefthand_file = lh_icon
if(rh_icon)
righthand_file = rh_icon
- if(!can_head)
- slot_flags = NONE
+ if(worn_slot_flags)
+ slot_flags = worn_slot_flags
deposit(M)
/obj/item/clothing/head/mob_holder/Destroy()
@@ -45,6 +43,11 @@
/obj/item/clothing/head/mob_holder/proc/update_visuals(mob/living/L)
appearance = L.appearance
+/obj/item/clothing/head/mob_holder/dropped()
+ ..()
+ if(held_mob && isturf(loc))
+ release()
+
/obj/item/clothing/head/mob_holder/proc/release(del_on_release = TRUE)
if(!held_mob)
if(del_on_release && !destroying)
diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm
index 8f142dea3c9..eeddc54d56f 100644
--- a/code/modules/mob/living/living.dm
+++ b/code/modules/mob/living/living.dm
@@ -1285,18 +1285,19 @@
..()
update_z(new_z)
-/mob/living/MouseDrop(mob/over)
+/mob/living/MouseDrop_T(atom/dropping, atom/user)
+ var/mob/living/U = user
+ if(isliving(dropping))
+ var/mob/living/M = dropping
+ if(M.can_be_held && U.pulling == M)
+ M.mob_try_pickup(U)//blame kevinz
+ return//dont open the mobs inventory if you are picking them up
. = ..()
- var/mob/living/user = usr
- if(!istype(over) || !istype(user))
- return
- if(!over.Adjacent(src) || (user != src) || !canUseTopic(over))
- return
- if(can_be_held)
- mob_try_pickup(over)
/mob/living/proc/mob_pickup(mob/living/L)
- return
+ var/obj/item/clothing/head/mob_holder/holder = new(get_turf(src), src, held_state, head_icon, held_lh, held_rh, worn_slot_flags)
+ L.visible_message("[L] scoops up [src]!")
+ L.put_in_hands(holder)
/mob/living/proc/set_name()
numba = rand(1, 1000)
diff --git a/code/modules/mob/living/living_defines.dm b/code/modules/mob/living/living_defines.dm
index e5c83816829..22ec966267b 100644
--- a/code/modules/mob/living/living_defines.dm
+++ b/code/modules/mob/living/living_defines.dm
@@ -113,7 +113,8 @@
var/list/obj/effect/proc_holder/abilities = list()
- var/can_be_held = FALSE ///whether this can be picked up and held.
+ var/can_be_held = FALSE //whether this can be picked up and held.
+ var/worn_slot_flags = NONE //if it can be held, can it be equipped to any slots? (think pAI's on head)
var/radiation = 0 ///If the mob is irradiated.
var/ventcrawl_layer = PIPING_LAYER_DEFAULT
@@ -125,8 +126,14 @@
var/slowed_by_drag = TRUE ///Whether the mob is slowed down when dragging another prone mob
- var/list/ownedSoullinks ///soullinks we are the owner of
- var/list/sharedSoullinks ///soullinks we are a/the sharer of
-
+ var/list/ownedSoullinks //soullinks we are the owner of
+ var/list/sharedSoullinks //soullinks we are a/the sharer of
+
/// List of changes to body temperature, used by desease symtoms like fever
var/list/body_temp_changes = list()
+
+ //this stuff is here to make it simple for admins to mess with custom held sprites
+ var/icon/held_lh = 'icons/mob/pets_held_lh.dmi'//icons for holding mobs
+ var/icon/held_rh = 'icons/mob/pets_held_rh.dmi'
+ var/icon/head_icon = 'icons/mob/pets_held.dmi'//what it looks like on your head
+ var/held_state = ""//icon state for the above
diff --git a/code/modules/mob/living/living_movement.dm b/code/modules/mob/living/living_movement.dm
index bb3b3ada421..d2788647605 100644
--- a/code/modules/mob/living/living_movement.dm
+++ b/code/modules/mob/living/living_movement.dm
@@ -63,4 +63,4 @@
return ..()
/mob/living/canZMove(dir, turf/target)
- return can_zTravel(target, dir) && (movement_type & FLYING)
+ return can_zTravel(target, dir) && (movement_type & FLYING | FLOATING)
diff --git a/code/modules/mob/living/silicon/ai/ai.dm b/code/modules/mob/living/silicon/ai/ai.dm
index fef33432611..61a66025d53 100644
--- a/code/modules/mob/living/silicon/ai/ai.dm
+++ b/code/modules/mob/living/silicon/ai/ai.dm
@@ -86,6 +86,7 @@
var/mob/living/silicon/robot/deployed_shell = null //For shell control
var/datum/action/innate/deploy_shell/deploy_action = new
var/datum/action/innate/deploy_last_shell/redeploy_action = new
+ var/datum/action/innate/choose_modules/modules_action
var/chnotify = 0
var/multicam_on = FALSE
@@ -98,6 +99,8 @@
var/list/cam_hotkeys = new/list(9)
var/cam_prev
+ var/datum/robot_control/robot_control
+
/mob/living/silicon/ai/Initialize(mapload, datum/ai_laws/L, mob/target_ai)
. = ..()
if(!target_ai) //If there is no player/brain inside.
@@ -195,6 +198,14 @@
. = ..()
+/// Removes all malfunction-related abilities from the AI
+/mob/living/silicon/ai/proc/remove_malf_abilities()
+ QDEL_NULL(modules_action)
+ for(var/datum/AI_Module/AM in current_modules)
+ for(var/datum/action/A in actions)
+ if(istype(A, initial(AM.power_type)))
+ qdel(A)
+
/mob/living/silicon/ai/IgniteMob()
fire_stacks = 0
. = ..()
@@ -358,13 +369,6 @@
else
mobility_flags = ALL
-/mob/living/silicon/ai/proc/ai_cancel_call()
- set category = "Malfunction"
- if(control_disabled)
- to_chat(src, "Wireless control is disabled!")
- return
- SSshuttle.cancelEvac(src)
-
/mob/living/silicon/ai/restrained(ignore_grab)
. = 0
@@ -414,25 +418,6 @@
else
to_chat(src, "Target is not on or near any active cameras on the station.")
return
- if(href_list["callbot"]) //Command a bot to move to a selected location.
- if(call_bot_cooldown > world.time)
- to_chat(src, "Error: Your last call bot command is still processing, please wait for the bot to finish calculating a route.")
- return
- Bot = locate(href_list["callbot"]) in GLOB.alive_mob_list
- if(!Bot || Bot.remote_disabled || control_disabled)
- return //True if there is no bot found, the bot is manually emagged, or the AI is carded with wireless off.
- waypoint_mode = 1
- to_chat(src, "Set your waypoint by clicking on a valid location free of obstructions.")
- return
- if(href_list["interface"]) //Remotely connect to a bot!
- Bot = locate(href_list["interface"]) in GLOB.alive_mob_list
- if(!Bot || Bot.remote_disabled || control_disabled)
- return
- Bot.attack_ai(src)
- if(href_list["botrefresh"]) //Refreshes the bot control panel.
- botcall()
- return
-
if (href_list["ai_take_control"]) //Mech domination
var/obj/mecha/M = locate(href_list["ai_take_control"]) in GLOB.mechas_list
if (!M)
@@ -478,33 +463,11 @@
set category = "AI Commands"
set name = "Access Robot Control"
set desc = "Wirelessly control various automatic robots."
- if(incapacitated())
- return
- if(control_disabled)
- to_chat(src, "Wireless control is disabled.")
- return
- var/turf/ai_current_turf = get_turf(src)
- var/ai_Zlevel = ai_current_turf.z
- var/d
- d += "Query network status
"
- d += "