From f492e20b09ac37803ff0807f2c2b385c2b30720d Mon Sep 17 00:00:00 2001
From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com>
Date: Tue, 23 Jul 2024 00:12:12 +0000
Subject: [PATCH 1/9] Automatic changelog compile [ci skip]
---
html/changelog.html | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/html/changelog.html b/html/changelog.html
index c2d63a515951e..389af5e7667d9 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -614,24 +614,6 @@
HowToLoLu updated:
- Plasmamen helmets count as an internals mask once again
-
- 21 May 2024
- celotajstg updated:
-
- - added a check to confirm adminheals
- - tguified a few admin topic procs
-
- rkz, TiviPlus, Fikou, Timberpoes, necromanceranne, InvalidArgument3, zxaber, KathrinBailey updated:
-
- - Cleaned up mech door bumping
- - mechs no longer explode during destruction (inherited from cars lmao)
- - AIs in mechs can use mech tools again
- - cleaned up mining mech tools
- - AI intellicard checks work on mechs again by checking occupants correctly
- - Critical fix with mining mech drills
- - drills now calculate gib damage by checking the mobs health, rather than assuming every mob's health is 200
- - Xenos now do claw damage on mechs based on their actual arm damage, rather than a base hardcoded 15
-
GoonStation 13 Development Team
From 39fe922e0e70db8c08b87ce177302f90b3d3fa1a Mon Sep 17 00:00:00 2001
From: spockye <79304582+spockye@users.noreply.github.com>
Date: Tue, 23 Jul 2024 17:49:43 +0200
Subject: [PATCH 2/9] small fix for cameras on explo shuttle (#11225)
---
_maps/shuttles/exploration/exploration_shuttle.dmm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/_maps/shuttles/exploration/exploration_shuttle.dmm b/_maps/shuttles/exploration/exploration_shuttle.dmm
index e3008c23b8803..c2e4fd1e84e45 100644
--- a/_maps/shuttles/exploration/exploration_shuttle.dmm
+++ b/_maps/shuttles/exploration/exploration_shuttle.dmm
@@ -167,9 +167,6 @@
/turf/open/floor/mineral/titanium,
/area/shuttle/exploration)
"v" = (
-/obj/machinery/camera/preset{
- dir = 8
- },
/obj/effect/turf_decal/stripes/line{
dir = 1
},
@@ -262,7 +259,7 @@
/area/shuttle/exploration)
"F" = (
/obj/machinery/camera/preset{
- dir = 8
+ dir = 6
},
/obj/machinery/newscaster{
pixel_x = 32;
From 440b5707bce41063f04e28a6d0e31fc77bb92984 Mon Sep 17 00:00:00 2001
From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com>
Date: Tue, 23 Jul 2024 10:59:17 -0500
Subject: [PATCH 3/9] Automatic changelog generation for PR #11225 [ci skip]
---
html/changelogs/AutoChangeLog-pr-11225.yml | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 html/changelogs/AutoChangeLog-pr-11225.yml
diff --git a/html/changelogs/AutoChangeLog-pr-11225.yml b/html/changelogs/AutoChangeLog-pr-11225.yml
new file mode 100644
index 0000000000000..5c76e257a18f8
--- /dev/null
+++ b/html/changelogs/AutoChangeLog-pr-11225.yml
@@ -0,0 +1,4 @@
+author: spockye
+delete-after: true
+changes:
+ - bugfix: fixed floating cameras on the exploration shuttle
From 25657d3e53f2c5d77824c48a2727b59743f1cc18 Mon Sep 17 00:00:00 2001
From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com>
Date: Tue, 23 Jul 2024 16:04:38 +0000
Subject: [PATCH 4/9] Automatic changelog compile [ci skip]
---
html/changelog.html | 6 ++++++
html/changelogs/.all_changelog.yml | 3 +++
html/changelogs/AutoChangeLog-pr-11225.yml | 4 ----
3 files changed, 9 insertions(+), 4 deletions(-)
delete mode 100644 html/changelogs/AutoChangeLog-pr-11225.yml
diff --git a/html/changelog.html b/html/changelog.html
index 389af5e7667d9..8f299316d1d4b 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,12 @@
-->
+
23 July 2024
+
spockye updated:
+
+ - fixed floating cameras on the exploration shuttle
+
+
22 July 2024
ClownMoff updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index ac063e694ea5b..e736c9394ea87 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -43654,3 +43654,6 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Spockye:
- balance: rebalanced the pirate shuttle
- bugfix: some misc decal changes for the pirate shuttle
+2024-07-23:
+ spockye:
+ - bugfix: fixed floating cameras on the exploration shuttle
diff --git a/html/changelogs/AutoChangeLog-pr-11225.yml b/html/changelogs/AutoChangeLog-pr-11225.yml
deleted file mode 100644
index 5c76e257a18f8..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-11225.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: spockye
-delete-after: true
-changes:
- - bugfix: fixed floating cameras on the exploration shuttle
From 61c70f704c92799da251d708337cbceeecff6f44 Mon Sep 17 00:00:00 2001
From: Geatish <130587823+Geatish@users.noreply.github.com>
Date: Tue, 23 Jul 2024 18:09:06 +0200
Subject: [PATCH 5/9] Small Radstation atmos fix and changes take 2 (#11220)
* rad atmos dep fix
Rerouted distro piping around the designated work area, also removed the unremovable glass floor from there.
Finally fixed the atmosphereic shutters not being openable.
* Fixes small things around gas miners
Fixed: Removed plating between the eastern miners and atmos. Fixed plasma glass tiles on gas chambers spawning with N2, making them contaminate the gas chamber if you were to remove the glass.
* I hate maints I hate maints I hate maints
also removed the extra apc in xeno.
* Empty commit
Just dirt
* god i pray
guhh
* The apc was added again???
how?
* added back a window
whoops
* Now it was too many windows
smh, better be fucking done now
---------
Co-authored-by: HowToLoLu
---
_maps/map_files/RadStation/RadStation.dmm | 12469 ++++++++++----------
1 file changed, 6235 insertions(+), 6234 deletions(-)
diff --git a/_maps/map_files/RadStation/RadStation.dmm b/_maps/map_files/RadStation/RadStation.dmm
index 779d3f11488e4..a4e92becd2d3a 100644
--- a/_maps/map_files/RadStation/RadStation.dmm
+++ b/_maps/map_files/RadStation/RadStation.dmm
@@ -109,6 +109,24 @@
},
/turf/open/floor/carpet/blue,
/area/crew_quarters/heads/captain/private)
+"aaJ" = (
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","rd")
+ },
+/obj/effect/turf_decal/bot,
+/obj/machinery/requests_console{
+ department = "Science";
+ departmentType = 2;
+ name = "Science Requests Console";
+ pixel_y = -30;
+ receive_ore_updates = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/processor/slime,
+/turf/open/floor/iron/grid/steel,
+/area/science/xenobiology)
"aaM" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -431,29 +449,6 @@
/obj/effect/turf_decal/box,
/turf/open/floor/iron/dark,
/area/medical/morgue)
-"agA" = (
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/machinery/camera/directional/north{
- view_range = 12
- },
-/obj/effect/turf_decal/siding/wideplating/dark/corner{
- dir = 4
- },
-/obj/machinery/newscaster{
- pixel_y = 34
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/turf/open/floor/iron/dark/corner{
- dir = 4
- },
-/area/hallway/primary/central)
"agF" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -771,10 +766,6 @@
dir = 1
},
/area/hallway/secondary/exit/departure_lounge)
-"amE" = (
-/obj/structure/lattice/catwalk,
-/turf/open/floor/plating,
-/area/space/nearstation)
"amY" = (
/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
dir = 1
@@ -918,6 +909,17 @@
},
/turf/open/floor/plating,
/area/maintenance/department/bridge)
+"aoX" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/open/floor/engine/o2,
+/area/ai_monitored/turret_protected/ai)
"apC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 5
@@ -1009,21 +1011,6 @@
},
/turf/open/floor/plating,
/area/ai_monitored/storage/satellite)
-"aqK" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/effect/turf_decal/delivery,
-/obj/machinery/airalarm/engine{
- dir = 8;
- pixel_x = -23
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Gas to Filter"
- },
-/turf/open/floor/engine,
-/area/engine/supermatter)
"ard" = (
/obj/effect/turf_decal/guideline/guideline_out/brown{
dir = 8
@@ -1043,35 +1030,26 @@
},
/turf/open/floor/iron/techmaint,
/area/maintenance/central)
+"arv" = (
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","security")
+ },
+/obj/machinery/status_display/evac{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/effect/turf_decal/guideline/guideline_edge/red{
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/brig,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/dark,
+/area/security/brig/dock)
"arz" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/mapping_helpers/tile_breaker,
/turf/open/floor/wood,
/area/vacant_room/office)
-"arJ" = (
-/obj/item/kirbyplants/random,
-/obj/item/radio/intercom{
- dir = 1;
- pixel_x = -32;
- pixel_y = 3
- },
-/obj/machinery/newscaster{
- pixel_x = -32;
- pixel_y = 34
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
- dir = 1
- },
-/obj/machinery/light_switch{
- pixel_x = 12;
- pixel_y = 22
- },
-/turf/open/floor/iron/white,
-/area/medical/office)
"arL" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -1312,6 +1290,63 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre/backstage)
+"auT" = (
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/vending/tool,
+/obj/effect/turf_decal/bot,
+/obj/machinery/newscaster{
+ pixel_y = 34
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north,
+/turf/open/floor/iron/dark,
+/area/storage/primary)
+"auW" = (
+/obj/effect/turf_decal/loading_area{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
+"ava" = (
+/obj/effect/turf_decal/tile/brown/half/contrasted,
+/obj/structure/table/reinforced,
+/obj/item/paper_bin,
+/obj/item/folder/yellow,
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","cargo")
+ },
+/obj/item/toy/figure/qm{
+ pixel_x = 9;
+ pixel_y = 4
+ },
+/obj/item/stamp/quartermaster{
+ pixel_x = -6;
+ pixel_y = 7
+ },
+/obj/machinery/airalarm/directional/east,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/quartermaster/qm)
"avb" = (
/obj/structure/disposaloutlet{
dir = 8
@@ -1417,23 +1452,6 @@
},
/turf/open/floor/iron/tech,
/area/engine/engine_room)
-"axK" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","security")
- },
-/obj/effect/turf_decal/guideline/guideline_edge/red,
-/obj/item/radio/intercom{
- dir = 1;
- pixel_x = 1;
- pixel_y = -36
- },
-/turf/open/floor/iron,
-/area/security/main{
- name = "Security Viewing Hall"
- })
"axV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -1453,13 +1471,6 @@
},
/turf/open/floor/iron/dark,
/area/security/brig/dock)
-"aya" = (
-/obj/structure/grille/broken,
-/obj/structure/cable/yellow,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
-/area/maintenance/port/central)
"ayc" = (
/obj/structure/table,
/obj/item/gps/mining/exploration,
@@ -1629,14 +1640,6 @@
},
/turf/open/floor/iron/grid/steel,
/area/hydroponics)
-"aAn" = (
-/obj/structure/lattice,
-/obj/machinery/camera/motion/directional/south{
- c_tag = "Armory - Internal";
- network = list("ss13","security")
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"aAF" = (
/obj/machinery/requests_console{
department = "Security";
@@ -1667,29 +1670,6 @@
},
/turf/open/floor/iron/dark,
/area/teleporter)
-"aAO" = (
-/obj/structure/chair/fancy/bench/right{
- dir = 8
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/structure/sign/poster/contraband/random{
- pixel_x = 32
- },
-/turf/open/floor/iron/techmaint,
-/area/security/prison/shielded)
-"aAT" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/iron/dark,
-/area/quartermaster/exploration_prep)
"aBd" = (
/obj/machinery/meter,
/obj/machinery/atmospherics/pipe/manifold4w/general/visible,
@@ -1799,17 +1779,6 @@
/obj/structure/sign/departments/minsky/engineering/engineering,
/turf/closed/wall,
/area/vacant_room/commissary/commissary2)
-"aDD" = (
-/obj/effect/turf_decal/delivery,
-/obj/effect/turf_decal/tile/dark_green/fourcorners/contrasted,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/structure/reagent_dispensers/watertank/high,
-/obj/item/reagent_containers/glass/bucket,
-/turf/open/floor/iron/grid/steel,
-/area/hydroponics)
"aDN" = (
/obj/structure/lattice,
/turf/open/space,
@@ -1985,6 +1954,14 @@
},
/turf/open/floor/iron,
/area/engine/atmos)
+"aHT" = (
+/obj/effect/turf_decal/delivery,
+/obj/machinery/door/window/southleft{
+ name = "Engineering Delivery";
+ req_access_txt = "24"
+ },
+/turf/open/floor/iron/dark,
+/area/engine/atmos)
"aHX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -1998,20 +1975,6 @@
},
/turf/open/floor/plating,
/area/maintenance/department/bridge)
-"aHZ" = (
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow,
-/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
- alpha = 180;
- color = "#DE3A3A"
- },
-/turf/open/floor/iron/dark,
-/area/security/main{
- name = "Security Locker Room"
- })
"aIj" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -2024,16 +1987,6 @@
"aIw" = (
/turf/open/floor/iron/dark,
/area/bridge/meeting_room)
-"aIx" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
- },
-/obj/structure/sign/poster/random{
- pixel_x = -32
- },
-/obj/machinery/camera/autoname/directional/west,
-/turf/open/floor/iron,
-/area/hallway/primary/fore)
"aIM" = (
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/obj/structure/cable/yellow{
@@ -2238,15 +2191,6 @@
},
/turf/open/floor/plating,
/area/engine/engine_room)
-"aLk" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow,
-/obj/machinery/iv_drip,
-/turf/open/floor/iron,
-/area/security/brig/medbay)
"aLm" = (
/obj/effect/turf_decal/siding/wood{
dir = 5
@@ -2359,25 +2303,6 @@
"aNU" = (
/turf/closed/wall/r_wall,
/area/ai_monitored/storage/satellite)
-"aOc" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/machinery/button/door{
- id = "hopshutter";
- name = "Privacy Shutter Control";
- pixel_x = -25;
- req_access_txt = "57"
- },
-/obj/machinery/camera/autoname/directional/west,
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/department/bridge)
"aOm" = (
/obj/structure/table,
/obj/item/food/spaghetti/meatballspaghetti{
@@ -2413,36 +2338,6 @@
},
/turf/open/floor/iron/dark,
/area/engine/engine_room)
-"aOz" = (
-/obj/machinery/camera/directional/north,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/machinery/status_display/evac{
- pixel_y = 32
- },
-/obj/effect/turf_decal/guideline/guideline_half_edge/blue{
- color = "#267878";
- dir = 4
- },
-/obj/effect/turf_decal/guideline/guideline_half_edge/blue{
- color = "#267878";
- dir = 10
- },
-/obj/effect/turf_decal/guideline/guideline_edge_alt/blue{
- color = "#267878";
- dir = 8
- },
-/obj/effect/turf_decal/guideline/guideline_tri/blue{
- color = "#267878"
- },
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/bot,
-/obj/structure/disposalpipe/trunk{
- dir = 2
- },
-/turf/open/floor/iron,
-/area/crew_quarters/dorms)
"aOH" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 1;
@@ -2488,14 +2383,6 @@
},
/turf/open/floor/engine,
/area/science/explab)
-"aOP" = (
-/obj/structure/grille/broken,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/department/engine)
"aOU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -2537,35 +2424,26 @@
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/iron,
/area/maintenance/department/security)
-"aPJ" = (
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 1
- },
-/obj/effect/turf_decal/bot,
-/obj/structure/rack,
-/obj/item/storage/box/monkeycubes{
- layer = 3.1;
- pixel_x = -4;
- pixel_y = 8
- },
-/obj/item/storage/box/monkeycubes{
- layer = 3.1;
- pixel_x = 2
+"aPL" = (
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_y = 30
},
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "quarantineshutters";
- name = "isolation shutters"
+/obj/machinery/camera/directional/north{
+ c_tag = "Security Post - Medbay";
+ network = list("ss13","medbay")
},
-/obj/structure/extinguisher_cabinet{
- pixel_x = 24;
- pixel_y = -3
+/obj/machinery/light{
+ dir = 1
},
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","medbay")
+/obj/effect/turf_decal/tile/red/half/contrasted{
+ dir = 4
},
-/turf/open/floor/iron/grid/steel,
-/area/medical/virology)
+/obj/structure/closet/secure_closet/security/med,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron,
+/area/security/checkpoint/medical)
"aPX" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/tile/brown/half/contrasted{
@@ -2573,16 +2451,6 @@
},
/turf/open/floor/iron/dark,
/area/quartermaster/miningdock)
-"aQj" = (
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/structure/closet/crate/silvercrate,
-/obj/effect/turf_decal/delivery,
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/turf/open/floor/iron/dark,
-/area/security/nuke_storage)
"aQm" = (
/obj/machinery/door/airlock/maintenance_hatch{
name = "Maintenance Hatch";
@@ -2590,6 +2458,21 @@
},
/turf/open/floor/iron/dark,
/area/maintenance/department/medical/morgue)
+"aQv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","security")
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/purple,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -33
+ },
+/turf/open/floor/iron/white/side{
+ dir = 1
+ },
+/area/science/research)
"aQE" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 4
@@ -2686,37 +2569,6 @@
/obj/structure/sign/warning/biohazard,
/turf/closed/wall,
/area/maintenance/starboard/aft)
-"aSS" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/light,
-/obj/structure/extinguisher_cabinet{
- pixel_x = -8;
- pixel_y = -30
- },
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/button/door{
- id = "Capoffice";
- id_tag = "cmoprivacy";
- name = "Captain blast door";
- pixel_x = 5;
- pixel_y = -25
- },
-/obj/structure/rack,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/item/aicard,
-/obj/item/storage/secure/briefcase,
-/turf/open/floor/iron,
-/area/bridge)
"aST" = (
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
@@ -2743,6 +2595,18 @@
},
/turf/open/floor/prison,
/area/security/prison)
+"aSY" = (
+/obj/machinery/power/smes{
+ charge = 2e+007
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/turf/open/floor/iron/tech/grid,
+/area/engine/gravity_generator)
"aTs" = (
/obj/machinery/door/airlock/security{
aiControlDisabled = 1;
@@ -2774,13 +2638,6 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
-"aTH" = (
-/obj/machinery/telecomms/processor/preset_exploration,
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","rd")
- },
-/turf/open/floor/circuit/green/telecomms/mainframe,
-/area/quartermaster/exploration_prep)
"aTS" = (
/obj/structure/table/wood,
/obj/item/gavelblock{
@@ -2941,6 +2798,10 @@
},
/turf/open/floor/iron/dark,
/area/chapel/main)
+"aUW" = (
+/obj/structure/chair/stool/directional/west,
+/turf/open/floor/carpet/royalblack,
+/area/library)
"aVh" = (
/obj/machinery/door/airlock{
id_tag = "sec Toilet 2";
@@ -3113,6 +2974,30 @@
/obj/structure/chair/wood/normal,
/turf/open/floor/wood,
/area/crew_quarters/theatre)
+"aYi" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/guideline/guideline_edge_alt/red{
+ dir = 1
+ },
+/obj/effect/turf_decal/guideline/guideline_half_edge/red,
+/obj/effect/turf_decal/guideline/guideline_half_edge/red{
+ dir = 5
+ },
+/obj/effect/turf_decal/guideline/guideline_tri/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/light,
+/obj/item/radio/intercom{
+ frequency = 1423;
+ name = "Interrogation Intercom";
+ pixel_y = -35
+ },
+/turf/open/floor/iron,
+/area/security/brig)
"aYr" = (
/obj/structure/sign/poster/random,
/turf/closed/wall,
@@ -3187,17 +3072,6 @@
/obj/item/storage/fancy/donut_box,
/turf/open/floor/iron,
/area/ai_monitored/security/armory)
-"bad" = (
-/obj/structure/lattice/catwalk,
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/camera/autoname/directional/west,
-/turf/open/space/basic,
-/area/solar/starboard/aft)
"baf" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/mining/glass{
@@ -3276,20 +3150,6 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
-"bbF" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Air to Ports"
- },
-/obj/effect/turf_decal/delivery,
-/obj/structure/fireaxecabinet{
- pixel_y = -32
- },
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","engine")
- },
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"bbP" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/preopen{
@@ -3462,6 +3322,15 @@
},
/turf/open/floor/iron/dark,
/area/engine/atmos)
+"bfq" = (
+/obj/effect/turf_decal/bot,
+/obj/effect/mapping_helpers/dead_body_placer/medbay_morgue,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/iron/dark,
+/area/medical/morgue)
"bfF" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -3630,6 +3499,41 @@
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
+"bhP" = (
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/rack,
+/obj/item/computer_hardware/hard_drive/role/lawyer{
+ pixel_x = -4;
+ pixel_y = 8
+ },
+/obj/item/folder/red{
+ pixel_x = 2;
+ pixel_y = 4
+ },
+/obj/item/folder/blue{
+ pixel_x = 5;
+ pixel_y = 5
+ },
+/obj/item/folder/yellow{
+ pixel_x = 4;
+ pixel_y = 3
+ },
+/obj/item/storage/briefcase,
+/obj/item/clothing/glasses/sunglasses/advanced/big{
+ pixel_x = -1;
+ pixel_y = 4
+ },
+/obj/item/clothing/glasses/sunglasses/advanced{
+ pixel_x = 3;
+ pixel_y = 8
+ },
+/obj/item/laser_pointer{
+ pixel_x = 3;
+ pixel_y = -3
+ },
+/obj/structure/cable/yellow,
+/turf/open/floor/wood,
+/area/lawoffice)
"bia" = (
/obj/effect/turf_decal/bot,
/obj/structure/disposalpipe/trunk{
@@ -3647,13 +3551,6 @@
},
/turf/open/floor/iron/white,
/area/science/robotics)
-"bjk" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 4
- },
-/obj/structure/lattice/catwalk,
-/turf/open/floor/plating,
-/area/space/nearstation)
"bjv" = (
/obj/effect/turf_decal/tile/dark_green/fourcorners/contrasted,
/obj/structure/cable/yellow{
@@ -3665,19 +3562,6 @@
/obj/effect/spawner/structure/window/plasma/reinforced,
/turf/open/floor/engine,
/area/engine/supermatter)
-"bjB" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/canister,
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","engine")
- },
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"bjP" = (
/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
/turf/open/floor/prison,
@@ -3737,17 +3621,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/quartermaster/storage)
-"bly" = (
-/obj/machinery/suit_storage_unit/captain,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/machinery/status_display/evac{
- pixel_x = 33
- },
-/turf/open/floor/carpet/blue,
-/area/crew_quarters/heads/captain/private)
"blA" = (
/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
alpha = 180;
@@ -3882,17 +3755,6 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
-"bna" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/landmark/start/atmospheric_technician,
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"bni" = (
/obj/effect/spawner/lootdrop/glowstick/lit,
/turf/open/floor/plating,
@@ -3919,12 +3781,6 @@
},
/turf/open/floor/iron/white,
/area/security/brig/medbay)
-"bnq" = (
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","engine")
- },
-/turf/open/floor/engine/n2,
-/area/engine/atmos)
"bnE" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/ntnet_relay,
@@ -3990,6 +3846,27 @@
/mob/living/basic/cockroach,
/turf/open/floor/iron/techmaint,
/area/hallway/secondary/service)
+"boB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/firealarm/directional/west{
+ pixel_y = -2
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/button/flasher{
+ id = "monkeypen";
+ pixel_x = -22;
+ pixel_y = 10
+ },
+/obj/machinery/camera/autoname{
+ dir = 10;
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron/grid/steel,
+/area/medical/virology)
"boR" = (
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/engine,
@@ -4228,20 +4105,6 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/turf/open/floor/iron,
/area/security/brig)
-"bsB" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/closet/secure_closet/engineering_welding{
- req_access = "0";
- req_access_txt = "24"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/engine/atmos)
"bsF" = (
/obj/structure/table/wood,
/obj/item/soap{
@@ -4365,19 +4228,27 @@
},
/turf/open/floor/circuit,
/area/ai_monitored/turret_protected/ai_upload)
-"buP" = (
-/obj/machinery/computer/card/minor/hos{
- dir = 4
+"buJ" = (
+/obj/machinery/light{
+ light_color = "#7AC3FF"
},
-/obj/effect/turf_decal/stripes/white/line{
+/obj/machinery/camera/autoname/directional/south{
+ c_tag = "Captain's Quarters"
+ },
+/turf/open/floor/carpet/royalblack,
+/area/library)
+"buX" = (
+/obj/effect/turf_decal/tile/yellow{
dir = 4
},
+/obj/machinery/vending/assist,
/obj/effect/turf_decal/bot,
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","security")
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
},
-/turf/open/floor/iron/ridged/steel,
-/area/crew_quarters/heads/hos)
+/turf/open/floor/iron/dark,
+/area/storage/primary)
"bva" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -4514,6 +4385,16 @@
/obj/effect/landmark/start/cyborg,
/turf/open/floor/circuit,
/area/ai_monitored/turret_protected/aisat/foyer)
+"bxo" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/turf/open/floor/engine{
+ initial_gas_mix = "n2=100;TEMP=80";
+ name = "mainframe floor"
+ },
+/area/tcommsat/server)
"bxs" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/carpet/royalblack,
@@ -4567,6 +4448,14 @@
/area/security/main{
name = "Security Break Room"
})
+"bzm" = (
+/obj/machinery/portable_atmospherics/canister/plasma,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/camera/directional/north{
+ network = list("ss13","rd")
+ },
+/turf/open/floor/iron,
+/area/science/storage)
"bzp" = (
/mob/living/basic/mothroach,
/obj/structure/sign/poster/official/moth1{
@@ -4694,15 +4583,6 @@
dir = 4
},
/area/hallway/primary/central)
-"bBv" = (
-/obj/structure/closet/secure_closet/freezer/meat,
-/obj/effect/turf_decal/bot,
-/obj/machinery/airalarm/kitchen_cold_room{
- dir = 1;
- pixel_y = 24
- },
-/turf/open/floor/iron/freezer,
-/area/crew_quarters/kitchen/coldroom)
"bBG" = (
/obj/structure/table/wood,
/obj/item/paper_bin{
@@ -4796,6 +4676,20 @@
/obj/effect/landmark/start/cyborg,
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat/foyer)
+"bDw" = (
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","medbay");
+ view_range = 10
+ },
+/obj/structure/sink{
+ dir = 1;
+ pixel_y = 28
+ },
+/turf/open/floor/iron,
+/area/medical/sleeper)
"bDH" = (
/obj/structure/window/reinforced,
/obj/structure/cable/yellow{
@@ -4917,6 +4811,11 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/hallway/primary/central)
+"bHa" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/iron/techmaint,
+/area/engine/gravity_generator)
"bHb" = (
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/obj/structure/cable/yellow{
@@ -5066,6 +4965,18 @@
/obj/machinery/space_heater,
/turf/open/floor/plating,
/area/ai_monitored/storage/satellite)
+"bJz" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"bJV" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable/yellow,
@@ -5157,34 +5068,6 @@
dir = 4
},
/area/science/lobby)
-"bKW" = (
-/obj/structure/table,
-/obj/machinery/recharger{
- pixel_x = 8;
- pixel_y = 6
- },
-/obj/item/storage/fancy/donut_box{
- pixel_x = -3;
- pixel_y = 2
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 8
- },
-/obj/machinery/camera/autoname/directional/west,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/item/book/manual/wiki/sopcommand,
-/obj/item/book/manual/wiki/sopservice,
-/obj/item/book/manual/wiki/sopsupply,
-/turf/open/floor/wood,
-/area/crew_quarters/heads/hop)
"bKZ" = (
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/obj/structure/cable/yellow{
@@ -5200,14 +5083,6 @@
},
/turf/open/floor/iron/white,
/area/science/research)
-"bLe" = (
-/obj/structure/chair,
-/obj/effect/turf_decal/bot,
-/obj/machinery/camera/directional/north{
- c_tag = "Teleporter Room"
- },
-/turf/open/floor/iron/dark,
-/area/hallway/secondary/exit/departure_lounge)
"bLf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
@@ -5254,22 +5129,6 @@
},
/turf/open/floor/wood,
/area/maintenance/central)
-"bLS" = (
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/structure/closet/crate/wooden/toy,
-/obj/machinery/camera/directional/north,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/machinery/light_switch{
- pixel_x = 12;
- pixel_y = 22
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre/backstage)
"bMn" = (
/obj/structure/closet/crate/coffin,
/turf/open/floor/iron/dark,
@@ -5286,22 +5145,6 @@
/area/security/main{
name = "Security Viewing Hall"
})
-"bMv" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Medbay - Break Room";
- name = "medbay camera";
- network = list("ss13","medbay")
- },
-/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
- dir = 4
- },
-/obj/structure/sign/painting/library{
- pixel_y = 32
- },
-/obj/effect/spawner/randomvend/snack,
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/iron,
-/area/medical/break_room)
"bMC" = (
/obj/structure/window/reinforced{
dir = 1
@@ -5361,6 +5204,24 @@
/obj/structure/girder,
/turf/open/floor/iron,
/area/maintenance/department/security)
+"bNS" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat Core Hallway 1";
+ dir = 6;
+ network = list("minisat")
+ },
+/obj/structure/cable/yellow,
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/aisat_interior)
"bNY" = (
/obj/structure/table/wood,
/obj/machinery/chem_dispenser/drinks{
@@ -5414,10 +5275,61 @@
},
/turf/open/floor/catwalk_floor,
/area/maintenance/port/aft)
+"bOW" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/chair/fancy/bench{
+ pixel_y = 13
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/iron/dark,
+/area/gateway)
+"bPc" = (
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/guideline/guideline_half_edge/yellow{
+ dir = 6
+ },
+/obj/effect/turf_decal/guideline/guideline_half_edge/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/guideline/guideline_edge_alt/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/guideline/guideline_tri/yellow{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/engine/engineering)
"bPo" = (
/obj/structure/sign/departments/minsky/research/dorms,
/turf/closed/wall,
/area/hydroponics)
+"bPu" = (
+/obj/machinery/camera/directional/north,
+/obj/machinery/firealarm/directional/north,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/side,
+/area/hallway/primary/central)
"bPy" = (
/obj/effect/turf_decal/tile/blue/fourcorners/contrasted,
/obj/structure/disposalpipe/segment{
@@ -5467,6 +5379,16 @@
/obj/structure/sign/poster/random,
/turf/closed/wall,
/area/security/brig/medbay)
+"bQq" = (
+/obj/machinery/vending/wardrobe/chef_wardrobe,
+/obj/effect/turf_decal/bot,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/turf/open/floor/iron/freezer,
+/area/crew_quarters/kitchen/coldroom)
"bQA" = (
/obj/structure/disposalpipe/segment{
dir = 8
@@ -5490,6 +5412,18 @@
},
/turf/open/floor/iron/tech,
/area/engine/atmos)
+"bQH" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/catwalk_floor,
+/area/maintenance/starboard/aft)
"bQK" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 4
@@ -5505,23 +5439,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/starboard)
-"bQL" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/item/radio/intercom{
- pixel_x = -31;
- pixel_y = -2
- },
-/obj/structure/table/reinforced,
-/obj/item/tank/internals/plasma,
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","engine")
- },
-/obj/item/pipe_dispenser,
-/obj/item/pipe_dispenser,
-/turf/open/floor/iron,
-/area/engine/engine_room)
"bRf" = (
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
@@ -5677,6 +5594,18 @@
},
/turf/open/floor/iron/dark,
/area/quartermaster/miningdock)
+"bTi" = (
+/obj/structure/table,
+/obj/effect/spawner/lootdrop/donkpockets,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","engine")
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/iron/dark,
+/area/engine/storage)
"bTm" = (
/obj/machinery/vending/job_disk,
/obj/item/radio/intercom{
@@ -5686,6 +5615,28 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/hop)
+"bTB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/structure/bed/dogbed/ian,
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 22
+ },
+/obj/item/toy/beach_ball/holoball/dodgeball{
+ name = "dodgeball 3 of 5"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 40;
+ pixel_y = -1
+ },
+/mob/living/simple_animal/pet/dog/corgi/Ian{
+ density = 0;
+ dir = 1;
+ pixel_y = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads/hop)
"bTL" = (
/obj/structure/cable{
icon_state = "0-4"
@@ -5704,6 +5655,14 @@
},
/turf/open/floor/circuit/green/telecomms/mainframe,
/area/quartermaster/exploration_prep)
+"bUf" = (
+/obj/structure/chair/stool/directional/west,
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/wood,
+/area/security/prison)
"bUn" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/light{
@@ -5901,18 +5860,19 @@
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/plating,
/area/maintenance/port/central)
-"bYC" = (
-/obj/machinery/camera/autoname/directional/west,
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
+"bYz" = (
+/obj/machinery/light,
+/obj/machinery/suit_storage_unit/mining,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","cargo")
},
-/obj/effect/turf_decal/guideline/guideline_edge/blue{
- color = "#267878";
- dir = 8
+/obj/item/radio/intercom{
+ pixel_x = 2;
+ pixel_y = -31
},
-/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron,
-/area/crew_quarters/cafeteria)
+/area/quartermaster/miningdock)
"bYM" = (
/obj/effect/turf_decal/tile/dark_green/fourcorners/contrasted,
/obj/structure/disposalpipe/segment{
@@ -6084,6 +6044,28 @@
"cbX" = (
/turf/closed/wall,
/area/crew_quarters/heads/hos)
+"cct" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "MailConv"
+ },
+/obj/machinery/door/window/southleft{
+ dir = 4;
+ icon_state = "right";
+ id_tag = "Bountydoors";
+ req_one_access_txt = "31;48"
+ },
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/iron/dark,
+/area/quartermaster/office)
"ccv" = (
/obj/effect/turf_decal/tile/dark_blue/half/contrasted{
alpha = 180
@@ -6129,6 +6111,22 @@
},
/turf/open/floor/iron/dark/side,
/area/hallway/secondary/exit/departure_lounge)
+"cdN" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/sign/departments/minsky/medical/virology/virology1{
+ pixel_y = -30
+ },
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","medbay")
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/green,
+/obj/machinery/light,
+/turf/open/floor/iron/white/side{
+ dir = 1
+ },
+/area/medical/medbay/central)
"cdQ" = (
/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
dir = 4
@@ -6150,17 +6148,18 @@
},
/turf/open/floor/iron,
/area/quartermaster/miningdock)
-"ceq" = (
-/obj/structure/rack,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/machinery/firealarm/directional/east,
-/obj/item/stack/sheet/iron/fifty,
-/obj/item/stack/sheet/iron/fifty,
+"ceu" = (
/obj/structure/cable/yellow{
- icon_state = "0-8"
+ icon_state = "1-2"
},
-/turf/open/floor/plating,
-/area/ai_monitored/storage/satellite)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/engine/atmos)
"ceM" = (
/obj/structure/disposalpipe/segment{
dir = 2
@@ -6279,6 +6278,18 @@
"cfA" = (
/turf/open/floor/iron/sepia,
/area/quartermaster/storage)
+"cfH" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/bot,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/machinery/firealarm/directional/north,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre/backstage)
"cfN" = (
/obj/machinery/door/airlock/security{
name = "Detective's Office";
@@ -6458,18 +6469,32 @@
dir = 4
},
/area/hallway/primary/central)
-"chY" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/bot,
-/obj/structure/disposalpipe/trunk{
+"cie" = (
+/obj/effect/turf_decal/tile/yellow{
dir = 4
},
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre/backstage)
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/iron/white,
+/area/medical/chemistry)
+"ciq" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/light,
+/obj/machinery/camera/motion/directional/west{
+ c_tag = "MiniSat Core Hallway 3";
+ network = list("minisat")
+ },
+/obj/machinery/flasher{
+ id = "aicore";
+ pixel_x = 9;
+ pixel_y = -23
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/aisat/foyer)
"ciA" = (
/obj/item/stack/medical/gauze,
/obj/structure/rack,
@@ -6518,6 +6543,20 @@
},
/turf/open/floor/carpet/blue,
/area/bridge/meeting_room)
+"cjh" = (
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/machinery/shower{
+ dir = 8;
+ name = "emergency shower";
+ pixel_x = -1;
+ pixel_y = -8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/noslip/white,
+/area/medical/genetics/cloning)
"cjK" = (
/obj/effect/turf_decal/stripes/line,
/obj/structure/cable{
@@ -6579,19 +6618,6 @@
},
/turf/open/floor/iron,
/area/engine/engine_room)
-"ckD" = (
-/obj/structure/displaycase/labcage,
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","rd")
- },
-/turf/open/floor/iron,
-/area/crew_quarters/heads/hor)
"ckF" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
alpha = 180;
@@ -6706,6 +6732,10 @@
dir = 9
},
/area/science/research)
+"clJ" = (
+/obj/structure/chair/stool/bar/directional/west,
+/turf/open/floor/wood,
+/area/maintenance/port/aft)
"cma" = (
/obj/machinery/computer/cargo,
/obj/effect/turf_decal/stripes/line,
@@ -6742,6 +6772,10 @@
/area/security/prison{
name = "Prison Processing"
})
+"cmw" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/closed/wall/r_wall,
+/area/security/prison/shielded)
"cnr" = (
/obj/machinery/airalarm/directional/west,
/obj/machinery/computer/slot_machine,
@@ -6826,6 +6860,19 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark,
/area/security/brig/dock)
+"coe" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "MiniSat Core Hallway 5";
+ network = list("minisat")
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/storage/satellite)
"coj" = (
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -6844,6 +6891,18 @@
},
/turf/open/floor/iron/dark,
/area/storage/primary)
+"cow" = (
+/obj/effect/turf_decal/tile/neutral/half,
+/obj/machinery/camera/autoname/directional/east,
+/obj/machinery/light_switch{
+ pixel_x = -20;
+ pixel_y = -21
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/chapel/office)
"coD" = (
/obj/effect/turf_decal/tile/yellow,
/obj/effect/turf_decal/tile/yellow,
@@ -6893,6 +6952,17 @@
},
/turf/open/floor/iron/dark,
/area/medical/virology)
+"coK" = (
+/obj/machinery/suit_storage_unit/captain,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/machinery/status_display/evac{
+ pixel_x = 33
+ },
+/turf/open/floor/carpet/blue,
+/area/crew_quarters/heads/captain/private)
"coY" = (
/obj/structure/table,
/obj/machinery/door/window/eastright{
@@ -6903,12 +6973,6 @@
/obj/item/clothing/ears/earmuffs,
/turf/open/floor/iron/dark,
/area/science/misc_lab/range)
-"cpa" = (
-/obj/machinery/light/floor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"cpb" = (
/obj/machinery/atmospherics/pipe/simple/orange/visible,
/obj/effect/turf_decal/tile/neutral/half/contrasted,
@@ -7141,16 +7205,6 @@
/area/security/main{
name = "Security Break Room"
})
-"ctp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"ctt" = (
/turf/closed/wall,
/area/quartermaster/office)
@@ -7222,31 +7276,21 @@
},
/turf/open/floor/iron/white,
/area/science/research)
+"ctM" = (
+/obj/structure/closet/emcloset,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/iron/dark,
+/area/hallway/secondary/entry)
"ctR" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{
dir = 4
},
/turf/open/floor/engine/o2,
/area/engine/atmos)
-"cub" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/bot,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 1
- },
-/obj/machinery/camera/autoname/directional/east,
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/turf_decal/guideline/guideline_edge/brown{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/hallway/primary/port)
"cuj" = (
/obj/structure/lattice/catwalk,
/obj/item/stack/cable_coil,
@@ -7367,6 +7411,12 @@
/obj/structure/tank_dispenser/oxygen,
/turf/open/floor/iron/dark,
/area/quartermaster/exploration_prep)
+"cvT" = (
+/obj/machinery/camera/autoname/directional/east,
+/obj/machinery/airalarm/directional/east,
+/obj/structure/closet/crate/coffin,
+/turf/open/floor/iron/dark,
+/area/chapel/main)
"cwh" = (
/obj/structure/chair/fancy/corp{
dir = 1
@@ -7672,34 +7722,6 @@
/obj/machinery/field/generator,
/turf/open/floor/iron/tech/grid,
/area/engine/engineering)
-"czm" = (
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","medbay");
- view_range = 10
- },
-/obj/structure/sink{
- dir = 1;
- pixel_y = 28
- },
-/turf/open/floor/iron,
-/area/medical/sleeper)
-"czt" = (
-/obj/effect/turf_decal/stripes/closeup{
- dir = 1
- },
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance/two,
-/turf/open/floor/iron/dark,
-/area/quartermaster/storage)
"czA" = (
/obj/structure/chair{
dir = 1
@@ -7712,6 +7734,13 @@
},
/turf/open/floor/iron/dark,
/area/hallway/secondary/exit/departure_lounge)
+"czC" = (
+/obj/structure/closet/secure_closet/RD,
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","rd")
+ },
+/turf/open/floor/carpet/purple,
+/area/crew_quarters/heads/hor)
"czL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -7776,6 +7805,12 @@
/obj/structure/marker_beacon,
/turf/open/space/basic,
/area/space/nearstation)
+"cAP" = (
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","engine")
+ },
+/turf/open/floor/engine/plasma,
+/area/engine/atmos)
"cAT" = (
/obj/machinery/atmospherics/components/binary/pump/on{
dir = 4
@@ -7974,21 +8009,6 @@
"cFt" = (
/turf/open/floor/iron/tech/grid,
/area/engine/engine_room)
-"cFu" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/techstorage/security,
-/obj/effect/spawner/lootdrop/techstorage/security,
-/obj/machinery/requests_console{
- department = "Tech storage";
- name = "Tech Storage RC";
- pixel_x = -30
- },
-/obj/effect/turf_decal/delivery,
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","security")
- },
-/turf/open/floor/iron/dark,
-/area/storage/tech)
"cFx" = (
/obj/structure/railing/corner{
dir = 4
@@ -8226,18 +8246,46 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/dark,
/area/quartermaster/miningdock)
-"cJy" = (
-/obj/machinery/camera/directional/north{
- network = list("ss13","cargo")
+"cJj" = (
+/obj/effect/turf_decal/loading_area{
+ dir = 1
},
-/obj/machinery/newscaster{
- pixel_y = 33
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
},
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
},
-/turf/open/floor/iron/dark,
-/area/quartermaster/miningdock)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
+"cJu" = (
+/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
+/obj/machinery/camera/autoname{
+ dir = 6;
+ network = list("ss13","prison")
+ },
+/obj/machinery/status_display/door_timer{
+ id = "cell";
+ name = "Solitary confinement timer";
+ pixel_x = 32
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
+ },
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/prison,
+/area/security/prison{
+ name = "Prison Visitation"
+ })
"cJD" = (
/obj/machinery/telecomms/bus/preset_three,
/obj/effect/turf_decal/stripes/line{
@@ -8358,6 +8406,29 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
+"cLB" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -31
+ },
+/obj/structure/table/reinforced,
+/obj/item/book/manual/wiki/security_space_law{
+ pixel_x = 3;
+ pixel_y = 4
+ },
+/obj/item/folder/red,
+/obj/item/pen,
+/obj/item/radio/off,
+/obj/item/screwdriver{
+ pixel_y = 10
+ },
+/obj/effect/turf_decal/tile/red/anticorner/contrasted{
+ dir = 1
+ },
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 28
+ },
+/turf/open/floor/iron,
+/area/security/checkpoint/medical)
"cLD" = (
/obj/item/radio/intercom{
dir = 8;
@@ -8486,20 +8557,6 @@
"cMI" = (
/turf/closed/wall/r_wall,
/area/tcommsat/server)
-"cML" = (
-/obj/structure/rack,
-/obj/item/storage/briefcase{
- pixel_x = 2;
- pixel_y = 5
- },
-/obj/item/storage/briefcase{
- pixel_y = 1
- },
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/turf/open/floor/wood,
-/area/vacant_room/office)
"cMR" = (
/obj/machinery/door/airlock/maintenance_hatch{
name = "Maintenance Hatch";
@@ -8510,16 +8567,6 @@
},
/turf/open/floor/plating,
/area/maintenance/department/medical/morgue)
-"cMS" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- alpha = 180;
- dir = 8
- },
-/obj/machinery/camera/autoname/directional/south{
- c_tag = "Evac Security Checkpoint"
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/escape)
"cMV" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/cable/yellow{
@@ -8582,24 +8629,6 @@
/obj/item/storage/box/prisoner,
/turf/open/floor/iron/dark,
/area/security/brig/dock)
-"cNP" = (
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/obj/structure/closet/secure_closet/genpop,
-/obj/effect/turf_decal/bot,
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/open/floor/iron/dark,
-/area/security/prison{
- name = "Prison Processing"
- })
-"cNU" = (
-/obj/structure/chair/stool/bar/directional/south,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/landmark/start/assistant,
-/turf/open/floor/iron/cafeteria_red,
-/area/crew_quarters/cafeteria)
"cOA" = (
/turf/closed/wall/rust,
/area/maintenance/port/central)
@@ -8683,20 +8712,6 @@
"cPB" = (
/turf/closed/wall/r_wall/rust,
/area/science/misc_lab/range)
-"cPD" = (
-/obj/machinery/airalarm/directional/south,
-/obj/machinery/camera/autoname{
- dir = 5;
- network = list("ss13","rd")
- },
-/obj/structure/rack,
-/obj/item/storage/firstaid/regular{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/item/healthanalyzer,
-/turf/open/floor/iron/white,
-/area/science/explab)
"cPU" = (
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood,
@@ -8802,6 +8817,14 @@
dir = 4
},
/area/science/mixing)
+"cRW" = (
+/obj/machinery/camera/autoname/directional/west,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/iron/tech,
+/area/ai_monitored/storage/eva)
"cSe" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -8836,15 +8859,6 @@
},
/turf/open/floor/iron/tech,
/area/engine/engine_room)
-"cSC" = (
-/obj/machinery/light{
- light_color = "#7AC3FF"
- },
-/obj/machinery/camera/autoname/directional/south{
- c_tag = "Captain's Quarters"
- },
-/turf/open/floor/carpet/royalblack,
-/area/library)
"cSN" = (
/obj/machinery/firealarm/directional/west,
/obj/machinery/power/terminal{
@@ -9052,18 +9066,6 @@
},
/turf/open/floor/iron,
/area/ai_monitored/security/armory)
-"cWP" = (
-/obj/structure/chair/wood/normal,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/obj/effect/mapping_helpers/apc/discharged,
-/turf/open/floor/wood,
-/area/library)
"cXb" = (
/obj/item/cardboard_cutout/adaptive/chess/queen,
/turf/open/floor/plating/airless,
@@ -9136,6 +9138,16 @@
/area/security/main{
name = "Security Viewing Hall"
})
+"cYr" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/west,
+/obj/effect/spawner/randomarcade{
+ dir = 4
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/cafeteria)
"cYG" = (
/obj/structure/lattice,
/obj/item/stack/sheet/iron,
@@ -9157,14 +9169,6 @@
/obj/machinery/firealarm/directional/south,
/turf/open/floor/iron/cafeteria,
/area/crew_quarters/kitchen)
-"cYV" = (
-/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/iron,
-/area/maintenance/port/aft)
"cYW" = (
/obj/effect/turf_decal/tile/red/half/contrasted{
alpha = 180;
@@ -9255,6 +9259,36 @@
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/maintenance/port/central)
+"daR" = (
+/obj/machinery/light/floor,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/tech,
+/area/engine/atmos)
+"dbb" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Science - Toxins Mixing Lab Burn Chamber";
+ name = "science camera";
+ network = list("ss13","rd")
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/iron/dark/side{
+ dir = 5
+ },
+/area/science/mixing/chamber)
"dbc" = (
/obj/structure/disposalpipe/segment{
dir = 8
@@ -9303,6 +9337,16 @@
/area/security/main{
name = "Security Viewing Hall"
})
+"dbs" = (
+/obj/machinery/status_display/evac{
+ pixel_y = 32
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "MiniSat Upload East";
+ network = list("minisat","aiupload")
+ },
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/aisat/foyer)
"dbB" = (
/obj/structure/dresser,
/obj/item/bikehorn{
@@ -9652,6 +9696,18 @@
},
/turf/open/floor/iron/half,
/area/hallway/primary/central)
+"dgd" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/structure/sign/warning/securearea{
+ pixel_y = 30
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","engine")
+ },
+/turf/open/floor/iron/dark,
+/area/engine/engine_room)
"dgg" = (
/obj/structure/sign/poster/random,
/turf/closed/wall/r_wall,
@@ -9668,14 +9724,6 @@
dir = 1
},
/area/medical/surgery)
-"dgq" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/engine/atmos)
"dgT" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 1
@@ -9737,6 +9785,17 @@
/obj/effect/turf_decal/box,
/turf/open/floor/engine/o2,
/area/ai_monitored/turret_protected/ai)
+"diq" = (
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","medbay")
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/blue{
+ dir = 4
+ },
+/turf/open/floor/iron/white/side{
+ dir = 8
+ },
+/area/medical/sleeper)
"diB" = (
/obj/structure/disposalpipe/segment{
dir = 8
@@ -9980,42 +10039,20 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
+"dlE" = (
+/obj/machinery/newscaster{
+ pixel_y = 33
+ },
+/obj/machinery/camera/directional/north,
+/obj/effect/turf_decal/bot,
+/obj/machinery/computer/warrant,
+/turf/open/floor/carpet/royalblack,
+/area/lawoffice)
"dlF" = (
/obj/effect/spawner/lootdrop/maintenance/two,
/obj/structure/rack,
/turf/open/floor/plating,
/area/maintenance/department/engine)
-"dlI" = (
-/obj/machinery/camera/directional/north{
- network = list("ss13","cargo")
- },
-/obj/machinery/conveyor{
- dir = 8;
- id = "MailConv"
- },
-/obj/structure/closet/crate,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/firealarm/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/turf/open/floor/iron/dark,
-/area/quartermaster/office)
-"dlR" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron,
-/area/engine/atmos)
"dlY" = (
/obj/effect/decal/cleanable/cobweb,
/obj/structure/table,
@@ -10023,6 +10060,33 @@
/obj/item/stack/sheet/wood/ten,
/turf/open/floor/iron/dark,
/area/vacant_room/commissary/commissary1)
+"dmd" = (
+/obj/effect/turf_decal/tile/red/half/contrasted{
+ alpha = 180;
+ dir = 8
+ },
+/obj/structure/table/reinforced,
+/obj/item/paper_bin{
+ pixel_x = -1;
+ pixel_y = 4
+ },
+/obj/item/pen{
+ pixel_x = -1;
+ pixel_y = 5
+ },
+/obj/machinery/light,
+/obj/machinery/camera/autoname/directional/south{
+ c_tag = "Starbird Security Checkpoint"
+ },
+/obj/machinery/airalarm/directional/south,
+/obj/item/radio/off,
+/obj/item/restraints/handcuffs,
+/obj/machinery/light_switch{
+ pixel_x = -20;
+ pixel_y = -21
+ },
+/turf/open/floor/iron/dark,
+/area/security/checkpoint/auxiliary)
"dmn" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 8
@@ -10042,18 +10106,6 @@
},
/turf/open/floor/iron,
/area/quartermaster/qm)
-"dmx" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/obj/machinery/vending/assist,
-/obj/effect/turf_decal/bot,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/iron/dark,
-/area/storage/primary)
"dmD" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
alpha = 180;
@@ -10094,21 +10146,6 @@
},
/turf/open/floor/iron/dark,
/area/storage/primary)
-"dnF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/turf/open/floor/catwalk_floor,
-/area/maintenance/starboard/aft)
"dnH" = (
/obj/structure/cable/yellow{
icon_state = "2-4"
@@ -10346,6 +10383,11 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
+"drZ" = (
+/obj/structure/chair/stool/bar/directional/south,
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/engine/storage)
"dst" = (
/obj/machinery/status_display/evac,
/turf/closed/wall,
@@ -10374,33 +10416,6 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat_interior)
-"dtm" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- alpha = 180;
- dir = 8
- },
-/obj/structure/table/reinforced,
-/obj/item/paper_bin{
- pixel_x = -1;
- pixel_y = 4
- },
-/obj/item/pen{
- pixel_x = -1;
- pixel_y = 5
- },
-/obj/machinery/light,
-/obj/machinery/camera/autoname/directional/south{
- c_tag = "Starbird Security Checkpoint"
- },
-/obj/machinery/airalarm/directional/south,
-/obj/item/radio/off,
-/obj/item/restraints/handcuffs,
-/obj/machinery/light_switch{
- pixel_x = -20;
- pixel_y = -21
- },
-/turf/open/floor/iron/dark,
-/area/security/checkpoint/auxiliary)
"dtp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -10416,13 +10431,6 @@
},
/turf/open/floor/catwalk_floor,
/area/maintenance/department/engine)
-"dtY" = (
-/obj/machinery/light/floor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"dum" = (
/obj/structure/cable/yellow{
icon_state = "0-2"
@@ -10609,6 +10617,14 @@
},
/turf/open/floor/iron/dark,
/area/security/brig/dock)
+"dvY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair/stool/directional/west,
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/turf/open/floor/carpet/blue,
+/area/crew_quarters/cafeteria)
"dwd" = (
/obj/effect/turf_decal/tile/dark_green/fourcorners/contrasted,
/obj/machinery/door/firedoor,
@@ -10677,18 +10693,6 @@
dir = 8
},
/area/science/lobby)
-"dwP" = (
-/obj/effect/turf_decal/tile/neutral/half,
-/obj/machinery/camera/autoname/directional/east,
-/obj/machinery/light_switch{
- pixel_x = -20;
- pixel_y = -21
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/chapel/office)
"dwT" = (
/obj/machinery/computer/security/hos{
dir = 8
@@ -10899,36 +10903,6 @@
},
/turf/open/floor/carpet/grimy,
/area/chapel/office)
-"dAa" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/iron/sepia,
-/area/maintenance/port/central)
-"dAb" = (
-/obj/machinery/stasis{
- dir = 1
- },
-/obj/machinery/camera/autoname{
- dir = 10;
- network = list("ss13","security")
- },
-/obj/machinery/defibrillator_mount{
- pixel_x = -32
- },
-/turf/open/floor/iron/white,
-/area/security/brig/medbay)
-"dAc" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 8
- },
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","rd")
- },
-/turf/open/floor/engine,
-/area/science/mixing/chamber)
"dAd" = (
/obj/structure/closet,
/obj/effect/spawner/lootdrop/maintenance,
@@ -10994,16 +10968,6 @@
/obj/structure/window/reinforced,
/turf/open/floor/engine,
/area/science/xenobiology)
-"dAT" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/obj/machinery/camera/directional/south{
- c_tag = "MiniSat Core Hallway 4";
- network = list("minisat")
- },
-/turf/open/floor/plating,
-/area/ai_monitored/storage/satellite)
"dAZ" = (
/obj/structure/bed,
/obj/item/bedsheet/mime,
@@ -11035,34 +10999,18 @@
/obj/structure/table/glass,
/turf/open/floor/iron,
/area/medical/cryo)
-"dBw" = (
-/obj/machinery/atmospherics/components/binary/valve{
- dir = 4
- },
+"dBn" = (
+/obj/machinery/hydroponics/constructable,
/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/button/door/incinerator_vent_toxmix{
- pixel_x = -25;
- pixel_y = 5
- },
-/obj/machinery/button/ignition/incinerator/toxmix{
- pixel_x = -25;
- pixel_y = -5
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/machinery/light_switch{
- pixel_x = -11;
- pixel_y = 22
+ dir = 8
},
-/turf/open/floor/iron/dark/side{
- dir = 9
+/obj/machinery/camera/autoname{
+ c_tag = "Head of Personnel's Office";
+ dir = 6
},
-/area/science/mixing/chamber)
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/iron/grid/steel,
+/area/hydroponics)
"dBO" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
@@ -11071,12 +11019,6 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron/tech,
/area/engine/engine_room)
-"dBS" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/open/floor/iron/dark,
-/area/engine/atmos)
"dBX" = (
/obj/effect/turf_decal/tile/dark_blue/half/contrasted{
alpha = 180
@@ -11168,6 +11110,19 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/carpet/royalblack,
/area/library)
+"dDB" = (
+/obj/machinery/status_display/evac{
+ pixel_y = 32
+ },
+/obj/structure/cable/cyan{
+ icon_state = "4-8"
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "MiniSat Upload West";
+ network = list("minisat","aiupload")
+ },
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/aisat/foyer)
"dDD" = (
/obj/machinery/light/floor{
brightness = 15;
@@ -11283,30 +11238,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/tech,
/area/engine/engine_room)
-"dEV" = (
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 4
- },
-/obj/structure/closet/secure_closet/atmospherics{
- anchored = 1
- },
-/turf/open/floor/iron/dark,
-/area/engine/atmos)
-"dEY" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/engine/atmos)
"dFa" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -11376,6 +11307,22 @@
"dFC" = (
/turf/closed/wall,
/area/maintenance/department/medical/morgue)
+"dFG" = (
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/blue{
+ color = "#267878";
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/crew_quarters/dorms)
"dGa" = (
/obj/structure/reflector/box,
/turf/open/floor/iron/tech/grid,
@@ -11496,27 +11443,6 @@
},
/turf/open/floor/plating,
/area/maintenance/port/central)
-"dHz" = (
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/machinery/airalarm/directional/north{
- pixel_y = 28
- },
-/obj/machinery/chem_dispenser/mutagensaltpetersmall,
-/turf/open/floor/iron/grid/steel,
-/area/hydroponics)
-"dHC" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"dHF" = (
/obj/structure/window/reinforced{
dir = 8;
@@ -11665,6 +11591,13 @@
},
/turf/open/floor/wood,
/area/library)
+"dJN" = (
+/obj/structure/bodycontainer/morgue,
+/obj/machinery/camera/directional/north{
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron/dark,
+/area/medical/morgue)
"dJS" = (
/obj/structure/railing{
dir = 9
@@ -11691,6 +11624,13 @@
/obj/structure/closet/secure_closet/security/sec,
/turf/open/floor/iron/dark,
/area/security/checkpoint/auxiliary)
+"dKo" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space/basic,
+/area/space/nearstation)
"dKs" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 1
@@ -11815,22 +11755,22 @@
},
/turf/open/floor/iron,
/area/science/lab)
-"dMi" = (
-/obj/structure/window/reinforced{
- dir = 4
+"dLz" = (
+/obj/structure/dresser,
+/obj/item/camera{
+ pixel_y = 6
},
-/obj/structure/table/wood,
-/obj/machinery/computer/security/wooden_tv{
- pixel_x = 2;
- pixel_y = 8
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
},
-/obj/machinery/firealarm/directional/south,
-/obj/item/melee/chainofcommand{
- pixel_x = -8;
- pixel_y = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
},
-/obj/machinery/camera/autoname/directional/south,
-/turf/open/floor/carpet/blue,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
"dMr" = (
/obj/structure/sign/warning/radiation/rad_area,
@@ -11882,6 +11822,19 @@
},
/turf/open/floor/iron,
/area/ai_monitored/security/armory)
+"dML" = (
+/obj/machinery/iv_drip,
+/obj/machinery/light/small{
+ dir = 1;
+ light_color = "#ffc1c1"
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/effect/turf_decal/tile/blue,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/iron,
+/area/maintenance/department/medical)
"dMN" = (
/obj/structure/disposalpipe/segment{
dir = 1
@@ -11943,6 +11896,16 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
+"dNs" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/effect/turf_decal/box/corners{
+ pixel_x = -16;
+ pixel_y = 16
+ },
+/turf/open/floor/iron/tech,
+/area/engine/atmos)
"dNu" = (
/obj/structure/table/reinforced,
/obj/item/storage/firstaid/regular{
@@ -12063,23 +12026,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron,
/area/maintenance/port/aft)
-"dOL" = (
-/obj/machinery/computer/cargo/request{
- dir = 4
- },
-/obj/effect/turf_decal/bot,
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","rd")
- },
-/obj/machinery/newscaster{
- pixel_x = -31;
- pixel_y = 1
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/science/lab)
"dPd" = (
/obj/machinery/jukebox{
dept_req_for_free = 0;
@@ -12138,20 +12084,6 @@
},
/turf/open/floor/iron,
/area/engine/engineering)
-"dQf" = (
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/machinery/shower{
- dir = 8;
- name = "emergency shower";
- pixel_x = -1;
- pixel_y = -8
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/noslip/white,
-/area/medical/genetics/cloning)
"dQv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -12225,6 +12157,14 @@
},
/turf/open/space/basic,
/area/solar/starboard/fore)
+"dSE" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","engine")
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/engine/engine_room)
"dSJ" = (
/obj/structure/chair{
dir = 4
@@ -12249,30 +12189,14 @@
},
/turf/open/floor/iron,
/area/crew_quarters/cafeteria)
-"dTi" = (
-/obj/machinery/hydroponics/constructable,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/camera/autoname{
- c_tag = "Head of Personnel's Office";
- dir = 6
- },
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/iron/grid/steel,
-/area/hydroponics)
-"dTl" = (
-/obj/effect/turf_decal/tile/yellow/fourcorners/contrasted{
- alpha = 230;
- color = "#edaa0c"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","engine")
+"dTu" = (
+/obj/machinery/camera/motion/directional/east{
+ c_tag = "MiniSat Exterior 2";
+ network = list("minisat")
},
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/iron/dark,
-/area/engine/engine_room)
+/obj/structure/lattice/catwalk,
+/turf/open/space/basic,
+/area/space/nearstation)
"dTz" = (
/obj/effect/turf_decal/tile/brown/half/contrasted{
dir = 1
@@ -12488,16 +12412,6 @@
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/iron,
/area/maintenance/department/security)
-"dWi" = (
-/obj/machinery/airalarm/server{
- dir = 8;
- pixel_x = -22
- },
-/turf/open/floor/engine{
- initial_gas_mix = "n2=100;TEMP=80";
- name = "mainframe floor"
- },
-/area/tcommsat/server)
"dWk" = (
/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
alpha = 180;
@@ -12693,19 +12607,6 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
-"dZl" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Incinerator";
- network = list("ss13","engine")
- },
-/obj/machinery/portable_atmospherics/canister/plasma,
-/obj/effect/turf_decal/bot,
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = -24
- },
-/turf/open/floor/iron,
-/area/engine/atmospherics_engine)
"dZm" = (
/obj/effect/turf_decal/siding/wood{
dir = 10
@@ -12727,19 +12628,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/engine/atmos)
-"eaw" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/camera/autoname/directional/south,
-/turf/open/floor/catwalk_floor,
-/area/maintenance/department/bridge)
"eaz" = (
/obj/effect/turf_decal/tile/neutral{
dir = 8
@@ -13052,13 +12940,6 @@
/obj/item/stack/sheet/wood,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"efN" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
"efS" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/tile/blue/fourcorners/contrasted{
@@ -13146,6 +13027,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/dark/smooth_large,
/area/hallway/primary/central)
+"ehp" = (
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance,
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","cargo")
+ },
+/turf/open/floor/noslip/standard,
+/area/quartermaster/storage)
"ehV" = (
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -13154,6 +13043,14 @@
dir = 5
},
/area/science/mixing)
+"ehX" = (
+/obj/structure/chair/stool/bar/directional/south,
+/obj/effect/turf_decal/tile/yellow/half/contrasted{
+ alpha = 180
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/iron,
+/area/engine/storage)
"eik" = (
/obj/structure/rack,
/obj/structure/cloth_pile{
@@ -13314,6 +13211,17 @@
/obj/effect/decal/cleanable/oil,
/turf/open/floor/plating,
/area/quartermaster/warehouse)
+"ekq" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Incinerator";
+ network = list("ss13","engine")
+ },
+/turf/open/floor/iron/dark,
+/area/engine/atmos)
"eku" = (
/obj/effect/turf_decal/delivery,
/obj/structure/cable/yellow{
@@ -13388,6 +13296,15 @@
},
/turf/open/floor/iron/dark,
/area/security/checkpoint/auxiliary)
+"elO" = (
+/obj/structure/bed,
+/obj/item/bedsheet/purple{
+ name = "Holy bedsheet"
+ },
+/obj/machinery/camera/directional/north,
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/wood,
+/area/chapel/office)
"elX" = (
/obj/structure/disposalpipe/segment{
dir = 8
@@ -13463,6 +13380,46 @@
},
/turf/open/floor/carpet,
/area/library)
+"enx" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/space_heater,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/security)
+"enN" = (
+/obj/structure/grille/broken,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/engine)
+"enQ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","rd")
+ },
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "RoboFoyer";
+ name = "Robo Doors Control";
+ normaldoorcontrol = 1;
+ pixel_x = -32;
+ pixel_y = 1
+ },
+/turf/open/floor/iron,
+/area/science/robotics)
"eog" = (
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -13500,6 +13457,14 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
+"eoO" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "Xenobiology Lab - Pen #2";
+ network = list("ss13","rd","xeno")
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/engine,
+/area/science/xenobiology)
"eoQ" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -13647,6 +13612,28 @@
},
/turf/open/floor/iron/dark,
/area/engine/engine_room)
+"eqJ" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/light{
+ bulb_colour = "#22bfa2";
+ bulb_vacuum_colour = "#22bfa2";
+ dir = 8;
+ nightshift_light_color = "#22bfa2"
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/red,
+/turf/open/floor/iron/dark,
+/area/security/brig/dock)
"eqS" = (
/obj/effect/turf_decal/siding/wood{
dir = 4
@@ -13693,6 +13680,31 @@
},
/turf/open/floor/iron/tech,
/area/engine/engine_room)
+"erx" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 8
+ },
+/obj/structure/table/wood,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/item/taperecorder{
+ layer = 2.9;
+ pixel_x = -5;
+ pixel_y = 4
+ },
+/obj/machinery/recharger{
+ pixel_x = 7;
+ pixel_y = 3
+ },
+/turf/open/floor/carpet/red,
+/area/crew_quarters/heads/hos)
"erR" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/box/corners{
@@ -13892,17 +13904,6 @@
/obj/item/clothing/glasses/science,
/turf/open/floor/iron,
/area/maintenance/port/aft)
-"evy" = (
-/obj/structure/plasticflaps/opaque,
-/obj/machinery/navbeacon{
- codes_txt = "delivery;dir=4";
- freq = 1400;
- location = "Atmospherics"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/plating,
-/area/engine/atmos)
"evI" = (
/obj/effect/turf_decal/siding/wood{
dir = 8
@@ -13964,6 +13965,12 @@
},
/turf/closed/wall/r_wall,
/area/engine/supermatter)
+"ewy" = (
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow,
+/obj/machinery/light,
+/turf/open/floor/iron,
+/area/medical/cryo)
"ewB" = (
/turf/closed/wall/r_wall,
/area/space/nearstation)
@@ -13986,41 +13993,16 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
-"exc" = (
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/rack,
-/obj/item/computer_hardware/hard_drive/role/lawyer{
- pixel_x = -4;
- pixel_y = 8
- },
-/obj/item/folder/red{
- pixel_x = 2;
- pixel_y = 4
- },
-/obj/item/folder/blue{
- pixel_x = 5;
- pixel_y = 5
- },
-/obj/item/folder/yellow{
- pixel_x = 4;
- pixel_y = 3
- },
-/obj/item/storage/briefcase,
-/obj/item/clothing/glasses/sunglasses/advanced/big{
- pixel_x = -1;
- pixel_y = 4
- },
-/obj/item/clothing/glasses/sunglasses/advanced{
- pixel_x = 3;
- pixel_y = 8
- },
-/obj/item/laser_pointer{
- pixel_x = 3;
- pixel_y = -3
+"ewX" = (
+/obj/structure/chair/office,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
},
-/obj/structure/cable/yellow,
+/obj/effect/mapping_helpers/apc/discharged,
/turf/open/floor/wood,
-/area/lawoffice)
+/area/vacant_room/office)
"exh" = (
/obj/machinery/gateway{
dir = 1
@@ -14071,11 +14053,6 @@
},
/turf/open/floor/iron,
/area/science/robotics)
-"eym" = (
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow,
-/turf/open/floor/carpet/purple,
-/area/chapel/main)
"eyw" = (
/obj/structure/chair/fancy/bench{
dir = 8
@@ -14090,6 +14067,13 @@
},
/turf/open/space/basic,
/area/ai_monitored/turret_protected/ai)
+"eyD" = (
+/obj/structure/chair/stool/directional/west,
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/turf/open/floor/carpet/blue,
+/area/crew_quarters/cafeteria)
"eyE" = (
/obj/machinery/door/window/northleft{
dir = 2;
@@ -14128,6 +14112,16 @@
},
/turf/open/floor/iron,
/area/engine/atmos)
+"eyU" = (
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","cargo")
+ },
+/obj/machinery/firealarm/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/maintenance/disposal)
"ezF" = (
/obj/structure/disposalpipe/sorting/mail{
dir = 1;
@@ -14150,6 +14144,15 @@
},
/turf/open/floor/iron,
/area/crew_quarters/cafeteria)
+"eAd" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow,
+/obj/machinery/iv_drip,
+/turf/open/floor/iron,
+/area/security/brig/medbay)
"eAe" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted,
/obj/machinery/portable_atmospherics/pump,
@@ -14292,14 +14295,6 @@
/obj/item/stack/cable_coil/cut,
/turf/open/floor/iron,
/area/maintenance/port/aft)
-"eBS" = (
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/machinery/suit_storage_unit/mining,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron,
-/area/quartermaster/miningdock)
"eBV" = (
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/obj/structure/disposalpipe/segment{
@@ -14315,28 +14310,6 @@
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/iron/cafeteria,
/area/maintenance/port/aft)
-"eCW" = (
-/obj/machinery/camera/autoname/directional/west,
-/obj/effect/turf_decal/bot,
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/newscaster{
- pixel_x = -32;
- pixel_y = 2
- },
-/obj/machinery/light_switch{
- pixel_x = -20
- },
-/obj/machinery/computer/secure_data{
- dir = 4
- },
-/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
- alpha = 180;
- color = "#DE3A3A"
- },
-/turf/open/floor/iron/dark,
-/area/bridge)
"eDh" = (
/obj/effect/turf_decal/siding/wood{
dir = 9
@@ -14430,23 +14403,6 @@
/obj/structure/bedsheetbin,
/turf/open/floor/iron/dark,
/area/medical/morgue)
-"eDU" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "garbage"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","security")
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/disposal)
"eEf" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -14469,13 +14425,6 @@
},
/turf/open/space/basic,
/area/solar/port/fore)
-"eED" = (
-/obj/structure/bodycontainer/morgue,
-/obj/machinery/camera/directional/north{
- network = list("ss13","medbay")
- },
-/turf/open/floor/iron/dark,
-/area/medical/morgue)
"eEJ" = (
/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/structure/disposalpipe/segment{
@@ -14489,6 +14438,14 @@
},
/turf/open/floor/catwalk_floor,
/area/maintenance/department/bridge)
+"eEL" = (
+/obj/machinery/camera/motion/directional/west{
+ c_tag = "MiniSat Exterior 4";
+ network = list("minisat")
+ },
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"eEY" = (
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -14498,30 +14455,6 @@
},
/turf/open/floor/iron/white,
/area/science/research)
-"eFf" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/guideline/guideline_edge_alt/red{
- dir = 1
- },
-/obj/effect/turf_decal/guideline/guideline_half_edge/red,
-/obj/effect/turf_decal/guideline/guideline_half_edge/red{
- dir = 5
- },
-/obj/effect/turf_decal/guideline/guideline_tri/red{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/light,
-/obj/item/radio/intercom{
- frequency = 1423;
- name = "Interrogation Intercom";
- pixel_y = -35
- },
-/turf/open/floor/iron,
-/area/security/brig)
"eFu" = (
/obj/effect/turf_decal/tile/blue/half/contrasted{
alpha = 200;
@@ -14619,22 +14552,6 @@
},
/turf/open/floor/carpet/royalblack,
/area/library)
-"eGP" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/light,
-/obj/machinery/camera/motion/directional/west{
- c_tag = "MiniSat Core Hallway 3";
- network = list("minisat")
- },
-/obj/machinery/flasher{
- id = "aicore";
- pixel_x = 9;
- pixel_y = -23
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/aisat/foyer)
"eHf" = (
/obj/structure/table,
/obj/effect/turf_decal/stripes/line{
@@ -14667,6 +14584,11 @@
},
/turf/open/floor/iron/dark,
/area/storage/primary)
+"eHi" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/iron,
+/area/hallway/primary/aft)
"eHp" = (
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
@@ -14876,6 +14798,11 @@
/area/security/main{
name = "Security Viewing Hall"
})
+"eJU" = (
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow,
+/turf/open/floor/plating,
+/area/maintenance/department/science)
"eJV" = (
/turf/closed/wall/r_wall,
/area/security/brig{
@@ -14965,25 +14892,6 @@
/obj/machinery/firealarm/directional/north,
/turf/open/floor/iron,
/area/quartermaster/miningdock)
-"eLE" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/camera/autoname{
- dir = 10
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -32
- },
-/obj/effect/turf_decal/guideline/guideline_edge/blue{
- color = "#267878";
- dir = 8
- },
-/turf/open/floor/iron,
-/area/crew_quarters/dorms)
"eLF" = (
/obj/effect/turf_decal/bot,
/obj/structure/cable/yellow{
@@ -15006,17 +14914,6 @@
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/iron,
/area/maintenance/department/security)
-"eLP" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Incinerator";
- network = list("ss13","engine")
- },
-/turf/open/floor/iron/dark,
-/area/engine/atmos)
"eLY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/effect/turf_decal/stripes/line{
@@ -15200,21 +15097,19 @@
},
/turf/open/floor/iron/sepia,
/area/quartermaster/sorting)
-"ePp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/obj/structure/cable/yellow{
- icon_state = "0-8"
+"ePm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/iron/dark/corner{
- dir = 8
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/light,
+/obj/machinery/requests_console{
+ department = "Genetics";
+ name = "Genetics Requests Console";
+ pixel_y = -34
},
-/area/hallway/primary/central)
+/turf/open/floor/iron/white,
+/area/medical/genetics)
"ePs" = (
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/engine/air,
@@ -15253,12 +15148,20 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/carpet/royalblack,
/area/maintenance/port/aft)
-"eQe" = (
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","engine")
+"ePU" = (
+/obj/machinery/airalarm/directional/south,
+/obj/machinery/camera/autoname{
+ dir = 5;
+ network = list("ss13","rd")
},
-/turf/open/floor/engine/airless,
-/area/engine/atmos)
+/obj/structure/rack,
+/obj/item/storage/firstaid/regular{
+ pixel_x = -3;
+ pixel_y = -3
+ },
+/obj/item/healthanalyzer,
+/turf/open/floor/iron/white,
+/area/science/explab)
"eQf" = (
/obj/effect/turf_decal/siding/wideplating/dark{
dir = 4
@@ -15569,29 +15472,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/hallway/primary/central)
-"eUb" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/camera/autoname/directional/west{
- c_tag = "AI Core";
- network = list("aicore")
- },
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/obj/machinery/button/flasher{
- id = "aicore";
- pixel_x = -32;
- pixel_y = 4
- },
-/obj/machinery/button/door{
- id = "AIwindows";
- name = "AI View Blast doors";
- pixel_x = -32;
- pixel_y = -5;
- req_access_txt = "19"
- },
-/turf/open/floor/engine/o2,
-/area/ai_monitored/turret_protected/ai)
"eUs" = (
/obj/structure/disposalpipe/segment{
dir = 8
@@ -15775,26 +15655,6 @@
/obj/effect/spawner/lootdrop/maintenance/eight,
/turf/open/floor/iron,
/area/maintenance/department/science)
-"eWn" = (
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 1;
- name = "Barman";
- sortType = 19
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","medbay");
- view_range = 8
- },
-/obj/effect/turf_decal/guideline/guideline_edge/green{
- color = "#439C1E";
- dir = 4
- },
-/turf/open/floor/iron,
-/area/crew_quarters/cafeteria)
"eWu" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -15849,20 +15709,25 @@
"eXl" = (
/turf/closed/wall,
/area/maintenance/port/central)
+"eXB" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/red,
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","security")
+ },
+/obj/machinery/light_switch{
+ pixel_y = -25
+ },
+/turf/open/floor/iron,
+/area/security/brig)
"eXD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/cafeteria,
/area/crew_quarters/kitchen)
-"eXE" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"eXG" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -15997,46 +15862,12 @@
/obj/effect/decal/cleanable/glass,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
-"eZm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/effect/turf_decal/box/corners{
- dir = 8;
- pixel_x = 15;
- pixel_y = 16
- },
-/obj/effect/landmark/start/atmospheric_technician,
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"eZy" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 8
},
/turf/open/floor/engine,
/area/engine/supermatter)
-"eZA" = (
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- alpha = 180;
- dir = 1
- },
-/obj/effect/turf_decal/bot,
-/obj/structure/closet/secure_closet/security/engine,
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","engine")
- },
-/obj/item/radio/intercom{
- pixel_x = -32;
- pixel_y = -3
- },
-/turf/open/floor/iron/dark,
-/area/security/checkpoint/engineering)
"eZJ" = (
/obj/machinery/light{
dir = 1
@@ -16051,18 +15882,6 @@
/obj/item/stock_parts/cell/high,
/turf/open/floor/iron/dark,
/area/engine/engineering)
-"eZQ" = (
-/obj/structure/musician/piano{
- icon_state = "piano"
- },
-/obj/machinery/light{
- light_color = "#7AC3FF"
- },
-/obj/machinery/camera/autoname/directional/south{
- c_tag = "Captain's Quarters"
- },
-/turf/open/floor/glass/reinforced,
-/area/crew_quarters/cafeteria)
"fan" = (
/obj/effect/landmark/start/cargo_technician,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -16111,6 +15930,14 @@
},
/turf/open/floor/iron/dark,
/area/engine/engineering)
+"faP" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/open/floor/iron/sepia,
+/area/maintenance/port/central)
"faQ" = (
/obj/effect/spawner/lootdrop/ruinloot/medical,
/obj/effect/decal/cleanable/glass{
@@ -16132,10 +15959,21 @@
},
/turf/open/space/basic,
/area/solar/starboard/fore)
-"fbI" = (
-/obj/structure/chair/stool/directional/west,
-/turf/open/floor/carpet/royalblack,
-/area/library)
+"fbH" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/turf_decal/delivery,
+/obj/machinery/airalarm/engine{
+ dir = 8;
+ pixel_x = -23
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Gas to Filter"
+ },
+/turf/open/floor/engine,
+/area/engine/supermatter)
"fbJ" = (
/obj/structure/bookcase/manuals/medical,
/obj/machinery/light,
@@ -16439,6 +16277,25 @@
},
/turf/open/floor/iron,
/area/security/checkpoint/engineering)
+"ffd" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera/autoname{
+ dir = 10
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/blue{
+ color = "#267878";
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/crew_quarters/dorms)
"ffm" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
@@ -16451,6 +16308,16 @@
"fft" = (
/turf/closed/wall,
/area/maintenance/disposal)
+"ffL" = (
+/obj/machinery/camera/autoname/directional/west,
+/obj/machinery/firealarm/directional/west,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/side{
+ dir = 4
+ },
+/area/hallway/primary/central)
"fgd" = (
/obj/machinery/holopad{
pixel_y = 16
@@ -16460,6 +16327,27 @@
},
/turf/open/floor/iron/white,
/area/crew_quarters/heads/cmo)
+"fhb" = (
+/obj/machinery/camera/directional/north{
+ network = list("ss13","cargo")
+ },
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "MailConv"
+ },
+/obj/structure/closet/crate,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/firealarm/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/turf/open/floor/iron/dark,
+/area/quartermaster/office)
"fhl" = (
/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
dir = 8
@@ -16601,6 +16489,18 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/hallway/primary/central)
+"fiW" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/recharge_station,
+/obj/machinery/camera/directional/north{
+ network = list("ss13","rd")
+ },
+/obj/effect/landmark/start/cyborg,
+/turf/open/floor/circuit,
+/area/science/robotics/mechbay)
"fjc" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -17007,13 +16907,6 @@
lighting_overlay_colour = "#DDE6FF";
power_light = 0
})
-"fnz" = (
-/obj/structure/chair/stool/directional/west,
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/security/prison)
"fnD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -17028,6 +16921,33 @@
dir = 1
},
/area/science/mixing)
+"fnK" = (
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 29;
+ pixel_y = 1
+ },
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 4
+ },
+/obj/machinery/computer/security/mining{
+ dir = 8;
+ network = list("vault","cargo")
+ },
+/turf/open/floor/carpet/orange,
+/area/quartermaster/qm)
+"fnU" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/canister,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","engine")
+ },
+/turf/open/floor/iron/tech,
+/area/engine/atmos)
"foe" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -17199,18 +17119,30 @@
/obj/machinery/power/tracker,
/turf/open/space/basic,
/area/solar/starboard/aft)
+"fqL" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/light,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/atmospherics{
+ anchored = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/engine/atmos)
"fqN" = (
/obj/item/toy/figure/mime,
/turf/open/floor/grass,
/area/hallway/primary/central)
-"fqP" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Xenobiology Lab - Pen #2";
- network = list("ss13","rd","xeno")
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/engine,
-/area/science/xenobiology)
"fqU" = (
/obj/effect/turf_decal/tile/red/anticorner/contrasted{
dir = 8
@@ -17288,6 +17220,18 @@
"fsy" = (
/turf/closed/wall/rust,
/area/vacant_room/office)
+"fsA" = (
+/obj/effect/turf_decal/tile/neutral/anticorner{
+ dir = 9
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/rnd/production/techfab/department/service,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron,
+/area/hallway/secondary/service)
"fsB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -17333,20 +17277,6 @@
},
/turf/open/space/basic,
/area/solar/starboard/aft)
-"ftb" = (
-/obj/machinery/airalarm/directional/east{
- pixel_x = 29;
- pixel_y = 1
- },
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 4
- },
-/obj/machinery/computer/security/mining{
- dir = 8;
- network = list("vault","cargo")
- },
-/turf/open/floor/carpet/orange,
-/area/quartermaster/qm)
"ftV" = (
/obj/effect/turf_decal/tile/brown/half/contrasted{
dir = 1
@@ -17392,14 +17322,6 @@
},
/turf/open/floor/wood,
/area/security/prison)
-"fuX" = (
-/obj/machinery/portable_atmospherics/canister/plasma,
-/obj/effect/turf_decal/delivery,
-/obj/machinery/camera/directional/north{
- network = list("ss13","rd")
- },
-/turf/open/floor/iron,
-/area/science/storage)
"fvp" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -32
@@ -17803,10 +17725,6 @@
},
/turf/open/floor/iron/grid/steel,
/area/science/xenobiology)
-"fBp" = (
-/obj/structure/chair/stool/bar/directional/west,
-/turf/open/floor/iron/cafeteria_red,
-/area/crew_quarters/cafeteria)
"fBx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 10
@@ -17903,17 +17821,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/starboard)
-"fCU" = (
-/obj/machinery/computer/secure_data{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron,
-/area/security/checkpoint/science)
"fDs" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/turf/open/floor/iron/white,
@@ -18060,16 +17967,6 @@
"fFP" = (
/turf/closed/wall/r_wall,
/area/science/mixing/chamber)
-"fGg" = (
-/obj/machinery/chem_master/condimaster,
-/obj/machinery/camera/directional/north,
-/obj/effect/turf_decal/tile/bar/opposingcorners,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/dark,
-/area/crew_quarters/bar)
"fGu" = (
/obj/effect/turf_decal/tile/blue/fourcorners/contrasted{
alpha = 200;
@@ -18083,19 +17980,6 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
-"fGv" = (
-/obj/machinery/conveyor{
- id = "MailConv"
- },
-/obj/machinery/camera/autoname{
- dir = 10;
- network = list("ss13","cargo")
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -32
- },
-/turf/open/floor/iron/dark,
-/area/quartermaster/office)
"fGz" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -18134,16 +18018,6 @@
/obj/structure/sign/poster/random,
/turf/closed/wall,
/area/medical/genetics)
-"fHi" = (
-/obj/machinery/vending/wardrobe/chef_wardrobe,
-/obj/effect/turf_decal/bot,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/iron/freezer,
-/area/crew_quarters/kitchen/coldroom)
"fHs" = (
/obj/effect/turf_decal/siding/wideplating/dark{
dir = 1
@@ -18206,21 +18080,6 @@
},
/turf/open/floor/iron,
/area/crew_quarters/heads/hop)
-"fIu" = (
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/closet/secure_closet/personal,
-/obj/effect/turf_decal/box,
-/obj/machinery/camera/autoname{
- dir = 10;
- network = list("ss13","medbay")
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/turf/open/floor/iron/grid/steel,
-/area/medical/virology)
"fIv" = (
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
@@ -18266,6 +18125,14 @@
},
/turf/open/floor/carpet/royalblue,
/area/crew_quarters/heads/chief)
+"fIM" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair/stool/directional/south,
+/turf/open/floor/carpet/grimy,
+/area/maintenance/port/aft)
"fJf" = (
/obj/structure/sign/departments/minsky/supply/hydroponics2,
/turf/closed/wall,
@@ -18298,13 +18165,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/entry)
-"fJY" = (
-/obj/effect/turf_decal/loading_area{
- dir = 8
- },
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron,
-/area/teleporter)
"fKa" = (
/obj/structure/disposalpipe/segment{
dir = 1
@@ -18322,14 +18182,20 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
-"fKj" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","engine")
+"fKg" = (
+/obj/machinery/door/window/northleft{
+ name = "Kitchen Delivery";
+ req_access_txt = "28"
},
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/engine/engine_room)
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/west,
+/obj/machinery/light_switch{
+ pixel_x = -20
+ },
+/turf/open/floor/iron/freezer,
+/area/crew_quarters/kitchen/coldroom)
"fKo" = (
/turf/open/floor/iron,
/area/science/mixing)
@@ -18381,18 +18247,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/starboard)
-"fLg" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/donkpockets,
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","engine")
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron/dark,
-/area/engine/storage)
"fLs" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
@@ -18517,6 +18371,20 @@
},
/turf/open/floor/iron,
/area/engine/engine_room)
+"fMJ" = (
+/obj/machinery/power/solar_control,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north,
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/maintenance/solars/starboard/fore)
"fMW" = (
/obj/machinery/door/airlock/security{
name = "Interrogation";
@@ -18573,6 +18441,21 @@
},
/turf/open/floor/iron/dark,
/area/storage/primary)
+"fNt" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/machinery/portable_atmospherics/pump,
+/obj/effect/turf_decal/bot,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","security")
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/aft)
"fNB" = (
/obj/structure/table/wood,
/obj/item/paper_bin,
@@ -18595,6 +18478,16 @@
},
/turf/open/floor/iron/techmaint,
/area/chapel/office)
+"fNW" = (
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/structure/cable/yellow,
+/turf/open/floor/iron,
+/area/science/robotics)
"fOb" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/security/glass{
@@ -18604,23 +18497,6 @@
/obj/effect/turf_decal/stripes/closeup,
/turf/open/floor/iron,
/area/ai_monitored/security/armory)
-"fOg" = (
-/obj/machinery/atmospherics/pipe/simple/dark/visible{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/engine/atmos)
"fOj" = (
/obj/effect/turf_decal/caution{
dir = 1
@@ -18669,6 +18545,18 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat_interior)
+"fOR" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Teleporter Room"
+ },
+/obj/structure/table/wood,
+/obj/machinery/computer/libraryconsole/bookmanagement,
+/turf/open/floor/carpet/royalblack,
+/area/library)
"fPe" = (
/obj/effect/landmark/xeno_spawn,
/obj/machinery/light_switch{
@@ -18942,20 +18830,6 @@
/obj/structure/window/reinforced,
/turf/open/floor/iron/dark/smooth_large,
/area/hallway/primary/central)
-"fSY" = (
-/obj/item/radio/intercom{
- pixel_y = 35
- },
-/obj/structure/table/wood,
-/obj/machinery/light_switch{
- pixel_x = 23
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
"fTb" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 8
@@ -18969,6 +18843,20 @@
},
/turf/open/floor/iron/dark,
/area/engine/engineering)
+"fTc" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"fTn" = (
/obj/effect/turf_decal/tile/dark_blue/fourcorners/contrasted{
alpha = 180
@@ -19094,6 +18982,15 @@
},
/turf/open/floor/iron,
/area/security/brig)
+"fWj" = (
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow,
+/obj/item/reagent_containers/glass/bucket{
+ pixel_x = -2;
+ pixel_y = 10
+ },
+/turf/open/floor/iron/dark,
+/area/security/execution/education)
"fWm" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/obj/structure/disposalpipe/segment{
@@ -19138,6 +19035,17 @@
"fXJ" = (
/turf/closed/wall/r_wall/rust,
/area/engine/engine_room)
+"fYk" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/obj/machinery/firealarm/directional/west,
+/obj/machinery/camera/autoname/directional/west,
+/turf/open/floor/iron,
+/area/hallway/primary/fore)
"fYn" = (
/obj/structure/table,
/obj/item/storage/toolbox/emergency{
@@ -19157,6 +19065,17 @@
},
/turf/open/floor/noslip/standard,
/area/quartermaster/miningdock)
+"fYo" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/airalarm/mixingchamber{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/iron/dark/side{
+ dir = 10
+ },
+/area/science/mixing/chamber)
"fYr" = (
/turf/open/floor/catwalk_floor/iron_dark,
/area/maintenance/disposal)
@@ -19285,6 +19204,36 @@
},
/turf/open/floor/iron/tech,
/area/engine/engine_room)
+"fZM" = (
+/obj/item/kirbyplants/random,
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","engine");
+ view_range = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/guideline/guideline_half_edge/yellow{
+ dir = 6
+ },
+/obj/effect/turf_decal/guideline/guideline_half_edge/yellow{
+ dir = 8
+ },
+/obj/effect/turf_decal/guideline/guideline_edge_alt/yellow{
+ dir = 4
+ },
+/obj/effect/turf_decal/guideline/guideline_tri/yellow{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/engine/engineering)
"fZQ" = (
/obj/structure/bookcase/random/religion,
/obj/structure/cable/yellow{
@@ -19363,38 +19312,6 @@
},
/turf/open/floor/iron,
/area/security/brig)
-"gaX" = (
-/obj/structure/rack,
-/obj/effect/turf_decal/bot,
-/obj/item/clothing/suit/armor/bulletproof{
- pixel_x = 6;
- pixel_y = 8
- },
-/obj/item/clothing/suit/armor/bulletproof{
- pixel_y = 7
- },
-/obj/item/clothing/head/helmet/alt{
- layer = 3.00001;
- pixel_x = 6;
- pixel_y = 4
- },
-/obj/item/clothing/head/helmet/alt{
- layer = 3.00001;
- pixel_y = 1
- },
-/obj/machinery/light,
-/obj/structure/extinguisher_cabinet{
- pixel_y = -33
- },
-/obj/machinery/camera/motion/directional/south{
- c_tag = "Armory - Internal";
- network = list("ss13","security")
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/ai_monitored/security/armory)
"gaY" = (
/obj/machinery/button/door{
id = "Cabin_1";
@@ -19537,15 +19454,6 @@
"gci" = (
/turf/closed/wall/r_wall,
/area/science/mixing)
-"gcp" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow,
-/obj/machinery/suit_storage_unit/standard_unit,
-/turf/open/floor/iron/tech,
-/area/ai_monitored/storage/eva)
"gde" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
alpha = 180;
@@ -19561,50 +19469,6 @@
},
/turf/open/floor/iron,
/area/engine/engineering)
-"gdi" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 8
- },
-/obj/structure/table/wood,
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/item/taperecorder{
- layer = 2.9;
- pixel_x = -5;
- pixel_y = 4
- },
-/obj/machinery/recharger{
- pixel_x = 7;
- pixel_y = 3
- },
-/turf/open/floor/carpet/red,
-/area/crew_quarters/heads/hos)
-"gdt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/machinery/camera/directional/north{
- network = list("ss13","rd","xeno")
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/iron/white,
-/area/science/xenobiology)
"gdB" = (
/obj/item/kirbyplants/random,
/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
@@ -19697,20 +19561,6 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"gfp" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Xenobiology Lab - Pen #7";
- network = list("ss13","rd","xeno")
- },
-/obj/machinery/sparker{
- id = "Xenobio";
- pixel_x = 25
- },
-/turf/open/floor/engine,
-/area/science/xenobiology)
"gfq" = (
/obj/structure/table/reinforced,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -19852,18 +19702,6 @@
"ggJ" = (
/turf/closed/wall,
/area/science/lab)
-"ggN" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/reagent_dispensers/beerkeg,
-/obj/effect/turf_decal/tile/bar/opposingcorners,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/iron/dark,
-/area/crew_quarters/bar)
"ggO" = (
/obj/structure/cable/yellow{
icon_state = "2-8"
@@ -19878,13 +19716,6 @@
/obj/effect/turf_decal/stripes,
/turf/open/floor/iron,
/area/medical/medbay/lobby)
-"gha" = (
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 4
- },
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/engine/atmos)
"ghe" = (
/obj/machinery/computer/message_monitor,
/obj/effect/turf_decal/stripes/line{
@@ -20024,6 +19855,15 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/engine,
/area/science/xenobiology)
+"gjq" = (
+/obj/structure/plasticflaps/opaque,
+/obj/machinery/navbeacon{
+ codes_txt = "delivery;dir=4";
+ freq = 1400;
+ location = "Atmospherics"
+ },
+/turf/open/floor/plating,
+/area/engine/atmos)
"gju" = (
/obj/structure/cable{
icon_state = "1-8"
@@ -20069,16 +19909,6 @@
/obj/item/crowbar/red,
/turf/open/floor/iron/tech,
/area/engine/atmos)
-"gjJ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"gjN" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted,
/obj/effect/turf_decal/guideline/guideline_edge/red{
@@ -20089,6 +19919,15 @@
},
/turf/open/floor/iron,
/area/security/brig)
+"gjS" = (
+/obj/structure/chair/office{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
+ },
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/chief)
"gjW" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable{
@@ -20102,17 +19941,19 @@
},
/turf/open/space/basic,
/area/solar/starboard/aft)
-"gks" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/engine/atmos)
"gky" = (
/obj/structure/flora/ausbushes/fullgrass,
/obj/structure/flora/ausbushes/fullgrass,
/turf/open/floor/grass,
/area/hallway/primary/central)
+"gkB" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/aft)
"gkK" = (
/obj/machinery/door/poddoor/shutters{
id = "atmosshutters";
@@ -20124,16 +19965,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron,
/area/engine/atmos)
-"gli" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 8
- },
-/obj/structure/chair/fancy/bench/pew/left{
- dir = 4
- },
-/obj/machinery/camera/autoname/directional/south,
-/turf/open/floor/glass/reinforced,
-/area/chapel/main)
"glm" = (
/obj/structure/lattice/catwalk,
/obj/structure/chair/fancy/plastic{
@@ -20247,15 +20078,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
-"gmc" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/engine/atmos)
"gme" = (
/obj/effect/turf_decal/tile/blue/fourcorners/contrasted,
/obj/structure/disposalpipe/segment{
@@ -20346,6 +20168,12 @@
},
/turf/closed/wall,
/area/engine/engineering)
+"gnx" = (
+/obj/machinery/camera/autoname/directional/west,
+/turf/open/floor/engine{
+ name = "Holodeck Projector Floor"
+ },
+/area/holodeck/rec_center)
"gnz" = (
/obj/structure/filingcabinet/filingcabinet{
pixel_x = -7
@@ -20416,24 +20244,6 @@
/obj/item/ammo_casing/c46x30mm,
/turf/open/floor/iron,
/area/maintenance/department/security)
-"goh" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/solars/starboard/fore)
"goF" = (
/obj/machinery/light/small{
brightness = 3
@@ -20477,17 +20287,6 @@
"gpe" = (
/turf/open/floor/engine/n2o,
/area/engine/atmos)
-"gpf" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Engineering - Secure Storage";
- name = "engineering camera";
- network = list("ss13","engine")
- },
-/obj/machinery/power/emitter{
- dir = 1
- },
-/turf/open/floor/iron/tech/grid,
-/area/engine/engineering)
"gpK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/effect/turf_decal/tile/neutral/half/contrasted{
@@ -20748,19 +20547,6 @@
name = "hyper-reinforced wall"
},
/area/science/test_area)
-"gtK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/engine/atmos)
"gtQ" = (
/obj/structure/chair/fancy/sofa/old/right{
color = "#742925";
@@ -20775,6 +20561,26 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/carpet/red,
/area/crew_quarters/cafeteria)
+"gue" = (
+/obj/machinery/light,
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/structure/chair/fancy/bench{
+ dir = 1
+ },
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","security")
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/red,
+/obj/machinery/light_switch{
+ pixel_x = 1;
+ pixel_y = -24
+ },
+/turf/open/floor/iron,
+/area/security/main{
+ name = "Security Viewing Hall"
+ })
"guk" = (
/obj/effect/turf_decal/bot,
/obj/machinery/light/small{
@@ -20869,6 +20675,17 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
+"gvA" = (
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","cargo")
+ },
+/obj/machinery/airalarm/directional/south,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/quartermaster/warehouse)
"gvD" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -20898,6 +20715,17 @@
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating/airless,
/area/science/test_area)
+"gvZ" = (
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/open/floor/iron/dark/side{
+ dir = 8
+ },
+/area/hallway/secondary/exit/departure_lounge)
"gwd" = (
/obj/item/light/tube/broken{
pixel_y = 14
@@ -21099,21 +20927,28 @@
},
/turf/open/floor/iron/dark,
/area/gateway)
-"gAy" = (
-/obj/machinery/camera/autoname{
- c_tag = "Head of Personnel's Office";
- dir = 6;
- pixel_y = 12
+"gAB" = (
+/obj/machinery/camera/autoname/directional/west,
+/obj/effect/turf_decal/bot,
+/obj/machinery/light{
+ dir = 8
},
/obj/machinery/newscaster{
- pixel_x = 28;
+ pixel_x = -32;
pixel_y = 2
},
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+/obj/machinery/light_switch{
+ pixel_x = -20
},
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
+/obj/machinery/computer/secure_data{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
+ alpha = 180;
+ color = "#DE3A3A"
+ },
+/turf/open/floor/iron/dark,
+/area/bridge)
"gAE" = (
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -21441,22 +21276,16 @@
},
/turf/open/floor/iron/white,
/area/science/research)
-"gFK" = (
-/obj/machinery/atmospherics/pipe/simple/dark/visible,
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/effect/turf_decal/stripes/corner,
-/obj/item/radio/intercom{
- pixel_x = 33;
- pixel_y = -3
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 4
+"gFU" = (
+/obj/machinery/newscaster{
+ pixel_y = 34
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
+/obj/machinery/camera/autoname{
+ dir = 9;
+ network = list("ss13","security","court")
},
-/turf/open/floor/iron,
-/area/engine/atmos)
+/turf/open/floor/wood,
+/area/security/courtroom)
"gFW" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 4
@@ -21522,26 +21351,6 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron/tech,
/area/engine/engine_room)
-"gGF" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","security")
- },
-/obj/machinery/newscaster{
- pixel_x = -38;
- pixel_y = 2
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
- },
-/obj/machinery/computer/crew{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -23
- },
-/turf/open/floor/iron/dark,
-/area/security/warden)
"gGK" = (
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/obj/structure/cable/yellow{
@@ -21664,6 +21473,24 @@
/area/security/prison{
name = "Prison Toilet"
})
+"gIh" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/chair/fancy/bench/pew/left{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1;
+ pixel_y = -3
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow,
+/turf/open/floor/wood,
+/area/security/courtroom)
"gIQ" = (
/obj/structure/table,
/obj/item/circuitboard/machine/paystand,
@@ -21702,22 +21529,22 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
-"gJX" = (
-/obj/effect/turf_decal/tile/neutral/anticorner{
+"gJI" = (
+/obj/effect/turf_decal/tile/red/half/contrasted{
+ alpha = 180;
dir = 1
},
-/obj/structure/closet,
-/obj/item/clothing/head/chaplain/nun_hood,
-/obj/item/clothing/suit/chaplainsuit/nun,
-/obj/item/clothing/suit/chaplainsuit/holidaypriest,
-/obj/item/storage/backpack/cultpack,
-/obj/machinery/power/apc/auto_name/directional/north,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
/obj/structure/cable/yellow{
- icon_state = "0-2"
+ icon_state = "0-4"
},
-/obj/item/grown/log,
/turf/open/floor/iron/dark,
-/area/chapel/office)
+/area/security/checkpoint/engineering)
"gKd" = (
/obj/structure/filingcabinet,
/obj/machinery/vending/wallmed{
@@ -21735,18 +21562,6 @@
},
/turf/open/floor/iron/dark,
/area/medical/morgue)
-"gKp" = (
-/obj/structure/table,
-/obj/machinery/microwave,
-/obj/machinery/newscaster{
- pixel_x = 32;
- pixel_y = 1
- },
-/obj/machinery/airalarm/directional/north{
- pixel_y = 28
- },
-/turf/open/floor/iron/white,
-/area/crew_quarters/kitchen)
"gKr" = (
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/obj/machinery/computer/warrant,
@@ -21755,21 +21570,6 @@
/area/security/main{
name = "Security Viewing Hall"
})
-"gKw" = (
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","security")
- },
-/obj/machinery/status_display/evac{
- pixel_x = 32
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/effect/turf_decal/guideline/guideline_edge/red{
- dir = 4
- },
-/obj/structure/closet/secure_closet/brig,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/dark,
-/area/security/brig/dock)
"gKy" = (
/turf/closed/wall,
/area/quartermaster/warehouse)
@@ -21790,6 +21590,18 @@
dir = 5
},
/area/medical/medbay/central)
+"gKA" = (
+/obj/machinery/camera/directional/north{
+ network = list("ss13","cargo")
+ },
+/obj/machinery/newscaster{
+ pixel_y = 33
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/quartermaster/miningdock)
"gKY" = (
/turf/open/floor/iron,
/area/teleporter)
@@ -21849,6 +21661,19 @@
/obj/item/stack/sheet/wood/ten,
/turf/open/floor/wood,
/area/library)
+"gLp" = (
+/obj/structure/table/wood,
+/obj/item/kirbyplants/random{
+ layer = 3;
+ pixel_y = 18
+ },
+/obj/item/candle/infinite{
+ pixel_x = 1;
+ pixel_y = 2
+ },
+/obj/machinery/camera/directional/north,
+/turf/open/floor/carpet/purple,
+/area/chapel/main)
"gLV" = (
/obj/effect/turf_decal/bot,
/obj/machinery/computer/card/minor/ce{
@@ -21871,6 +21696,23 @@
/area/security/brig{
name = "Brig Evidence"
})
+"gMc" = (
+/obj/structure/rack,
+/obj/item/lighter,
+/obj/item/clothing/glasses/meson{
+ pixel_y = 4
+ },
+/obj/item/reagent_containers/pill/patch/silver_sulf,
+/obj/effect/turf_decal/siding/wideplating/dark,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/carpet/royalblue,
+/area/crew_quarters/heads/chief)
"gMg" = (
/obj/effect/decal/cleanable/blood/old,
/obj/structure/disposalpipe/segment{
@@ -22018,17 +21860,6 @@
/obj/effect/landmark/blobstart,
/turf/open/floor/iron/white,
/area/crew_quarters/heads/captain/private)
-"gNL" = (
-/obj/machinery/vending/wardrobe/robo_wardrobe,
-/obj/effect/turf_decal/stripes/line,
-/obj/item/radio/intercom{
- pixel_y = 29
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","rd")
- },
-/turf/open/floor/iron/dark,
-/area/science/robotics)
"gNV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 1
@@ -22108,15 +21939,6 @@
},
/turf/open/floor/plating,
/area/maintenance/port/central)
-"gOS" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","cargo")
- },
-/turf/open/floor/noslip/standard,
-/area/quartermaster/storage)
"gPh" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -22196,6 +22018,21 @@
},
/turf/open/floor/iron,
/area/science/xenobiology)
+"gQN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/white,
+/area/science/xenobiology)
"gQP" = (
/turf/closed/wall,
/area/vacant_room/commissary/commissary1)
@@ -22204,45 +22041,21 @@
/obj/effect/turf_decal/tile/red/anticorner/contrasted,
/turf/open/floor/iron/dark,
/area/security/brig)
-"gQY" = (
-/obj/structure/table/reinforced,
-/obj/item/rcl/pre_loaded,
-/obj/item/rcl/pre_loaded,
-/obj/item/storage/box/lights/mixed{
- pixel_x = -5;
- pixel_y = 6
- },
-/obj/item/electronics/airlock,
-/obj/item/electronics/airlock,
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/camera/directional/north{
- network = list("ss13","engine")
- },
-/turf/open/floor/iron/dark,
-/area/engine/engine_room)
"gRs" = (
/obj/structure/sign/departments/minsky/research/research,
/turf/closed/wall,
/area/vacant_room/office)
-"gRN" = (
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
+"gRA" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
+/obj/effect/turf_decal/guideline/guideline_edge/green,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow,
+/turf/open/floor/iron/white/side{
dir = 1
},
-/obj/effect/turf_decal/guideline/guideline_edge/blue{
- color = "#267878";
- dir = 8
- },
-/turf/open/floor/iron,
-/area/crew_quarters/dorms)
+/area/medical/medbay/central)
"gRY" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -22347,16 +22160,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark,
/area/engine/atmos)
-"gTz" = (
-/obj/machinery/camera/autoname/directional/west,
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
- },
-/obj/effect/turf_decal/guideline/guideline_edge/purple{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/primary/port)
"gTA" = (
/obj/machinery/holopad,
/obj/effect/turf_decal/box,
@@ -22408,6 +22211,20 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron,
/area/engine/atmos)
+"gUl" = (
+/obj/structure/rack,
+/obj/item/storage/briefcase{
+ pixel_x = 2;
+ pixel_y = 5
+ },
+/obj/item/storage/briefcase{
+ pixel_y = 1
+ },
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/turf/open/floor/wood,
+/area/vacant_room/office)
"gUo" = (
/obj/structure/chair{
dir = 8
@@ -22454,25 +22271,6 @@
},
/turf/open/space/basic,
/area/space)
-"gUz" = (
-/obj/machinery/status_display/evac{
- pixel_y = -32
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/light,
-/obj/machinery/camera/motion{
- c_tag = "MiniSat Upload Chamber";
- dir = 5;
- network = list("aiupload")
- },
-/obj/structure/cable,
-/obj/machinery/power/smes{
- charge = 5e+006
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai_upload)
"gUF" = (
/obj/structure/disposalpipe/segment{
dir = 1
@@ -22565,13 +22363,6 @@
/obj/item/kirbyplants/random,
/turf/open/floor/prison,
/area/security/prison)
-"gVS" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Xenobiology Lab - Pen #6";
- network = list("ss13","rd","xeno")
- },
-/turf/open/floor/engine,
-/area/science/xenobiology)
"gVT" = (
/obj/structure/sign/warning/electricshock,
/turf/closed/wall,
@@ -22604,6 +22395,18 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/catwalk_floor/iron_dark,
/area/engine/engine_room)
+"gXl" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/effect/landmark/start/exploration,
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","rd")
+ },
+/turf/open/floor/iron/dark/side{
+ dir = 4
+ },
+/area/quartermaster/exploration_prep)
"gXC" = (
/obj/structure/chair/office{
dir = 1
@@ -22654,15 +22457,6 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/medical/chemistry)
-"gYR" = (
-/obj/structure/closet/emcloset,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/iron/dark,
-/area/hallway/secondary/entry)
"gZc" = (
/obj/structure/disposalpipe/segment{
dir = 8
@@ -22778,15 +22572,6 @@
/area/security/prison{
name = "Prison Visitation"
})
-"haf" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/machinery/portable_atmospherics/canister/plasma,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/iron,
-/area/science/storage)
"hay" = (
/obj/machinery/sleeper{
dir = 4
@@ -22842,24 +22627,21 @@
},
/turf/open/floor/iron/white,
/area/security/brig/medbay)
-"hbz" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/power/smes{
- charge = 5e+006
+"hbw" = (
+/obj/structure/table/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
},
-/obj/machinery/light{
- dir = 4
+/obj/item/instrument/piano_synth,
+/obj/machinery/camera/autoname{
+ dir = 10
},
-/obj/machinery/camera/motion{
- c_tag = "MiniSat Core Hallway 1";
- dir = 6;
- network = list("minisat")
+/obj/machinery/light_switch{
+ pixel_x = -23;
+ pixel_y = 1
},
-/obj/structure/cable/yellow,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/aisat_interior)
+/turf/open/floor/wood,
+/area/library)
"hbH" = (
/obj/structure/sign/departments/minsky/medical/virology/virology1{
pixel_x = 32;
@@ -22897,28 +22679,6 @@
},
/turf/open/floor/plating,
/area/engine/supermatter)
-"hcp" = (
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/obj/machinery/camera/autoname{
- dir = 6;
- network = list("ss13","prison")
- },
-/obj/machinery/status_display/door_timer{
- id = "cell";
- name = "Solitary confinement timer";
- pixel_x = 32
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/structure/sign/poster/official/random{
- pixel_y = 32
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/prison,
-/area/security/prison{
- name = "Prison Visitation"
- })
"hcr" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted,
/obj/effect/turf_decal/guideline/guideline_edge/blue{
@@ -23003,12 +22763,32 @@
/obj/effect/turf_decal/tile/neutral/half/contrasted,
/turf/open/floor/iron,
/area/engine/engine_room)
+"hdv" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "Xenobiology Lab - Pen #3";
+ network = list("ss13","rd","xeno")
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/window/reinforced,
+/turf/open/floor/engine,
+/area/science/xenobiology)
"hdz" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
},
/turf/open/floor/iron,
/area/engine/engine_room)
+"hea" = (
+/obj/machinery/firealarm/directional/south,
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/turf/open/floor/carpet/grimy,
+/area/chapel/office)
"hec" = (
/obj/machinery/light{
dir = 1
@@ -23020,6 +22800,21 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron/dark,
/area/engine/atmos)
+"hen" = (
+/obj/machinery/camera/autoname{
+ c_tag = "Head of Personnel's Office";
+ dir = 6;
+ pixel_y = 12
+ },
+/obj/machinery/newscaster{
+ pixel_x = 28;
+ pixel_y = 2
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
"heA" = (
/obj/machinery/door/airlock/public/glass{
name = "Primary Tool Storage"
@@ -23147,16 +22942,6 @@
/area/security/main{
name = "Security Locker Room"
})
-"hgn" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/turf/open/floor/iron,
-/area/hallway/primary/starboard)
"hgw" = (
/obj/effect/turf_decal/tile/blue/half,
/obj/machinery/atmospherics/pipe/manifold/general/visible{
@@ -23235,6 +23020,20 @@
},
/turf/open/space/basic,
/area/space)
+"hic" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Xenobiology Lab - Pen #7";
+ network = list("ss13","rd","xeno")
+ },
+/obj/machinery/sparker{
+ id = "Xenobio";
+ pixel_x = 25
+ },
+/turf/open/floor/engine,
+/area/science/xenobiology)
"hig" = (
/obj/item/reagent_containers/spray/cleaner{
pixel_x = -8;
@@ -23373,37 +23172,25 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/carpet/red,
/area/crew_quarters/heads/hos)
-"hkj" = (
-/obj/effect/turf_decal/guideline/guideline_half_edge/blue{
- dir = 4
- },
-/obj/effect/turf_decal/guideline/guideline_half_edge/blue{
- dir = 10
- },
-/obj/effect/turf_decal/guideline/guideline_edge_alt/blue{
- dir = 8
- },
-/obj/effect/turf_decal/guideline/guideline_tri/blue,
-/obj/machinery/camera/directional/north{
- network = list("ss13","medbay");
- view_range = 10
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/turf/open/floor/iron/white/side{
- dir = 10
- },
-/area/medical/medbay/central)
"hky" = (
/obj/structure/cable/yellow{
icon_state = "2-8"
},
/turf/open/floor/catwalk_floor,
/area/maintenance/department/medical/morgue)
+"hkA" = (
+/obj/machinery/stasis{
+ dir = 1
+ },
+/obj/machinery/camera/autoname{
+ dir = 10;
+ network = list("ss13","security")
+ },
+/obj/machinery/defibrillator_mount{
+ pixel_x = -32
+ },
+/turf/open/floor/iron/white,
+/area/security/brig/medbay)
"hkB" = (
/turf/closed/wall/rust,
/area/gateway)
@@ -23481,10 +23268,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/tech,
/area/engine/engine_room)
-"hlX" = (
-/obj/effect/spawner/structure/window/plasma/reinforced,
-/turf/open/floor/engine/n2,
-/area/engine/atmos)
"hmf" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -32
@@ -23527,6 +23310,18 @@
},
/turf/open/floor/iron,
/area/crew_quarters/heads/hop)
+"hmt" = (
+/obj/machinery/camera/autoname/directional/west,
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/blue{
+ color = "#267878";
+ dir = 8
+ },
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/iron,
+/area/crew_quarters/cafeteria)
"hmO" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -23563,20 +23358,16 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron/cafeteria,
/area/crew_quarters/kitchen)
-"hnA" = (
-/obj/machinery/power/solar_control,
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/machinery/light/small{
- dir = 1
+"hno" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 4
},
-/obj/machinery/camera/directional/north,
-/obj/machinery/power/terminal{
- dir = 8
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
},
-/turf/open/floor/plating,
-/area/maintenance/solars/starboard/fore)
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/open/floor/iron,
+/area/hallway/primary/port)
"hnM" = (
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -23653,6 +23444,17 @@
},
/turf/open/floor/plating,
/area/construction/mining/aux_base)
+"hpC" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Engineering - Secure Storage";
+ name = "engineering camera";
+ network = list("ss13","engine")
+ },
+/obj/machinery/power/emitter{
+ dir = 1
+ },
+/turf/open/floor/iron/tech/grid,
+/area/engine/engineering)
"hqd" = (
/obj/effect/turf_decal/tile/blue/fourcorners/contrasted{
alpha = 200;
@@ -23699,22 +23501,6 @@
/obj/effect/mapping_helpers/airlock/locked,
/turf/open/floor/plating,
/area/maintenance/port/central)
-"hqY" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/light,
-/obj/machinery/flasher{
- id = "aicore";
- pixel_x = -10;
- pixel_y = -23
- },
-/obj/machinery/camera/directional/south{
- c_tag = "MiniSat Core Hallway 3";
- network = list("minisat")
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/aisat/foyer)
"hrb" = (
/obj/machinery/door/airlock/mining{
name = "Auxiliary Base";
@@ -23761,6 +23547,22 @@
/obj/effect/turf_decal/box,
/turf/open/floor/iron,
/area/maintenance/department/science)
+"hsI" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Medbay - Break Room";
+ name = "medbay camera";
+ network = list("ss13","medbay")
+ },
+/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
+ dir = 4
+ },
+/obj/structure/sign/painting/library{
+ pixel_y = 32
+ },
+/obj/effect/spawner/randomvend/snack,
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/iron,
+/area/medical/break_room)
"hsJ" = (
/obj/structure/railing/corner{
dir = 4
@@ -23832,6 +23634,16 @@
},
/turf/open/floor/iron/dark,
/area/teleporter)
+"htY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/obj/machinery/camera/directional/north{
+ c_tag = "Science - Toxins Mixing Lab Burn Chamber";
+ name = "science camera";
+ network = list("ss13","rd")
+ },
+/turf/open/floor/iron/dark,
+/area/science/misc_lab/range)
"huh" = (
/obj/structure/disposalpipe/segment{
dir = 1
@@ -23933,17 +23745,6 @@
},
/turf/open/floor/iron,
/area/quartermaster/sorting)
-"hvF" = (
-/obj/machinery/button/door{
- id = "Skynet_launch";
- name = "Mech Bay Door Control";
- pixel_x = -32
- },
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","rd")
- },
-/turf/open/floor/iron/dark,
-/area/science/robotics/mechbay)
"hvH" = (
/obj/effect/turf_decal/tile/neutral,
/obj/structure/rack,
@@ -24032,12 +23833,6 @@
},
/turf/open/floor/iron/techmaint,
/area/science/xenobiology)
-"hxb" = (
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow,
-/obj/machinery/light,
-/turf/open/floor/iron,
-/area/medical/cryo)
"hxw" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -24078,6 +23873,26 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"hyk" = (
+/obj/effect/turf_decal/bot,
+/obj/structure/closet/secure_closet/engineering_welding{
+ req_access = "0";
+ req_access_txt = "24"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/engine/atmos)
"hyl" = (
/obj/machinery/newscaster{
pixel_y = -29
@@ -24303,6 +24118,18 @@
},
/turf/open/floor/iron,
/area/crew_quarters/cafeteria)
+"hBR" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/vacant_room/commissary/commissary2)
"hBT" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/crate,
@@ -24467,18 +24294,6 @@
},
/turf/open/floor/iron/dark,
/area/medical/medbay/central)
-"hES" = (
-/obj/machinery/airalarm/unlocked{
- pixel_y = 22;
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet/secure_closet/atmospherics,
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/dark,
-/area/engine/atmospherics_engine)
"hFc" = (
/obj/effect/turf_decal/delivery,
/obj/structure/disposalpipe/segment{
@@ -24486,6 +24301,25 @@
},
/turf/open/floor/iron,
/area/science/lobby)
+"hFj" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/bot,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1
+ },
+/obj/machinery/camera/autoname/directional/east,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/brown{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/port)
"hFC" = (
/obj/effect/landmark/start/station_engineer,
/obj/effect/turf_decal/tile/neutral/half/contrasted,
@@ -24552,28 +24386,6 @@
/obj/effect/spawner/room/fivexthree,
/turf/open/floor/plating,
/area/maintenance/port/central)
-"hGt" = (
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/obj/machinery/camera/autoname{
- dir = 6;
- network = list("ss13","prison")
- },
-/obj/item/radio/intercom{
- desc = "Talk through this. It looks like it has been modified to not broadcast.";
- freerange = 1;
- name = "Prison intercom";
- pixel_x = 25;
- prison_radio = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/open/floor/prison,
-/area/security/prison)
"hGy" = (
/obj/structure/railing,
/obj/effect/turf_decal/siding/wideplating/dark,
@@ -24581,12 +24393,6 @@
dir = 1
},
/area/hallway/primary/central)
-"hGI" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"hGJ" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
@@ -24658,6 +24464,23 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
+"hIn" = (
+/obj/machinery/camera/autoname{
+ dir = 10;
+ network = list("ss13","prison")
+ },
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/machinery/hydroponics/constructable,
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/obj/effect/turf_decal/tile/black/fourcorners,
+/turf/open/floor/iron/techmaint,
+/area/security/prison{
+ name = "Prison Botany"
+ })
"hIs" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -24689,13 +24512,6 @@
},
/turf/open/floor/iron/large,
/area/hallway/primary/central)
-"hJe" = (
-/obj/machinery/camera/autoname/directional/east,
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/iron/dark/side{
- dir = 8
- },
-/area/hallway/primary/central)
"hJf" = (
/obj/effect/turf_decal/stripes/closeup{
dir = 1
@@ -24781,28 +24597,6 @@
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/chapel/office)
-"hKf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
-"hKt" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/airalarm/mixingchamber{
- dir = 8;
- pixel_x = -24
- },
-/turf/open/floor/iron/dark/side{
- dir = 10
- },
-/area/science/mixing/chamber)
"hKx" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
@@ -25001,29 +24795,6 @@
dir = 4
},
/area/science/research)
-"hMp" = (
-/obj/structure/railing/corner{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/effect/turf_decal/siding/wideplating/dark/corner{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- view_range = 12
- },
-/obj/machinery/status_display/evac{
- pixel_y = 32
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/turf/open/floor/iron/dark/corner{
- dir = 1
- },
-/area/hallway/primary/central)
"hMs" = (
/obj/structure/closet/secure_closet/security,
/obj/effect/turf_decal/tile/red/half/contrasted{
@@ -25065,6 +24836,18 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron,
/area/engine/atmospherics_engine)
+"hMK" = (
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","rd","xeno")
+ },
+/obj/machinery/shower{
+ dir = 1;
+ name = "emergency shower"
+ },
+/obj/effect/turf_decal/bot,
+/obj/machinery/airalarm/directional/south,
+/turf/open/floor/noslip/white,
+/area/science/xenobiology)
"hMU" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable/yellow{
@@ -25219,19 +25002,6 @@
},
/turf/open/floor/iron/grid/steel,
/area/science/xenobiology)
-"hPn" = (
-/obj/effect/turf_decal/loading_area{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/engine/atmos)
"hPp" = (
/obj/structure/table/glass,
/obj/item/storage/box/syringes{
@@ -25352,6 +25122,19 @@
/obj/effect/turf_decal/tile/blue/fourcorners/contrasted,
/turf/open/floor/engine,
/area/engine/atmos)
+"hRN" = (
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/airalarm/directional/south,
+/obj/structure/displaycase/captain,
+/obj/machinery/light{
+ bulb_colour = "#FFCEA6";
+ nightshift_light_color = "#FFB16E"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/turf/open/floor/carpet/blue,
+/area/crew_quarters/heads/captain/private)
"hRZ" = (
/obj/machinery/status_display/door_timer{
id = "cell";
@@ -25415,38 +25198,12 @@
},
/turf/open/floor/iron,
/area/security/checkpoint/escape)
-"hTv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"hTD" = (
/obj/effect/turf_decal/tile/blue/half/contrasted,
/obj/effect/spawner/lootdrop/glowstick/lit,
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron,
/area/maintenance/department/medical/morgue)
-"hTG" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/vending/tool,
-/obj/effect/turf_decal/bot,
-/obj/machinery/newscaster{
- pixel_y = 34
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera/directional/north,
-/turf/open/floor/iron/dark,
-/area/storage/primary)
"hTM" = (
/obj/structure/closet/emcloset,
/obj/effect/turf_decal/bot,
@@ -25620,6 +25377,22 @@
/obj/machinery/space_heater,
/turf/open/floor/plating,
/area/maintenance/port/central)
+"hYs" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/camera/directional/east{
+ c_tag = "Interrogation room";
+ network = list("interrogation")
+ },
+/obj/effect/turf_decal/box,
+/turf/open/floor/iron/dark,
+/area/security/brig{
+ name = "Brig Interrogation"
+ })
"hYv" = (
/obj/structure/closet/firecloset/full,
/turf/open/floor/wood,
@@ -25643,6 +25416,19 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
+"hYV" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","prison")
+ },
+/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
+ alpha = 180;
+ color = "#DE3A3A"
+ },
+/turf/open/floor/iron,
+/area/security/prison{
+ name = "Prison Visitation"
+ })
"hYY" = (
/obj/machinery/vending/engivend,
/obj/structure/railing{
@@ -25838,6 +25624,18 @@
"ibS" = (
/turf/closed/wall,
/area/science/misc_lab)
+"icl" = (
+/obj/machinery/airalarm/unlocked{
+ pixel_y = 22;
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/secure_closet/atmospherics,
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/dark,
+/area/engine/atmospherics_engine)
"icE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -25950,14 +25748,6 @@
/obj/structure/flora/ausbushes/sunnybush,
/turf/open/floor/grass,
/area/hallway/primary/central)
-"ieD" = (
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/structure/cable/yellow,
-/turf/open/floor/iron,
-/area/quartermaster/sorting)
"ieI" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -26011,6 +25801,14 @@
},
/turf/open/floor/noslip/standard,
/area/engine/atmos)
+"ifv" = (
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","engine")
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/iron,
+/area/engine/engine_room)
"ifC" = (
/turf/closed/wall/r_wall,
/area/security/prison/shielded)
@@ -26277,33 +26075,6 @@
},
/turf/open/floor/iron,
/area/engine/engineering)
-"ikV" = (
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/disposalpipe/segment{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/guideline/guideline_half_edge/yellow{
- dir = 6
- },
-/obj/effect/turf_decal/guideline/guideline_half_edge/yellow{
- dir = 8
- },
-/obj/effect/turf_decal/guideline/guideline_edge_alt/yellow{
- dir = 4
- },
-/obj/effect/turf_decal/guideline/guideline_tri/yellow{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/engine/engineering)
"ikY" = (
/obj/structure/chair/wood/normal{
dir = 1
@@ -26313,22 +26084,6 @@
},
/turf/open/floor/carpet/purple,
/area/chapel/office)
-"ilv" = (
-/obj/structure/bed,
-/obj/item/bedsheet/purple{
- name = "Holy bedsheet"
- },
-/obj/machinery/camera/directional/north,
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/wood,
-/area/chapel/office)
-"ilB" = (
-/obj/structure/chair/stool/directional/west,
-/obj/effect/turf_decal/siding/wood{
- dir = 5
- },
-/turf/open/floor/carpet/blue,
-/area/crew_quarters/cafeteria)
"ilD" = (
/obj/structure/window/reinforced{
dir = 8;
@@ -26348,12 +26103,6 @@
/area/security/prison{
name = "Prison Visitation"
})
-"ilM" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron,
-/area/construction/mining/aux_base)
"ilS" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -26423,6 +26172,22 @@
},
/turf/open/floor/plating,
/area/science/xenobiology)
+"inb" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/light,
+/obj/machinery/flasher{
+ id = "aicore";
+ pixel_x = -10;
+ pixel_y = -23
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "MiniSat Core Hallway 3";
+ network = list("minisat")
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/aisat/foyer)
"inc" = (
/obj/structure/railing/corner{
dir = 1
@@ -26460,6 +26225,22 @@
/obj/machinery/firealarm/directional/east,
/turf/open/floor/wood,
/area/crew_quarters/theatre)
+"inN" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/item/wrench,
+/obj/item/crowbar/red{
+ pixel_x = -1;
+ pixel_y = 5
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"inZ" = (
/obj/effect/turf_decal/guideline/guideline_tri/purple{
dir = 8
@@ -26492,18 +26273,6 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron/sepia,
/area/quartermaster/office)
-"ioD" = (
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","medbay")
- },
-/obj/effect/decal/cleanable/blood/drip,
-/obj/effect/turf_decal/guideline/guideline_edge/blue{
- dir = 4
- },
-/turf/open/floor/iron/white/side{
- dir = 8
- },
-/area/medical/sleeper)
"ioG" = (
/obj/effect/turf_decal/guideline/guideline_out/brown{
dir = 1
@@ -26655,22 +26424,14 @@
},
/turf/open/floor/iron/white,
/area/medical/cryo)
-"iqP" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/structure/sign/departments/minsky/medical/virology/virology1{
- pixel_y = -30
- },
+"iqJ" = (
/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","medbay")
- },
-/obj/effect/turf_decal/guideline/guideline_edge/green,
-/obj/machinery/light,
-/turf/open/floor/iron/white/side{
- dir = 1
+ network = list("ss13","security")
},
-/area/medical/medbay/central)
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow,
+/turf/open/floor/wood,
+/area/security/detectives_office)
"iqR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 9
@@ -26683,23 +26444,6 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
-"iqV" = (
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/machinery/light{
- dir = 8;
- light_color = "#e8eaff"
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/machinery/computer/slot_machine,
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/cafeteria)
"iqW" = (
/obj/structure/sign/painting/library{
pixel_y = 32
@@ -26733,31 +26477,21 @@
},
/turf/open/floor/iron/tech,
/area/engine/engine_room)
-"irA" = (
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","cargo")
- },
-/obj/machinery/airalarm/directional/south,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/segment{
- dir = 4
+"irC" = (
+/obj/machinery/light{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/quartermaster/warehouse)
+/obj/machinery/camera/autoname/directional/west,
+/obj/effect/turf_decal/bot,
+/obj/machinery/deepfryer,
+/turf/open/floor/iron/white,
+/area/crew_quarters/kitchen)
"irG" = (
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/port/aft)
-"irQ" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Xenobiology Lab - Pen #5";
- network = list("ss13","rd","xeno")
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/engine,
-/area/science/xenobiology)
"isp" = (
/obj/machinery/door/poddoor/preopen{
id = "detectivewindows";
@@ -26930,20 +26664,6 @@
/obj/machinery/firealarm/directional/north,
/turf/open/floor/catwalk_floor/iron_dark,
/area/engine/engine_room)
-"iwl" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","rd")
- },
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/bot,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/science/robotics)
"iwt" = (
/obj/machinery/gateway,
/turf/open/floor/iron/techmaint,
@@ -26985,6 +26705,20 @@
/obj/structure/girder,
/turf/open/floor/iron,
/area/maintenance/department/security)
+"ixf" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/firealarm/directional/north,
+/obj/machinery/camera/directional/north{
+ network = list("ss13","engine")
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/iron,
+/area/engine/engine_room)
"ixk" = (
/obj/structure/closet/secure_closet/miner,
/obj/machinery/requests_console{
@@ -27000,19 +26734,6 @@
},
/turf/open/floor/iron/dark,
/area/quartermaster/qm)
-"ixu" = (
-/obj/machinery/light{
- bulb_colour = "#FFCEA6";
- dir = 4;
- nightshift_light_color = "#FFB16E"
- },
-/obj/machinery/camera/autoname{
- dir = 6;
- pixel_y = 8
- },
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/wood,
-/area/crew_quarters/heads/captain)
"ixv" = (
/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
alpha = 180;
@@ -27116,21 +26837,21 @@
},
/turf/open/floor/plating,
/area/ai_monitored/storage/satellite)
-"iyR" = (
-/obj/effect/turf_decal/tile/dark_green/fourcorners/contrasted,
-/obj/machinery/camera/autoname/directional/west,
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/cell/high{
- pixel_x = 5;
- pixel_y = 8
+"iyT" = (
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/structure/sign/painting/library{
- pixel_y = 32
+/obj/item/book/manual/wiki/xenoarchaeology,
+/obj/item/clothing/neck/stethoscope,
+/obj/item/clothing/mask/gas,
+/obj/item/multitool,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
},
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/iron/grid/steel,
-/area/hydroponics)
+/turf/open/floor/iron,
+/area/science/explab)
"izg" = (
/obj/machinery/door/airlock/research{
name = "Genetics Lab";
@@ -27307,6 +27028,23 @@
},
/turf/open/floor/iron,
/area/engine/atmos)
+"iCJ" = (
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/bot,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"iDw" = (
/obj/effect/turf_decal/tile/neutral/anticorner{
dir = 5
@@ -27588,18 +27326,26 @@
},
/turf/open/floor/plating,
/area/maintenance/department/engine)
-"iJd" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
+"iIZ" = (
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 1;
+ name = "Barman";
+ sortType = 19
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","medbay");
+ view_range = 8
},
-/turf/open/floor/catwalk_floor,
-/area/maintenance/starboard/aft)
+/obj/effect/turf_decal/guideline/guideline_edge/green{
+ color = "#439C1E";
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/crew_quarters/cafeteria)
"iJe" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 4
@@ -27632,6 +27378,13 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron,
/area/engine/atmospherics_engine)
+"iJR" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 9
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space/basic,
+/area/space/nearstation)
"iJV" = (
/obj/machinery/light{
dir = 1
@@ -27741,6 +27494,16 @@
},
/turf/open/floor/iron,
/area/hallway/primary/starboard)
+"iLL" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","engine")
+ },
+/obj/structure/sign/warning/nosmoking{
+ pixel_y = -32
+ },
+/turf/open/floor/iron/tech,
+/area/engine/engine_room)
"iLW" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -27765,6 +27528,13 @@
"iMw" = (
/turf/closed/wall/rust,
/area/maintenance/central)
+"iMA" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Xenobiology Lab - Pen #1";
+ network = list("ss13","rd","xeno")
+ },
+/turf/open/floor/engine,
+/area/science/xenobiology)
"iMO" = (
/obj/machinery/light/small{
dir = 4
@@ -28113,6 +27883,26 @@
"iRY" = (
/turf/closed/wall/r_wall,
/area/engine/atmos)
+"iSf" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","security")
+ },
+/obj/machinery/newscaster{
+ pixel_x = -38;
+ pixel_y = 2
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/obj/machinery/computer/crew{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -23
+ },
+/turf/open/floor/iron/dark,
+/area/security/warden)
"iSo" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
@@ -28161,6 +27951,19 @@
},
/turf/open/floor/iron,
/area/engine/engine_room)
+"iTQ" = (
+/obj/machinery/cryopod,
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/guideline/guideline_edge/blue{
+ color = "#267878";
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/iron,
+/area/crew_quarters/cryopods)
"iUg" = (
/obj/structure/cable/yellow{
icon_state = "2-4"
@@ -28173,14 +27976,23 @@
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"iUx" = (
-/obj/structure/chair/stool/directional/west,
-/obj/effect/turf_decal/siding/wood{
- dir = 4
+"iUV" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ layer = 3
},
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/wood,
-/area/security/prison)
+/obj/structure/table,
+/obj/item/paper/guides/jobs/engi/gravity_gen,
+/obj/item/stack/sheet/mineral/plasma/fifty,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/open/floor/iron/tech/grid,
+/area/engine/gravity_generator)
"iUW" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable{
@@ -28228,20 +28040,6 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/central)
-"iVk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow,
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/iron/white/side{
- dir = 1
- },
-/area/medical/surgery)
"iVl" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
@@ -28295,21 +28093,15 @@
},
/turf/open/floor/carpet/grimy,
/area/maintenance/central)
-"iWI" = (
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- alpha = 180;
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/computer/security{
- dir = 8
+"iWh" = (
+/obj/structure/chair/stool/directional/west,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
},
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/dark,
-/area/security/checkpoint/auxiliary)
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/carpet/blue,
+/area/crew_quarters/cafeteria)
"iXg" = (
/obj/structure/cable/yellow{
icon_state = "0-8"
@@ -28395,12 +28187,6 @@
/obj/structure/table_frame,
/turf/open/floor/plating/rust,
/area/maintenance/starboard/aft)
-"iYL" = (
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","engine")
- },
-/turf/open/floor/engine/plasma,
-/area/engine/atmos)
"iZa" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -28586,6 +28372,22 @@
dir = 4
},
/area/quartermaster/exploration_prep)
+"jaU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/firealarm/directional/north,
+/obj/machinery/camera/directional/north,
+/obj/machinery/washing_machine,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/crew_quarters/dorms)
"jbe" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/preopen{
@@ -28685,6 +28487,22 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron,
/area/engine/storage)
+"jce" = (
+/obj/machinery/processor,
+/obj/effect/turf_decal/bot,
+/obj/item/radio/intercom{
+ dir = 1;
+ pixel_x = 1;
+ pixel_y = 23
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Teleporter Room"
+ },
+/turf/open/floor/iron/white,
+/area/crew_quarters/kitchen)
"jcl" = (
/obj/effect/turf_decal/tile/dark_green/fourcorners/contrasted,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
@@ -28710,6 +28528,18 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/central)
+"jcv" = (
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/machinery/light,
+/obj/structure/cable/yellow,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","rd")
+ },
+/turf/open/floor/circuit/telecomms/server,
+/area/science/server)
"jcy" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/extinguisher_cabinet{
@@ -28745,6 +28575,14 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
+"jcP" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "Xenobiology Lab - Pen #4";
+ network = list("ss13","rd","xeno")
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/engine,
+/area/science/xenobiology)
"jcW" = (
/turf/closed/wall/r_wall,
/area/engine/engine_room)
@@ -28828,6 +28666,14 @@
},
/turf/open/floor/wood,
/area/crew_quarters/dorms)
+"jdT" = (
+/obj/structure/reagent_dispensers/water_cooler,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/wood,
+/area/medical/exam_room)
"jdV" = (
/obj/effect/landmark/blobstart,
/obj/effect/decal/cleanable/dirt/dust,
@@ -29017,6 +28863,21 @@
},
/turf/open/floor/plating,
/area/crew_quarters/kitchen/coldroom)
+"jht" = (
+/obj/effect/turf_decal/tile/dark_green/fourcorners/contrasted,
+/obj/machinery/camera/autoname/directional/west,
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/cell/high{
+ pixel_x = 5;
+ pixel_y = 8
+ },
+/obj/structure/sign/painting/library{
+ pixel_y = 32
+ },
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/iron/grid/steel,
+/area/hydroponics)
"jhx" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 8
@@ -29051,6 +28912,23 @@
},
/turf/open/floor/plating,
/area/maintenance/department/science)
+"jir" = (
+/obj/machinery/atmospherics/pipe/simple/dark/visible{
+ dir = 6
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"jiy" = (
/obj/effect/turf_decal/tile/purple{
dir = 1
@@ -29064,6 +28942,19 @@
/obj/structure/sign/departments/holy,
/turf/closed/wall,
/area/chapel/main)
+"jiS" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/south,
+/turf/open/floor/catwalk_floor,
+/area/maintenance/department/bridge)
"jja" = (
/obj/effect/decal/cleanable/glass,
/obj/effect/turf_decal/guideline/guideline_edge/purple{
@@ -29075,6 +28966,16 @@
dir = 8
},
/area/science/research)
+"jje" = (
+/obj/structure/chair/stool/directional/west,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/security/prison)
"jjo" = (
/obj/structure/lattice/catwalk,
/obj/structure/marker_beacon,
@@ -29268,6 +29169,10 @@
},
/turf/open/floor/iron/dark,
/area/quartermaster/miningdock)
+"jnE" = (
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/iron/tech,
+/area/engine/atmos)
"jnG" = (
/obj/structure/disposalpipe/segment{
dir = 2
@@ -29330,6 +29235,21 @@
},
/turf/open/floor/iron/white,
/area/security/brig/medbay)
+"joP" = (
+/obj/effect/turf_decal/tile/red/anticorner/contrasted{
+ alpha = 180;
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/computer/security{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/dark,
+/area/security/checkpoint/auxiliary)
"joR" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -29547,18 +29467,6 @@
/obj/item/wirebrush,
/turf/open/floor/wood,
/area/maintenance/port/aft)
-"jsd" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Teleporter Room"
- },
-/obj/structure/table/wood,
-/obj/machinery/computer/libraryconsole/bookmanagement,
-/turf/open/floor/carpet/royalblack,
-/area/library)
"jsg" = (
/obj/structure/chair/office/light{
dir = 8;
@@ -29599,17 +29507,6 @@
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/iron,
/area/maintenance/department/security)
-"jsn" = (
-/obj/effect/turf_decal/siding/wideplating/dark,
-/obj/machinery/camera/autoname{
- dir = 5;
- network = list("ss13","security")
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/turf/open/floor/carpet/red,
-/area/crew_quarters/heads/hos)
"jsp" = (
/obj/machinery/space_heater,
/turf/open/floor/iron,
@@ -29717,26 +29614,6 @@
},
/turf/open/floor/iron/dark,
/area/quartermaster/office)
-"juv" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/structure/tank_dispenser{
- pixel_x = -1
- },
-/obj/machinery/requests_console{
- department = "Atmospherics";
- departmentType = 3;
- name = "Atmos RC";
- pixel_x = -1;
- pixel_y = 30
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Incinerator";
- network = list("ss13","engine")
- },
-/turf/open/floor/iron/dark,
-/area/engine/atmos)
"juy" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 5
@@ -29907,22 +29784,6 @@
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/iron/dark,
/area/science/robotics)
-"jxc" = (
-/obj/machinery/computer/security{
- pixel_y = -3
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","security")
- },
-/obj/machinery/computer/security/telescreen{
- network = list("ss13");
- pixel_y = 25
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/carpet/red,
-/area/security/detectives_office)
"jxf" = (
/obj/structure/chair/office/light{
dir = 8
@@ -30177,6 +30038,28 @@
/obj/item/kirbyplants/random,
/turf/open/floor/grass/no_border,
/area/hallway/secondary/exit/departure_lounge)
+"jBK" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"jBO" = (
/obj/structure/reagent_dispensers/peppertank{
pixel_y = -30
@@ -30295,26 +30178,6 @@
dir = 4
},
/area/science/lobby)
-"jDk" = (
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","prison","security")
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/button/door{
- id = "brigentrance";
- name = "Brig Lockdown Control";
- pixel_y = -25;
- req_access_txt = "1"
- },
-/turf/open/floor/iron/dark,
-/area/security/prison{
- name = "Prison Processing"
- })
"jDt" = (
/obj/structure/table/wood,
/obj/machinery/microwave,
@@ -30533,20 +30396,6 @@
},
/turf/open/floor/wood,
/area/library)
-"jGs" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/engine/atmos)
"jGx" = (
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
@@ -30595,20 +30444,6 @@
/obj/structure/table/wood,
/turf/open/floor/carpet/blue,
/area/medical/exam_room)
-"jGU" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/item/soap/nanotrasen,
-/obj/item/storage/belt/janitor{
- pixel_x = -4;
- pixel_y = 5
- },
-/obj/structure/table/wood,
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/wood,
-/area/maintenance/central)
"jGW" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -30702,6 +30537,17 @@
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
/area/construction/mining/aux_base)
+"jIs" = (
+/obj/machinery/button/door{
+ id = "Skynet_launch";
+ name = "Mech Bay Door Control";
+ pixel_x = -32
+ },
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","rd")
+ },
+/turf/open/floor/iron/dark,
+/area/science/robotics/mechbay)
"jIv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 6
@@ -30906,16 +30752,6 @@
/area/security/main{
name = "Security Viewing Hall"
})
-"jMy" = (
-/obj/machinery/airalarm/directional/east,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","security","court")
- },
-/turf/open/floor/wood,
-/area/security/courtroom)
"jMC" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/stripes/line{
@@ -31064,6 +30900,16 @@
/obj/structure/closet/secure_closet/freezer/cream_pie,
/turf/open/floor/plating,
/area/hallway/secondary/service)
+"jPx" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/starboard)
"jPy" = (
/obj/machinery/modular_computer/console/preset/command,
/obj/machinery/computer/security/telescreen/minisat{
@@ -31219,6 +31065,21 @@
},
/turf/open/floor/iron/sepia,
/area/quartermaster/office)
+"jRH" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/fore)
"jRK" = (
/obj/effect/turf_decal/guideline/guideline_half_edge/purple{
dir = 8
@@ -31278,6 +31139,15 @@
/mob/living/simple_animal/parrot/Poly,
/turf/open/floor/carpet/royalblue,
/area/crew_quarters/heads/chief)
+"jSk" = (
+/obj/structure/closet/secure_closet/freezer/meat,
+/obj/effect/turf_decal/bot,
+/obj/machinery/airalarm/kitchen_cold_room{
+ dir = 1;
+ pixel_y = 24
+ },
+/turf/open/floor/iron/freezer,
+/area/crew_quarters/kitchen/coldroom)
"jSp" = (
/obj/structure/disposalpipe/segment{
dir = 1
@@ -31357,31 +31227,43 @@
},
/turf/open/floor/wood,
/area/security/prison)
-"jTQ" = (
-/obj/effect/turf_decal/loading_area{
+"jUc" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
+/turf/open/floor/iron,
+/area/hallway/primary/fore)
+"jUk" = (
+/obj/structure/table/glass,
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","medbay")
},
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
+/obj/item/stack/sheet/mineral/plasma{
+ pixel_x = -8;
+ pixel_y = 12
},
-/turf/open/floor/iron,
-/area/engine/atmos)
-"jTY" = (
-/obj/machinery/camera/motion/directional/south{
- c_tag = "Armory - Internal";
- network = list("ss13","security")
+/obj/item/grenade/chem_grenade{
+ pixel_x = 12;
+ pixel_y = 13
},
-/turf/open/space/basic,
-/area/space)
-"jUc" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
+/obj/item/grenade/chem_grenade{
+ pixel_x = 12;
+ pixel_y = 7
+ },
+/obj/item/grenade/chem_grenade{
+ pixel_x = 12
+ },
+/obj/item/storage/box/beakers{
+ pixel_x = -2;
+ pixel_y = 3
},
+/obj/item/storage/box/beakers{
+ pixel_x = 1;
+ pixel_y = 2
+ },
+/obj/machinery/airalarm/directional/south,
/turf/open/floor/iron,
-/area/hallway/primary/fore)
+/area/medical/apothecary)
"jUq" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 4
@@ -31470,6 +31352,20 @@
},
/turf/open/floor/prison,
/area/security/prison)
+"jWq" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/item/soap/nanotrasen,
+/obj/item/storage/belt/janitor{
+ pixel_x = -4;
+ pixel_y = 5
+ },
+/obj/structure/table/wood,
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/wood,
+/area/maintenance/central)
"jWx" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 8
@@ -31607,13 +31503,6 @@
/area/security/brig{
name = "Brig Evidence"
})
-"jZl" = (
-/obj/machinery/camera/autoname/directional/west,
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/iron/dark/side{
- dir = 4
- },
-/area/hallway/primary/central)
"jZm" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -31628,6 +31517,19 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/lobby)
+"jZv" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light_switch{
+ pixel_x = -20;
+ pixel_y = 22
+ },
+/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/open/floor/iron/dark,
+/area/science/nanite)
"jZA" = (
/obj/structure/grille,
/turf/open/floor/plating/rust,
@@ -31663,11 +31565,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron,
/area/quartermaster/miningdock)
-"jZM" = (
-/obj/effect/turf_decal/box/corners,
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/engine,
-/area/science/explab)
"jZV" = (
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
@@ -31753,19 +31650,6 @@
"kbH" = (
/turf/closed/wall/r_wall/rust,
/area/science/mixing)
-"kbM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/obj/machinery/camera/autoname{
- dir = 6;
- network = list("ss13","security")
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/iron/dark,
-/area/security/brig/dock{
- name = "Security E.V.A. Storage"
- })
"kch" = (
/obj/machinery/door/poddoor/preopen{
id = "bridgewindows";
@@ -31824,20 +31708,6 @@
},
/turf/open/floor/iron,
/area/hydroponics)
-"kdE" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/firealarm/directional/north,
-/obj/machinery/camera/directional/north{
- network = list("ss13","engine")
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron,
-/area/engine/engine_room)
"keJ" = (
/obj/structure/disposalpipe/segment{
dir = 1
@@ -31953,16 +31823,6 @@
},
/turf/open/floor/iron/dark,
/area/engine/engine_room)
-"kfW" = (
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/structure/cable/yellow,
-/turf/open/floor/iron,
-/area/science/robotics)
"kgi" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -32088,6 +31948,13 @@
},
/turf/open/floor/iron/white/side,
/area/medical/medbay/central)
+"khS" = (
+/obj/machinery/telecomms/processor/preset_exploration,
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","rd")
+ },
+/turf/open/floor/circuit/green/telecomms/mainframe,
+/area/quartermaster/exploration_prep)
"khT" = (
/obj/structure/disposalpipe/segment{
dir = 2
@@ -32192,6 +32059,23 @@
},
/turf/open/floor/iron/dark,
/area/engine/atmos)
+"kjm" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/table/wood,
+/obj/machinery/computer/security/wooden_tv{
+ pixel_x = 2;
+ pixel_y = 8
+ },
+/obj/machinery/firealarm/directional/south,
+/obj/item/melee/chainofcommand{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/obj/machinery/camera/autoname/directional/south,
+/turf/open/floor/carpet/blue,
+/area/crew_quarters/heads/captain)
"kjs" = (
/obj/machinery/light,
/obj/effect/decal/cleanable/dirt/dust,
@@ -32251,6 +32135,17 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
+"kkQ" = (
+/obj/effect/turf_decal/delivery,
+/obj/effect/turf_decal/tile/dark_green/fourcorners/contrasted,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/structure/reagent_dispensers/watertank/high,
+/obj/item/reagent_containers/glass/bucket,
+/turf/open/floor/iron/grid/steel,
+/area/hydroponics)
"kkV" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
alpha = 180;
@@ -32293,6 +32188,35 @@
},
/turf/open/floor/iron,
/area/engine/engine_room)
+"klt" = (
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/effect/turf_decal/guideline/guideline_half_edge/blue{
+ color = "#267878";
+ dir = 5
+ },
+/obj/effect/turf_decal/guideline/guideline_half_edge/blue{
+ color = "#267878"
+ },
+/obj/effect/turf_decal/guideline/guideline_edge_alt/blue{
+ color = "#267878";
+ dir = 1
+ },
+/obj/effect/turf_decal/guideline/guideline_tri/blue{
+ color = "#267878";
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/turf/open/floor/iron,
+/area/hallway/secondary/entry)
"klu" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 8
@@ -32397,6 +32321,14 @@
},
/turf/open/floor/circuit/telecomms/server,
/area/science/server)
+"kmL" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/effect/turf_decal/tile/blue/fourcorners/contrasted,
+/obj/structure/cable/yellow,
+/obj/item/kirbyplants/random,
+/turf/open/floor/iron/white,
+/area/medical/medbay/lobby)
"kmS" = (
/obj/structure/table/reinforced,
/obj/item/storage/box/disks_nanite{
@@ -32466,6 +32398,10 @@
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/medical/virology)
+"kok" = (
+/obj/structure/chair/stool/bar/directional/south,
+/turf/open/floor/iron/cafeteria_red,
+/area/crew_quarters/cafeteria)
"kor" = (
/turf/closed/wall/r_wall/rust,
/area/science/storage)
@@ -32745,6 +32681,13 @@
/obj/effect/mapping_helpers/tile_breaker,
/turf/open/floor/wood,
/area/maintenance/central)
+"kuy" = (
+/obj/effect/turf_decal/loading_area{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/iron,
+/area/teleporter)
"kuA" = (
/obj/effect/turf_decal/tile/dark_blue/half/contrasted{
alpha = 180;
@@ -32876,6 +32819,21 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/dark,
/area/engine/engine_room)
+"kvU" = (
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"kwh" = (
/turf/closed/wall,
/area/engine/engineering)
@@ -32964,16 +32922,6 @@
},
/turf/open/floor/engine/airless,
/area/engine/atmos)
-"kxU" = (
-/obj/machinery/status_display/evac{
- pixel_y = 32
- },
-/obj/machinery/camera/directional/north{
- c_tag = "MiniSat Upload East";
- network = list("minisat","aiupload")
- },
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
"kyg" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible{
dir = 4
@@ -33250,6 +33198,19 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/lobby)
+"kDT" = (
+/obj/structure/displaycase/labcage,
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","rd")
+ },
+/turf/open/floor/iron,
+/area/crew_quarters/heads/hor)
"kDV" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -33328,16 +33289,6 @@
},
/turf/open/floor/catwalk_floor,
/area/maintenance/port/aft)
-"kFI" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/turf/open/floor/engine{
- initial_gas_mix = "n2=100;TEMP=80";
- name = "mainframe floor"
- },
-/area/tcommsat/server)
"kFV" = (
/obj/structure/sign/warning/nosmoking,
/turf/closed/wall,
@@ -33477,6 +33428,23 @@
/area/security/prison{
name = "Prison Showers"
})
+"kIi" = (
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"kIj" = (
/obj/structure/closet/secure_closet/personal,
/obj/effect/turf_decal/box,
@@ -33500,18 +33468,6 @@
},
/turf/open/floor/iron/dark,
/area/security/brig/dock)
-"kII" = (
-/obj/effect/turf_decal/tile/blue,
-/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
- dir = 1
- },
-/obj/effect/decal/cleanable/vomit,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/iron,
-/area/maintenance/starboard/aft)
"kIJ" = (
/obj/effect/turf_decal/tile/brown/fourcorners/contrasted,
/obj/structure/disposalpipe/segment{
@@ -33715,6 +33671,23 @@
/obj/structure/cable/yellow,
/turf/open/floor/catwalk_floor/iron_dark,
/area/engine/engine_room)
+"kKM" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/item/radio/intercom{
+ pixel_x = -31;
+ pixel_y = -2
+ },
+/obj/structure/table/reinforced,
+/obj/item/tank/internals/plasma,
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","engine")
+ },
+/obj/item/pipe_dispenser,
+/obj/item/pipe_dispenser,
+/turf/open/floor/iron,
+/area/engine/engine_room)
"kKQ" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/tile/neutral/half/contrasted,
@@ -33794,6 +33767,12 @@
},
/turf/open/floor/iron,
/area/bridge)
+"kMP" = (
+/obj/structure/chair/stool/bar/directional/south,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/landmark/start/assistant,
+/turf/open/floor/iron/cafeteria_red,
+/area/crew_quarters/cafeteria)
"kNl" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -33829,6 +33808,13 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron/tech,
/area/engine/engine_room)
+"kOb" = (
+/obj/structure/chair/stool/directional/west,
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/security/prison)
"kOe" = (
/obj/docking_port/stationary{
dwidth = 3;
@@ -33910,6 +33896,14 @@
},
/turf/open/floor/iron,
/area/hallway/primary/starboard)
+"kPo" = (
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/machinery/suit_storage_unit/mining,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron,
+/area/quartermaster/miningdock)
"kPu" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -33994,19 +33988,6 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron/tech,
/area/engine/engine_room)
-"kRf" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "MiniSat Core Hallway 5";
- network = list("minisat")
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/storage/satellite)
"kRj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -34436,6 +34417,21 @@
},
/turf/open/floor/carpet/red,
/area/security/detectives_office)
+"kYk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/open/floor/iron/dark/corner{
+ dir = 8
+ },
+/area/hallway/primary/central)
"kYm" = (
/obj/item/radio/intercom{
pixel_y = -35
@@ -34454,6 +34450,18 @@
/obj/structure/sign/warning/nosmoking,
/turf/closed/wall,
/area/maintenance/port/aft)
+"kYv" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 8
+ },
+/obj/structure/table/wood,
+/obj/item/candle/infinite{
+ pixel_x = 1;
+ pixel_y = 2
+ },
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/iron/dark,
+/area/chapel/main)
"kYx" = (
/obj/effect/turf_decal/tile/dark_blue/fourcorners/contrasted{
alpha = 180
@@ -34464,16 +34472,6 @@
},
/turf/open/floor/iron,
/area/bridge)
-"kYB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"kYD" = (
/obj/effect/turf_decal/siding/wood,
/obj/structure/sign/painting/library{
@@ -34708,28 +34706,6 @@
},
/turf/open/floor/iron,
/area/quartermaster/sorting)
-"lbb" = (
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/open/floor/iron/white,
-/area/medical/chemistry)
-"lbc" = (
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","rd","xeno")
- },
-/obj/machinery/shower{
- dir = 1;
- name = "emergency shower"
- },
-/obj/effect/turf_decal/bot,
-/obj/machinery/airalarm/directional/south,
-/turf/open/floor/noslip/white,
-/area/science/xenobiology)
"lbf" = (
/obj/structure/cable/yellow{
icon_state = "2-4"
@@ -34818,6 +34794,13 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"lbX" = (
+/obj/machinery/gateway{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/iron/techmaint,
+/area/gateway)
"lbY" = (
/obj/structure/disposalpipe/segment{
dir = 1
@@ -34890,39 +34873,6 @@
},
/turf/open/floor/carpet/blue,
/area/crew_quarters/heads/captain)
-"ldt" = (
-/obj/structure/table/reinforced,
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/item/wrench,
-/obj/item/crowbar/red{
- pixel_x = -1;
- pixel_y = 5
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/aisat_interior)
-"ldB" = (
-/obj/structure/rack,
-/obj/item/lighter,
-/obj/item/clothing/glasses/meson{
- pixel_y = 4
- },
-/obj/item/reagent_containers/pill/patch/silver_sulf,
-/obj/effect/turf_decal/siding/wideplating/dark,
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/open/floor/carpet/royalblue,
-/area/crew_quarters/heads/chief)
"ldH" = (
/obj/structure/table,
/obj/item/paper_bin{
@@ -34960,16 +34910,34 @@
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/engine/engine_room)
-"leq" = (
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "Maintenance Hatch";
- req_access_txt = "24"
+"lem" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron/dark/side{
+ dir = 1
+ },
+/area/hallway/primary/central)
+"leu" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "MailConv"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
/obj/structure/cable/yellow{
- icon_state = "1-2"
+ icon_state = "0-4"
},
-/turf/open/floor/plating,
-/area/engine/atmos)
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/iron/dark,
+/area/quartermaster/storage)
"leD" = (
/obj/effect/turf_decal/tile/purple/anticorner/contrasted{
dir = 1
@@ -35016,6 +34984,16 @@
},
/turf/open/floor/iron,
/area/medical/apothecary)
+"lfc" = (
+/obj/machinery/rnd/production/circuit_imprinter,
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/camera/directional/north{
+ c_tag = "Incinerator";
+ network = list("ss13","engine")
+ },
+/turf/open/floor/iron/dark,
+/area/engine/atmos)
"lff" = (
/obj/machinery/light,
/obj/effect/turf_decal/guideline/guideline_edge/purple,
@@ -35116,17 +35094,6 @@
"lgK" = (
/turf/open/floor/glass/reinforced,
/area/chapel/main)
-"lgY" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron,
-/area/engine/atmos)
"lhn" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/landmark/xeno_spawn,
@@ -35418,18 +35385,13 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"lnr" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/structure/sign/warning/securearea{
- pixel_y = 30
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","engine")
+"lmN" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
},
/turf/open/floor/iron/dark,
-/area/engine/engine_room)
+/area/ai_monitored/turret_protected/aisat/foyer)
"lnu" = (
/obj/machinery/door/window/brigdoor{
dir = 8;
@@ -35502,6 +35464,18 @@
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
/area/maintenance/department/security)
+"lok" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","security")
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/turf/open/floor/iron/dark,
+/area/security/main{
+ name = "Security Locker Room"
+ })
"lon" = (
/obj/machinery/door/window/eastleft{
dir = 2;
@@ -35654,24 +35628,6 @@
/obj/structure/sign/warning/nosmoking/circle,
/turf/closed/wall,
/area/science/robotics)
-"lqD" = (
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/structure/chair/fancy/bench/pew/left{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1;
- pixel_y = -3
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow,
-/turf/open/floor/wood,
-/area/security/courtroom)
"lqK" = (
/obj/machinery/turretid{
control_area = "/area/ai_monitored/turret_protected/ai";
@@ -35835,6 +35791,20 @@
/obj/effect/spawner/room/fivexthree,
/turf/open/floor/plating,
/area/maintenance/port/central)
+"lty" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -33
+ },
+/obj/machinery/disposal/bin,
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/effect/turf_decal/tile/purple/anticorner/contrasted,
+/obj/effect/turf_decal/bot,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/structure/cable/yellow,
+/turf/open/floor/iron,
+/area/janitor)
"ltF" = (
/obj/machinery/computer/bounty,
/obj/effect/turf_decal/stripes/line,
@@ -35883,6 +35853,16 @@
},
/turf/open/space/basic,
/area/engine/engine_room)
+"luc" = (
+/obj/effect/turf_decal/tile/red/half/contrasted{
+ alpha = 180;
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/south{
+ c_tag = "Evac Security Checkpoint"
+ },
+/turf/open/floor/iron,
+/area/security/checkpoint/escape)
"luk" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
@@ -36009,6 +35989,18 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/hallway/primary/central)
+"lvU" = (
+/obj/effect/turf_decal/tile/blue,
+/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/vomit,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/open/floor/iron,
+/area/maintenance/starboard/aft)
"lwh" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 1
@@ -36106,15 +36098,6 @@
dir = 1
},
/area/science/research)
-"lxE" = (
-/obj/machinery/newscaster{
- pixel_y = 33
- },
-/obj/machinery/camera/directional/north,
-/obj/effect/turf_decal/bot,
-/obj/machinery/computer/warrant,
-/turf/open/floor/carpet/royalblack,
-/area/lawoffice)
"lxG" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -36138,6 +36121,22 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/turf/open/floor/carpet/red,
/area/crew_quarters/heads/hos)
+"lyh" = (
+/obj/effect/turf_decal/tile/red/anticorner/contrasted{
+ alpha = 180;
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/obj/structure/closet/secure_closet/security/engine,
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","engine")
+ },
+/obj/item/radio/intercom{
+ pixel_x = -32;
+ pixel_y = -3
+ },
+/turf/open/floor/iron/dark,
+/area/security/checkpoint/engineering)
"lys" = (
/obj/effect/turf_decal/tile/dark_green/anticorner/contrasted,
/turf/open/floor/iron,
@@ -36151,43 +36150,6 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
-"lyQ" = (
-/obj/structure/table/glass,
-/obj/item/reagent_containers/glass/bottle/epinephrine{
- pixel_x = -7;
- pixel_y = 2
- },
-/obj/item/reagent_containers/glass/bottle/epinephrine{
- pixel_x = 7;
- pixel_y = -3
- },
-/obj/item/reagent_containers/syringe,
-/obj/item/reagent_containers/spray/cleaner{
- pixel_x = -3;
- pixel_y = 2
- },
-/obj/item/reagent_containers/glass/bottle/charcoal{
- pixel_x = -4;
- pixel_y = -3
- },
-/obj/item/reagent_containers/glass/bottle/epinephrine{
- pixel_x = 8;
- pixel_y = 6
- },
-/obj/item/reagent_containers/syringe/antiviral,
-/obj/item/reagent_containers/syringe/antiviral,
-/obj/item/reagent_containers/glass/bottle/charcoal{
- pixel_x = -4;
- pixel_y = -3
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow,
-/obj/item/wallframe/defib_mount,
-/obj/item/clothing/neck/stethoscope{
- pixel_y = 5
- },
-/turf/open/floor/iron,
-/area/medical/sleeper)
"lyT" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/chair,
@@ -36252,6 +36214,15 @@
},
/turf/open/floor/carpet/blue,
/area/medical/exam_room)
+"lAu" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 4
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Teleporter Room"
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/starboard)
"lAP" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -36351,6 +36322,20 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/central)
+"lBU" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/techstorage/rnd,
+/obj/effect/spawner/lootdrop/techstorage/rnd,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/delivery,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/iron/dark,
+/area/storage/tech)
"lCa" = (
/obj/machinery/light{
dir = 4
@@ -36377,15 +36362,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/crew_quarters/dorms)
-"lCk" = (
-/obj/machinery/camera/autoname/directional/west,
-/obj/structure/sign/painting/library{
- pixel_x = -32
- },
-/turf/open/floor/iron/dark/side{
- dir = 8
- },
-/area/hallway/secondary/exit/departure_lounge)
"lCr" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 10
@@ -36408,16 +36384,6 @@
},
/turf/open/space/basic,
/area/solar/starboard/fore)
-"lCR" = (
-/obj/structure/table/reinforced,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/cell/high/plus,
-/obj/machinery/light,
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","engine")
- },
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/chief)
"lDa" = (
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -36484,6 +36450,22 @@
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron,
/area/hallway/primary/starboard)
+"lEA" = (
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/engine/atmos)
"lEN" = (
/obj/machinery/shower{
layer = 4;
@@ -36556,16 +36538,23 @@
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2,
/turf/open/floor/iron/cafeteria,
/area/crew_quarters/kitchen)
-"lGL" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/chair/fancy/bench{
- pixel_y = 13
+"lGH" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
},
/obj/structure/cable/yellow{
- icon_state = "0-2"
+ icon_state = "0-4"
+ },
+/obj/machinery/computer/security{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
+ alpha = 180;
+ color = "#DE3A3A"
},
/turf/open/floor/iron/dark,
-/area/gateway)
+/area/bridge)
"lGR" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/light,
@@ -36602,14 +36591,6 @@
},
/turf/open/space/basic,
/area/solar/starboard/aft)
-"lHY" = (
-/obj/item/kirbyplants/random,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/turf/open/floor/iron/white,
-/area/medical/genetics)
"lIa" = (
/obj/machinery/conveyor{
dir = 8;
@@ -36675,6 +36656,17 @@
/obj/effect/turf_decal/tile/neutral/half/contrasted,
/turf/open/floor/iron,
/area/engine/atmos)
+"lJP" = (
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","engine")
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/engine/atmos)
"lKh" = (
/turf/open/floor/engine/airless,
/area/engine/atmos)
@@ -36702,6 +36694,26 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
+"lKu" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/obj/structure/tank_dispenser{
+ pixel_x = -1
+ },
+/obj/machinery/requests_console{
+ department = "Atmospherics";
+ departmentType = 3;
+ name = "Atmos RC";
+ pixel_x = -1;
+ pixel_y = 30
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Incinerator";
+ network = list("ss13","engine")
+ },
+/turf/open/floor/iron/dark,
+/area/engine/atmos)
"lKz" = (
/obj/machinery/newscaster{
pixel_y = 32
@@ -36798,23 +36810,6 @@
dir = 9
},
/area/medical/sleeper)
-"lMa" = (
-/obj/structure/window/reinforced{
- dir = 4;
- layer = 3
- },
-/obj/structure/table,
-/obj/item/paper/guides/jobs/engi/gravity_gen,
-/obj/item/stack/sheet/mineral/plasma/fifty,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/iron/tech/grid,
-/area/engine/gravity_generator)
"lMu" = (
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/obj/structure/cable/yellow{
@@ -37057,19 +37052,6 @@
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/space/basic,
/area/space/nearstation)
-"lRN" = (
-/obj/machinery/light,
-/obj/machinery/suit_storage_unit/mining,
-/obj/effect/turf_decal/delivery,
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","cargo")
- },
-/obj/item/radio/intercom{
- pixel_x = 2;
- pixel_y = -31
- },
-/turf/open/floor/iron,
-/area/quartermaster/miningdock)
"lSa" = (
/obj/machinery/door/airlock/maintenance_hatch{
name = "Maintenance Hatch";
@@ -37092,28 +37074,10 @@
},
/turf/open/floor/iron,
/area/crew_quarters/cafeteria)
-"lSC" = (
-/obj/machinery/camera/motion/directional/east{
- c_tag = "MiniSat Exterior 2";
- network = list("minisat")
- },
-/obj/structure/lattice/catwalk,
-/turf/open/space/basic,
-/area/space/nearstation)
"lSW" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/hallway/secondary/entry)
-"lSZ" = (
-/obj/structure/chair/office,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/effect/mapping_helpers/apc/discharged,
-/turf/open/floor/wood,
-/area/vacant_room/office)
"lTc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -37280,21 +37244,6 @@
/area/security/main{
name = "Security Locker Room"
})
-"lVr" = (
-/obj/structure/table/reinforced,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/item/book/manual/wiki/xenoarchaeology,
-/obj/item/clothing/neck/stethoscope,
-/obj/item/clothing/mask/gas,
-/obj/item/multitool,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/turf/open/floor/iron,
-/area/science/explab)
"lVx" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
@@ -37461,29 +37410,6 @@
/obj/item/stock_parts/cell/high,
/turf/open/floor/iron/dark,
/area/engine/engine_room)
-"lXU" = (
-/obj/machinery/status_display/evac{
- pixel_y = 32
- },
-/obj/structure/table/reinforced,
-/obj/effect/spawner/lootdrop/aimodule_harmful,
-/obj/effect/spawner/lootdrop/aimodule_harmful,
-/obj/effect/spawner/lootdrop/aimodule_harmful,
-/obj/structure/window/reinforced/spawner/east{
- dir = 8
- },
-/obj/machinery/door/window/brigdoor/northright{
- dir = 2;
- name = "Security Boards";
- req_access_txt = "16"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/camera/autoname{
- dir = 5;
- network = list("aiupload")
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai_upload)
"lYb" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/preopen{
@@ -37789,6 +37715,22 @@
},
/turf/open/floor/iron/white,
/area/medical/virology)
+"mbS" = (
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"mbT" = (
/obj/effect/turf_decal/tile/blue/half{
dir = 8
@@ -38187,24 +38129,6 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"mkt" = (
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/effect/turf_decal/tile/dark_red{
- alpha = 180;
- color = "#DE3A3A";
- dir = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/iron/dark,
-/area/security/warden)
"mky" = (
/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
alpha = 180;
@@ -38238,6 +38162,25 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/noslip/standard,
/area/crew_quarters/toilet)
+"mkH" = (
+/obj/machinery/camera/autoname/directional/east,
+/obj/effect/turf_decal/bot,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ dir = 8;
+ freerange = 1;
+ name = "Station Intercom (Captain)";
+ pixel_x = 32;
+ pixel_y = -2
+ },
+/obj/machinery/computer/med_data{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/dark_green/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/bridge)
"mkS" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -38267,6 +38210,11 @@
},
/turf/open/floor/iron,
/area/crew_quarters/cafeteria)
+"mlc" = (
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow,
+/turf/open/floor/carpet/purple,
+/area/chapel/main)
"mlh" = (
/obj/structure/lattice/catwalk,
/obj/effect/landmark/blobstart,
@@ -38598,6 +38546,19 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/entry)
+"mqa" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/east,
+/obj/effect/turf_decal/guideline/guideline_edge/darkblue{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/hallway/primary/fore)
"mqc" = (
/obj/structure/window/reinforced{
dir = 4;
@@ -38676,16 +38637,16 @@
},
/turf/open/floor/catwalk_floor,
/area/maintenance/department/engine)
-"mqJ" = (
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 1
+"mqL" = (
+/obj/structure/railing{
+ dir = 8
},
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
+/obj/structure/chair/stool/directional/south,
+/obj/effect/turf_decal{
+ dir = 8
},
-/turf/open/floor/iron/freezer,
-/area/crew_quarters/toilet)
+/turf/open/floor/prison,
+/area/security/prison)
"mqZ" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -38709,16 +38670,6 @@
/obj/item/reagent_containers/glass/bottle/iodine,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
-"mrE" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/chair/stool/directional/south,
-/obj/effect/turf_decal{
- dir = 8
- },
-/turf/open/floor/prison,
-/area/security/prison)
"mrF" = (
/obj/effect/turf_decal/delivery,
/obj/effect/turf_decal/tile/brown/fourcorners/contrasted,
@@ -38874,16 +38825,6 @@
/obj/structure/sign/warning/nosmoking/circle,
/turf/closed/wall/r_wall,
/area/engine/storage)
-"mtE" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/machinery/camera/autoname/directional/west,
-/obj/effect/spawner/randomarcade{
- dir = 4
- },
-/turf/open/floor/carpet,
-/area/crew_quarters/cafeteria)
"mtI" = (
/turf/open/floor/holofloor/plating,
/area/holodeck/prison)
@@ -38933,6 +38874,19 @@
},
/turf/open/floor/iron,
/area/medical/storage)
+"mui" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/iron/sepia,
+/area/quartermaster/warehouse)
"muj" = (
/obj/effect/decal/cleanable/generic,
/turf/open/floor/iron,
@@ -38974,16 +38928,6 @@
dir = 1
},
/area/hallway/primary/central)
-"muG" = (
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","cargo")
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/iron,
-/area/hallway/primary/port)
"muH" = (
/turf/open/floor/iron/stairs/medium,
/area/hallway/primary/central)
@@ -39147,19 +39091,6 @@
},
/turf/open/floor/plating,
/area/quartermaster/warehouse)
-"mxy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/iron/dark/side{
- dir = 1
- },
-/area/hallway/primary/central)
"mxA" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron/dark,
@@ -39216,22 +39147,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron/dark,
/area/ai_monitored/security/armory)
-"myN" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/effect/turf_decal/bot,
-/obj/structure/disposalpipe/trunk{
- dir = 2
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = -15;
- pixel_y = 28
- },
-/turf/open/floor/iron/dark,
-/area/bridge/meeting_room)
"myU" = (
/obj/machinery/door/airlock/medical/glass{
name = "Medbay Storage";
@@ -39343,6 +39258,18 @@
/obj/effect/turf_decal/box,
/turf/open/floor/iron/dark,
/area/ai_monitored/security/armory)
+"mAH" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/turf/open/floor/iron/dark,
+/area/teleporter)
"mAO" = (
/obj/structure/sign/poster/random,
/turf/closed/wall,
@@ -39511,12 +39438,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/tech/grid,
/area/engine/gravity_generator)
-"mDe" = (
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","engine")
- },
-/turf/open/floor/engine/air,
-/area/engine/atmos)
"mDq" = (
/obj/machinery/holopad{
pixel_x = 16
@@ -40093,19 +40014,6 @@
broken = 1
},
/area/maintenance/port/aft)
-"mKo" = (
-/obj/machinery/iv_drip,
-/obj/machinery/light/small{
- dir = 1;
- light_color = "#ffc1c1"
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/effect/turf_decal/tile/blue,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/open/floor/iron,
-/area/maintenance/department/medical)
"mKz" = (
/obj/structure/table/reinforced,
/obj/item/aiModule/supplied/freeform,
@@ -40165,6 +40073,50 @@
/obj/effect/turf_decal/box,
/turf/open/floor/glass/reinforced,
/area/chapel/main)
+"mKZ" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "Incinerator";
+ network = list("ss13","engine")
+ },
+/obj/machinery/portable_atmospherics/canister/plasma,
+/obj/effect/turf_decal/bot,
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/turf/open/floor/iron,
+/area/engine/atmospherics_engine)
+"mLg" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera/autoname{
+ dir = 10;
+ network = list("ss13","prison")
+ },
+/obj/structure/rack,
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/black/fourcorners,
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_x = -32
+ },
+/obj/item/stack/package_wrap,
+/obj/item/stack/package_wrap,
+/obj/item/stack/package_wrap,
+/obj/item/stack/package_wrap,
+/obj/item/stack/package_wrap,
+/obj/item/prison_scanner,
+/obj/item/prison_scanner,
+/obj/item/prison_scanner,
+/obj/item/prison_scanner,
+/obj/item/prison_scanner,
+/turf/open/floor/iron/techmaint,
+/area/security/prison)
"mLh" = (
/obj/effect/turf_decal/guideline/guideline_out/brown{
dir = 1
@@ -40244,6 +40196,20 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron,
/area/security/brig)
+"mLT" = (
+/obj/item/radio/intercom{
+ pixel_y = 35
+ },
+/obj/structure/table/wood,
+/obj/machinery/light_switch{
+ pixel_x = 23
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
"mLU" = (
/obj/structure/toilet{
dir = 8
@@ -40332,6 +40298,18 @@
},
/turf/open/floor/plating,
/area/quartermaster/warehouse)
+"mNM" = (
+/obj/structure/table/reinforced,
+/obj/item/aiModule/reset,
+/obj/item/aiModule/reset/purge,
+/obj/item/aiModule/core/full/asimov,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow,
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai_upload)
"mOk" = (
/obj/effect/spawner/lootdrop/grille_or_trash,
/turf/open/floor/iron,
@@ -40431,28 +40409,13 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/department/science)
-"mRi" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/structure/bed/dogbed/ian,
-/obj/machinery/airalarm/directional/east{
- pixel_x = 22
- },
-/obj/item/toy/beach_ball/holoball/dodgeball{
- name = "dodgeball 3 of 5"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 40;
- pixel_y = -1
- },
-/mob/living/simple_animal/pet/dog/corgi/Ian{
- density = 0;
- dir = 1;
- pixel_y = 4
+"mQZ" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 6
},
-/turf/open/floor/wood,
-/area/crew_quarters/heads/hop)
+/obj/machinery/camera/autoname/directional/south,
+/turf/open/floor/iron/dark,
+/area/chapel/main)
"mRk" = (
/turf/closed/wall,
/area/science/server)
@@ -40565,20 +40528,22 @@
/obj/effect/landmark/blobstart,
/turf/open/floor/plating,
/area/maintenance/department/medical)
-"mSJ" = (
-/obj/machinery/light{
- dir = 4
+"mSI" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/effect/turf_decal/bot,
+/obj/structure/disposalpipe/trunk{
+ dir = 2
},
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","engine")
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
},
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
+/obj/machinery/light_switch{
+ pixel_x = -15;
+ pixel_y = 28
},
-/turf/open/floor/iron,
-/area/engine/atmos)
+/turf/open/floor/iron/dark,
+/area/bridge/meeting_room)
"mSV" = (
/obj/structure/railing/corner{
dir = 4
@@ -40684,6 +40649,18 @@
},
/turf/open/floor/prison,
/area/security/prison)
+"mUA" = (
+/obj/effect/turf_decal/tile/red/half/contrasted,
+/obj/structure/closet/secure_closet/genpop,
+/obj/effect/turf_decal/bot,
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/iron/dark,
+/area/security/prison{
+ name = "Prison Processing"
+ })
"mUD" = (
/obj/effect/turf_decal/tile/dark_green/half/contrasted{
dir = 8
@@ -40753,28 +40730,6 @@
},
/turf/open/floor/iron/white,
/area/crew_quarters/kitchen)
-"mVA" = (
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/machinery/light_switch/tcomms{
- pixel_x = 12;
- pixel_y = -21
- },
-/obj/machinery/light_switch{
- name = "Control Room light switch";
- pixel_x = -10;
- pixel_y = -21
- },
-/obj/machinery/light,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/turf/open/floor/iron/dark/telecomms{
- initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
- },
-/area/engine/gravity_generator)
"mVF" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -40852,6 +40807,19 @@
/obj/effect/turf_decal/stripes/closeup,
/turf/open/floor/iron,
/area/security/brig)
+"mWE" = (
+/obj/effect/turf_decal/tile/yellow/fourcorners/contrasted{
+ alpha = 180
+ },
+/obj/effect/landmark/start/atmospheric_technician,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"mWK" = (
/obj/effect/turf_decal/siding/wideplating/dark,
/obj/structure/cable/yellow{
@@ -40930,20 +40898,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
-"mXF" = (
-/obj/machinery/doppler_array/research/science{
- dir = 8
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/firealarm/directional/east,
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","rd")
- },
-/turf/open/floor/iron,
-/area/science/misc_lab)
"mXJ" = (
/obj/structure/sign/departments/minsky/security/evac{
pixel_x = 31;
@@ -40984,12 +40938,32 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
-"mXU" = (
-/obj/machinery/camera/autoname/directional/west,
-/turf/open/floor/engine{
- name = "Holodeck Projector Floor"
+"mYF" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
},
-/area/holodeck/rec_center)
+/obj/machinery/camera/directional/north{
+ network = list("ss13","security")
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/effect/turf_decal/guideline/guideline_half_edge/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/guideline/guideline_edge_alt/red{
+ dir = 8
+ },
+/obj/effect/turf_decal/guideline/guideline_half_edge/red{
+ dir = 10
+ },
+/obj/effect/turf_decal/guideline/guideline_tri/red,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/iron,
+/area/security/brig)
"mYL" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -41008,12 +40982,6 @@
dir = 6
},
/area/medical/sleeper)
-"mYR" = (
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","engine")
- },
-/turf/open/floor/engine/o2,
-/area/engine/atmos)
"mYT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -41043,6 +41011,23 @@
/obj/effect/landmark/blobstart,
/turf/open/floor/plating,
/area/maintenance/port/central)
+"mZO" = (
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","rd")
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/purple{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2
+ },
+/turf/open/floor/iron/white/side{
+ dir = 4
+ },
+/area/science/research)
"mZZ" = (
/obj/effect/turf_decal/guideline/guideline_edge/neutral{
alpha = 255;
@@ -41427,12 +41412,6 @@
dir = 4
},
/area/hallway/primary/central)
-"ngd" = (
-/obj/machinery/camera/autoname/directional/east,
-/obj/machinery/airalarm/directional/east,
-/obj/structure/closet/crate/coffin,
-/turf/open/floor/iron/dark,
-/area/chapel/main)
"ngn" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/tile/yellow/half/contrasted{
@@ -41593,6 +41572,20 @@
"nif" = (
/turf/closed/wall/r_wall,
/area/science/test_area)
+"nir" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow,
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/iron/white/side{
+ dir = 1
+ },
+/area/medical/surgery)
"niE" = (
/obj/effect/decal/cleanable/insectguts,
/turf/open/floor/plating,
@@ -41620,31 +41613,6 @@
/area/security/main{
name = "Security Break Room"
})
-"niK" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/structure/closet/crate/miningcar{
- pixel_x = 1;
- pixel_y = 2
- },
-/obj/item/stack/sheet/mineral/coal/five{
- pixel_x = -1;
- pixel_y = 5
- },
-/obj/item/stack/sheet/mineral/sandstone/twenty{
- pixel_x = -1;
- pixel_y = 7
- },
-/obj/item/pickaxe{
- pixel_y = 2
- },
-/obj/machinery/light_switch{
- pixel_x = -20
- },
-/turf/open/floor/iron/dark,
-/area/quartermaster/miningdock)
"niP" = (
/obj/machinery/portable_atmospherics/pump,
/obj/effect/turf_decal/bot{
@@ -42032,15 +42000,6 @@
/obj/effect/mapping_helpers/tile_breaker,
/turf/open/floor/carpet,
/area/library)
-"nnt" = (
-/obj/effect/turf_decal/bot,
-/obj/effect/mapping_helpers/dead_body_placer/medbay_morgue,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/iron/dark,
-/area/medical/morgue)
"nnB" = (
/turf/closed/wall,
/area/science/robotics)
@@ -42116,13 +42075,24 @@
},
/turf/open/floor/iron/white,
/area/medical/apothecary)
-"non" = (
-/obj/structure/closet/secure_closet/RD,
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","rd")
+"noo" = (
+/obj/effect/turf_decal/tile/blue/half{
+ dir = 4
},
-/turf/open/floor/carpet/purple,
-/area/crew_quarters/heads/hor)
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","medbay")
+ },
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 28
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/iron/white,
+/area/medical/office)
"nou" = (
/obj/effect/turf_decal/tile/dark_green/fourcorners/contrasted,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
@@ -42184,23 +42154,6 @@
},
/turf/open/floor/glass/reinforced,
/area/chapel/main)
-"nqJ" = (
-/obj/machinery/camera/directional/north{
- network = list("ss13","rd")
- },
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science RC";
- pixel_y = 30;
- receive_ore_updates = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/science/nanite)
"nqQ" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -42822,6 +42775,29 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
+"nAd" = (
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/effect/turf_decal/siding/wideplating/dark/corner{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ view_range = 12
+ },
+/obj/machinery/status_display/evac{
+ pixel_y = 32
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/turf/open/floor/iron/dark/corner{
+ dir = 1
+ },
+/area/hallway/primary/central)
"nAr" = (
/obj/machinery/vending/boozeomat,
/turf/closed/wall,
@@ -42840,6 +42816,22 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/carpet/royalblack,
/area/lawoffice)
+"nAz" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/structure/closet/crate/wooden/toy,
+/obj/machinery/camera/directional/north,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/machinery/light_switch{
+ pixel_x = 12;
+ pixel_y = 22
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre/backstage)
"nAB" = (
/obj/effect/turf_decal/delivery,
/obj/item/kirbyplants/random,
@@ -42859,17 +42851,6 @@
},
/turf/open/floor/carpet/blue,
/area/bridge/meeting_room)
-"nAI" = (
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","engine")
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/engine/atmos)
"nAP" = (
/obj/machinery/nanite_chamber,
/obj/effect/turf_decal/guideline/guideline_edge/purple{
@@ -42932,44 +42913,11 @@
},
/turf/open/floor/wood,
/area/security/courtroom)
-"nBJ" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/light,
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","engine")
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/obj/machinery/airalarm/directional/south,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/engine/atmos)
"nBO" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/blobstart,
/turf/open/floor/plating,
/area/maintenance/department/security)
-"nBX" = (
-/obj/machinery/power/smes{
- charge = 2e+007
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/turf/open/floor/iron/tech/grid,
-/area/engine/gravity_generator)
"nBY" = (
/mob/living/basic/mothroach,
/obj/item/flashlight/lantern/heirloom_moth{
@@ -43304,19 +43252,6 @@
},
/turf/open/floor/carpet/blue,
/area/bridge/meeting_room)
-"nHf" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/iron/sepia,
-/area/quartermaster/warehouse)
"nHw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 10
@@ -43484,37 +43419,30 @@
/area/security/brig{
name = "Brig Interrogation"
})
-"nKO" = (
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","cargo")
- },
-/turf/open/floor/noslip/standard,
-/area/quartermaster/storage)
"nLc" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 4
},
/turf/open/floor/iron/dark,
/area/security/execution/education)
-"nLo" = (
-/obj/machinery/vending/wallmed{
- pixel_x = -1;
- pixel_y = 32
+"nLs" = (
+/obj/structure/cable{
+ icon_state = "0-8"
},
-/obj/structure/table/glass,
-/obj/item/book/manual/wiki/chemistry{
- pixel_x = -4;
- pixel_y = 4
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/machinery/power/compressor{
+ comp_id = "incineratorturbine";
+ dir = 8;
+ luminosity = 2
},
-/obj/item/book/manual/wiki/plumbing,
-/obj/effect/turf_decal/stripes/line,
/obj/machinery/camera/directional/north{
- network = list("ss13","medbay")
+ c_tag = "Turbine Chamber";
+ network = list("turbine")
},
-/turf/open/floor/iron,
-/area/medical/chemistry)
+/turf/open/floor/engine/vacuum,
+/area/engine/atmospherics_engine)
"nLv" = (
/obj/structure/sign/warning/nosmoking/circle,
/turf/closed/wall/r_wall,
@@ -43661,6 +43589,15 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/department/engine)
+"nNR" = (
+/obj/machinery/camera/directional/north{
+ network = list("ss13","engine")
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/engine/supermatter)
"nNV" = (
/obj/machinery/light/small{
dir = 8
@@ -43771,21 +43708,6 @@
},
/turf/open/floor/glass/reinforced,
/area/chapel/main)
-"nPy" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
- },
-/obj/effect/turf_decal/guideline/guideline_edge/red{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 2
- },
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","security")
- },
-/turf/open/floor/iron,
-/area/security/brig)
"nPJ" = (
/obj/effect/turf_decal/tile/blue/half{
dir = 4
@@ -43893,6 +43815,11 @@
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/carpet/grimy,
/area/maintenance/central)
+"nQP" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/tech,
+/area/engine/atmos)
"nQR" = (
/obj/machinery/light/very_dim/directional/west,
/obj/effect/decal/cleanable/dirt,
@@ -43900,16 +43827,6 @@
/obj/effect/landmark/prisonspawn,
/turf/open/floor/iron/techmaint,
/area/security/prison/shielded)
-"nQV" = (
-/obj/machinery/camera/autoname/directional/west,
-/obj/machinery/firealarm/directional/west,
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/iron/dark/side{
- dir = 4
- },
-/area/hallway/primary/central)
"nQW" = (
/obj/structure/flora/ausbushes/fullgrass,
/obj/structure/reagent_dispensers/watertank,
@@ -43964,6 +43881,17 @@
},
/turf/open/floor/carpet/red,
/area/crew_quarters/heads/hos)
+"nRX" = (
+/obj/effect/turf_decal/tile/yellow/half/contrasted{
+ alpha = 180
+ },
+/obj/structure/closet/secure_closet/engineering_electrical,
+/obj/effect/turf_decal/bot,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow,
+/turf/open/floor/iron,
+/area/engine/storage)
"nSe" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 1
@@ -43982,22 +43910,6 @@
"nSh" = (
/turf/open/floor/iron/tech,
/area/engine/engine_room)
-"nSj" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/effect/turf_decal/box/corners{
- pixel_x = -16;
- pixel_y = 16
- },
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"nSr" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
alpha = 180;
@@ -44044,10 +43956,6 @@
},
/turf/open/floor/iron,
/area/quartermaster/sorting)
-"nTv" = (
-/obj/structure/chair/stool/directional/west,
-/turf/open/floor/wood,
-/area/security/prison)
"nTI" = (
/obj/structure/chair/wood/wings,
/turf/open/floor/carpet/green,
@@ -44237,20 +44145,6 @@
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/quartermaster/qm)
-"nXI" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/turf_decal/bot,
-/obj/machinery/power/port_gen/pacman,
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","engine")
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/iron/dark,
-/area/engine/engine_room)
"nXK" = (
/obj/effect/turf_decal/siding/wideplating/dark{
dir = 1
@@ -44272,17 +44166,43 @@
},
/turf/open/floor/carpet/royalblue,
/area/crew_quarters/heads/chief)
-"nXS" = (
-/obj/machinery/camera/autoname/directional/west,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
+"nXR" = (
+/obj/structure/closet/secure_closet/freezer/fridge,
+/obj/effect/turf_decal/bot,
+/obj/item/food/meat/slab/penguin,
+/obj/item/food/meat/slab/penguin,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
},
-/obj/structure/tank_dispenser/oxygen,
-/turf/open/floor/iron/tech,
-/area/ai_monitored/storage/eva)
+/turf/open/floor/iron/white,
+/area/crew_quarters/kitchen)
"nXU" = (
/turf/closed/wall,
/area/hallway/secondary/exit/departure_lounge)
+"nXV" = (
+/obj/machinery/status_display/evac{
+ pixel_y = 32
+ },
+/obj/structure/table/reinforced,
+/obj/effect/spawner/lootdrop/aimodule_harmful,
+/obj/effect/spawner/lootdrop/aimodule_harmful,
+/obj/effect/spawner/lootdrop/aimodule_harmful,
+/obj/structure/window/reinforced/spawner/east{
+ dir = 8
+ },
+/obj/machinery/door/window/brigdoor/northright{
+ dir = 2;
+ name = "Security Boards";
+ req_access_txt = "16"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/camera/autoname{
+ dir = 5;
+ network = list("aiupload")
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai_upload)
"nYc" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -44327,6 +44247,29 @@
/obj/machinery/pipedispenser,
/turf/open/floor/iron/dark,
/area/engine/atmos)
+"nYN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 9
+ },
+/obj/machinery/requests_console{
+ department = "Cargo Bay";
+ departmentType = 2;
+ pixel_y = 29
+ },
+/obj/machinery/camera/autoname{
+ dir = 9
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/carpet/orange,
+/area/quartermaster/qm)
"nZj" = (
/obj/structure/window/reinforced{
dir = 4;
@@ -44339,18 +44282,6 @@
/mob/living/carbon/monkey,
/turf/open/floor/vault,
/area/medical/genetics)
-"nZk" = (
-/obj/effect/turf_decal/tile/neutral/anticorner{
- dir = 9
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/rnd/production/techfab/department/service,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron,
-/area/hallway/secondary/service)
"nZw" = (
/obj/machinery/portable_atmospherics/scrubber/huge,
/obj/machinery/firealarm/directional/east,
@@ -44401,6 +44332,20 @@
},
/turf/open/floor/iron,
/area/science/xenobiology)
+"oaL" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow,
+/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
+ alpha = 180;
+ color = "#DE3A3A"
+ },
+/turf/open/floor/iron/dark,
+/area/security/main{
+ name = "Security Locker Room"
+ })
"oaO" = (
/obj/structure/disposalpipe/segment{
dir = 2
@@ -44417,6 +44362,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"oaT" = (
+/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/open/floor/iron,
+/area/maintenance/port/aft)
"oaZ" = (
/obj/machinery/computer/telecomms/monitor,
/obj/effect/turf_decal/stripes/line,
@@ -44456,21 +44409,6 @@
},
/turf/open/floor/catwalk_floor,
/area/maintenance/department/medical/morgue)
-"obZ" = (
-/obj/structure/table/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/item/instrument/piano_synth,
-/obj/machinery/camera/autoname{
- dir = 10
- },
-/obj/machinery/light_switch{
- pixel_x = -23;
- pixel_y = 1
- },
-/turf/open/floor/wood,
-/area/library)
"ocl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -44702,6 +44640,20 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
+"ofr" = (
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","security")
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/open/floor/iron/dark,
+/area/security/brig{
+ name = "Brig Evidence"
+ })
"ofC" = (
/obj/effect/turf_decal/delivery,
/obj/effect/turf_decal/stripes/line{
@@ -44792,6 +44744,18 @@
},
/turf/open/floor/iron/tech,
/area/engine/atmos)
+"ogw" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/reagent_dispensers/beerkeg,
+/obj/effect/turf_decal/tile/bar/opposingcorners,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/iron/dark,
+/area/crew_quarters/bar)
"ogV" = (
/obj/effect/turf_decal/tile/dark_blue/fourcorners/contrasted{
alpha = 180
@@ -44953,16 +44917,6 @@
/obj/structure/sign/poster/random,
/turf/closed/wall/r_wall,
/area/security/checkpoint/escape)
-"ojt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/effect/landmark/event_spawn,
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/engine/atmos)
"ojG" = (
/obj/effect/turf_decal/tile/brown/half/contrasted{
dir = 8
@@ -44990,22 +44944,6 @@
/obj/machinery/suit_storage_unit/exploration,
/turf/open/floor/iron/dark,
/area/quartermaster/exploration_prep)
-"ojR" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/firealarm/directional/north,
-/obj/machinery/camera/directional/north,
-/obj/machinery/washing_machine,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/crew_quarters/dorms)
"okb" = (
/obj/effect/turf_decal/bot,
/obj/machinery/portable_atmospherics/pump,
@@ -45033,10 +44971,6 @@
dir = 1
},
/area/medical/medbay/central)
-"okR" = (
-/obj/structure/chair/stool/bar/directional/south,
-/turf/open/floor/iron/cafeteria_red,
-/area/crew_quarters/cafeteria)
"ole" = (
/obj/effect/turf_decal/tile/dark_blue/fourcorners/contrasted{
alpha = 180
@@ -45047,21 +44981,13 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron,
/area/bridge)
-"olj" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
+"olf" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "Xenobiology Lab - Pen #6";
+ network = list("ss13","rd","xeno")
},
-/turf/open/floor/iron,
-/area/hallway/primary/fore)
+/turf/open/floor/engine,
+/area/science/xenobiology)
"olk" = (
/obj/structure/table,
/obj/item/storage/backpack/duffelbag/mining_conscript{
@@ -45189,6 +45115,23 @@
/obj/effect/decal/cleanable/glass,
/turf/open/floor/engine,
/area/science/xenobiology)
+"onU" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "garbage"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","security")
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/disposal)
"onV" = (
/obj/structure/chair/fancy/comfy{
buildstackamount = 0;
@@ -45334,18 +45277,6 @@
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/science/robotics)
-"oqv" = (
-/obj/effect/turf_decal/bot,
-/obj/structure/closet/toolcloset,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/item/toy/beach_ball/holoball/dodgeball{
- name = "dodgeball 4 of 5"
- },
-/turf/open/floor/iron,
-/area/construction/mining/aux_base)
"oqK" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
@@ -45403,25 +45334,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/hallway/secondary/entry)
-"orl" = (
-/obj/effect/turf_decal/tile/brown/anticorner/contrasted{
- dir = 8
- },
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable/yellow,
-/obj/effect/turf_decal/bot,
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/item/storage/secure/safe{
- pixel_x = 6;
- pixel_y = -31
- },
-/turf/open/floor/iron,
-/area/quartermaster/qm)
"orV" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
@@ -45453,6 +45365,17 @@
/obj/item/gun/grenadelauncher/security,
/turf/open/floor/iron,
/area/ai_monitored/security/armory)
+"osf" = (
+/obj/machinery/vending/wardrobe/robo_wardrobe,
+/obj/effect/turf_decal/stripes/line,
+/obj/item/radio/intercom{
+ pixel_y = 29
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","rd")
+ },
+/turf/open/floor/iron/dark,
+/area/science/robotics)
"osm" = (
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/obj/effect/decal/cleanable/dirt,
@@ -45461,6 +45384,19 @@
},
/turf/open/floor/iron,
/area/maintenance/department/science)
+"oso" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/effect/spawner/randomvend/cola,
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/iron,
+/area/engine/break_room)
"osJ" = (
/obj/machinery/vending/wardrobe/medi_wardrobe,
/obj/effect/turf_decal/bot,
@@ -45621,6 +45557,16 @@
/obj/item/clothing/head/hats/hos/beret,
/turf/open/floor/carpet/red,
/area/crew_quarters/heads/hos)
+"oub" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/iron/dark,
+/area/quartermaster/exploration_prep)
"ouq" = (
/obj/effect/decal/cleanable/robot_debris,
/obj/effect/decal/cleanable/dirt,
@@ -45655,6 +45601,23 @@
/obj/effect/spawner/lootdrop/maintenance/three,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"ouF" = (
+/obj/effect/turf_decal/guideline/guideline_edge/red{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/structure/sign/poster/random{
+ pixel_x = 32
+ },
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","security")
+ },
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/landmark/start/security_officer,
+/turf/open/floor/iron/dark,
+/area/security/brig/dock)
"ouQ" = (
/obj/structure/sign/departments/minsky/security/evac,
/turf/closed/wall,
@@ -45702,15 +45665,6 @@
/area/security/main{
name = "Security Viewing Hall"
})
-"ovc" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/camera/autoname/directional/west,
-/obj/effect/turf_decal/bot,
-/obj/machinery/deepfryer,
-/turf/open/floor/iron/white,
-/area/crew_quarters/kitchen)
"ovj" = (
/obj/structure/plasticflaps/opaque,
/obj/machinery/navbeacon{
@@ -45784,16 +45738,6 @@
},
/turf/open/floor/iron/dark,
/area/security/brig/dock)
-"owU" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","engine")
- },
-/obj/structure/sign/warning/nosmoking{
- pixel_y = -32
- },
-/turf/open/floor/iron/tech,
-/area/engine/engine_room)
"owZ" = (
/obj/structure/table/wood,
/obj/item/clipboard{
@@ -45880,47 +45824,12 @@
dir = 1
},
/area/medical/surgery)
-"oyD" = (
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","rd")
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/turf_decal/guideline/guideline_edge/purple{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 2
- },
-/turf/open/floor/iron/white/side{
- dir = 4
- },
-/area/science/research)
"ozf" = (
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/obj/effect/turf_decal/numbers/two_nine,
/obj/effect/turf_decal/box,
/turf/open/floor/iron,
/area/maintenance/port/aft)
-"ozn" = (
-/obj/structure/chair/stool/bar/directional/south,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron/cafeteria_red,
-/area/crew_quarters/cafeteria)
-"ozp" = (
-/obj/structure/table/reinforced,
-/obj/item/aiModule/reset,
-/obj/item/aiModule/reset/purge,
-/obj/item/aiModule/core/full/asimov,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow,
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai_upload)
"ozx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/effect/turf_decal/stripes/line{
@@ -45996,6 +45905,17 @@
/obj/structure/cable/yellow,
/turf/open/floor/iron/tech,
/area/engine/engine_room)
+"oBk" = (
+/obj/item/kirbyplants/random{
+ layer = 3.3
+ },
+/obj/machinery/firealarm/directional/west,
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","medbay");
+ view_range = 8
+ },
+/turf/open/floor/iron/white,
+/area/medical/cryo)
"oBr" = (
/obj/machinery/door/poddoor/preopen{
id = "xenosecure";
@@ -46004,19 +45924,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/science/xenobiology)
-"oBw" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/chair/office/light{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/iron/white/side,
-/area/science/lab)
"oBx" = (
/obj/structure/sign/warning/securearea,
/turf/closed/wall,
@@ -46046,6 +45953,18 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron/dark,
/area/crew_quarters/bar)
+"oBS" = (
+/obj/effect/turf_decal/bot,
+/obj/structure/closet/toolcloset,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/item/toy/beach_ball/holoball/dodgeball{
+ name = "dodgeball 4 of 5"
+ },
+/turf/open/floor/iron,
+/area/construction/mining/aux_base)
"oCe" = (
/turf/open/floor/engine{
name = "Holodeck Projector Floor"
@@ -46066,6 +45985,22 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
+"oCV" = (
+/obj/machinery/atmospherics/pipe/simple/dark/visible,
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/effect/turf_decal/stripes/corner,
+/obj/item/radio/intercom{
+ pixel_x = 33;
+ pixel_y = -3
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"oCW" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -46084,17 +46019,6 @@
},
/turf/open/floor/iron/tech,
/area/engine/engine_room)
-"oDF" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/techstorage/medical,
-/obj/effect/spawner/lootdrop/techstorage/medical,
-/obj/machinery/airalarm/directional/north{
- pixel_y = 22
- },
-/obj/effect/turf_decal/delivery,
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/iron/dark,
-/area/storage/tech)
"oDI" = (
/obj/machinery/announcement_system,
/obj/effect/turf_decal/stripes/line{
@@ -46167,13 +46091,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/hallway/primary/central)
-"oEN" = (
-/obj/machinery/gateway{
- dir = 4
- },
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron/techmaint,
-/area/gateway)
"oER" = (
/obj/structure/window/reinforced{
dir = 4
@@ -46197,6 +46114,25 @@
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/iron/sepia,
/area/maintenance/port/central)
+"oFo" = (
+/obj/structure/closet/secure_closet/CMO,
+/obj/item/clothing/glasses/hud/health{
+ pixel_x = 4;
+ pixel_y = -2
+ },
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","medbay")
+ },
+/obj/item/radio/intercom{
+ dir = 1;
+ pixel_x = 1;
+ pixel_y = 29
+ },
+/turf/open/floor/iron/white,
+/area/crew_quarters/heads/cmo)
"oFr" = (
/obj/structure/sign/departments/minsky/research/genetics,
/turf/closed/wall,
@@ -46250,6 +46186,20 @@
},
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"oGG" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","engine")
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"oGJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -46311,18 +46261,6 @@
},
/turf/open/space/basic,
/area/solar/port/fore)
-"oHu" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/turf/open/floor/iron/dark,
-/area/teleporter)
"oHD" = (
/obj/effect/turf_decal/bot,
/obj/effect/turf_decal/tile/neutral/half/contrasted{
@@ -46409,6 +46347,13 @@
},
/turf/open/floor/catwalk_floor,
/area/maintenance/central)
+"oIr" = (
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","medbay")
+ },
+/obj/item/kirbyplants/random,
+/turf/open/floor/carpet/blue,
+/area/medical/exam_room)
"oIs" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -46500,6 +46445,16 @@
},
/turf/open/floor/carpet/purple,
/area/crew_quarters/heads/hor)
+"oJQ" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 8
+ },
+/obj/structure/chair/fancy/bench/pew/left{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/south,
+/turf/open/floor/glass/reinforced,
+/area/chapel/main)
"oJT" = (
/obj/machinery/door/airlock/maintenance{
name = "Disposal Access";
@@ -46556,6 +46511,23 @@
},
/turf/open/floor/iron/white/side,
/area/medical/medbay/central)
+"oLf" = (
+/obj/machinery/vending/wallmed{
+ pixel_x = -1;
+ pixel_y = 32
+ },
+/obj/structure/table/glass,
+/obj/item/book/manual/wiki/chemistry{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/book/manual/wiki/plumbing,
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/camera/directional/north{
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron,
+/area/medical/chemistry)
"oLh" = (
/obj/machinery/door/airlock/wood,
/obj/structure/barricade/wooden/crude,
@@ -46572,28 +46544,6 @@
},
/turf/open/floor/carpet/purple,
/area/chapel/main)
-"oLz" = (
-/obj/effect/turf_decal/tile/brown/half/contrasted,
-/obj/structure/table/reinforced,
-/obj/item/paper_bin,
-/obj/item/folder/yellow,
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","cargo")
- },
-/obj/item/toy/figure/qm{
- pixel_x = 9;
- pixel_y = 4
- },
-/obj/item/stamp/quartermaster{
- pixel_x = -6;
- pixel_y = 7
- },
-/obj/machinery/airalarm/directional/east,
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/quartermaster/qm)
"oLA" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/heat_exchanging/junction,
@@ -46620,6 +46570,19 @@
/obj/effect/decal/cleanable/cobweb/cobweb2,
/turf/open/floor/iron/sepia,
/area/maintenance/port/central)
+"oLO" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/closet/radiation,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","engine")
+ },
+/turf/open/floor/noslip/standard,
+/area/engine/engineering)
"oLP" = (
/obj/structure/chair/office,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
@@ -46832,18 +46795,6 @@
"oOu" = (
/turf/closed/wall/r_wall,
/area/teleporter)
-"oOv" = (
-/obj/structure/chair/office/light{
- dir = 8
- },
-/obj/effect/landmark/start/exploration,
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","rd")
- },
-/turf/open/floor/iron/dark/side{
- dir = 4
- },
-/area/quartermaster/exploration_prep)
"oOw" = (
/obj/machinery/power/emitter/welded,
/obj/structure/cable/yellow,
@@ -46936,6 +46887,19 @@
/obj/item/reagent_containers/food/drinks/soda_cans/space_up,
/turf/open/floor/iron,
/area/maintenance/port/aft)
+"oPx" = (
+/obj/structure/chair/fancy/bench/right{
+ dir = 8
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/structure/sign/poster/contraband/random{
+ pixel_x = 32
+ },
+/turf/open/floor/iron/techmaint,
+/area/security/prison/shielded)
"oPD" = (
/obj/effect/turf_decal/siding/wood{
dir = 1
@@ -46943,26 +46907,10 @@
/obj/structure/table/wood,
/turf/open/floor/carpet/red,
/area/crew_quarters/cafeteria)
-"oPL" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Xenobiology Lab - Pen #4";
- network = list("ss13","rd","xeno")
- },
-/obj/structure/window/reinforced,
-/turf/open/floor/engine,
-/area/science/xenobiology)
"oPO" = (
/obj/structure/sign/departments/medbay/alt2,
/turf/closed/wall,
/area/medical/chemistry)
-"oPW" = (
-/obj/machinery/camera/motion/directional/south{
- c_tag = "MiniSat Exterior 3";
- network = list("minisat")
- },
-/obj/structure/lattice,
-/turf/open/space/basic,
-/area/space/nearstation)
"oQi" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -47148,6 +47096,19 @@
},
/turf/open/floor/iron/dark,
/area/quartermaster/sorting)
+"oSt" = (
+/obj/structure/closet/secure_closet/security/science,
+/obj/machinery/firealarm/directional/east,
+/obj/effect/turf_decal/bot,
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","rd")
+ },
+/obj/item/radio/intercom{
+ dir = 1;
+ pixel_y = -28
+ },
+/turf/open/floor/iron,
+/area/security/checkpoint/science)
"oSy" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -47425,26 +47386,6 @@
},
/turf/open/floor/catwalk_floor,
/area/maintenance/department/medical/morgue)
-"oVP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/camera/directional/north,
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/iron/dark/side,
-/area/hallway/primary/central)
-"oWc" = (
-/obj/machinery/camera/directional/north{
- network = list("ss13","engine")
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/engine/supermatter)
"oWe" = (
/obj/structure/disposalpipe/segment{
dir = 1
@@ -47461,6 +47402,27 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
+"oWm" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","engine")
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/south,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/engine/atmos)
"oWr" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -47783,6 +47745,22 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
+"paA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/camera/directional/north,
+/obj/machinery/firealarm/directional/north,
+/turf/open/floor/iron/dark/side,
+/area/hallway/primary/central)
+"paD" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/box,
+/turf/open/floor/iron/tech,
+/area/engine/atmos)
"paM" = (
/obj/machinery/door/poddoor/preopen{
id = "brigentrance";
@@ -47951,29 +47929,6 @@
},
/turf/open/floor/iron,
/area/maintenance/department/bridge)
-"pcR" = (
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow,
-/turf/open/floor/plating,
-/area/maintenance/department/science)
-"pdq" = (
-/obj/machinery/status_display/ai{
- pixel_y = -32
- },
-/obj/item/kirbyplants/random,
-/obj/machinery/light/small{
- brightness = 3
- },
-/obj/machinery/camera/motion/directional/south{
- c_tag = "Technical Storage";
- name = "motion-sensitive Technical Storage";
- network = list("ss13","engine")
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/turf/open/floor/iron/techmaint,
-/area/storage/tech)
"pdv" = (
/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
alpha = 180;
@@ -48005,6 +47960,17 @@
},
/turf/open/floor/iron,
/area/security/brig)
+"peg" = (
+/obj/machinery/computer/operating,
+/obj/effect/turf_decal/bot,
+/obj/machinery/newscaster{
+ pixel_y = 34
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron,
+/area/medical/surgery)
"pep" = (
/obj/effect/turf_decal/tile/dark_blue{
alpha = 180
@@ -48030,11 +47996,6 @@
},
/turf/open/floor/iron/white,
/area/science/research)
-"peH" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron/techmaint,
-/area/engine/gravity_generator)
"peP" = (
/obj/structure/chair/office/light{
dir = 1;
@@ -48114,6 +48075,17 @@
/area/security/brig{
name = "Brig Interrogation"
})
+"pgc" = (
+/obj/structure/lattice/catwalk,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/camera/autoname/directional/west,
+/turf/open/space/basic,
+/area/solar/starboard/aft)
"pgq" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 8
@@ -48393,17 +48365,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
-"pkk" = (
-/obj/machinery/firealarm/directional/south,
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/turf/open/floor/carpet/grimy,
-/area/chapel/office)
"pkt" = (
/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
/turf/open/floor/iron/dark,
@@ -48685,6 +48646,16 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/hallway/primary/central)
+"poF" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/obj/structure/sign/poster/random{
+ pixel_x = -32
+ },
+/obj/machinery/camera/autoname/directional/west,
+/turf/open/floor/iron,
+/area/hallway/primary/fore)
"poJ" = (
/obj/structure/disposalpipe/segment{
dir = 8
@@ -48698,6 +48669,15 @@
},
/turf/open/floor/iron/white,
/area/medical/sleeper)
+"poL" = (
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","engine")
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/airalarm/directional/south,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron/dark,
+/area/engine/engineering)
"poQ" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 1
@@ -48910,6 +48890,47 @@
},
/turf/open/floor/iron/tech,
/area/engine/atmos)
+"psU" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/light{
+ dir = 8;
+ light_color = "#e8eaff"
+ },
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","cargo")
+ },
+/obj/machinery/button/door{
+ id = "QMLoaddoor2";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = -25;
+ pixel_y = 4;
+ req_access_txt = "31"
+ },
+/obj/machinery/button/door{
+ id = "QMLoaddoor";
+ layer = 4;
+ name = "Loading Doors";
+ pixel_x = -25;
+ pixel_y = -5;
+ req_access_txt = "31"
+ },
+/obj/machinery/computer/cargo{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ dir = 1;
+ pixel_x = -40;
+ pixel_y = -3
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/turf/open/floor/iron,
+/area/quartermaster/storage)
"psX" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
@@ -48949,6 +48970,16 @@
},
/turf/open/floor/plating/airless,
/area/science/test_area)
+"puk" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/camera/autoname/directional/south,
+/turf/open/floor/catwalk_floor,
+/area/maintenance/department/bridge)
"puq" = (
/obj/structure/chair{
dir = 4
@@ -49164,6 +49195,21 @@
"pxM" = (
/turf/closed/wall/r_wall,
/area/medical/sleeper)
+"pxP" = (
+/obj/structure/table/reinforced,
+/obj/item/tank/internals/emergency_oxygen/engi{
+ pixel_x = 5
+ },
+/obj/item/tank/internals/emergency_oxygen/engi{
+ pixel_x = -5
+ },
+/obj/item/geiger_counter,
+/obj/machinery/airalarm/engine{
+ dir = 8;
+ pixel_x = -23
+ },
+/turf/open/floor/iron,
+/area/engine/engine_room)
"pym" = (
/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
/mob/living/simple_animal/kalo{
@@ -49323,28 +49369,6 @@
/obj/machinery/processor,
/turf/open/floor/iron/dark,
/area/vacant_room/commissary/commissary2)
-"pAW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/light,
-/obj/machinery/camera/autoname/directional/south{
- pixel_x = 2
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/airalarm/directional/south,
-/obj/structure/rack,
-/obj/item/storage/toolbox/emergency,
-/obj/item/multitool,
-/obj/item/wrench,
-/obj/item/radio/off,
-/turf/open/floor/iron,
-/area/bridge)
"pBa" = (
/obj/machinery/door/airlock/maintenance_hatch{
name = "Chemistry Maintenance Hatch";
@@ -49505,6 +49529,10 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/stairs/medium,
/area/chapel/main)
+"pDE" = (
+/obj/effect/turf_decal/loading_area,
+/turf/open/floor/iron/dark,
+/area/engine/atmos)
"pDO" = (
/obj/machinery/nanite_program_hub,
/obj/effect/turf_decal/stripes/line{
@@ -49609,20 +49637,6 @@
dir = 4
},
/area/hallway/primary/central)
-"pEB" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/techstorage/rnd,
-/obj/effect/spawner/lootdrop/techstorage/rnd,
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/turf_decal/delivery,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/iron/dark,
-/area/storage/tech)
"pEC" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 8
@@ -49671,14 +49685,6 @@
},
/turf/open/floor/iron/white,
/area/science/explab)
-"pEZ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/chair/stool/directional/west,
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/turf/open/floor/carpet/blue,
-/area/crew_quarters/cafeteria)
"pFb" = (
/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
/obj/effect/turf_decal/bot,
@@ -49717,6 +49723,19 @@
/obj/structure/ore_box,
/turf/open/floor/iron/dark,
/area/quartermaster/miningdock)
+"pFp" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/iron/white/side,
+/area/science/lab)
"pFv" = (
/obj/structure/cable/yellow{
icon_state = "1-8"
@@ -49837,16 +49856,6 @@
/obj/structure/closet/secure_closet/injection,
/turf/open/floor/iron/dark,
/area/security/execution/education)
-"pHD" = (
-/obj/effect/turf_decal/delivery,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/door/window/southleft{
- name = "Engineering Delivery";
- req_access_txt = "24"
- },
-/turf/open/floor/iron/dark,
-/area/engine/atmos)
"pHE" = (
/turf/open/floor/plating,
/area/ai_monitored/storage/satellite)
@@ -49993,6 +50002,16 @@
/obj/item/storage/fancy/donut_box,
/turf/open/floor/carpet/royalblue,
/area/crew_quarters/heads/captain)
+"pKx" = (
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/open/floor/iron/freezer,
+/area/crew_quarters/toilet)
"pKz" = (
/obj/structure/cable/yellow{
icon_state = "1-8"
@@ -50157,6 +50176,18 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark,
/area/engine/engine_room)
+"pMA" = (
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","medbay")
+ },
+/obj/effect/decal/cleanable/blood/drip,
+/obj/effect/turf_decal/guideline/guideline_edge/blue{
+ dir = 4
+ },
+/turf/open/floor/iron/white/side{
+ dir = 8
+ },
+/area/medical/sleeper)
"pMQ" = (
/obj/effect/turf_decal/box/white,
/obj/machinery/atmospherics/pipe/simple/general/hidden,
@@ -50221,19 +50252,6 @@
/obj/machinery/air_sensor/atmos/nitrogen_tank,
/turf/open/floor/engine/n2,
/area/engine/atmos)
-"pOg" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera/autoname/directional/east,
-/obj/effect/turf_decal/guideline/guideline_edge/darkblue{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/hallway/primary/fore)
"pOj" = (
/obj/effect/turf_decal/tile/dark_blue/fourcorners/contrasted{
alpha = 180
@@ -50328,16 +50346,6 @@
},
/turf/open/floor/iron/dark,
/area/chapel/office)
-"pPo" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/camera/autoname/directional/south,
-/turf/open/floor/catwalk_floor,
-/area/maintenance/department/bridge)
"pPs" = (
/obj/effect/decal/cleanable/blood/splatter,
/turf/open/floor/iron/white/side,
@@ -50368,16 +50376,6 @@
},
/turf/open/floor/iron/solarpanel/airless,
/area/solar/starboard/aft)
-"pQm" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/engine{
- initial_gas_mix = "n2=100;TEMP=80";
- name = "mainframe floor"
- },
-/area/tcommsat/server)
"pQu" = (
/obj/machinery/advanced_airlock_controller/directional/north,
/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{
@@ -50809,18 +50807,12 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/maintenance/department/science)
-"pWj" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/recharge_station,
-/obj/machinery/camera/directional/north{
- network = list("ss13","rd")
+"pWk" = (
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","engine")
},
-/obj/effect/landmark/start/cyborg,
-/turf/open/floor/circuit,
-/area/science/robotics/mechbay)
+/turf/open/floor/engine/n2o,
+/area/engine/atmos)
"pWo" = (
/obj/structure/disposalpipe/segment{
dir = 1
@@ -50858,6 +50850,14 @@
},
/turf/open/floor/iron/white,
/area/medical/apothecary)
+"pXa" = (
+/obj/machinery/camera/autoname/directional/west,
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/fore)
"pXK" = (
/turf/closed/wall,
/area/bridge)
@@ -50911,6 +50911,19 @@
},
/turf/open/floor/iron/dark,
/area/science/shuttledock)
+"pYp" = (
+/obj/machinery/computer/card/minor/hos{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","security")
+ },
+/turf/open/floor/iron/ridged/steel,
+/area/crew_quarters/heads/hos)
"pYw" = (
/obj/structure/disposalpipe/segment{
dir = 1
@@ -51009,6 +51022,17 @@
},
/turf/open/floor/plating,
/area/maintenance/department/security)
+"pZd" = (
+/obj/effect/turf_decal/siding/wideplating/dark,
+/obj/machinery/camera/autoname{
+ dir = 5;
+ network = list("ss13","security")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/turf/open/floor/carpet/red,
+/area/crew_quarters/heads/hos)
"pZe" = (
/obj/machinery/light{
dir = 8
@@ -51087,6 +51111,28 @@
/obj/item/stack/sheet/mineral/plasma/fifty,
/turf/open/floor/iron/dark,
/area/engine/engine_room)
+"pZX" = (
+/obj/structure/table,
+/obj/item/gun/energy/laser/practice{
+ pixel_y = 6
+ },
+/obj/item/gun/energy/laser/practice{
+ pixel_y = 3
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/iron/dark,
+/area/science/misc_lab/range)
+"pZZ" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/bridge)
"qag" = (
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -51096,19 +51142,6 @@
},
/turf/open/floor/iron/tech,
/area/engine/engine_room)
-"qap" = (
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/engine/atmos)
"qat" = (
/obj/structure/window/reinforced{
layer = 2
@@ -51147,6 +51180,20 @@
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron,
/area/crew_quarters/dorms)
+"qaY" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/obj/machinery/power/port_gen/pacman,
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","engine")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/iron/dark,
+/area/engine/engine_room)
"qbc" = (
/obj/machinery/computer/mecha{
dir = 8
@@ -51194,16 +51241,6 @@
/obj/structure/lattice/catwalk,
/turf/open/space/basic,
/area/solar/port/fore)
-"qbq" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/iron,
-/area/hallway/primary/port)
"qbO" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 4
@@ -51487,19 +51524,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/hallway/primary/central)
-"qhm" = (
-/obj/machinery/status_display/evac{
- pixel_y = 32
- },
-/obj/structure/cable/cyan{
- icon_state = "4-8"
- },
-/obj/machinery/camera/directional/north{
- c_tag = "MiniSat Upload West";
- network = list("minisat","aiupload")
- },
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
"qhN" = (
/obj/machinery/door/airlock/highsecurity{
name = "Emergency Access";
@@ -51579,21 +51603,6 @@
dir = 8
},
/area/medical/genetics/cloning)
-"qjO" = (
-/obj/structure/table/reinforced,
-/obj/item/tank/internals/emergency_oxygen/engi{
- pixel_x = 5
- },
-/obj/item/tank/internals/emergency_oxygen/engi{
- pixel_x = -5
- },
-/obj/item/geiger_counter,
-/obj/machinery/airalarm/engine{
- dir = 8;
- pixel_x = -23
- },
-/turf/open/floor/iron,
-/area/engine/engine_room)
"qjY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
@@ -51642,6 +51651,19 @@
},
/turf/open/floor/iron/white,
/area/medical/genetics)
+"qkx" = (
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 4
+ },
+/obj/effect/spawner/structure/window,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/engine/atmos)
"qkS" = (
/obj/effect/turf_decal/guideline/guideline_in/darkblue{
dir = 8
@@ -51788,6 +51810,48 @@
dir = 8
},
/area/science/mixing)
+"qnR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/machinery/camera/directional/north{
+ network = list("ss13","rd","xeno")
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/iron/white,
+/area/science/xenobiology)
+"qnW" = (
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/machinery/camera/directional/north{
+ view_range = 12
+ },
+/obj/effect/turf_decal/siding/wideplating/dark/corner{
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_y = 34
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/turf/open/floor/iron/dark/corner{
+ dir = 4
+ },
+/area/hallway/primary/central)
"qnY" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
@@ -51800,6 +51864,14 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
+"qob" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/structure/cable/yellow,
+/obj/machinery/power/apc/auto_name/directional/south,
+/turf/open/floor/iron/dark,
+/area/science/mixing)
"qoc" = (
/obj/machinery/space_heater,
/obj/effect/turf_decal/tile/yellow/anticorner,
@@ -51938,6 +52010,12 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/iron/techmaint,
/area/security/prison/shielded)
+"qpr" = (
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","engine")
+ },
+/turf/open/floor/engine/airless,
+/area/engine/atmos)
"qpu" = (
/obj/structure/window/reinforced,
/turf/open/floor/iron/dark/smooth_large,
@@ -52056,6 +52134,12 @@
/obj/structure/flora/ausbushes/palebush,
/turf/open/floor/grass,
/area/hallway/primary/central)
+"qsw" = (
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","engine")
+ },
+/turf/open/floor/engine/co2,
+/area/engine/atmos)
"qsz" = (
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/obj/structure/cable/yellow{
@@ -52070,6 +52154,26 @@
},
/turf/open/floor/iron/white,
/area/science/research)
+"qsE" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 8
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Toxins Mixers";
+ name = "science camera";
+ network = list("ss13","rd")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ pixel_x = 32;
+ pixel_y = -3
+ },
+/turf/open/floor/iron/dark/side{
+ dir = 4
+ },
+/area/science/mixing)
"qsI" = (
/obj/structure/closet/secure_closet/bar,
/obj/effect/turf_decal/tile/bar/opposingcorners,
@@ -52244,17 +52348,6 @@
/obj/effect/turf_decal/guideline/guideline_in/blue,
/turf/open/floor/iron/white,
/area/medical/medbay/lobby)
-"quK" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
- },
-/obj/machinery/firealarm/directional/west,
-/obj/machinery/camera/autoname/directional/west,
-/turf/open/floor/iron,
-/area/hallway/primary/fore)
"qva" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/yellow{
@@ -52321,6 +52414,28 @@
},
/turf/open/floor/plating,
/area/maintenance/solars/starboard/fore)
+"qvV" = (
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/machinery/light_switch/tcomms{
+ pixel_x = 12;
+ pixel_y = -21
+ },
+/obj/machinery/light_switch{
+ name = "Control Room light switch";
+ pixel_x = -10;
+ pixel_y = -21
+ },
+/obj/machinery/light,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/telecomms{
+ initial_gas_mix = "o2=22;n2=82;TEMP=293.15"
+ },
+/area/engine/gravity_generator)
"qwL" = (
/obj/structure/sign/poster/random,
/turf/closed/wall,
@@ -52439,6 +52554,16 @@
/obj/effect/decal/cleanable/glass,
/turf/open/floor/wood,
/area/vacant_room/office)
+"qzm" = (
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "MiniSat Core Hallway 4";
+ network = list("minisat")
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/storage/satellite)
"qzz" = (
/obj/structure/cable/yellow{
icon_state = "2-4"
@@ -52464,6 +52589,19 @@
},
/turf/open/floor/iron,
/area/science/robotics)
+"qAr" = (
+/obj/machinery/light{
+ bulb_colour = "#FFCEA6";
+ dir = 4;
+ nightshift_light_color = "#FFB16E"
+ },
+/obj/machinery/camera/autoname{
+ dir = 6;
+ pixel_y = 8
+ },
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/wood,
+/area/crew_quarters/heads/captain)
"qAA" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -52665,21 +52803,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
-"qCu" = (
-/obj/machinery/door/airlock/atmos{
- name = "atmospherics Storage";
- req_access = "24"
- },
-/obj/effect/turf_decal/loading_area{
- dir = 8
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/button{
- id = "atmosshutters";
- pixel_y = -25
- },
-/turf/open/floor/iron/dark,
-/area/engine/atmos)
"qCD" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/power/apc{
@@ -52706,23 +52829,6 @@
dir = 10
},
/area/science/mixing)
-"qCN" = (
-/obj/machinery/camera/autoname{
- dir = 6;
- network = list("ss13","prison")
- },
-/obj/item/radio/intercom{
- desc = "Talk through this. It looks like it has been modified to not broadcast.";
- freerange = 1;
- name = "Prison intercom";
- pixel_x = 25;
- prison_radio = 1
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/security/prison)
"qCQ" = (
/obj/effect/turf_decal/tile/dark_blue/half/contrasted{
alpha = 180
@@ -52871,6 +52977,17 @@
},
/turf/open/floor/carpet/green,
/area/hallway/secondary/exit/departure_lounge)
+"qEQ" = (
+/obj/structure/rack,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/machinery/firealarm/directional/east,
+/obj/item/stack/sheet/iron/fifty,
+/obj/item/stack/sheet/iron/fifty,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/ai_monitored/storage/satellite)
"qET" = (
/obj/effect/turf_decal/siding/wood{
dir = 4
@@ -52906,6 +53023,16 @@
},
/turf/open/floor/iron/dark,
/area/security/brig/dock)
+"qFC" = (
+/obj/machinery/camera/autoname/directional/west,
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/purple{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/port)
"qFE" = (
/obj/effect/turf_decal/siding/wood{
dir = 5
@@ -53180,20 +53307,6 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/storage/eva)
-"qKS" = (
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","security")
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/open/floor/iron/dark,
-/area/security/brig{
- name = "Brig Evidence"
- })
"qKX" = (
/obj/structure/bed{
dir = 4
@@ -53229,14 +53342,6 @@
},
/turf/open/floor/iron,
/area/science/shuttledock)
-"qLC" = (
-/obj/machinery/camera/motion/directional/west{
- c_tag = "MiniSat Exterior 4";
- network = list("minisat")
- },
-/obj/structure/lattice,
-/turf/open/space/basic,
-/area/space/nearstation)
"qLL" = (
/obj/docking_port/stationary{
dir = 8;
@@ -53383,6 +53488,18 @@
},
/turf/open/floor/iron,
/area/engine/atmos)
+"qOm" = (
+/obj/structure/table,
+/obj/machinery/microwave,
+/obj/machinery/newscaster{
+ pixel_x = 32;
+ pixel_y = 1
+ },
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 28
+ },
+/turf/open/floor/iron/white,
+/area/crew_quarters/kitchen)
"qOG" = (
/obj/effect/landmark/event_spawn,
/obj/structure/cable/yellow{
@@ -53465,14 +53582,6 @@
/obj/structure/sign/warning/nosmoking/circle,
/turf/closed/wall,
/area/engine/engine_room)
-"qPQ" = (
-/obj/structure/chair/stool/bar/directional/south,
-/obj/effect/turf_decal/tile/yellow/half/contrasted{
- alpha = 180
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron,
-/area/engine/storage)
"qPU" = (
/obj/machinery/light_switch{
pixel_y = -20
@@ -53622,13 +53731,6 @@
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
-"qSv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/holopad,
-/obj/effect/turf_decal/box,
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"qSE" = (
/obj/structure/table/reinforced,
/obj/item/clothing/head/utility/welding{
@@ -53711,11 +53813,6 @@
},
/turf/open/floor/iron/white,
/area/medical/cryo)
-"qTs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"qTF" = (
/turf/closed/wall/r_wall,
/area/engine/storage)
@@ -53977,47 +54074,13 @@
/obj/machinery/firealarm/directional/east,
/turf/open/floor/iron/white,
/area/security/brig/medbay)
-"qXd" = (
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/turf/open/floor/iron,
-/area/engine/atmos)
-"qXr" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Science - Toxins Mixing Lab Burn Chamber";
- name = "science camera";
- network = list("ss13","rd")
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = 32
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
+"qXs" = (
+/obj/machinery/camera/autoname/directional/west,
+/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron/dark/side{
- dir = 5
+ dir = 4
},
-/area/science/mixing/chamber)
+/area/hallway/primary/central)
"qXx" = (
/obj/effect/turf_decal/tile/dark_green/half/contrasted{
dir = 8
@@ -54030,6 +54093,11 @@
},
/turf/open/floor/iron,
/area/crew_quarters/cafeteria)
+"qXB" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/landmark/start/atmospheric_technician,
+/turf/open/floor/iron/tech,
+/area/engine/atmos)
"qXN" = (
/obj/machinery/flasher{
id = "monkeypen";
@@ -54081,18 +54149,6 @@
},
/turf/open/floor/catwalk_floor,
/area/maintenance/department/engine)
-"qYz" = (
-/obj/machinery/camera/directional/north{
- network = list("ss13","rd")
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/science/lobby)
"qYC" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -54105,6 +54161,25 @@
},
/turf/open/floor/catwalk_floor,
/area/maintenance/central)
+"qYG" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/machinery/button/door{
+ id = "hopshutter";
+ name = "Privacy Shutter Control";
+ pixel_x = -25;
+ req_access_txt = "57"
+ },
+/obj/machinery/camera/autoname/directional/west,
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/bridge)
"qYR" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -54118,6 +54193,25 @@
/obj/machinery/firealarm/directional/east,
/turf/open/floor/iron/dark,
/area/science/server)
+"qYY" = (
+/obj/machinery/microwave{
+ desc = "Cooks and boils stuff, somehow.";
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/structure/table/wood,
+/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/item/storage/box/donkpockets,
+/turf/open/floor/iron,
+/area/medical/break_room)
"qYZ" = (
/obj/machinery/atmospherics/pipe/simple/dark/visible,
/obj/machinery/atmospherics/pipe/simple/purple/visible{
@@ -54251,6 +54345,25 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/dark,
/area/security/brig/dock)
+"raT" = (
+/obj/structure/table/reinforced,
+/obj/item/rcl/pre_loaded,
+/obj/item/rcl/pre_loaded,
+/obj/item/storage/box/lights/mixed{
+ pixel_x = -5;
+ pixel_y = 6
+ },
+/obj/item/electronics/airlock,
+/obj/item/electronics/airlock,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/camera/directional/north{
+ network = list("ss13","engine")
+ },
+/turf/open/floor/iron/dark,
+/area/engine/engine_room)
"rbi" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -54472,19 +54585,6 @@
dir = 4
},
/area/science/research)
-"rdT" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/effect/spawner/randomvend/cola,
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/iron,
-/area/engine/break_room)
"reb" = (
/obj/effect/decal/cleanable/glass{
dir = 1
@@ -54506,20 +54606,6 @@
burnt = 1
},
/area/hallway/secondary/service)
-"reA" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron,
-/area/hallway/primary/aft)
-"reC" = (
-/obj/item/kirbyplants/random,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron,
-/area/ai_monitored/security/armory)
"reS" = (
/obj/effect/landmark/start/janitor,
/turf/open/floor/iron,
@@ -54747,6 +54833,22 @@
},
/turf/open/floor/iron/dark,
/area/security/brig/medbay)
+"rhU" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","rd")
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/purple,
+/obj/item/kirbyplants/random,
+/turf/open/floor/iron/white/side{
+ dir = 1
+ },
+/area/science/research)
"rie" = (
/obj/effect/turf_decal/stripes/closeup,
/turf/open/floor/plating/airless,
@@ -54957,6 +55059,20 @@
},
/turf/open/floor/plating,
/area/medical/apothecary)
+"rlT" = (
+/obj/machinery/doppler_array/research/science{
+ dir = 8
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/firealarm/directional/east,
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","rd")
+ },
+/turf/open/floor/iron,
+/area/science/misc_lab)
"rlV" = (
/turf/open/floor/iron/dark,
/area/science/robotics/mechbay)
@@ -55022,14 +55138,6 @@
},
/turf/open/floor/plating,
/area/crew_quarters/heads/captain/private)
-"rna" = (
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","engine")
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/iron,
-/area/engine/engine_room)
"rnw" = (
/obj/structure/table/wood,
/obj/effect/turf_decal/siding/wood{
@@ -55152,11 +55260,10 @@
},
/turf/open/floor/plating,
/area/science/research)
-"rpI" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/chair/stool/directional/south,
-/turf/open/floor/carpet/royalblack,
-/area/library)
+"rpK" = (
+/obj/structure/chair/stool/bar/directional/west,
+/turf/open/floor/iron/cafeteria_red,
+/area/crew_quarters/cafeteria)
"rqd" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -55227,6 +55334,12 @@
/obj/structure/chair/wood/normal,
/turf/open/floor/carpet/green,
/area/security/courtroom)
+"rqA" = (
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","engine")
+ },
+/turf/open/floor/engine/air,
+/area/engine/atmos)
"rqC" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 1
@@ -55234,6 +55347,17 @@
/obj/effect/turf_decal/tile/dark_green,
/turf/open/floor/iron,
/area/hallway/secondary/service)
+"rqH" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/techstorage/medical,
+/obj/effect/spawner/lootdrop/techstorage/medical,
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 22
+ },
+/obj/effect/turf_decal/delivery,
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/iron/dark,
+/area/storage/tech)
"rqR" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -55291,33 +55415,6 @@
/obj/effect/turf_decal/guideline/guideline_edge/darkblue,
/turf/open/floor/iron,
/area/hallway/primary/fore)
-"rrQ" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/iron,
-/area/engine/atmos)
-"rsh" = (
-/obj/machinery/camera/autoname/directional/east,
-/obj/effect/turf_decal/bot,
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/radio/intercom{
- dir = 8;
- freerange = 1;
- name = "Station Intercom (Captain)";
- pixel_x = 32;
- pixel_y = -2
- },
-/obj/machinery/computer/med_data{
- dir = 8
- },
-/obj/effect/turf_decal/tile/dark_green/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/bridge)
"rsw" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -55350,16 +55447,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/entry)
-"rsY" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"rtj" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 4
@@ -55477,17 +55564,6 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre/backstage)
-"rvD" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/effect/turf_decal/bot,
-/obj/item/food/meat/slab/penguin,
-/obj/item/food/meat/slab/penguin,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/iron/white,
-/area/crew_quarters/kitchen)
"rvH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -55540,23 +55616,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
-"rwA" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/machinery/computer/security{
- dir = 4
- },
-/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
- alpha = 180;
- color = "#DE3A3A"
- },
-/turf/open/floor/iron/dark,
-/area/bridge)
"rwK" = (
/obj/machinery/power/port_gen/pacman,
/obj/machinery/status_display/evac{
@@ -55630,6 +55689,18 @@
dir = 4
},
/area/hallway/primary/central)
+"rxB" = (
+/obj/structure/musician/piano{
+ icon_state = "piano"
+ },
+/obj/machinery/light{
+ light_color = "#7AC3FF"
+ },
+/obj/machinery/camera/autoname/directional/south{
+ c_tag = "Captain's Quarters"
+ },
+/turf/open/floor/glass/reinforced,
+/area/crew_quarters/cafeteria)
"rxH" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable{
@@ -55688,6 +55759,35 @@
},
/turf/open/floor/iron,
/area/science/lobby)
+"ryj" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera/motion{
+ c_tag = "vault";
+ dir = 10;
+ network = list("ss13","security","cargo");
+ pixel_y = 8
+ },
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
+ },
+/obj/structure/table/reinforced,
+/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{
+ pixel_x = 5;
+ pixel_y = 11
+ },
+/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{
+ pixel_x = 9;
+ pixel_y = 5
+ },
+/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{
+ pixel_x = -7;
+ pixel_y = 17
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/turf/open/floor/iron/dark,
+/area/security/nuke_storage)
"ryr" = (
/obj/effect/turf_decal/guideline/guideline_edge/purple{
dir = 8
@@ -55919,6 +56019,19 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"rBz" = (
+/obj/machinery/rnd/production/techfab/department/medical,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/effect/turf_decal/stripes/box,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/light_switch{
+ pixel_x = 12;
+ pixel_y = 22
+ },
+/turf/open/floor/iron,
+/area/medical/storage)
"rBF" = (
/obj/structure/closet,
/obj/effect/spawner/lootdrop/maintenance/two,
@@ -56009,32 +56122,20 @@
},
/turf/open/floor/iron/grid/steel,
/area/hydroponics)
-"rCK" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
+"rCP" = (
+/obj/effect/turf_decal/stripes/closeup{
+ dir = 1
},
-/obj/machinery/camera/directional/north{
- network = list("ss13","security")
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
},
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/effect/turf_decal/guideline/guideline_half_edge/red{
+/obj/machinery/light{
dir = 4
},
-/obj/effect/turf_decal/guideline/guideline_edge_alt/red{
- dir = 8
- },
-/obj/effect/turf_decal/guideline/guideline_half_edge/red{
- dir = 10
- },
-/obj/effect/turf_decal/guideline/guideline_tri/red,
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/iron,
-/area/security/brig)
+/obj/structure/closet/crate,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/turf/open/floor/iron/dark,
+/area/quartermaster/storage)
"rCR" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable/yellow,
@@ -56084,6 +56185,16 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
+"rDE" = (
+/obj/machinery/airalarm/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","security","court")
+ },
+/turf/open/floor/wood,
+/area/security/courtroom)
"rDS" = (
/obj/effect/turf_decal/siding/wideplating/dark,
/obj/structure/extinguisher_cabinet{
@@ -56176,15 +56287,6 @@
name = "mainframe floor"
},
/area/tcommsat/server)
-"rEC" = (
-/obj/structure/chair/stool/directional/west,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/carpet/blue,
-/area/crew_quarters/cafeteria)
"rEE" = (
/obj/effect/turf_decal/bot,
/obj/effect/turf_decal/tile/neutral/half/contrasted{
@@ -56206,6 +56308,16 @@
dir = 8
},
/area/hallway/primary/central)
+"rEW" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/engine{
+ initial_gas_mix = "n2=100;TEMP=80";
+ name = "mainframe floor"
+ },
+/area/tcommsat/server)
"rFa" = (
/obj/structure/disposalpipe/segment{
dir = 1
@@ -56253,6 +56365,24 @@
},
/turf/open/floor/iron/tech,
/area/engine/atmos)
+"rGp" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow,
+/obj/machinery/suit_storage_unit/standard_unit,
+/turf/open/floor/iron/tech,
+/area/ai_monitored/storage/eva)
+"rGC" = (
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","prison")
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/security/prison/shielded)
"rGQ" = (
/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
alpha = 180;
@@ -56349,19 +56479,6 @@
},
/turf/open/floor/iron/white,
/area/security/brig/medbay)
-"rIH" = (
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/airalarm/directional/south,
-/obj/structure/displaycase/captain,
-/obj/machinery/light{
- bulb_colour = "#FFCEA6";
- nightshift_light_color = "#FFB16E"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/turf/open/floor/carpet/blue,
-/area/crew_quarters/heads/captain/private)
"rIN" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 5
@@ -56526,6 +56643,28 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/plating,
/area/engine/engine_room)
+"rLX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/machinery/camera/autoname/directional/south{
+ pixel_x = 2
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/airalarm/directional/south,
+/obj/structure/rack,
+/obj/item/storage/toolbox/emergency,
+/obj/item/multitool,
+/obj/item/wrench,
+/obj/item/radio/off,
+/turf/open/floor/iron,
+/area/bridge)
"rMN" = (
/obj/structure/aquarium,
/obj/structure/cable/yellow{
@@ -56539,6 +56678,30 @@
},
/turf/open/floor/iron/tech/grid,
/area/engine/engine_room)
+"rNi" = (
+/obj/item/kirbyplants/random,
+/obj/item/radio/intercom{
+ dir = 1;
+ pixel_x = -32;
+ pixel_y = 3
+ },
+/obj/machinery/newscaster{
+ pixel_x = -32;
+ pixel_y = 34
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
+ dir = 1
+ },
+/obj/machinery/light_switch{
+ pixel_x = 12;
+ pixel_y = 22
+ },
+/turf/open/floor/iron/white,
+/area/medical/office)
"rNr" = (
/turf/closed/wall,
/area/chapel/office)
@@ -56621,6 +56784,25 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
+"rON" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/spawner/randomvend/snack,
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/obj/item/radio/intercom{
+ pixel_x = 1;
+ pixel_y = 30
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","engine")
+ },
+/turf/open/floor/iron,
+/area/engine/break_room)
"rPf" = (
/obj/machinery/atmospherics/pipe/manifold/green/visible{
dir = 1
@@ -56666,13 +56848,11 @@
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/iron,
/area/maintenance/department/medical/morgue)
-"rQk" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 4
- },
-/obj/machinery/camera/directional/north,
-/turf/open/floor/iron,
-/area/hallway/primary/port)
+"rQC" = (
+/obj/item/kirbyplants/random,
+/obj/machinery/camera/autoname/directional/west,
+/turf/open/floor/iron/dark,
+/area/bridge/meeting_room)
"rQG" = (
/obj/effect/turf_decal/tile/blue/fourcorners/contrasted,
/obj/structure/reagent_dispensers/water_cooler,
@@ -56759,6 +56939,12 @@
},
/turf/open/floor/iron/dark,
/area/engine/engine_room)
+"rSn" = (
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","engine")
+ },
+/turf/open/floor/engine/o2,
+/area/engine/atmos)
"rSL" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 28
@@ -56781,6 +56967,15 @@
},
/turf/open/floor/plating,
/area/maintenance/department/bridge)
+"rSN" = (
+/obj/machinery/camera/autoname/directional/west,
+/obj/structure/sign/painting/library{
+ pixel_x = -32
+ },
+/turf/open/floor/iron/dark/side{
+ dir = 8
+ },
+/area/hallway/secondary/exit/departure_lounge)
"rSS" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
@@ -56832,15 +57027,6 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/storage/satellite)
-"rTy" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 4
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Teleporter Room"
- },
-/turf/open/floor/iron,
-/area/hallway/primary/starboard)
"rTK" = (
/obj/structure/table,
/obj/machinery/microwave{
@@ -56853,6 +57039,21 @@
},
/turf/open/floor/noslip/standard,
/area/quartermaster/miningdock)
+"rTS" = (
+/obj/machinery/atmospherics/pipe/simple/dark/visible,
+/obj/effect/turf_decal/tile/neutral/anticorner/contrasted,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"rTU" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
@@ -56956,6 +57157,20 @@
dir = 1
},
/area/hallway/primary/central)
+"rVQ" = (
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 1
+ },
+/obj/machinery/light,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/iron/white,
+/area/crew_quarters/heads/cmo)
"rVX" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -57141,19 +57356,6 @@
},
/turf/open/floor/iron/dark,
/area/security/brig/dock)
-"rYF" = (
-/obj/structure/closet/secure_closet/security/science,
-/obj/machinery/firealarm/directional/east,
-/obj/effect/turf_decal/bot,
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","rd")
- },
-/obj/item/radio/intercom{
- dir = 1;
- pixel_y = -28
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/science)
"rYG" = (
/obj/structure/closet/secure_closet/personal/cabinet,
/obj/item/clothing/under/color/jumpskirt/random,
@@ -57224,6 +57426,28 @@
/obj/effect/decal/cleanable/insectguts,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"saj" = (
+/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
+/obj/machinery/camera/autoname{
+ dir = 6;
+ network = list("ss13","prison")
+ },
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ freerange = 1;
+ name = "Prison intercom";
+ pixel_x = 25;
+ prison_radio = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/open/floor/prison,
+/area/security/prison)
"sal" = (
/obj/structure/railing{
dir = 1;
@@ -57325,6 +57549,25 @@
},
/turf/open/floor/iron/dark,
/area/science/nanite)
+"sbt" = (
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
+"sbZ" = (
+/obj/effect/spawner/structure/window/plasma/reinforced,
+/turf/open/floor/engine/vacuum,
+/area/engine/atmos)
"scb" = (
/turf/closed/wall/r_wall,
/area/storage/tech)
@@ -57417,22 +57660,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
-"sdZ" = (
-/obj/machinery/processor,
-/obj/effect/turf_decal/bot,
-/obj/item/radio/intercom{
- dir = 1;
- pixel_x = 1;
- pixel_y = 23
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Teleporter Room"
- },
-/turf/open/floor/iron/white,
-/area/crew_quarters/kitchen)
"sel" = (
/obj/effect/landmark/start/station_engineer,
/turf/open/floor/iron/tech,
@@ -57479,14 +57706,6 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat/foyer)
-"ser" = (
-/obj/structure/reagent_dispensers/water_cooler,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/wood,
-/area/medical/exam_room)
"ses" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable/yellow{
@@ -57499,28 +57718,6 @@
},
/turf/open/floor/plating,
/area/bridge)
-"sez" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/obj/effect/turf_decal/guideline/guideline_edge/red,
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","security")
- },
-/obj/machinery/light_switch{
- pixel_y = -25
- },
-/turf/open/floor/iron,
-/area/security/brig)
-"seE" = (
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow,
-/obj/item/reagent_containers/glass/bucket{
- pixel_x = -2;
- pixel_y = 10
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"seK" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -57590,24 +57787,16 @@
},
/turf/open/floor/iron,
/area/hallway/primary/starboard)
-"sfi" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/power/compressor{
- comp_id = "incineratorturbine";
- dir = 8;
- luminosity = 2
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Turbine Chamber";
- network = list("turbine")
+"sfh" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion/directional/east{
+ c_tag = "ion 2";
+ name = "Ion 2";
+ network = list("Ion");
+ view_range = 8
},
-/turf/open/floor/engine/vacuum,
-/area/engine/atmospherics_engine)
+/turf/open/space/basic,
+/area/space/nearstation)
"sfq" = (
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
/obj/machinery/door/airlock/external{
@@ -57864,19 +58053,23 @@
},
/turf/open/floor/plating,
/area/quartermaster/sorting)
-"sjV" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/closed/wall/r_wall,
-/area/security/prison/shielded)
-"skr" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/obj/effect/turf_decal/bot,
-/obj/structure/window/reinforced{
- dir = 4;
- layer = 1
+"skp" = (
+/obj/structure/chair/stool/directional/west,
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
},
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","engine")
+/turf/open/floor/wood,
+/area/security/prison)
+"skt" = (
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
/turf/open/floor/iron,
/area/engine/atmos)
@@ -57949,17 +58142,6 @@
/obj/structure/cable,
/turf/open/floor/plating,
/area/maintenance/solars/port/aft)
-"sla" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow,
-/obj/structure/closet/secure_closet/chemical,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/item/storage/box/pillbottles,
-/turf/open/floor/iron,
-/area/medical/apothecary)
"slj" = (
/obj/structure/lattice/catwalk,
/obj/structure/table,
@@ -58118,6 +58300,15 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/construction/mining/aux_base)
+"snE" = (
+/obj/effect/turf_decal/tile/purple/anticorner/contrasted{
+ dir = 4
+ },
+/obj/machinery/camera/directional/north,
+/obj/vehicle/ridden/janicart,
+/obj/item/key/janitor,
+/turf/open/floor/iron,
+/area/janitor)
"snK" = (
/obj/effect/turf_decal/tile/dark_green/half/contrasted{
dir = 1
@@ -58130,6 +58321,18 @@
},
/turf/open/floor/carpet/purple,
/area/crew_quarters/heads/hor)
+"snY" = (
+/obj/effect/turf_decal/tile/yellow/fourcorners/contrasted{
+ alpha = 230;
+ color = "#edaa0c"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","engine")
+ },
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/iron/dark,
+/area/engine/engine_room)
"soi" = (
/obj/effect/landmark/start/geneticist,
/turf/open/floor/iron/white,
@@ -58349,6 +58552,36 @@
dir = 1
},
/area/hallway/primary/central)
+"stJ" = (
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/cable/yellow,
+/turf/open/floor/iron/white,
+/area/science/research)
+"stN" = (
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","prison","security")
+ },
+/obj/effect/turf_decal/tile/red/half/contrasted{
+ dir = 8
+ },
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ id = "brigentrance";
+ name = "Brig Lockdown Control";
+ pixel_y = -25;
+ req_access_txt = "1"
+ },
+/turf/open/floor/iron/dark,
+/area/security/prison{
+ name = "Prison Processing"
+ })
"sud" = (
/obj/machinery/computer/security/telescreen/entertainment{
network = list("thunder","court");
@@ -58380,6 +58613,17 @@
/obj/structure/disposalpipe/trunk,
/turf/open/floor/iron,
/area/security/brig)
+"suI" = (
+/obj/machinery/computer/secure_data{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron,
+/area/security/checkpoint/science)
"suJ" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -58650,6 +58894,24 @@
/obj/machinery/power/port_gen/pacman,
/turf/open/floor/iron/tech/grid,
/area/engine/engineering)
+"syI" = (
+/obj/structure/chair/stool/bar/directional/south,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/iron/cafeteria_red,
+/area/crew_quarters/cafeteria)
+"syO" = (
+/obj/effect/turf_decal/tile/bar/opposingcorners,
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","medbay");
+ view_range = 8
+ },
+/obj/item/radio/intercom{
+ dir = 1;
+ pixel_x = 32;
+ pixel_y = -3
+ },
+/turf/open/floor/iron/dark,
+/area/crew_quarters/bar)
"syT" = (
/obj/machinery/light{
dir = 4
@@ -58675,21 +58937,17 @@
},
/turf/open/floor/iron/white,
/area/medical/genetics)
-"szH" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/portable_atmospherics/canister/nitrogen,
-/obj/machinery/camera/directional/north{
- c_tag = "Science - Toxins Mixing Lab Burn Chamber";
- name = "science camera";
- network = list("ss13","rd")
- },
-/turf/open/floor/iron/dark,
-/area/science/misc_lab/range)
"szJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/glass,
/turf/open/floor/plating,
/area/maintenance/port/aft)
+"szP" = (
+/obj/structure/chair/stool/bar/directional/south,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/iron/cafeteria_red,
+/area/crew_quarters/cafeteria)
"szX" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 4
@@ -58717,22 +58975,6 @@
},
/turf/open/space/basic,
/area/solar/port/aft)
-"sBq" = (
-/obj/machinery/vending/wardrobe/sec_wardrobe,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- alpha = 180;
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/turf_decal/bot,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/escape)
"sBs" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 8
@@ -58796,6 +59038,19 @@
},
/turf/open/floor/plating,
/area/library)
+"sCn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/machinery/camera/autoname{
+ dir = 6;
+ network = list("ss13","security")
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/turf/open/floor/iron/dark,
+/area/security/brig/dock{
+ name = "Security E.V.A. Storage"
+ })
"sCJ" = (
/mob/living/simple_animal/slime{
name = "sycamore"
@@ -58842,14 +59097,6 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/construction/mining/aux_base)
-"sDs" = (
-/obj/structure/chair/stool/bar/directional/west,
-/obj/machinery/light_switch{
- pixel_x = -11;
- pixel_y = 23
- },
-/turf/open/floor/iron/cafeteria_red,
-/area/crew_quarters/cafeteria)
"sDt" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -59195,14 +59442,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
-"sIY" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/chair/stool/directional/south,
-/turf/open/floor/carpet/grimy,
-/area/maintenance/port/aft)
"sJf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -59296,25 +59535,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron,
/area/crew_quarters/cafeteria)
-"sKs" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/space/nearstation)
-"sKy" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/chair/stool/directional/west,
-/obj/effect/landmark/start/assistant,
-/obj/machinery/light_switch{
- pixel_x = 23;
- pixel_y = -25
- },
-/turf/open/floor/glass/reinforced,
-/area/crew_quarters/cafeteria)
"sKG" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
@@ -59349,11 +59569,15 @@
},
/turf/open/floor/iron,
/area/medical/storage)
-"sLd" = (
-/obj/structure/chair/stool/bar/directional/south,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/iron/cafeteria_red,
-/area/crew_quarters/cafeteria)
+"sLe" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","rd")
+ },
+/turf/open/floor/engine,
+/area/science/mixing/chamber)
"sLf" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 8;
@@ -59454,19 +59678,6 @@
/obj/machinery/vending/snack/blue,
/turf/open/floor/iron/dark/smooth_large,
/area/hallway/primary/central)
-"sMw" = (
-/obj/structure/table/wood,
-/obj/item/kirbyplants/random{
- layer = 3;
- pixel_y = 18
- },
-/obj/item/candle/infinite{
- pixel_x = 1;
- pixel_y = 2
- },
-/obj/machinery/camera/directional/north,
-/turf/open/floor/carpet/purple,
-/area/chapel/main)
"sMy" = (
/obj/structure/table/wood,
/obj/item/stack/package_wrap,
@@ -59577,25 +59788,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
-"sOf" = (
-/obj/structure/closet/secure_closet/CMO,
-/obj/item/clothing/glasses/hud/health{
- pixel_x = 4;
- pixel_y = -2
- },
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","medbay")
- },
-/obj/item/radio/intercom{
- dir = 1;
- pixel_x = 1;
- pixel_y = 29
- },
-/turf/open/floor/iron/white,
-/area/crew_quarters/heads/cmo)
"sOl" = (
/obj/effect/landmark/start/medical_doctor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -59688,22 +59880,6 @@
/area/security/prison{
name = "Prison Visitation"
})
-"sPX" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- alpha = 180;
- dir = 1
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/turf/open/floor/iron/dark,
-/area/security/checkpoint/engineering)
"sPZ" = (
/obj/machinery/portable_atmospherics/canister/air,
/obj/effect/turf_decal/bot,
@@ -59822,6 +59998,22 @@
"sSc" = (
/turf/closed/wall,
/area/science/nanite)
+"sSg" = (
+/obj/effect/turf_decal/tile/neutral/anticorner{
+ dir = 1
+ },
+/obj/structure/closet,
+/obj/item/clothing/head/chaplain/nun_hood,
+/obj/item/clothing/suit/chaplainsuit/nun,
+/obj/item/clothing/suit/chaplainsuit/holidaypriest,
+/obj/item/storage/backpack/cultpack,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/item/grown/log,
+/turf/open/floor/iron/dark,
+/area/chapel/office)
"sSl" = (
/obj/effect/turf_decal/tile/green,
/obj/effect/turf_decal/tile/white/half/contrasted{
@@ -59868,6 +60060,16 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/ai_upload)
+"sSF" = (
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","cargo")
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/iron,
+/area/hallway/primary/port)
"sSH" = (
/obj/effect/turf_decal/tile/neutral,
/obj/machinery/door/firedoor,
@@ -59990,6 +60192,13 @@
dir = 8
},
/area/medical/surgery)
+"sVd" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 4
+ },
+/obj/machinery/camera/directional/north,
+/turf/open/floor/iron,
+/area/hallway/primary/port)
"sVi" = (
/turf/open/floor/iron/dark/side{
dir = 4
@@ -60236,6 +60445,13 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/medical/chemistry)
+"sZP" = (
+/obj/structure/grille/broken,
+/obj/structure/cable/yellow,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/maintenance/port/central)
"sZS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -60306,19 +60522,6 @@
name = "mainframe floor"
},
/area/tcommsat/server)
-"tar" = (
-/obj/machinery/cryopod,
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/guideline/guideline_edge/blue{
- color = "#267878";
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/iron,
-/area/crew_quarters/cryopods)
"taz" = (
/obj/machinery/requests_console{
department = "Security";
@@ -60368,6 +60571,24 @@
},
/turf/open/floor/plating,
/area/crew_quarters/heads/captain)
+"taU" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"taY" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
@@ -60449,6 +60670,16 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron,
/area/engine/atmospherics_engine)
+"tcL" = (
+/obj/machinery/chem_master/condimaster,
+/obj/machinery/camera/directional/north,
+/obj/effect/turf_decal/tile/bar/opposingcorners,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/dark,
+/area/crew_quarters/bar)
"tda" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/disposalpipe/segment{
@@ -60488,22 +60719,6 @@
},
/turf/open/floor/iron,
/area/crew_quarters/cafeteria)
-"tdm" = (
-/obj/machinery/holopad,
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/camera/directional/east{
- c_tag = "Interrogation room";
- network = list("interrogation")
- },
-/obj/effect/turf_decal/box,
-/turf/open/floor/iron/dark,
-/area/security/brig{
- name = "Brig Interrogation"
- })
"tdF" = (
/obj/machinery/atmospherics/pipe/simple/dark/visible{
dir = 4
@@ -60566,20 +60781,34 @@
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/iron,
/area/maintenance/starboard/aft)
-"teY" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = -33
+"teR" = (
+/obj/structure/table,
+/obj/machinery/recharger{
+ pixel_x = 8;
+ pixel_y = 6
},
-/obj/machinery/disposal/bin,
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/effect/turf_decal/tile/purple/anticorner/contrasted,
-/obj/effect/turf_decal/bot,
-/obj/structure/disposalpipe/trunk{
+/obj/item/storage/fancy/donut_box{
+ pixel_x = -3;
+ pixel_y = 2
+ },
+/obj/machinery/light{
dir = 8
},
-/obj/structure/cable/yellow,
-/turf/open/floor/iron,
-/area/janitor)
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/west,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/item/book/manual/wiki/sopcommand,
+/obj/item/book/manual/wiki/sopservice,
+/obj/item/book/manual/wiki/sopsupply,
+/turf/open/floor/wood,
+/area/crew_quarters/heads/hop)
"tfd" = (
/obj/structure/chair/fancy/corp,
/obj/effect/landmark/start/head_of_security,
@@ -60615,13 +60844,6 @@
/obj/machinery/advanced_airlock_controller/directional/west,
/turf/open/floor/plating,
/area/hallway/secondary/entry)
-"tfA" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/department/medical/morgue)
"tfC" = (
/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
alpha = 180;
@@ -60745,6 +60967,24 @@
},
/turf/open/floor/iron/half,
/area/hallway/primary/central)
+"thC" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/solars/starboard/fore)
"thE" = (
/obj/effect/turf_decal/tile/dark_blue{
alpha = 180
@@ -60793,15 +61033,6 @@
},
/turf/open/floor/iron/tech,
/area/ai_monitored/storage/eva)
-"tiq" = (
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","prison")
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/security/prison/shielded)
"tiF" = (
/obj/machinery/firealarm/directional/south,
/turf/open/floor/carpet/purple,
@@ -60845,6 +61076,23 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/plating,
/area/hallway/secondary/entry)
+"tiX" = (
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/machinery/light{
+ dir = 8;
+ light_color = "#e8eaff"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/computer/slot_machine,
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/turf/open/floor/carpet,
+/area/crew_quarters/cafeteria)
"tjh" = (
/obj/effect/turf_decal/stripes/line{
dir = 5
@@ -61053,47 +61301,6 @@
},
/turf/open/floor/plating,
/area/science/research)
-"tmw" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/light{
- dir = 8;
- light_color = "#e8eaff"
- },
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","cargo")
- },
-/obj/machinery/button/door{
- id = "QMLoaddoor2";
- layer = 4;
- name = "Loading Doors";
- pixel_x = -25;
- pixel_y = 4;
- req_access_txt = "31"
- },
-/obj/machinery/button/door{
- id = "QMLoaddoor";
- layer = 4;
- name = "Loading Doors";
- pixel_x = -25;
- pixel_y = -5;
- req_access_txt = "31"
- },
-/obj/machinery/computer/cargo{
- dir = 4
- },
-/obj/item/radio/intercom{
- dir = 1;
- pixel_x = -40;
- pixel_y = -3
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/turf/open/floor/iron,
-/area/quartermaster/storage)
"tmA" = (
/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
alpha = 180;
@@ -61472,19 +61679,6 @@
},
/turf/open/floor/iron,
/area/engine/storage)
-"tqM" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/closet/radiation,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","engine")
- },
-/turf/open/floor/noslip/standard,
-/area/engine/engineering)
"tqN" = (
/obj/effect/turf_decal/bot/left,
/turf/open/floor/iron/techmaint,
@@ -61520,6 +61714,17 @@
},
/turf/open/floor/iron/white,
/area/science/research)
+"tqY" = (
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 28
+ },
+/obj/machinery/chem_dispenser/mutagensaltpetersmall,
+/turf/open/floor/iron/grid/steel,
+/area/hydroponics)
"trg" = (
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron,
@@ -61600,23 +61805,6 @@
},
/turf/open/floor/glass/reinforced,
/area/chapel/main)
-"tsf" = (
-/obj/structure/dresser,
-/obj/item/camera{
- pixel_y = 6
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/wood,
-/area/crew_quarters/heads/captain)
"tsH" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -61667,6 +61855,21 @@
"ttt" = (
/turf/closed/wall,
/area/quartermaster/qm)
+"ttJ" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/techstorage/security,
+/obj/effect/spawner/lootdrop/techstorage/security,
+/obj/machinery/requests_console{
+ department = "Tech storage";
+ name = "Tech Storage RC";
+ pixel_x = -30
+ },
+/obj/effect/turf_decal/delivery,
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","security")
+ },
+/turf/open/floor/iron/dark,
+/area/storage/tech)
"ttK" = (
/obj/effect/turf_decal/guideline/guideline_in/darkblue{
dir = 8
@@ -61690,6 +61893,21 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"ttW" = (
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","security")
+ },
+/obj/machinery/light_switch{
+ pixel_y = 28
+ },
+/turf/open/floor/iron/dark,
+/area/engine/engine_room)
"tuq" = (
/obj/machinery/firealarm/directional/east,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -61760,6 +61978,31 @@
},
/turf/open/floor/iron,
/area/security/brig/dock)
+"tvv" = (
+/obj/effect/turf_decal/guideline/guideline_half_edge/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/guideline/guideline_half_edge/blue{
+ dir = 10
+ },
+/obj/effect/turf_decal/guideline/guideline_edge_alt/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/guideline/guideline_tri/blue,
+/obj/machinery/camera/directional/north{
+ network = list("ss13","medbay");
+ view_range = 10
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/turf/open/floor/iron/white/side{
+ dir = 10
+ },
+/area/medical/medbay/central)
"tvG" = (
/obj/machinery/door/airlock/maintenance_hatch{
name = "Maintenance Hatch";
@@ -61784,24 +62027,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/engine/engineering)
-"twc" = (
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","rd")
- },
-/obj/effect/turf_decal/bot,
-/obj/machinery/requests_console{
- department = "Science";
- departmentType = 2;
- name = "Science Requests Console";
- pixel_y = -30;
- receive_ore_updates = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/processor/slime,
-/turf/open/floor/iron/grid/steel,
-/area/science/xenobiology)
"twg" = (
/mob/living/simple_animal/slime{
name = "alizee"
@@ -62007,25 +62232,6 @@
"tyx" = (
/turf/open/floor/engine,
/area/science/xenobiology)
-"tyz" = (
-/obj/effect/turf_decal/tile/purple/half/contrasted{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","rd")
- },
-/obj/effect/turf_decal/guideline/guideline_in/purple{
- dir = 1
- },
-/obj/machinery/airalarm/directional/south,
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/turf/open/floor/iron/dark,
-/area/science/shuttledock)
"tyB" = (
/obj/structure/window/reinforced,
/obj/effect/turf_decal/delivery,
@@ -62039,36 +62245,28 @@
},
/turf/open/floor/iron,
/area/medical/medbay/lobby)
-"tyE" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
+"tyR" = (
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/iron,
-/area/hallway/primary/aft)
-"tyK" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/machinery/conveyor{
- dir = 8;
- id = "MailConv"
+/obj/structure/sign/departments/minsky/research/robotics{
+ pixel_x = 32;
+ pixel_y = 32
},
-/obj/machinery/door/window/southleft{
- dir = 4;
- icon_state = "right";
- id_tag = "Bountydoors";
- req_one_access_txt = "31;48"
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/bot,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance/two,
-/obj/structure/disposalpipe/segment{
- dir = 4
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
},
+/obj/machinery/power/apc/auto_name/directional/north,
/obj/structure/cable/yellow{
- icon_state = "0-8"
+ icon_state = "0-2"
},
-/turf/open/floor/iron/dark,
-/area/quartermaster/office)
+/turf/open/floor/iron,
+/area/science/lobby)
"tzk" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -32
@@ -62083,19 +62281,6 @@
dir = 4
},
/area/medical/sleeper)
-"tzp" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow/fourcorners/contrasted{
- alpha = 180
- },
-/obj/effect/landmark/start/atmospheric_technician,
-/turf/open/floor/iron,
-/area/engine/atmos)
"tzD" = (
/obj/machinery/atmospherics/components/unary/cryo_cell{
dir = 4;
@@ -62104,6 +62289,19 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron,
/area/medical/cryo)
+"tzI" = (
+/obj/machinery/conveyor{
+ id = "MailConv"
+ },
+/obj/machinery/camera/autoname{
+ dir = 10;
+ network = list("ss13","cargo")
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -32
+ },
+/turf/open/floor/iron/dark,
+/area/quartermaster/office)
"tzQ" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -62115,6 +62313,18 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron,
/area/quartermaster/miningdock)
+"tzT" = (
+/obj/structure/chair/wood/normal,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
+ },
+/obj/effect/mapping_helpers/apc/discharged,
+/turf/open/floor/wood,
+/area/library)
"tzV" = (
/obj/effect/spawner/structure/window,
/obj/structure/curtain/directional{
@@ -62157,13 +62367,6 @@
},
/turf/open/floor/iron/sepia,
/area/quartermaster/office)
-"tAq" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 6
- },
-/obj/machinery/camera/autoname/directional/south,
-/turf/open/floor/iron/dark,
-/area/chapel/main)
"tAu" = (
/obj/machinery/newscaster{
pixel_x = 32;
@@ -62383,30 +62586,6 @@
},
/turf/open/floor/iron/dark,
/area/engine/atmos)
-"tDd" = (
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/item/radio/intercom{
- pixel_x = -30;
- pixel_y = -35
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 8
- },
-/obj/structure/table/reinforced,
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/machinery/light_switch{
- pixel_x = -20;
- pixel_y = 11
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"tDg" = (
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
@@ -62571,18 +62750,6 @@
},
/turf/open/floor/circuit,
/area/ai_monitored/turret_protected/ai_upload)
-"tFD" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","security")
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/turf/open/floor/iron/dark,
-/area/security/main{
- name = "Security Locker Room"
- })
"tFE" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 1
@@ -62637,29 +62804,6 @@
/obj/machinery/light,
/turf/open/floor/iron/dark,
/area/science/shuttledock)
-"tGL" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -31
- },
-/obj/structure/table/reinforced,
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = 3;
- pixel_y = 4
- },
-/obj/item/folder/red,
-/obj/item/pen,
-/obj/item/radio/off,
-/obj/item/screwdriver{
- pixel_y = 10
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 1
- },
-/obj/machinery/airalarm/directional/north{
- pixel_y = 28
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"tGT" = (
/turf/closed/wall,
/area/janitor)
@@ -62766,6 +62910,24 @@
},
/turf/open/floor/wood,
/area/chapel/office)
+"tJq" = (
+/obj/machinery/status_display/ai{
+ pixel_y = -32
+ },
+/obj/item/kirbyplants/random,
+/obj/machinery/light/small{
+ brightness = 3
+ },
+/obj/machinery/camera/motion/directional/south{
+ c_tag = "Technical Storage";
+ name = "motion-sensitive Technical Storage";
+ network = list("ss13","engine")
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/techmaint,
+/area/storage/tech)
"tJr" = (
/obj/effect/turf_decal/guideline/guideline_edge/blue{
dir = 8
@@ -62817,6 +62979,12 @@
},
/turf/open/floor/iron/dark,
/area/security/brig/dock)
+"tKf" = (
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","engine")
+ },
+/turf/open/floor/engine/n2,
+/area/engine/atmos)
"tKh" = (
/obj/effect/spawner/structure/window,
/obj/structure/cable/yellow{
@@ -62888,49 +63056,11 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/entry)
-"tMf" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/spawner/randomvend/snack,
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/item/radio/intercom{
- pixel_x = 1;
- pixel_y = 30
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","engine")
- },
-/turf/open/floor/iron,
-/area/engine/break_room)
-"tMy" = (
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","engine")
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/airalarm/directional/south,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron/dark,
-/area/engine/engineering)
"tMI" = (
/obj/structure/closet,
/obj/effect/spawner/lootdrop/maintenance/eight,
/turf/open/floor/plating,
/area/maintenance/department/engine)
-"tMP" = (
-/obj/machinery/rnd/production/circuit_imprinter,
-/obj/effect/turf_decal/bot,
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/camera/directional/north{
- c_tag = "Incinerator";
- network = list("ss13","engine")
- },
-/turf/open/floor/iron/dark,
-/area/engine/atmos)
"tMV" = (
/obj/item/trash/raisins,
/obj/effect/decal/cleanable/glass,
@@ -62973,6 +63103,30 @@
},
/turf/open/floor/iron,
/area/crew_quarters/cafeteria)
+"tNc" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/item/radio/intercom{
+ pixel_x = -30;
+ pixel_y = -35
+ },
+/obj/effect/turf_decal/tile/red/anticorner/contrasted{
+ dir = 8
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/machinery/light_switch{
+ pixel_x = -20;
+ pixel_y = 11
+ },
+/turf/open/floor/iron,
+/area/security/checkpoint/medical)
"tNg" = (
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -63041,6 +63195,18 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/plating,
/area/engine/atmos)
+"tPx" = (
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","medbay")
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/aft)
"tPQ" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -63108,13 +63274,6 @@
burnt = 1
},
/area/maintenance/department/medical/morgue)
-"tQl" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Xenobiology Lab - Pen #1";
- network = list("ss13","rd","xeno")
- },
-/turf/open/floor/engine,
-/area/science/xenobiology)
"tQo" = (
/obj/effect/turf_decal/caution/stand_clear,
/obj/effect/turf_decal/bot,
@@ -63257,19 +63416,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/hallway/primary/central)
-"tRX" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light_switch{
- pixel_x = -20;
- pixel_y = 22
- },
-/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/iron/dark,
-/area/science/nanite)
"tSg" = (
/obj/effect/turf_decal/tile/black/fourcorners,
/obj/effect/turf_decal/stripes/line{
@@ -63357,20 +63503,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/tech,
/area/engine/atmos)
-"tTZ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/curtain/directional,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/crew_quarters/heads/chief)
"tUd" = (
/obj/effect/decal/cleanable/dirt/dust,
/mob/living/simple_animal/slime{
@@ -63450,6 +63582,24 @@
/obj/item/storage/box/bodybags,
/turf/open/floor/iron/white,
/area/science/robotics)
+"tVv" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/dark_red{
+ alpha = 180;
+ color = "#DE3A3A";
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/open/floor/iron/dark,
+/area/security/warden)
"tVL" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
alpha = 180;
@@ -63639,19 +63789,6 @@
},
/turf/open/floor/iron,
/area/medical/genetics/cloning)
-"tYM" = (
-/obj/machinery/rnd/production/techfab/department/medical,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/effect/turf_decal/stripes/box,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 12;
- pixel_y = 22
- },
-/turf/open/floor/iron,
-/area/medical/storage)
"tYV" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -63694,16 +63831,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron,
/area/engine/engine_room)
-"tZn" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"tZp" = (
/obj/structure/reflector/single/anchored{
dir = 5
@@ -63737,21 +63864,6 @@
},
/turf/open/floor/iron/white,
/area/medical/sleeper)
-"tZU" = (
-/obj/machinery/atmospherics/pipe/simple/dark/visible,
-/obj/effect/turf_decal/tile/neutral/anticorner/contrasted,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/engine/atmos)
"ual" = (
/obj/structure/sign/poster/official/walk,
/turf/closed/wall/r_wall,
@@ -63834,6 +63946,15 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/crew_quarters/cafeteria)
+"uci" = (
+/obj/item/kirbyplants/random,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/iron,
+/area/ai_monitored/security/armory)
"ucq" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
@@ -63904,24 +64025,6 @@
/obj/effect/spawner/lootdrop/ruinloot/medical,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
-"udB" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/airalarm/directional/west{
- pixel_x = -26;
- pixel_y = 1
- },
-/obj/structure/rack,
-/obj/item/storage/toolbox/electrical{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/storage/toolbox/mechanical,
-/obj/item/multitool,
-/obj/item/stack/cable_coil/cyan,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/aisat_interior)
"udI" = (
/obj/structure/window/reinforced{
dir = 8;
@@ -63994,11 +64097,6 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron/dark,
/area/crew_quarters/bar)
-"ufa" = (
-/obj/machinery/atmospherics/pipe/manifold4w/green/visible,
-/obj/structure/lattice/catwalk,
-/turf/open/floor/plating,
-/area/space/nearstation)
"uff" = (
/obj/effect/turf_decal/bot,
/obj/structure/cable/yellow{
@@ -64024,19 +64122,6 @@
/obj/structure/table/reinforced,
/turf/open/floor/iron/dark,
/area/vacant_room/commissary/commissary1)
-"ufy" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/light,
-/obj/machinery/requests_console{
- department = "Genetics";
- name = "Genetics Requests Console";
- pixel_y = -34
- },
-/turf/open/floor/iron/white,
-/area/medical/genetics)
"ufK" = (
/obj/effect/turf_decal/tile/blue/half{
dir = 1
@@ -64233,6 +64318,23 @@
},
/turf/open/floor/iron/sepia,
/area/quartermaster/storage)
+"uim" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","security")
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/red,
+/obj/item/radio/intercom{
+ dir = 1;
+ pixel_x = 1;
+ pixel_y = -36
+ },
+/turf/open/floor/iron,
+/area/security/main{
+ name = "Security Viewing Hall"
+ })
"uin" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -64275,20 +64377,6 @@
/obj/machinery/air_sensor/atmos/nitrous_tank,
/turf/open/floor/engine/n2o,
/area/engine/atmos)
-"uiU" = (
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 1
- },
-/obj/machinery/light,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/open/floor/iron/white,
-/area/crew_quarters/heads/cmo)
"uiZ" = (
/obj/effect/decal/cleanable/blood/tracks{
dir = 8;
@@ -64516,16 +64604,6 @@
/obj/effect/turf_decal/tile/neutral/half/contrasted,
/turf/open/floor/iron,
/area/crew_quarters/cafeteria)
-"unc" = (
-/obj/machinery/gateway{
- dir = 6
- },
-/obj/effect/turf_decal/box/corners,
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/turf/open/floor/iron/techmaint,
-/area/gateway)
"unq" = (
/obj/structure/tank_dispenser/oxygen,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
@@ -64605,13 +64683,6 @@
/obj/effect/mapping_helpers/airlock/abandoned,
/turf/open/floor/wood,
/area/maintenance/port/aft)
-"uor" = (
-/obj/machinery/atmospherics/pipe/simple/purple/visible{
- dir = 4
- },
-/obj/structure/lattice/catwalk,
-/turf/open/floor/plating,
-/area/space/nearstation)
"uox" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable{
@@ -64663,13 +64734,6 @@
},
/turf/open/floor/carpet/purple,
/area/chapel/main)
-"upx" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/obj/structure/lattice/catwalk,
-/turf/open/floor/plating,
-/area/space/nearstation)
"upD" = (
/obj/structure/table,
/obj/item/assembly/igniter{
@@ -64783,25 +64847,6 @@
},
/turf/open/floor/iron/dark,
/area/science/robotics)
-"usf" = (
-/obj/machinery/microwave{
- desc = "Cooks and boils stuff, somehow.";
- pixel_x = -3;
- pixel_y = 5
- },
-/obj/structure/table/wood,
-/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/item/storage/box/donkpockets,
-/turf/open/floor/iron,
-/area/medical/break_room)
"usu" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/closet/emcloset,
@@ -64832,6 +64877,24 @@
/area/security/main{
name = "Security Break Room"
})
+"utb" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"utc" = (
/obj/machinery/door/poddoor{
id = "toxinsdriver";
@@ -64993,19 +65056,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron,
/area/hallway/primary/port)
-"uvp" = (
-/obj/effect/turf_decal/tile/bar/opposingcorners,
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","medbay");
- view_range = 8
- },
-/obj/item/radio/intercom{
- dir = 1;
- pixel_x = 32;
- pixel_y = -3
- },
-/turf/open/floor/iron/dark,
-/area/crew_quarters/bar)
"uvC" = (
/obj/effect/turf_decal/bot,
/obj/structure/window/reinforced{
@@ -65049,11 +65099,6 @@
},
/turf/open/floor/iron,
/area/security/brig)
-"uwq" = (
-/obj/item/kirbyplants/random,
-/obj/machinery/camera/autoname/directional/west,
-/turf/open/floor/iron/dark,
-/area/bridge/meeting_room)
"uwF" = (
/obj/structure/chair/office{
dir = 8
@@ -65100,13 +65145,6 @@
},
/turf/open/floor/iron,
/area/maintenance/department/medical/morgue)
-"uxt" = (
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","medbay")
- },
-/obj/item/kirbyplants/random,
-/turf/open/floor/carpet/blue,
-/area/medical/exam_room)
"uxv" = (
/obj/machinery/conveyor{
dir = 8;
@@ -65328,6 +65366,14 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/hallway/primary/aft)
+"uAF" = (
+/obj/structure/window/reinforced,
+/obj/structure/flora/ausbushes/fullgrass,
+/obj/structure/flora/ausbushes/ppflowers,
+/obj/structure/flora/ausbushes/fernybush,
+/obj/machinery/camera/autoname/directional/west,
+/turf/open/floor/grass/no_border,
+/area/hallway/secondary/exit/departure_lounge)
"uAH" = (
/obj/structure/table/reinforced,
/obj/structure/window/reinforced{
@@ -65370,26 +65416,6 @@
},
/turf/open/floor/iron/dark,
/area/quartermaster/exploration_prep)
-"uBE" = (
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_y = 30
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Security Post - Medbay";
- network = list("ss13","medbay")
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/obj/structure/closet/secure_closet/security/med,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"uBW" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/modular_computer/console/preset/engineering,
@@ -65434,15 +65460,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/carpet/grimy,
/area/chapel/office)
-"uCA" = (
-/obj/effect/turf_decal/tile/purple/anticorner/contrasted{
- dir = 4
- },
-/obj/machinery/camera/directional/north,
-/obj/vehicle/ridden/janicart,
-/obj/item/key/janitor,
-/turf/open/floor/iron,
-/area/janitor)
"uCC" = (
/turf/closed/wall,
/area/maintenance/solars/starboard/fore)
@@ -65513,6 +65530,17 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
+"uDE" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow,
+/obj/structure/closet/secure_closet/chemical,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/item/storage/box/pillbottles,
+/turf/open/floor/iron,
+/area/medical/apothecary)
"uDJ" = (
/obj/effect/turf_decal/caution/stand_clear{
dir = 8
@@ -65553,11 +65581,6 @@
},
/turf/open/floor/iron,
/area/quartermaster/qm)
-"uDU" = (
-/obj/structure/chair/stool/bar/directional/south,
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/engine/storage)
"uEa" = (
/obj/item/kirbyplants/random,
/turf/open/floor/iron/grid/steel,
@@ -65647,28 +65670,6 @@
},
/turf/open/floor/iron/dark,
/area/vacant_room/commissary/commissary1)
-"uEO" = (
-/obj/structure/closet/secure_closet/hop,
-/obj/item/modular_computer/tablet/pda,
-/obj/item/modular_computer/tablet/pda,
-/obj/item/modular_computer/tablet/pda,
-/obj/item/modular_computer/tablet/pda,
-/obj/item/modular_computer/tablet/pda,
-/obj/machinery/newscaster{
- pixel_x = 1;
- pixel_y = 33
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/wood,
-/area/crew_quarters/heads/hop)
"uEP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -65714,16 +65715,6 @@
},
/turf/open/floor/plating,
/area/engine/supermatter)
-"uFQ" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/iron/tech,
-/area/engine/atmos)
"uFU" = (
/obj/effect/turf_decal/bot,
/obj/structure/closet/secure_closet/chemical,
@@ -65742,6 +65733,19 @@
},
/turf/open/floor/circuit,
/area/ai_monitored/turret_protected/aisat/foyer)
+"uGj" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
+ dir = 9
+ },
+/obj/machinery/camera/motion/directional/east{
+ c_tag = "ion 1";
+ name = "Ion 1";
+ network = list("Ion");
+ view_range = 10
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"uGm" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
@@ -65824,6 +65828,22 @@
},
/turf/open/floor/iron,
/area/medical/medbay/central)
+"uIo" = (
+/obj/machinery/computer/security{
+ pixel_y = -3
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","security")
+ },
+/obj/machinery/computer/security/telescreen{
+ network = list("ss13");
+ pixel_y = 25
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/carpet/red,
+/area/security/detectives_office)
"uIs" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -65892,6 +65912,14 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
+"uJy" = (
+/obj/structure/lattice,
+/obj/machinery/camera/motion/directional/south{
+ c_tag = "Armory - Internal";
+ network = list("ss13","security")
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"uJB" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -65923,6 +65951,20 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
+"uKc" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","rd")
+ },
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/bot,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/science/robotics)
"uKh" = (
/obj/effect/turf_decal/tile/dark_red/half/contrasted{
alpha = 180;
@@ -66092,6 +66134,14 @@
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/maintenance/central)
+"uLK" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "Xenobiology Lab - Pen #5";
+ network = list("ss13","rd","xeno")
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/engine,
+/area/science/xenobiology)
"uLR" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -66207,6 +66257,13 @@
/obj/effect/decal/cleanable/dirt,
/turf/closed/wall,
/area/maintenance/department/science)
+"uOy" = (
+/obj/machinery/camera/autoname/directional/east,
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/iron/dark/side{
+ dir = 8
+ },
+/area/hallway/primary/central)
"uOK" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/firealarm/directional/east,
@@ -66225,6 +66282,22 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/sepia,
/area/quartermaster/storage)
+"uPj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/firealarm/directional/south,
+/obj/effect/turf_decal/stripes/corner{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/side{
+ dir = 1
+ },
+/area/hallway/primary/central)
"uPm" = (
/obj/machinery/portable_atmospherics/pump,
/obj/effect/turf_decal/bot{
@@ -66306,18 +66379,6 @@
},
/turf/open/floor/iron/dark,
/area/security/brig/dock)
-"uQw" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/engine/atmos)
"uQx" = (
/obj/structure/fluff/paper/stack,
/obj/structure/mopbucket,
@@ -66342,6 +66403,16 @@
},
/turf/open/floor/iron/dark,
/area/gateway)
+"uRk" = (
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","cargo")
+ },
+/obj/structure/closet/crate/mail,
+/turf/open/floor/iron,
+/area/quartermaster/sorting)
"uRo" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/pipe/manifold4w/cyan/visible,
@@ -66369,6 +66440,11 @@
dir = 1
},
/area/medical/sleeper)
+"uRO" = (
+/obj/effect/turf_decal/box/corners,
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/engine,
+/area/science/explab)
"uSo" = (
/obj/effect/turf_decal/tile/black/fourcorners,
/obj/effect/turf_decal/stripes/line{
@@ -66579,6 +66655,23 @@
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/bridge/meeting_room)
+"uWx" = (
+/obj/machinery/camera/directional/north{
+ network = list("ss13","rd")
+ },
+/obj/machinery/requests_console{
+ department = "Science";
+ departmentType = 2;
+ name = "Science RC";
+ pixel_y = 30;
+ receive_ore_updates = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/science/nanite)
"uWy" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 9
@@ -66672,17 +66765,6 @@
/obj/effect/decal/cleanable/generic,
/turf/open/floor/plating/rust,
/area/maintenance/starboard/aft)
-"uXH" = (
-/obj/machinery/computer/operating,
-/obj/effect/turf_decal/bot,
-/obj/machinery/newscaster{
- pixel_y = 34
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","medbay")
- },
-/turf/open/floor/iron,
-/area/medical/surgery)
"uXJ" = (
/obj/effect/turf_decal/tile/yellow/fourcorners/contrasted{
alpha = 230;
@@ -66726,6 +66808,23 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
+"uXR" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","engine")
+ },
+/obj/item/radio/intercom{
+ pixel_x = 33;
+ pixel_y = -2
+ },
+/obj/effect/turf_decal/delivery,
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "Gas to Chamber"
+ },
+/turf/open/floor/engine,
+/area/engine/supermatter)
"uYh" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable/yellow,
@@ -66866,13 +66965,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/sepia,
/area/maintenance/port/central)
-"vat" = (
-/obj/structure/bookcase/random/fiction,
-/obj/machinery/airalarm/directional/north{
- pixel_y = 28
- },
-/turf/open/floor/wood,
-/area/library)
"vbc" = (
/obj/effect/turf_decal/tile/blue{
alpha = 200;
@@ -66897,27 +66989,6 @@
"vbe" = (
/turf/closed/wall/r_wall,
/area/maintenance/department/security)
-"vbr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/obj/machinery/firealarm/directional/west{
- pixel_y = -2
- },
-/obj/structure/chair{
- dir = 4
- },
-/obj/machinery/button/flasher{
- id = "monkeypen";
- pixel_x = -22;
- pixel_y = 10
- },
-/obj/machinery/camera/autoname{
- dir = 10;
- network = list("ss13","medbay")
- },
-/turf/open/floor/iron/grid/steel,
-/area/medical/virology)
"vbu" = (
/obj/effect/turf_decal/tile/brown/half/contrasted{
dir = 8
@@ -66966,14 +67037,6 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron,
/area/maintenance/department/medical/morgue)
-"vcc" = (
-/obj/machinery/camera/autoname/directional/west,
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hallway/primary/fore)
"vcw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -67005,6 +67068,19 @@
},
/turf/open/floor/iron/dark/side,
/area/hallway/secondary/exit/departure_lounge)
+"vcU" = (
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","medbay");
+ view_range = 8
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/neutral{
+ alpha = 255;
+ dir = 8
+ },
+/turf/open/floor/iron/white/side{
+ dir = 4
+ },
+/area/medical/medbay/central)
"vcX" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor{
@@ -67043,22 +67119,6 @@
/obj/item/stock_parts/cell/high,
/turf/open/floor/iron/tech,
/area/engine/atmos)
-"vdZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/firealarm/directional/south,
-/obj/effect/turf_decal/stripes/corner{
- dir = 8
- },
-/turf/open/floor/iron/dark/side{
- dir = 1
- },
-/area/hallway/primary/central)
"vei" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable/yellow,
@@ -67124,6 +67184,14 @@
},
/turf/open/floor/plating,
/area/crew_quarters/dorms)
+"vfP" = (
+/obj/structure/chair/stool/bar/directional/west,
+/obj/machinery/light_switch{
+ pixel_x = -11;
+ pixel_y = 23
+ },
+/turf/open/floor/iron/cafeteria_red,
+/area/crew_quarters/cafeteria)
"vfR" = (
/turf/open/floor/iron/grid/steel,
/area/science/xenobiology)
@@ -67136,13 +67204,6 @@
},
/turf/open/floor/iron/tech,
/area/engine/engine_room)
-"vfW" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 9
- },
-/obj/structure/lattice/catwalk,
-/turf/open/floor/plating,
-/area/space/nearstation)
"vfY" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
@@ -67256,6 +67317,14 @@
dir = 8
},
/area/science/lobby)
+"vid" = (
+/obj/item/kirbyplants/random,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/open/floor/iron/white,
+/area/medical/genetics)
"vin" = (
/obj/machinery/door/airlock/public/glass{
name = "Holodeck Access"
@@ -67266,36 +67335,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/entry)
-"viN" = (
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","cargo")
- },
-/obj/machinery/firealarm/directional/east,
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/maintenance/disposal)
-"viR" = (
-/obj/machinery/light,
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/obj/structure/chair/fancy/bench{
- dir = 1
- },
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","security")
- },
-/obj/effect/turf_decal/guideline/guideline_edge/red,
-/obj/machinery/light_switch{
- pixel_x = 1;
- pixel_y = -24
- },
-/turf/open/floor/iron,
-/area/security/main{
- name = "Security Viewing Hall"
- })
"viS" = (
/obj/structure/table/wood/fancy/black,
/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb{
@@ -67331,6 +67370,16 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/central)
+"vjx" = (
+/obj/machinery/gateway{
+ dir = 6
+ },
+/obj/effect/turf_decal/box/corners,
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/turf/open/floor/iron/techmaint,
+/area/gateway)
"vjz" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
@@ -67387,6 +67436,14 @@
},
/turf/open/floor/iron/sepia,
/area/quartermaster/warehouse)
+"vki" = (
+/obj/structure/chair,
+/obj/effect/turf_decal/bot,
+/obj/machinery/camera/directional/north{
+ c_tag = "Teleporter Room"
+ },
+/turf/open/floor/iron/dark,
+/area/hallway/secondary/exit/departure_lounge)
"vkj" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/landmark/xeno_spawn,
@@ -67549,18 +67606,6 @@
/obj/effect/turf_decal/tile/neutral/half/contrasted,
/turf/open/floor/iron,
/area/engine/atmospherics_engine)
-"vma" = (
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","medbay")
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hallway/primary/aft)
"vmg" = (
/obj/effect/turf_decal/tile/purple/half/contrasted{
dir = 1
@@ -67633,14 +67678,6 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat_interior)
-"vnI" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/effect/turf_decal/tile/blue/fourcorners/contrasted,
-/obj/structure/cable/yellow,
-/obj/item/kirbyplants/random,
-/turf/open/floor/iron/white,
-/area/medical/medbay/lobby)
"vnQ" = (
/obj/machinery/light_switch{
pixel_x = -9;
@@ -67776,15 +67813,6 @@
},
/turf/open/floor/iron/white,
/area/crew_quarters/kitchen)
-"vpz" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Xenobiology Lab - Pen #3";
- network = list("ss13","rd","xeno")
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/window/reinforced,
-/turf/open/floor/engine,
-/area/science/xenobiology)
"vpR" = (
/obj/effect/turf_decal/tile/blue/half/contrasted{
dir = 8
@@ -67822,15 +67850,6 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat/foyer)
-"vqJ" = (
-/obj/structure/chair/office{
- dir = 4
- },
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/chief)
"vqT" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
@@ -67838,23 +67857,6 @@
/obj/structure/rack,
/turf/open/floor/iron,
/area/maintenance/port/aft)
-"vqY" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","engine")
- },
-/obj/item/radio/intercom{
- pixel_x = 33;
- pixel_y = -2
- },
-/obj/effect/turf_decal/delivery,
-/obj/machinery/atmospherics/components/binary/pump{
- name = "Gas to Chamber"
- },
-/turf/open/floor/engine,
-/area/engine/supermatter)
"vrh" = (
/obj/effect/turf_decal/tile/yellow/opposingcorners,
/obj/effect/decal/cleanable/dirt,
@@ -67992,6 +67994,22 @@
/obj/effect/turf_decal/tile/neutral/half/contrasted,
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
+"vuI" = (
+/obj/machinery/door/airlock/maintenance_hatch{
+ name = "Maintenance Hatch";
+ req_access_txt = "24"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/engine/atmos)
"vvd" = (
/obj/machinery/airalarm/directional/east,
/obj/machinery/shower{
@@ -68023,6 +68041,11 @@
},
/turf/open/floor/iron,
/area/medical/cryo)
+"vvC" = (
+/obj/machinery/atmospherics/pipe/manifold4w/green/visible,
+/obj/structure/lattice/catwalk,
+/turf/open/space/basic,
+/area/space/nearstation)
"vvJ" = (
/obj/item/storage/secure/safe{
pixel_x = 37;
@@ -68030,24 +68053,6 @@
},
/turf/open/floor/iron,
/area/vacant_room/commissary/commissary2)
-"vvP" = (
-/obj/effect/turf_decal/tile/blue/half{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","medbay")
- },
-/obj/machinery/airalarm/directional/north{
- pixel_y = 28
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/open/floor/iron/white,
-/area/medical/office)
"vvU" = (
/obj/item/chair{
dir = 1
@@ -68063,17 +68068,6 @@
},
/turf/open/floor/engine,
/area/engine/supermatter)
-"vwm" = (
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/turf/open/floor/iron/dark/side{
- dir = 8
- },
-/area/hallway/secondary/exit/departure_lounge)
"vwo" = (
/obj/effect/turf_decal/guideline/guideline_in/darkblue{
dir = 8
@@ -68088,6 +68082,12 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"vwR" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/iron,
+/area/construction/mining/aux_base)
"vwY" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
@@ -68104,6 +68104,31 @@
/obj/machinery/firealarm/directional/north,
/turf/open/floor/iron/dark,
/area/science/mixing)
+"vxB" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/structure/closet/crate/miningcar{
+ pixel_x = 1;
+ pixel_y = 2
+ },
+/obj/item/stack/sheet/mineral/coal/five{
+ pixel_x = -1;
+ pixel_y = 5
+ },
+/obj/item/stack/sheet/mineral/sandstone/twenty{
+ pixel_x = -1;
+ pixel_y = 7
+ },
+/obj/item/pickaxe{
+ pixel_y = 2
+ },
+/obj/machinery/light_switch{
+ pixel_x = -20
+ },
+/turf/open/floor/iron/dark,
+/area/quartermaster/miningdock)
"vxY" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted,
/obj/structure/disposalpipe/segment{
@@ -68189,20 +68214,6 @@
},
/turf/open/floor/iron/half,
/area/hallway/primary/central)
-"vzd" = (
-/obj/structure/table,
-/obj/item/gun/energy/laser/practice{
- pixel_y = 6
- },
-/obj/item/gun/energy/laser/practice{
- pixel_y = 3
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/open/floor/iron/dark,
-/area/science/misc_lab/range)
"vzg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -68308,6 +68319,43 @@
},
/turf/open/floor/carpet/purple,
/area/crew_quarters/heads/hor)
+"vAV" = (
+/obj/structure/table/glass,
+/obj/item/reagent_containers/glass/bottle/epinephrine{
+ pixel_x = -7;
+ pixel_y = 2
+ },
+/obj/item/reagent_containers/glass/bottle/epinephrine{
+ pixel_x = 7;
+ pixel_y = -3
+ },
+/obj/item/reagent_containers/syringe,
+/obj/item/reagent_containers/spray/cleaner{
+ pixel_x = -3;
+ pixel_y = 2
+ },
+/obj/item/reagent_containers/glass/bottle/charcoal{
+ pixel_x = -4;
+ pixel_y = -3
+ },
+/obj/item/reagent_containers/glass/bottle/epinephrine{
+ pixel_x = 8;
+ pixel_y = 6
+ },
+/obj/item/reagent_containers/syringe/antiviral,
+/obj/item/reagent_containers/syringe/antiviral,
+/obj/item/reagent_containers/glass/bottle/charcoal{
+ pixel_x = -4;
+ pixel_y = -3
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow,
+/obj/item/wallframe/defib_mount,
+/obj/item/clothing/neck/stethoscope{
+ pixel_y = 5
+ },
+/turf/open/floor/iron,
+/area/medical/sleeper)
"vBo" = (
/obj/effect/turf_decal/guideline/guideline_edge/purple,
/turf/open/floor/iron/white/side{
@@ -68432,6 +68480,25 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/hallway/primary/central)
+"vDf" = (
+/obj/effect/turf_decal/tile/purple/half/contrasted{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","rd")
+ },
+/obj/effect/turf_decal/guideline/guideline_in/purple{
+ dir = 1
+ },
+/obj/machinery/airalarm/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/iron/dark,
+/area/science/shuttledock)
"vDj" = (
/obj/structure/cable{
icon_state = "2-4"
@@ -68631,13 +68698,6 @@
},
/turf/open/floor/iron,
/area/medical/medbay/lobby)
-"vFW" = (
-/obj/structure/chair/stool/directional/west,
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/turf/open/floor/carpet/blue,
-/area/crew_quarters/cafeteria)
"vGb" = (
/obj/machinery/light{
dir = 4
@@ -68679,21 +68739,6 @@
},
/turf/open/floor/iron/large,
/area/hallway/primary/central)
-"vGq" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/machinery/portable_atmospherics/pump,
-/obj/effect/turf_decal/bot,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","security")
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/primary/aft)
"vGx" = (
/turf/open/floor/carpet/royalblack,
/area/maintenance/port/aft)
@@ -68797,28 +68842,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/dark/smooth_large,
/area/hallway/primary/central)
-"vIZ" = (
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/light{
- bulb_colour = "#22bfa2";
- bulb_vacuum_colour = "#22bfa2";
- dir = 8;
- nightshift_light_color = "#22bfa2"
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/obj/effect/turf_decal/guideline/guideline_edge/red,
-/turf/open/floor/iron/dark,
-/area/security/brig/dock)
"vJf" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -68862,20 +68885,24 @@
},
/turf/open/floor/iron/dark,
/area/science/server)
+"vJz" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 1
+ },
+/obj/effect/turf_decal/guideline/guideline_edge/red{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 2
+ },
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","security")
+ },
+/turf/open/floor/iron,
+/area/security/brig)
"vJE" = (
/turf/closed/wall,
/area/construction/mining/aux_base)
-"vJG" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/machinery/porta_turret/ai{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/turf/open/floor/engine/o2,
-/area/ai_monitored/turret_protected/ai)
"vJQ" = (
/obj/structure/disposalpipe/segment{
dir = 2
@@ -69044,37 +69071,6 @@
},
/turf/open/floor/iron/grid/steel,
/area/hydroponics)
-"vMB" = (
-/obj/structure/table/glass,
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","medbay")
- },
-/obj/item/stack/sheet/mineral/plasma{
- pixel_x = -8;
- pixel_y = 12
- },
-/obj/item/grenade/chem_grenade{
- pixel_x = 12;
- pixel_y = 13
- },
-/obj/item/grenade/chem_grenade{
- pixel_x = 12;
- pixel_y = 7
- },
-/obj/item/grenade/chem_grenade{
- pixel_x = 12
- },
-/obj/item/storage/box/beakers{
- pixel_x = -2;
- pixel_y = 3
- },
-/obj/item/storage/box/beakers{
- pixel_x = 1;
- pixel_y = 2
- },
-/obj/machinery/airalarm/directional/south,
-/turf/open/floor/iron,
-/area/medical/apothecary)
"vMG" = (
/obj/structure/railing{
layer = 3.1
@@ -69087,16 +69083,6 @@
/obj/effect/turf_decal/siding/wideplating/dark,
/turf/open/floor/iron/dark/side,
/area/hallway/primary/central)
-"vMK" = (
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/cable/yellow,
-/turf/open/floor/iron/white,
-/area/science/research)
"vMO" = (
/obj/effect/turf_decal/tile/dark_green/fourcorners/contrasted,
/obj/machinery/chem_master/condimaster{
@@ -69305,35 +69291,6 @@
},
/turf/open/floor/iron/dark,
/area/science/misc_lab)
-"vPT" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/camera/motion{
- c_tag = "vault";
- dir = 10;
- network = list("ss13","security","cargo");
- pixel_y = 8
- },
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/obj/structure/table/reinforced,
-/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{
- pixel_x = 5;
- pixel_y = 11
- },
-/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{
- pixel_x = 9;
- pixel_y = 5
- },
-/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{
- pixel_x = -7;
- pixel_y = 17
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/turf/open/floor/iron/dark,
-/area/security/nuke_storage)
"vPW" = (
/obj/machinery/door/airlock/external{
req_one_access_txt = "49;47"
@@ -69386,6 +69343,38 @@
},
/turf/open/floor/carpet,
/area/maintenance/port/aft)
+"vQE" = (
+/obj/structure/rack,
+/obj/effect/turf_decal/bot,
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_x = 6;
+ pixel_y = 8
+ },
+/obj/item/clothing/suit/armor/bulletproof{
+ pixel_y = 7
+ },
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001;
+ pixel_x = 6;
+ pixel_y = 4
+ },
+/obj/item/clothing/head/helmet/alt{
+ layer = 3.00001;
+ pixel_y = 1
+ },
+/obj/machinery/light,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -33
+ },
+/obj/machinery/camera/motion/directional/south{
+ c_tag = "Armory - Internal";
+ network = list("ss13","security")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/ai_monitored/security/armory)
"vQL" = (
/obj/effect/decal/cleanable/generic,
/obj/structure/cable/yellow{
@@ -69499,18 +69488,6 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/turf/open/floor/iron/white,
/area/medical/surgery)
-"vSw" = (
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 8
- },
-/obj/structure/table/wood,
-/obj/item/candle/infinite{
- pixel_x = 1;
- pixel_y = 2
- },
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/iron/dark,
-/area/chapel/main)
"vST" = (
/obj/effect/turf_decal/tile/blue/fourcorners/contrasted,
/obj/structure/disposalpipe/segment{
@@ -69540,19 +69517,25 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
-"vTi" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","prison")
+"vTe" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
},
-/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
- alpha = 180;
- color = "#DE3A3A"
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
},
/turf/open/floor/iron,
-/area/security/prison{
- name = "Prison Visitation"
- })
+/area/engine/atmos)
"vTx" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/decal/cleanable/blood/old,
@@ -69590,6 +69573,21 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/captain)
+"vUx" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/turf/open/floor/catwalk_floor,
+/area/maintenance/starboard/aft)
"vUy" = (
/obj/machinery/light{
dir = 4
@@ -69728,6 +69726,16 @@
},
/turf/open/floor/iron,
/area/hydroponics)
+"vWq" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/table,
+/obj/item/paper_bin,
+/obj/item/pen,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/iron,
+/area/science/shuttledock)
"vWs" = (
/obj/effect/landmark/blobstart,
/turf/open/floor/iron,
@@ -69746,6 +69754,25 @@
/obj/machinery/suit_storage_unit/standard_unit,
/turf/open/floor/iron/tech,
/area/ai_monitored/storage/eva)
+"vWW" = (
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/atmospherics{
+ anchored = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/turf/open/floor/iron/dark,
+/area/engine/atmos)
"vXn" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -69890,14 +69917,6 @@
/obj/machinery/light,
/turf/open/floor/iron/dark,
/area/quartermaster/storage)
-"vZp" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/department/bridge)
"vZx" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -69915,12 +69934,6 @@
/obj/effect/spawner/structure/window/depleteduranium,
/turf/open/floor/engine,
/area/engine/atmospherics_engine)
-"vZZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/loading_area,
-/turf/open/floor/iron/dark,
-/area/engine/atmos)
"wae" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 1
@@ -70014,6 +70027,13 @@
},
/turf/open/space/basic,
/area/solar/port/aft)
+"wbU" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 10
+ },
+/turf/open/space/basic,
+/area/space/nearstation)
"wcq" = (
/obj/structure/closet/crate,
/obj/item/storage/box,
@@ -70182,6 +70202,15 @@
},
/turf/open/floor/plating,
/area/maintenance/solars/port/aft)
+"wdN" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","cargo")
+ },
+/turf/open/floor/noslip/standard,
+/area/quartermaster/storage)
"wdS" = (
/obj/structure/chair/fancy/comfy{
buildstackamount = 0;
@@ -70203,37 +70232,6 @@
},
/turf/open/floor/iron/dark,
/area/medical/genetics)
-"wel" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/camera/autoname{
- dir = 10;
- network = list("ss13","prison")
- },
-/obj/structure/rack,
-/obj/structure/railing{
- dir = 1
- },
-/obj/effect/turf_decal/tile/black/fourcorners,
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/obj/structure/sign/poster/official/random{
- pixel_x = -32
- },
-/obj/item/stack/package_wrap,
-/obj/item/stack/package_wrap,
-/obj/item/stack/package_wrap,
-/obj/item/stack/package_wrap,
-/obj/item/stack/package_wrap,
-/obj/item/prison_scanner,
-/obj/item/prison_scanner,
-/obj/item/prison_scanner,
-/obj/item/prison_scanner,
-/obj/item/prison_scanner,
-/turf/open/floor/iron/techmaint,
-/area/security/prison)
"wer" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 1
@@ -70251,16 +70249,17 @@
},
/turf/open/space/basic,
/area/solar/port/fore)
-"wfr" = (
-/obj/machinery/porta_turret/ai{
- dir = 4
+"wfi" = (
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/machinery/camera/autoname/directional/south,
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
},
-/obj/machinery/camera/directional/south{
- c_tag = "MiniSat Core Hallway 2";
- network = list("minisat")
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
},
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/aisat_interior)
+/turf/open/floor/plating,
+/area/maintenance/solars/port/aft)
"wfv" = (
/obj/effect/turf_decal/siding/wideplating/dark{
dir = 4
@@ -70333,35 +70332,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/port/central)
-"wgp" = (
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/effect/turf_decal/guideline/guideline_half_edge/blue{
- color = "#267878";
- dir = 5
- },
-/obj/effect/turf_decal/guideline/guideline_half_edge/blue{
- color = "#267878"
- },
-/obj/effect/turf_decal/guideline/guideline_edge_alt/blue{
- color = "#267878";
- dir = 1
- },
-/obj/effect/turf_decal/guideline/guideline_tri/blue{
- color = "#267878";
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/turf/open/floor/iron,
-/area/hallway/secondary/entry)
"wgH" = (
/obj/machinery/atmospherics/pipe/simple/orange/visible{
dir = 6
@@ -70370,10 +70340,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark,
/area/engine/engine_room)
-"wgV" = (
-/obj/structure/chair/stool/bar/directional/west,
-/turf/open/floor/wood,
-/area/maintenance/port/aft)
"wgX" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -70437,15 +70403,6 @@
/obj/item/beacon,
/turf/open/floor/engine,
/area/science/explab)
-"whX" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 10
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/engine/atmos)
"wiv" = (
/obj/effect/turf_decal/bot,
/obj/structure/disposalpipe/segment{
@@ -70479,6 +70436,13 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/security/armory)
+"wjt" = (
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 4
+ },
+/obj/structure/lattice/catwalk,
+/turf/open/space/basic,
+/area/space/nearstation)
"wjz" = (
/obj/structure/chair/fancy/bench{
dir = 1
@@ -70543,17 +70507,6 @@
},
/turf/open/floor/iron/grid/steel,
/area/science/xenobiology)
-"wkn" = (
-/obj/item/kirbyplants/random{
- layer = 3.3
- },
-/obj/machinery/firealarm/directional/west,
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","medbay");
- view_range = 8
- },
-/turf/open/floor/iron/white,
-/area/medical/cryo)
"wks" = (
/obj/effect/turf_decal/tile/dark_green/anticorner/contrasted{
dir = 4
@@ -70668,6 +70621,17 @@
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/maintenance/port/central)
+"wlD" = (
+/obj/machinery/door/airlock/atmos{
+ name = "atmospherics Storage";
+ req_access = "24"
+ },
+/obj/effect/turf_decal/loading_area{
+ dir = 8
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/iron/dark,
+/area/engine/atmos)
"wlS" = (
/obj/structure/flora/ausbushes/fullgrass,
/turf/open/floor/grass,
@@ -70741,32 +70705,25 @@
},
/turf/open/floor/iron/dark,
/area/science/shuttledock)
-"wnH" = (
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/machinery/light,
-/obj/structure/cable/yellow,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
+"wnx" = (
+/obj/machinery/atmospherics/pipe/simple/orange/visible{
+ dir = 10
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 8
},
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","rd")
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/turf/open/floor/circuit/telecomms/server,
-/area/science/server)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"wnI" = (
/obj/effect/turf_decal/stripes/corner,
/turf/open/floor/plating/airless,
/area/science/test_area)
-"wnJ" = (
-/obj/structure/chair/stool/directional/west,
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/security/prison)
"wnT" = (
/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/purple{
@@ -70980,6 +70937,48 @@
},
/turf/open/floor/iron,
/area/hydroponics)
+"wtO" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/obj/effect/turf_decal/box/corners{
+ dir = 8;
+ pixel_x = 15;
+ pixel_y = 16
+ },
+/obj/effect/landmark/start/atmospheric_technician,
+/turf/open/floor/iron/tech,
+/area/engine/atmos)
+"wtP" = (
+/obj/machinery/camera/directional/north,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/machinery/status_display/evac{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/guideline/guideline_half_edge/blue{
+ color = "#267878";
+ dir = 4
+ },
+/obj/effect/turf_decal/guideline/guideline_half_edge/blue{
+ color = "#267878";
+ dir = 10
+ },
+/obj/effect/turf_decal/guideline/guideline_edge_alt/blue{
+ color = "#267878";
+ dir = 8
+ },
+/obj/effect/turf_decal/guideline/guideline_tri/blue{
+ color = "#267878"
+ },
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/bot,
+/obj/structure/disposalpipe/trunk{
+ dir = 2
+ },
+/turf/open/floor/iron,
+/area/crew_quarters/dorms)
"wtU" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -70996,23 +70995,6 @@
},
/turf/open/floor/iron/dark,
/area/storage/primary)
-"wuQ" = (
-/obj/effect/turf_decal/guideline/guideline_edge/red{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/structure/sign/poster/random{
- pixel_x = 32
- },
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","security")
- },
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/landmark/start/security_officer,
-/turf/open/floor/iron/dark,
-/area/security/brig/dock)
"wvm" = (
/obj/machinery/door/airlock/research{
name = "Toxins Storage";
@@ -71099,6 +71081,15 @@
dir = 4
},
/area/medical/sleeper)
+"wwS" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/machinery/portable_atmospherics/canister/plasma,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/iron,
+/area/science/storage)
"wxk" = (
/obj/structure/lattice/catwalk,
/obj/structure/marker_beacon,
@@ -71129,13 +71120,6 @@
"wxS" = (
/turf/open/floor/carpet/royalblue,
/area/crew_quarters/heads/chief)
-"wyb" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard/aft)
"wyg" = (
/obj/structure/chair/fancy/bench/pew/right{
dir = 8
@@ -71162,9 +71146,6 @@
},
/turf/open/floor/catwalk_floor,
/area/maintenance/department/security)
-"wyC" = (
-/turf/open/floor/glass/reinforced,
-/area/engine/atmos)
"wyJ" = (
/obj/effect/turf_decal/delivery,
/obj/structure/curtain,
@@ -71179,6 +71160,18 @@
/area/security/prison{
name = "Prison Showers"
})
+"wyP" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/effect/turf_decal/bot,
+/obj/structure/window/reinforced{
+ dir = 4;
+ layer = 1
+ },
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","engine")
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"wyV" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -71204,20 +71197,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"wzd" = (
-/obj/machinery/camera/directional/north,
-/obj/machinery/firealarm/directional/north,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron/dark/side,
-/area/hallway/primary/central)
"wzs" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/tile/neutral{
@@ -71228,26 +71207,23 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
-"wzt" = (
-/obj/machinery/computer/cargo/request,
-/obj/machinery/status_display/evac{
- pixel_y = 32
- },
-/obj/effect/turf_decal/stripes/box,
-/obj/machinery/light{
- dir = 1
+"wzE" = (
+/obj/machinery/camera/autoname{
+ dir = 6;
+ network = list("ss13","prison")
},
-/obj/machinery/camera/directional/north{
- network = list("ss13","medbay")
+/obj/item/radio/intercom{
+ desc = "Talk through this. It looks like it has been modified to not broadcast.";
+ freerange = 1;
+ name = "Prison intercom";
+ pixel_x = 25;
+ prison_radio = 1
},
-/turf/open/floor/iron,
-/area/medical/storage)
-"wzH" = (
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","engine")
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
},
-/turf/open/floor/engine/co2,
-/area/engine/atmos)
+/turf/open/floor/wood,
+/area/security/prison)
"wzY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 5
@@ -71469,6 +71445,15 @@
/obj/structure/table/wood,
/turf/open/floor/wood,
/area/lawoffice)
+"wCd" = (
+/obj/machinery/camera/autoname/directional/east,
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/effect/turf_decal/guideline/guideline_edge/blue{
+ color = "#267878";
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/hallway/secondary/entry)
"wCj" = (
/obj/effect/landmark/blobstart,
/turf/open/floor/plating,
@@ -71538,19 +71523,6 @@
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/iron,
/area/maintenance/starboard/aft)
-"wEq" = (
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","medbay");
- view_range = 8
- },
-/obj/effect/turf_decal/guideline/guideline_edge/neutral{
- alpha = 255;
- dir = 8
- },
-/turf/open/floor/iron/white/side{
- dir = 4
- },
-/area/medical/medbay/central)
"wEy" = (
/obj/structure/disposalpipe/segment{
dir = 1
@@ -71642,14 +71614,74 @@
/obj/effect/landmark/start/assistant,
/turf/open/floor/iron/dark/smooth_large,
/area/hallway/primary/central)
+"wFG" = (
+/obj/effect/turf_decal/bot,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 4
+ },
+/obj/structure/closet/secure_closet/atmospherics{
+ anchored = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/engine/atmos)
"wFR" = (
/obj/machinery/smartfridge/organ,
/turf/closed/wall,
/area/medical/morgue)
+"wFT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -8;
+ pixel_y = -30
+ },
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/button/door{
+ id = "Capoffice";
+ id_tag = "cmoprivacy";
+ name = "Captain blast door";
+ pixel_x = 5;
+ pixel_y = -25
+ },
+/obj/structure/rack,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/item/aicard,
+/obj/item/storage/secure/briefcase,
+/turf/open/floor/iron,
+/area/bridge)
"wFU" = (
/obj/structure/closet/l3closet/virology,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
+"wGq" = (
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/structure/closet/crate/silvercrate,
+/obj/effect/turf_decal/delivery,
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/turf/open/floor/iron/dark,
+/area/security/nuke_storage)
"wGA" = (
/obj/effect/turf_decal/tile/dark_red/anticorner/contrasted,
/obj/effect/decal/cleanable/dirt,
@@ -71767,6 +71799,14 @@
},
/turf/open/floor/iron/dark,
/area/security/brig/medbay)
+"wId" = (
+/obj/machinery/button/door/incinerator_vent_atmos_aux{
+ pixel_y = 4;
+ id = "atmosshutters";
+ name = "atmos storage shutters"
+ },
+/turf/closed/wall,
+/area/engine/atmos)
"wIm" = (
/obj/effect/landmark/blobstart,
/obj/effect/decal/cleanable/dirt,
@@ -71950,16 +71990,6 @@
},
/turf/open/floor/iron/sepia,
/area/quartermaster/office)
-"wLs" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/table,
-/obj/item/paper_bin,
-/obj/item/pen,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/iron,
-/area/science/shuttledock)
"wLF" = (
/obj/structure/disposalpipe/segment{
dir = 2
@@ -72069,12 +72099,40 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/entry)
+"wMM" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -26;
+ pixel_y = 1
+ },
+/obj/structure/rack,
+/obj/item/storage/toolbox/electrical{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/storage/toolbox/mechanical,
+/obj/item/multitool,
+/obj/item/stack/cable_coil/cyan,
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"wMN" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
},
/turf/open/floor/plating,
/area/maintenance/department/science)
+"wNh" = (
+/obj/machinery/airalarm/server{
+ dir = 8;
+ pixel_x = -22
+ },
+/turf/open/floor/engine{
+ initial_gas_mix = "n2=100;TEMP=80";
+ name = "mainframe floor"
+ },
+/area/tcommsat/server)
"wNt" = (
/obj/machinery/door/window/northright{
name = "Library Desk Door";
@@ -72194,15 +72252,6 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/lobby)
-"wPk" = (
-/obj/machinery/camera/autoname/directional/east,
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/effect/turf_decal/guideline/guideline_edge/blue{
- color = "#267878";
- dir = 4
- },
-/turf/open/floor/iron,
-/area/hallway/secondary/entry)
"wPw" = (
/obj/effect/decal/cleanable/ash,
/obj/structure/cable/yellow{
@@ -72278,6 +72327,25 @@
/obj/item/clothing/head/utility/chefhat,
/turf/open/floor/iron/techmaint,
/area/security/prison)
+"wRh" = (
+/obj/machinery/status_display/evac{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/light,
+/obj/machinery/camera/motion{
+ c_tag = "MiniSat Upload Chamber";
+ dir = 5;
+ network = list("aiupload")
+ },
+/obj/structure/cable,
+/obj/machinery/power/smes{
+ charge = 5e+006
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai_upload)
"wRl" = (
/obj/effect/turf_decal/siding/wood{
dir = 1
@@ -72312,6 +72380,20 @@
"wRO" = (
/turf/open/floor/iron,
/area/quartermaster/sorting)
+"wRT" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/machinery/firealarm/directional/east,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/engine/atmos)
"wSi" = (
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/catwalk_floor,
@@ -72447,17 +72529,6 @@
},
/turf/open/floor/iron/grid/steel,
/area/hydroponics)
-"wUj" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/space_heater,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/department/security)
"wUw" = (
/obj/structure/table,
/obj/item/reagent_containers/food/drinks/bottle/virusfood{
@@ -72531,16 +72602,6 @@
},
/turf/open/floor/glass/reinforced,
/area/chapel/main)
-"wVR" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/iron/white,
-/area/science/xenobiology)
"wVX" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -72583,50 +72644,6 @@
/area/security/brig/dock{
name = "Security E.V.A. Storage"
})
-"wXb" = (
-/obj/item/kirbyplants/random,
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","engine");
- view_range = 8
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/guideline/guideline_half_edge/yellow{
- dir = 6
- },
-/obj/effect/turf_decal/guideline/guideline_half_edge/yellow{
- dir = 8
- },
-/obj/effect/turf_decal/guideline/guideline_edge_alt/yellow{
- dir = 4
- },
-/obj/effect/turf_decal/guideline/guideline_tri/yellow{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/engine/engineering)
-"wXc" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/light,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 4
- },
-/obj/structure/closet/secure_closet/atmospherics{
- anchored = 1
- },
-/turf/open/floor/iron/dark,
-/area/engine/atmos)
"wXg" = (
/obj/structure/closet/crate,
/obj/machinery/conveyor/inverted{
@@ -72697,6 +72714,34 @@
"wYg" = (
/turf/open/floor/plating,
/area/maintenance/department/medical/morgue)
+"wYB" = (
+/obj/machinery/atmospherics/components/binary/valve{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/button/door/incinerator_vent_toxmix{
+ pixel_x = -25;
+ pixel_y = 5
+ },
+/obj/machinery/button/ignition/incinerator/toxmix{
+ pixel_x = -25;
+ pixel_y = -5
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/light_switch{
+ pixel_x = -11;
+ pixel_y = 22
+ },
+/turf/open/floor/iron/dark/side{
+ dir = 9
+ },
+/area/science/mixing/chamber)
"wYG" = (
/obj/structure/disposalpipe/segment{
dir = 1
@@ -72744,29 +72789,6 @@
},
/turf/open/floor/iron/dark,
/area/science/mixing)
-"wZi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wideplating/dark{
- dir = 9
- },
-/obj/machinery/requests_console{
- department = "Cargo Bay";
- departmentType = 2;
- pixel_y = 29
- },
-/obj/machinery/camera/autoname{
- dir = 9
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/carpet/orange,
-/area/quartermaster/qm)
"wZj" = (
/obj/machinery/suit_storage_unit/mining/eva,
/obj/effect/turf_decal/delivery/red,
@@ -72859,6 +72881,25 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron,
/area/hallway/primary/central)
+"xaU" = (
+/obj/effect/turf_decal/tile/brown/anticorner/contrasted{
+ dir = 8
+ },
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow,
+/obj/effect/turf_decal/bot,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/item/storage/secure/safe{
+ pixel_x = 6;
+ pixel_y = -31
+ },
+/turf/open/floor/iron,
+/area/quartermaster/qm)
"xbr" = (
/obj/effect/turf_decal/tile/bar/opposingcorners,
/obj/structure/cable/yellow{
@@ -73083,16 +73124,6 @@
},
/turf/open/floor/wood,
/area/security/courtroom)
-"xff" = (
-/obj/structure/lattice,
-/obj/machinery/camera/motion/directional/east{
- c_tag = "ion 2";
- name = "Ion 2";
- network = list("Ion");
- view_range = 8
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"xfs" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -73212,6 +73243,13 @@
},
/turf/open/floor/iron/techmaint,
/area/hallway/secondary/service)
+"xik" = (
+/obj/structure/chair/stool/directional/west,
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/turf/open/floor/carpet/blue,
+/area/crew_quarters/cafeteria)
"xip" = (
/obj/machinery/rnd/production/techfab/department/cargo,
/obj/effect/turf_decal/stripes/box,
@@ -73231,6 +73269,16 @@
},
/turf/open/floor/iron,
/area/medical/genetics)
+"xiu" = (
+/obj/machinery/porta_turret/ai{
+ dir = 4
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "MiniSat Core Hallway 2";
+ network = list("minisat")
+ },
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"xiD" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -73722,16 +73770,6 @@
},
/turf/open/floor/plating/airless,
/area/science/test_area)
-"xoV" = (
-/obj/machinery/newscaster{
- pixel_y = 34
- },
-/obj/machinery/camera/autoname{
- dir = 9;
- network = list("ss13","security","court")
- },
-/turf/open/floor/wood,
-/area/security/courtroom)
"xoY" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 1
@@ -73740,6 +73778,20 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"xph" = (
+/obj/effect/spawner/structure/window/reinforced,
+/obj/structure/curtain/directional,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/heads/chief)
"xpx" = (
/obj/machinery/space_heater,
/turf/open/floor/plating,
@@ -73754,6 +73806,18 @@
},
/turf/open/floor/iron/sepia,
/area/quartermaster/office)
+"xpU" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/chair/stool/directional/west,
+/obj/effect/landmark/start/assistant,
+/obj/machinery/light_switch{
+ pixel_x = 23;
+ pixel_y = -25
+ },
+/turf/open/floor/glass/reinforced,
+/area/crew_quarters/cafeteria)
"xpW" = (
/obj/structure/reflector/double{
dir = 5
@@ -74017,23 +74081,6 @@
},
/turf/open/floor/iron,
/area/science/storage)
-"xuj" = (
-/obj/machinery/camera/autoname{
- dir = 10;
- network = list("ss13","prison")
- },
-/obj/structure/railing{
- dir = 1
- },
-/obj/machinery/hydroponics/constructable,
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/effect/turf_decal/tile/black/fourcorners,
-/turf/open/floor/iron/techmaint,
-/area/security/prison{
- name = "Prison Botany"
- })
"xux" = (
/obj/machinery/suit_storage_unit/security,
/obj/structure/sign/warning/radiation_shelter{
@@ -74060,12 +74107,6 @@
},
/turf/open/floor/iron/white,
/area/medical/sleeper)
-"xuD" = (
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","engine")
- },
-/turf/open/floor/engine/n2o,
-/area/engine/atmos)
"xuJ" = (
/obj/structure/sign/departments/medbay/alt{
pixel_y = -32
@@ -74075,6 +74116,28 @@
},
/turf/closed/wall/r_wall,
/area/crew_quarters/heads/cmo)
+"xuM" = (
+/obj/structure/closet/secure_closet/hop,
+/obj/item/modular_computer/tablet/pda,
+/obj/item/modular_computer/tablet/pda,
+/obj/item/modular_computer/tablet/pda,
+/obj/item/modular_computer/tablet/pda,
+/obj/item/modular_computer/tablet/pda,
+/obj/machinery/newscaster{
+ pixel_x = 1;
+ pixel_y = 33
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads/hop)
"xuN" = (
/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/turf/open/floor/iron/tech,
@@ -74157,6 +74220,11 @@
},
/turf/open/floor/grass/no_border,
/area/crew_quarters/heads/hop)
+"xvM" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair/stool/directional/south,
+/turf/open/floor/carpet/royalblack,
+/area/library)
"xvS" = (
/obj/machinery/computer/cargo/request{
dir = 8
@@ -74263,31 +74331,12 @@
},
/turf/open/floor/iron/dark,
/area/quartermaster/office)
-"xwX" = (
-/obj/structure/window/reinforced,
-/obj/structure/flora/ausbushes/fullgrass,
-/obj/structure/flora/ausbushes/ppflowers,
-/obj/structure/flora/ausbushes/fernybush,
-/obj/machinery/camera/autoname/directional/west,
-/turf/open/floor/grass/no_border,
-/area/hallway/secondary/exit/departure_lounge)
"xwY" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/port/aft)
-"xwZ" = (
-/obj/effect/turf_decal/tile/yellow/half/contrasted{
- alpha = 180
- },
-/obj/structure/closet/secure_closet/engineering_electrical,
-/obj/effect/turf_decal/bot,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow,
-/turf/open/floor/iron,
-/area/engine/storage)
"xxc" = (
/obj/effect/turf_decal/tile/dark_blue/fourcorners/contrasted{
alpha = 180
@@ -74432,6 +74481,16 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/department/engine)
+"xxS" = (
+/obj/structure/table/reinforced,
+/obj/machinery/cell_charger,
+/obj/item/stock_parts/cell/high/plus,
+/obj/machinery/light,
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","engine")
+ },
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/chief)
"xya" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -74474,20 +74533,6 @@
},
/turf/open/floor/iron/white/side,
/area/science/lab)
-"xyu" = (
-/obj/machinery/door/window/northleft{
- name = "Kitchen Delivery";
- req_access_txt = "28"
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/camera/autoname/directional/west,
-/obj/machinery/light_switch{
- pixel_x = -20
- },
-/turf/open/floor/iron/freezer,
-/area/crew_quarters/kitchen/coldroom)
"xyz" = (
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -74673,6 +74718,13 @@
/obj/item/reagent_containers/spray/cleaner,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
+"xAP" = (
+/obj/machinery/camera/motion/directional/south{
+ c_tag = "Armory - Internal";
+ network = list("ss13","security")
+ },
+/turf/open/space/basic,
+/area/space)
"xAQ" = (
/turf/open/floor/iron/dark/corner,
/area/hallway/primary/central)
@@ -74683,16 +74735,6 @@
/obj/effect/mapping_helpers/tile_breaker,
/turf/open/floor/wood,
/area/maintenance/central)
-"xBa" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/engine/atmos)
"xBb" = (
/obj/machinery/door/firedoor,
/turf/open/floor/iron/cafeteria,
@@ -74871,6 +74913,13 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
+"xFe" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/medical/morgue)
"xFg" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
@@ -75080,6 +75129,14 @@
},
/turf/open/floor/iron/dark,
/area/medical/chemistry)
+"xIe" = (
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/structure/cable/yellow,
+/turf/open/floor/iron,
+/area/quartermaster/sorting)
"xIf" = (
/obj/structure/cable/yellow{
icon_state = "2-8"
@@ -75160,13 +75217,6 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
-"xJA" = (
-/obj/structure/chair/stool/directional/west,
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/security/prison)
"xJC" = (
/obj/effect/turf_decal/tile/dark_red/fourcorners/contrasted{
alpha = 180;
@@ -75289,14 +75339,6 @@
},
/turf/open/floor/iron/white,
/area/science/research)
-"xLf" = (
-/obj/structure/chair{
- dir = 4
- },
-/obj/structure/cable/yellow,
-/obj/machinery/power/apc/auto_name/directional/south,
-/turf/open/floor/iron/dark,
-/area/science/mixing)
"xLL" = (
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -75381,27 +75423,6 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat/foyer)
-"xNu" = (
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","medbay")
- },
-/obj/effect/turf_decal/guideline/guideline_edge/blue{
- dir = 4
- },
-/turf/open/floor/iron/white/side{
- dir = 8
- },
-/area/medical/sleeper)
-"xNC" = (
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","cargo")
- },
-/obj/structure/closet/crate/mail,
-/turf/open/floor/iron,
-/area/quartermaster/sorting)
"xNG" = (
/obj/structure/window/reinforced{
dir = 4;
@@ -75425,21 +75446,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
-"xOl" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "MailConv"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/iron/dark,
-/area/quartermaster/storage)
"xOr" = (
/obj/structure/disposalpipe/segment,
/obj/effect/turf_decal/tile/yellow/half/contrasted{
@@ -75471,6 +75477,35 @@
dir = 8
},
/area/hallway/primary/central)
+"xPh" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 1
+ },
+/obj/effect/turf_decal/bot,
+/obj/structure/rack,
+/obj/item/storage/box/monkeycubes{
+ layer = 3.1;
+ pixel_x = -4;
+ pixel_y = 8
+ },
+/obj/item/storage/box/monkeycubes{
+ layer = 3.1;
+ pixel_x = 2
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "quarantineshutters";
+ name = "isolation shutters"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 24;
+ pixel_y = -3
+ },
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron/grid/steel,
+/area/medical/virology)
"xPu" = (
/obj/effect/landmark/blobstart,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
@@ -75495,18 +75530,6 @@
"xPA" = (
/turf/closed/wall,
/area/medical/break_room)
-"xPE" = (
-/obj/structure/table,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/item/stack/cable_coil/random/five,
-/obj/item/screwdriver,
-/obj/item/wrench,
-/obj/item/circuitboard/machine/paystand,
-/turf/open/floor/iron/dark,
-/area/vacant_room/commissary/commissary1)
"xPG" = (
/obj/structure/disposalpipe/segment{
dir = 8
@@ -75528,14 +75551,6 @@
},
/turf/open/floor/iron/tech,
/area/engine/engine_room)
-"xPT" = (
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","security")
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow,
-/turf/open/floor/wood,
-/area/security/detectives_office)
"xQy" = (
/obj/effect/turf_decal/guideline/guideline_edge/purple{
dir = 4
@@ -75550,6 +75565,13 @@
dir = 8
},
/area/science/research)
+"xQT" = (
+/obj/structure/bookcase/random/fiction,
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 28
+ },
+/turf/open/floor/wood,
+/area/library)
"xRe" = (
/obj/effect/turf_decal/tile/dark_green/fourcorners/contrasted,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
@@ -75581,6 +75603,10 @@
},
/turf/open/floor/iron,
/area/science/mixing)
+"xRm" = (
+/obj/structure/chair/stool/directional/west,
+/turf/open/floor/wood,
+/area/security/prison)
"xRL" = (
/obj/structure/table/wood,
/obj/structure/mirror{
@@ -75602,6 +75628,22 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre/backstage)
+"xSd" = (
+/obj/machinery/vending/wardrobe/sec_wardrobe,
+/obj/effect/turf_decal/tile/red/half/contrasted{
+ alpha = 180;
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/bot,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/iron,
+/area/security/checkpoint/escape)
"xSH" = (
/obj/machinery/shower{
pixel_y = 12
@@ -75687,19 +75729,6 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
-"xUD" = (
-/obj/structure/lattice/catwalk,
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 9
- },
-/obj/machinery/camera/motion/directional/east{
- c_tag = "ion 1";
- name = "Ion 1";
- network = list("Ion");
- view_range = 10
- },
-/turf/open/space/basic,
-/area/space/nearstation)
"xUI" = (
/obj/structure/chair/wood/normal{
dir = 1
@@ -75719,6 +75748,18 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/central)
+"xUM" = (
+/obj/structure/table,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/item/stack/cable_coil/random/five,
+/obj/item/screwdriver,
+/obj/item/wrench,
+/obj/item/circuitboard/machine/paystand,
+/turf/open/floor/iron/dark,
+/area/vacant_room/commissary/commissary1)
"xUR" = (
/obj/effect/turf_decal/guideline/guideline_edge/red{
dir = 1
@@ -75835,6 +75876,14 @@
dir = 8
},
/area/science/research)
+"xWC" = (
+/obj/machinery/camera/motion/directional/south{
+ c_tag = "MiniSat Exterior 3";
+ network = list("minisat")
+ },
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/space/nearstation)
"xWL" = (
/obj/effect/turf_decal/tile/yellow{
dir = 8
@@ -75891,42 +75940,10 @@
},
/turf/open/floor/iron,
/area/science/lobby)
-"xXE" = (
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/machinery/camera/autoname/directional/south,
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/maintenance/solars/port/aft)
"xXT" = (
/obj/machinery/atmospherics/pipe/manifold4w/general/visible,
/turf/open/floor/iron/tech,
/area/engine/atmos)
-"xYi" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","rd")
- },
-/obj/machinery/button/door{
- desc = "A remote control switch for the medbay foyer.";
- id = "RoboFoyer";
- name = "Robo Doors Control";
- normaldoorcontrol = 1;
- pixel_x = -32;
- pixel_y = 1
- },
-/turf/open/floor/iron,
-/area/science/robotics)
"xYn" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -76022,6 +76039,20 @@
},
/turf/open/floor/iron/dark,
/area/engine/atmospherics_engine)
+"xZk" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 4;
+ name = "Air to Ports"
+ },
+/obj/effect/turf_decal/delivery,
+/obj/structure/fireaxecabinet{
+ pixel_y = -32
+ },
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","engine")
+ },
+/turf/open/floor/iron/tech,
+/area/engine/atmos)
"xZJ" = (
/obj/machinery/shieldwallgen,
/obj/effect/turf_decal/bot,
@@ -76169,17 +76200,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron,
/area/vacant_room/commissary/commissary1)
-"ybx" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/effect/turf_decal/guideline/guideline_edge/green,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow,
-/turf/open/floor/iron/white/side{
- dir = 1
- },
-/area/medical/medbay/central)
"ybD" = (
/obj/structure/window/reinforced{
dir = 4;
@@ -76196,6 +76216,21 @@
/obj/effect/turf_decal/tile/neutral/half/contrasted,
/turf/open/floor/iron,
/area/hallway/primary/central)
+"ybZ" = (
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/closet/secure_closet/personal,
+/obj/effect/turf_decal/box,
+/obj/machinery/camera/autoname{
+ dir = 10;
+ network = list("ss13","medbay")
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/open/floor/iron/grid/steel,
+/area/medical/virology)
"ycb" = (
/obj/effect/landmark/blobstart,
/obj/effect/decal/cleanable/dirt,
@@ -76207,21 +76242,29 @@
},
/turf/open/floor/iron/tech/grid,
/area/engine/engine_room)
-"ycl" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+"ycm" = (
+/obj/structure/lattice/catwalk,
+/obj/machinery/camera/autoname/directional/west{
+ c_tag = "AI Core";
+ network = list("aicore")
},
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","security")
+/obj/machinery/porta_turret/ai{
+ dir = 4
},
-/obj/effect/turf_decal/guideline/guideline_edge/purple,
-/obj/structure/extinguisher_cabinet{
- pixel_y = -33
+/obj/machinery/button/flasher{
+ id = "aicore";
+ pixel_x = -32;
+ pixel_y = 4
},
-/turf/open/floor/iron/white/side{
- dir = 1
+/obj/machinery/button/door{
+ id = "AIwindows";
+ name = "AI View Blast doors";
+ pixel_x = -32;
+ pixel_y = -5;
+ req_access_txt = "19"
},
-/area/science/research)
+/turf/open/floor/engine/o2,
+/area/ai_monitored/turret_protected/ai)
"ycs" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -76405,6 +76448,20 @@
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/iron,
/area/engine/engine_room)
+"yfv" = (
+/obj/machinery/computer/cargo/request,
+/obj/machinery/status_display/evac{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/box,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron,
+/area/medical/storage)
"yfH" = (
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron/dark,
@@ -76424,28 +76481,6 @@
},
/turf/open/floor/iron/dark,
/area/vacant_room/commissary/commissary1)
-"yga" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/sign/departments/minsky/research/robotics{
- pixel_x = 32;
- pixel_y = 32
- },
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/bot,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/iron,
-/area/science/lobby)
"ygb" = (
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
@@ -76532,26 +76567,6 @@
"yil" = (
/turf/closed/wall,
/area/security/brig/dock)
-"yim" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 8
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Toxins Mixers";
- name = "science camera";
- network = list("ss13","rd")
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/item/radio/intercom{
- pixel_x = 32;
- pixel_y = -3
- },
-/turf/open/floor/iron/dark/side{
- dir = 4
- },
-/area/science/mixing)
"yiJ" = (
/obj/effect/turf_decal/tile/blue/opposingcorners,
/turf/open/floor/iron,
@@ -76606,21 +76621,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/port/central)
-"yjR" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","security")
- },
-/obj/machinery/light_switch{
- pixel_y = 28
- },
-/turf/open/floor/iron/dark,
-/area/engine/engine_room)
"yki" = (
/obj/effect/turf_decal/tile/dark_red{
dir = 4
@@ -76631,6 +76631,23 @@
/obj/effect/spawner/lootdrop/maintenance/two,
/turf/open/floor/iron,
/area/maintenance/department/security)
+"ykj" = (
+/obj/machinery/computer/cargo/request{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot,
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","rd")
+ },
+/obj/machinery/newscaster{
+ pixel_x = -31;
+ pixel_y = 1
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/science/lab)
"ykl" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/easel,
@@ -76744,18 +76761,18 @@
/area/security/main{
name = "Security Viewing Hall"
})
-"ylv" = (
-/obj/structure/cable/yellow{
- icon_state = "0-2"
+"ylw" = (
+/obj/machinery/camera/directional/north{
+ network = list("ss13","rd")
},
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/light/small{
- dir = 8
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/vacant_room/commissary/commissary2)
+/turf/open/floor/iron,
+/area/science/lobby)
"ylB" = (
/obj/structure/flora/ausbushes/fullgrass,
/obj/structure/flora/tree/jungle,
@@ -76813,22 +76830,6 @@
/area/security/prison{
name = "Prison Processing"
})
-"ylW" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","rd")
- },
-/obj/effect/turf_decal/guideline/guideline_edge/purple,
-/obj/item/kirbyplants/random,
-/turf/open/floor/iron/white/side{
- dir = 1
- },
-/area/science/research)
"ymh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 5
@@ -97309,7 +97310,7 @@ gVn
cCS
ubU
cMW
-aAT
+oub
clu
kcG
hff
@@ -97786,7 +97787,7 @@ jut
bAQ
eQu
bAQ
-fGv
+tzI
cxe
gwI
aui
@@ -98025,7 +98026,7 @@ yeA
yeA
nEb
xjm
-vIZ
+eqJ
kSR
jgQ
iQP
@@ -98087,7 +98088,7 @@ hOH
hCg
bOe
jaQ
-oOv
+gXl
aSA
vmg
vmg
@@ -98290,7 +98291,7 @@ owK
dAE
cNI
nEb
-eDU
+onU
aaB
gUF
hEC
@@ -98308,7 +98309,7 @@ mKI
uql
cfA
xmU
-tmw
+psU
ptJ
uql
cfA
@@ -98560,7 +98561,7 @@ sLM
cdQ
hyw
ctt
-xOl
+leu
suJ
haM
tos
@@ -98573,7 +98574,7 @@ kZM
vZk
krB
mfp
-cJy
+gKA
pFo
kIo
utS
@@ -98596,7 +98597,7 @@ uZf
cMW
pCS
wHX
-aTH
+khS
ojN
jWD
frZ
@@ -98608,13 +98609,13 @@ lQR
ecY
wKx
rJD
-tyz
+vDf
fSH
gqI
nFs
gqI
fFP
-mXF
+rlT
qOG
mfz
hvo
@@ -98807,7 +98808,7 @@ nEb
oom
wcV
osV
-viN
+eyU
oJT
xwW
fLS
@@ -98817,7 +98818,7 @@ tQK
kTN
jSa
ctt
-gOS
+wdN
suJ
haM
haM
@@ -98827,9 +98828,9 @@ fcO
fdu
fdu
kZM
-nKO
+ehp
krB
-niK
+vxB
cbf
cbf
vzD
@@ -99045,7 +99046,7 @@ gsA
gsA
emF
pIC
-kbM
+sCn
txn
grt
wBi
@@ -99092,7 +99093,7 @@ aST
rur
bSZ
xNU
-lRN
+bYz
vJE
vJE
vYg
@@ -99126,7 +99127,7 @@ fAX
fSH
kCg
jsN
-dAc
+sLe
ndC
gxD
kKf
@@ -99309,13 +99310,13 @@ nEb
pbb
qFt
bmx
-wuQ
+ouF
wUE
mEt
pcI
oLS
cnZ
-gKw
+arv
iZm
nEb
bzp
@@ -99323,7 +99324,7 @@ nBY
pSz
ddp
tXw
-dlI
+fhb
oZB
lMv
jRA
@@ -99349,7 +99350,7 @@ pVF
gni
xuZ
kXS
-eBS
+kPo
vJE
gPy
qAN
@@ -99377,7 +99378,7 @@ cCS
cCS
cCS
dCD
-wLs
+vWq
kIX
pYo
fSH
@@ -99388,7 +99389,7 @@ fFP
jxU
bwy
nTZ
-xLf
+qob
gci
ylG
neI
@@ -99580,7 +99581,7 @@ bev
xER
oCu
tXw
-tyK
+cct
nAB
ueg
mnU
@@ -99617,7 +99618,7 @@ psX
hpy
afH
osm
-pcR
+eJU
ggJ
ggJ
ggJ
@@ -99638,10 +99639,10 @@ ais
kHb
tGu
fSH
-dBw
+wYB
eAT
tQr
-hKt
+fYo
jxU
rrw
xGh
@@ -99812,7 +99813,7 @@ yeA
gsA
gsA
cKl
-qKS
+ofr
rDf
jZk
iGi
@@ -99847,7 +99848,7 @@ kHp
ctt
ppA
lvd
-czt
+rCP
bsk
oBB
spv
@@ -99865,9 +99866,9 @@ ixk
uVW
oZI
vJE
-oqv
+oBS
uCQ
-ilM
+vwR
iVO
fQw
ujR
@@ -99878,7 +99879,7 @@ nQZ
ggJ
dvu
kPB
-dOL
+ykj
dLu
mGb
ggJ
@@ -100090,8 +100091,8 @@ gsA
gsA
eSK
xkc
-vPT
-aQj
+ryj
+wGq
eBH
eSK
wXg
@@ -100133,12 +100134,12 @@ vEN
tIR
tIR
ggJ
-oBw
+pFp
nMl
jxf
rjY
iqd
-vMK
+stJ
kpo
sXU
aZg
@@ -100152,7 +100153,7 @@ dCD
aUi
qLt
fSH
-qXr
+dbb
mrM
oYr
tNg
@@ -100171,7 +100172,7 @@ wfM
qZZ
hkD
lUw
-sIY
+fIM
qPv
gsA
gsA
@@ -100328,7 +100329,7 @@ rhT
wIb
uJB
aCn
-dAb
+hkA
wSw
dNb
rzL
@@ -100341,7 +100342,7 @@ trr
yaP
asB
qNP
-seE
+fWj
bAj
nmf
nmf
@@ -100371,7 +100372,7 @@ eUN
fZg
deg
eUN
-gTz
+qFC
nnR
eUN
iaP
@@ -100404,7 +100405,7 @@ ajg
ajg
jUq
ofJ
-oyD
+mZO
aOK
hyK
pYx
@@ -100677,7 +100678,7 @@ tWS
gci
wdC
aEN
-xXE
+wfi
neI
qZZ
dUZ
@@ -100850,7 +100851,7 @@ bAo
iqW
arO
saW
-sez
+eXB
bAj
pkt
drf
@@ -100869,7 +100870,7 @@ dTO
wLN
vSZ
xHk
-cub
+hFj
dzQ
xHy
aka
@@ -101102,7 +101103,7 @@ bAo
hbo
bUQ
tBN
-aLk
+eAd
bAo
oMT
bsA
@@ -101135,7 +101136,7 @@ xHY
pqC
ojG
uHB
-muG
+sSF
waw
waw
saf
@@ -101155,7 +101156,7 @@ uKi
qQY
uKi
kaN
-qYz
+ylw
mBq
kht
vBo
@@ -101184,7 +101185,7 @@ vxi
saH
fKo
ehV
-yim
+qsE
tNa
cRQ
ejW
@@ -101347,11 +101348,11 @@ yeA
yeA
nCb
kQM
-gdi
+erx
iHF
nCb
obb
-buP
+pYp
uCa
nCb
nCb
@@ -101379,7 +101380,7 @@ eSK
eSK
eSK
eSK
-nHf
+mui
hBT
jmm
npB
@@ -101387,7 +101388,7 @@ uDS
pZR
ftV
jrO
-orl
+xaU
ttt
cwM
aBx
@@ -101402,7 +101403,7 @@ kml
eXl
utF
abg
-lGL
+bOW
dxU
fBx
gAf
@@ -101410,7 +101411,7 @@ odP
uKi
mHk
rlV
-hvF
+jIs
iiM
ryi
llP
@@ -101427,9 +101428,9 @@ fYu
fwK
hmW
gCM
-fCU
+suI
ygl
-haf
+wwS
fTF
pFb
kTh
@@ -101438,7 +101439,7 @@ pPA
oON
gci
wcx
-vzd
+pZX
mou
cgV
wcx
@@ -101601,7 +101602,7 @@ yeA
yeA
yeA
yeA
-jTY
+xAP
nCb
hjQ
nRN
@@ -101665,7 +101666,7 @@ pon
iDV
eMu
uKi
-pWj
+fiW
auK
rlV
iiM
@@ -101862,7 +101863,7 @@ yeA
doe
sSb
lye
-jsn
+pZd
nCb
pAC
bHj
@@ -101874,7 +101875,7 @@ kKx
knW
yku
lls
-nPy
+vJz
icK
wgX
mky
@@ -101895,7 +101896,7 @@ flg
mNL
cFj
ntY
-irA
+gvA
ttt
cma
hzH
@@ -101926,7 +101927,7 @@ fLx
bEk
dKJ
uKi
-yga
+tyR
uSu
dzf
ugX
@@ -101952,7 +101953,7 @@ pPA
xxw
oit
wcx
-szH
+htY
iIL
mou
cPB
@@ -102157,7 +102158,7 @@ ttt
ltF
khE
fwR
-oLz
+ava
vMP
ttt
pqC
@@ -102198,9 +102199,9 @@ rIi
lXA
vFo
goY
-rYF
+oSt
ygl
-fuX
+bzm
dNX
nuU
izG
@@ -102225,9 +102226,9 @@ eTx
wfM
wfM
sfR
-wgV
-wgV
-wgV
+clJ
+clJ
+clJ
qZZ
oPl
vQr
@@ -102417,7 +102418,7 @@ dcU
miS
ttt
ttt
-qbq
+hno
gpR
vXq
wyX
@@ -102426,13 +102427,13 @@ nyM
fiu
fan
eOI
-xNC
+uRk
eXl
utF
hkB
naW
-oEN
-unc
+lbX
+vjx
hmr
dfb
uKi
@@ -102669,7 +102670,7 @@ tUl
wfJ
vke
ttt
-wZi
+nYN
jlP
xeN
jBT
@@ -102683,7 +102684,7 @@ fyK
laG
bWn
wcR
-ieD
+xIe
eXl
ieI
cOA
@@ -102708,7 +102709,7 @@ lAQ
wMI
bqO
ljt
-ylW
+rhU
dEP
vJq
nXn
@@ -102943,7 +102944,7 @@ hvB
dZF
cOA
rPE
-aya
+sZP
eXl
jFD
fRc
@@ -102952,13 +102953,13 @@ aWV
nnB
jwV
eyc
-xYi
-kfW
+enQ
+fNW
tIQ
ojh
bId
lEa
-iwl
+uKc
nnB
jcy
nIi
@@ -102973,7 +102974,7 @@ gCB
lBo
xfs
fMa
-wnH
+jcv
dEP
kzq
qZZ
@@ -103167,7 +103168,7 @@ brc
pYj
fMW
eFv
-tdm
+hYs
wUI
eJV
jFM
@@ -103185,7 +103186,7 @@ ssi
ttt
pRf
vGb
-ftb
+fnK
uWe
ttt
pqC
@@ -103420,7 +103421,7 @@ hBA
pqn
bRp
nrP
-eFf
+aYi
fHK
fHK
fHK
@@ -103464,7 +103465,7 @@ hkJ
dHv
bYw
nnB
-gNL
+osf
hSX
cFQ
clo
@@ -103478,7 +103479,7 @@ cXM
smX
jRK
xmC
-lVr
+iyT
jYo
gCl
vRd
@@ -103661,7 +103662,7 @@ gsA
gsA
gsA
uYx
-reC
+uci
wjp
wjp
cxX
@@ -103692,7 +103693,7 @@ bkX
gPD
ksd
jBw
-wUj
+enx
wLZ
qcF
qRe
@@ -103702,7 +103703,7 @@ ksd
iAB
dWa
jBw
-rQk
+sVd
mqZ
gZQ
gbm
@@ -103739,7 +103740,7 @@ gFy
jMN
lpa
uve
-cPD
+ePU
uUA
hob
hnb
@@ -103924,7 +103925,7 @@ mAB
lQp
nNv
uYx
-tFD
+lok
oXo
oXo
scv
@@ -104021,7 +104022,7 @@ xWu
fAH
kKG
xTh
-fKj
+dSE
jtA
lef
rVg
@@ -104173,7 +104174,7 @@ yeA
gsA
ewB
gsA
-aAn
+uJy
uYx
glR
wDS
@@ -104183,7 +104184,7 @@ cWL
qVx
xvS
jfL
-aHZ
+oaL
vkp
vLJ
vLJ
@@ -104195,12 +104196,12 @@ fVQ
jlw
rki
cUa
-jxc
+uIo
kkg
pgT
wdS
kje
-xPT
+iqJ
vbe
aJB
nBO
@@ -104255,7 +104256,7 @@ jHo
cLF
wFq
uUA
-cYV
+oaT
ouD
sag
wHY
@@ -104436,7 +104437,7 @@ bBH
wDS
rHv
lQp
-gaX
+vQE
uYx
hBK
hBK
@@ -104737,7 +104738,7 @@ gbm
oiI
dMT
tQR
-cML
+gUl
elv
niR
fsy
@@ -104753,11 +104754,11 @@ nnB
nnB
qie
lGU
-non
+czC
byb
vYH
wke
-ckD
+kDT
gfD
mtq
voJ
@@ -104771,19 +104772,19 @@ miw
iEd
tyx
fwF
-fqP
+eoO
boR
dfe
-vpz
+hdv
tyx
dfe
-oPL
+jcP
tyx
fwF
-irQ
+uLK
tyx
dfe
-gVS
+olf
iEd
hcU
lQJ
@@ -104956,7 +104957,7 @@ imo
gut
kWP
pZe
-gGF
+iSf
iaG
efl
aaQ
@@ -104992,7 +104993,7 @@ fYs
gZQ
ceW
oiI
-lSZ
+ewX
xYW
ssN
jLb
@@ -105209,7 +105210,7 @@ eNe
ips
tBL
uYx
-mkt
+tVv
vMa
dWk
iQH
@@ -105228,7 +105229,7 @@ hMu
gUK
ijs
wTo
-axK
+uim
ntc
ntc
djl
@@ -105255,7 +105256,7 @@ oKM
cwG
sNq
oiI
-dAa
+faP
unH
xGQ
war
@@ -105280,7 +105281,7 @@ uUA
miw
saA
mFb
-jZM
+uRO
miw
iEd
tyx
@@ -105474,7 +105475,7 @@ tfC
oWD
fkq
cej
-rCK
+mYF
aTX
fQj
hZQ
@@ -105559,7 +105560,7 @@ iEd
cSe
qtl
jcW
-gQY
+raT
uMP
hwE
xMx
@@ -105731,7 +105732,7 @@ nFk
bDs
pVy
ifC
-sjV
+cmw
wkK
ifC
njd
@@ -105744,7 +105745,7 @@ bXM
jJB
vMg
ntc
-xoV
+gFU
nUU
jqL
xkq
@@ -105979,7 +105980,7 @@ mtI
mtI
mtI
mtI
-wel
+mLg
wBe
pbr
qLO
@@ -106011,7 +106012,7 @@ sLs
jQC
jQC
gQP
-xPE
+xUM
cDX
yfX
gQP
@@ -106239,14 +106240,14 @@ mtI
lcp
bjP
bjP
-xuj
+hIn
qVi
uhp
gEs
ncP
ifC
prX
-tiq
+rGC
ifC
nic
lMI
@@ -106296,7 +106297,7 @@ eXl
cOA
eXl
sSc
-tRX
+jZv
sxf
uBu
nrU
@@ -106305,7 +106306,7 @@ tuP
bHp
aIj
iEd
-tQl
+iMA
tyx
tyx
ajY
@@ -106325,7 +106326,7 @@ tuq
hhG
uWy
lOS
-lbc
+hMK
iEd
kZA
slG
@@ -106455,7 +106456,7 @@ gsA
gsA
jGx
jGx
-lSC
+dTu
gsA
gsA
yeA
@@ -106508,7 +106509,7 @@ ifC
wBP
vMT
bzb
-jDk
+stN
njd
njd
vYA
@@ -106560,14 +106561,14 @@ nHQ
fsB
sZU
gYb
-ycl
+aQv
iEd
dRq
dRq
dRq
dRq
dRq
-gdt
+qnR
oWT
qMR
iEd
@@ -106743,7 +106744,7 @@ hhv
hhv
hhv
hhv
-pPo
+puk
qLO
mtI
mtI
@@ -106777,20 +106778,20 @@ kxz
eGa
xeT
nBG
-jMy
-lqD
+rDE
+gIh
jQC
bJY
ntc
ntc
lYp
rxA
-nQV
+ffL
uTN
hUK
tpU
xAQ
-jZl
+qXs
dvH
bBu
oiI
@@ -106810,7 +106811,7 @@ pMZ
mZq
oFg
sSc
-nqJ
+uWx
sbe
wAA
ffm
@@ -106824,7 +106825,7 @@ iFD
iim
mFm
ixy
-wVR
+gQN
qnY
oaH
iEd
@@ -106856,7 +106857,7 @@ jGx
fJJ
jsM
fJJ
-xUD
+uGj
vmj
gsA
vmj
@@ -107246,7 +107247,7 @@ gsA
gsA
haY
hsm
-tsf
+dLz
aqv
bzD
sBs
@@ -107255,7 +107256,7 @@ sHT
qZB
sJq
eAl
-rIH
+hRN
hhv
euT
qLO
@@ -107268,9 +107269,9 @@ eDH
wQT
aDR
iee
-fnz
-fnz
-fnz
+kOb
+kOb
+kOb
fun
fun
ade
@@ -107279,12 +107280,12 @@ gVP
pVO
qtD
eSn
-cNP
+mUA
pFk
njd
eJN
tQh
-viR
+gue
ntc
ntc
iNl
@@ -107367,8 +107368,8 @@ uAb
peX
fos
ckw
-qjO
-bQL
+pxP
+kKM
uLf
nCn
xkg
@@ -107484,7 +107485,7 @@ qSE
hDo
hlI
rwK
-udB
+wMM
vnu
uuQ
hoj
@@ -107517,7 +107518,7 @@ hhv
fCc
qLO
lTA
-mrE
+mqL
mfP
lWa
mfP
@@ -107529,7 +107530,7 @@ uZg
dyS
ldH
wNH
-nTv
+xRm
daa
rCn
hae
@@ -107545,7 +107546,7 @@ wdB
seT
uXx
ggO
-exc
+bhP
seT
gHo
nQL
@@ -107582,7 +107583,7 @@ wgf
ykx
vWU
xnB
-nXS
+cRW
tqq
tGg
ykx
@@ -107602,7 +107603,7 @@ iEd
fBK
tyx
tyx
-gfp
+hic
gjo
qks
tyx
@@ -107611,7 +107612,7 @@ iKS
iEd
iEd
iKS
-aOP
+enN
eEf
qoc
jcW
@@ -107736,7 +107737,7 @@ odS
mZi
iPo
wsM
-ldt
+inN
mZi
iPo
jfG
@@ -107744,7 +107745,7 @@ dNM
mZi
upL
uuQ
-efN
+lmN
udp
vqC
uuQ
@@ -107757,35 +107758,35 @@ gsA
lYb
uyJ
luu
-eCW
-rwA
+gAB
+lGH
prv
sZS
bmN
llh
jJw
-dMi
+kjm
hsm
hsm
eIK
piE
-bly
+coK
hhv
fmg
qLO
gtD
mOm
tQy
-hGt
+saj
soj
dHL
mUn
gmF
caA
-xJA
-wnJ
-iUx
-qCN
+skp
+jje
+bUf
+wzE
jTr
oiw
pxh
@@ -107841,7 +107842,7 @@ fcP
mKM
ewi
itk
-gcp
+rGp
ykx
rUt
nvJ
@@ -108028,7 +108029,7 @@ hhv
hhv
hhv
hhv
-eaw
+jiS
qLO
ifC
ifC
@@ -108086,7 +108087,7 @@ chV
eXl
bzO
mcm
-ylv
+hBR
cSY
brj
bzO
@@ -108109,8 +108110,8 @@ peP
vfR
dVW
iEd
-oDF
-cFu
+rqH
+ttJ
jgF
scb
jkG
@@ -108253,12 +108254,12 @@ wsM
ilX
fme
idf
-hbz
+bNS
fme
fme
ilX
uuQ
-qhm
+dDB
udp
fku
arN
@@ -108314,7 +108315,7 @@ vYA
jth
swU
seT
-lxE
+dlE
cBp
iis
uZs
@@ -108364,14 +108365,14 @@ iEd
gtw
vfR
ghm
-twc
+aaJ
iEd
-pEB
+lBU
rlv
bau
uHl
eRS
-pdq
+tJq
scb
mqE
kwh
@@ -108386,7 +108387,7 @@ mwr
nNP
xrM
jcW
-kdE
+ixf
rPp
nSh
ebv
@@ -108403,7 +108404,7 @@ oOn
lbK
poW
mKJ
-lnr
+dgd
rVX
hvL
pBG
@@ -108505,7 +108506,7 @@ wsM
luJ
tyh
mZi
-wfr
+xiu
uTv
uTv
uTv
@@ -108533,7 +108534,7 @@ sZZ
tiL
tpC
seW
-ixu
+qAr
rYf
uLj
uWs
@@ -108541,12 +108542,12 @@ hsm
xFg
oif
tKJ
-vZp
+pZZ
eEJ
qLO
aKq
eyw
-aAO
+oPx
ifC
mRC
uKh
@@ -108561,11 +108562,11 @@ dhT
kTx
mOI
hae
-hcp
+cJu
aRF
ilH
awG
-vTi
+hYV
hae
vYA
ova
@@ -108583,7 +108584,7 @@ iek
wlS
wlS
hXo
-hMp
+nAd
hmg
mSV
uCH
@@ -108656,7 +108657,7 @@ gSo
uxA
kCQ
mKJ
-oWc
+nNR
cDx
wqf
mKJ
@@ -108767,7 +108768,7 @@ uTv
dcd
ahL
vsb
-eUb
+ycm
rsT
ahL
jNH
@@ -108786,7 +108787,7 @@ pAD
nyE
ole
bPV
-aSS
+wFT
prv
prv
prv
@@ -108833,7 +108834,7 @@ seT
seT
rwm
seT
-wzd
+bPu
qpu
iDQ
qKa
@@ -108854,7 +108855,7 @@ cYH
jgD
tmM
wFD
-vdZ
+uPj
bzO
aDC
bzO
@@ -109019,7 +109020,7 @@ vcX
arN
seq
bDv
-eGP
+ciq
uTv
uTv
hxB
@@ -109060,7 +109061,7 @@ rqj
bqY
jUc
jUc
-vcc
+pXa
jUc
jUc
cJP
@@ -109069,7 +109070,7 @@ jUc
jUc
jUc
xoY
-quK
+fYk
jUc
jUc
jUc
@@ -109077,9 +109078,9 @@ dgT
jUc
jUc
sRf
-aIx
+poF
bRH
-olj
+jRH
jUc
nmM
hMa
@@ -109126,7 +109127,7 @@ wKA
jcK
jcK
xbC
-vma
+tPx
nFI
lbh
iJm
@@ -109150,7 +109151,7 @@ mxA
iIv
oOt
epc
-tMy
+poL
ljW
mwr
xxF
@@ -109168,7 +109169,7 @@ rSm
sYP
rPf
hZz
-aqK
+fbH
cyG
eZy
eZy
@@ -109289,7 +109290,7 @@ bwl
kDW
xsD
hZv
-ozp
+mNM
dFs
yeA
gsA
@@ -109417,11 +109418,11 @@ jcW
gdB
hdr
isP
-nXI
+qaY
iaC
eNH
peX
-yjR
+ttW
ocl
jsk
uZu
@@ -109435,7 +109436,7 @@ gZf
ksT
qol
aSu
-owU
+iLL
jcW
gsA
ewB
@@ -109528,7 +109529,7 @@ yeA
ewB
yeA
yeA
-oPW
+xWC
vcX
mMd
gVH
@@ -109546,7 +109547,7 @@ ndM
fvW
nnO
pJr
-gUz
+wRh
dFs
yeA
gsA
@@ -109682,7 +109683,7 @@ kUF
dVh
uRo
ucR
-vqY
+uXR
ewu
vwi
vwi
@@ -109821,7 +109822,7 @@ bPV
mox
jGN
rlg
-pOg
+mqa
rlg
gOj
bIG
@@ -109901,15 +109902,15 @@ tBJ
qsa
cbk
cbk
-tyE
+gkB
sOr
pjI
-reA
+eHi
cbk
xhi
cbk
oId
-vGq
+fNt
eAe
pSt
xzV
@@ -109921,8 +109922,8 @@ eog
gde
aJk
efp
-eZA
-sPX
+lyh
+gJI
qoQ
fmy
nKs
@@ -110047,7 +110048,7 @@ vcX
arN
seq
lqK
-hqY
+inb
uTv
uTv
aii
@@ -110057,7 +110058,7 @@ eyz
mTR
uTv
uTv
-lXU
+nXV
cLD
ogV
buw
@@ -110071,7 +110072,7 @@ pRG
kxb
lZc
bPV
-pAW
+rLX
pXK
jvB
jvB
@@ -110118,7 +110119,7 @@ oxQ
oxQ
rgh
oxQ
-oVP
+paA
bDH
ahD
smT
@@ -110139,7 +110140,7 @@ tLv
tmM
jgD
kxr
-mxy
+lem
dFC
dFC
dFC
@@ -110182,8 +110183,8 @@ cGw
oan
cYW
esC
-fLg
-uDU
+bTi
+drZ
nlR
hFC
jca
@@ -110309,7 +110310,7 @@ uTv
dcd
ahL
mhA
-vJG
+aoX
wdq
ahL
jNH
@@ -110332,7 +110333,7 @@ nlk
pXK
dbZ
xjA
-uwq
+rQC
ydT
bqh
wGM
@@ -110343,7 +110344,7 @@ fkU
hms
nSx
ckl
-dWi
+wNh
yjH
iQa
fQT
@@ -110355,7 +110356,7 @@ jeN
ief
kYm
ebF
-nBX
+aSY
cSN
vDS
uIX
@@ -110382,7 +110383,7 @@ spz
wlS
wlS
hXo
-agA
+qnW
fjM
fEz
twT
@@ -110405,8 +110406,8 @@ dFC
tQk
oIs
eAC
-tGL
-tDd
+cLB
+tNc
kxp
qKZ
srn
@@ -110426,7 +110427,7 @@ ghq
dHW
vEd
lPf
-rdT
+oso
ckF
iuj
vlm
@@ -110440,11 +110441,11 @@ oXS
tQi
fmy
pLT
-qPQ
+ehX
kaQ
kaQ
pAP
-xwZ
+nRX
cPy
otM
tqL
@@ -110459,7 +110460,7 @@ fOj
glH
xtK
mKJ
-lnr
+dgd
tQv
crW
rFw
@@ -110561,7 +110562,7 @@ aNU
chu
dGu
pHE
-dAT
+qzm
uTv
uTv
uTv
@@ -110612,19 +110613,19 @@ oaZ
jHW
pBi
ebF
-lMa
+iUV
eId
sID
qPU
oOu
-oHu
+mAH
jtr
tGr
htW
voD
dYG
oxQ
-hTG
+auT
dno
chb
xWL
@@ -110662,7 +110663,7 @@ frW
fEl
oIs
eAC
-uBE
+aPL
kqw
vVE
lLy
@@ -110823,12 +110824,12 @@ aNU
sDt
vqq
vqq
-kRf
+coe
vqq
vqq
sDt
aNU
-kxU
+dbs
udp
fZV
chA
@@ -110850,8 +110851,8 @@ nAE
esV
agS
sAc
-uEO
-bKW
+xuM
+teR
eSu
pKz
aqh
@@ -110867,7 +110868,7 @@ pYb
iwO
ghe
kAi
-mVA
+qvV
ebF
oVd
bsT
@@ -110881,7 +110882,7 @@ rDh
jED
iKL
oxQ
-dmx
+buX
etl
rJG
fxh
@@ -110890,7 +110891,7 @@ tGT
tGT
tGT
tGT
-ePp
+kYk
cTa
rXp
qsq
@@ -110933,14 +110934,14 @@ rlQ
aGl
uyB
bZF
-vMB
+jUk
cKB
dHW
cMi
eHp
dHW
lPf
-tMf
+rON
gNA
mmN
efU
@@ -110952,12 +110953,12 @@ xbt
uFp
azr
jdG
-ikV
+bPc
ldP
gCQ
hAD
ueh
-wXb
+fZM
jJS
oiZ
ulu
@@ -111098,7 +111099,7 @@ gsA
wHf
nhH
swK
-rsh
+mkH
dVy
pXK
lKz
@@ -111330,7 +111331,7 @@ ewB
gsA
aNU
aNU
-ceq
+qEQ
pHE
nhf
aNU
@@ -111358,7 +111359,7 @@ ijC
haY
haY
pXK
-myN
+mSI
pow
shB
uex
@@ -111371,10 +111372,10 @@ mIn
wjm
jLF
jyv
-kFI
+bxo
kQJ
uSx
-pQm
+rEW
cJD
kPu
xtz
@@ -111384,13 +111385,13 @@ wfO
lxG
ebF
tqN
-peH
+bHa
oVd
vKw
oOu
dCs
kSP
-fJY
+kuy
xZJ
pdT
dYG
@@ -111433,7 +111434,7 @@ wwb
wfL
oIs
fxR
-arJ
+rNi
jGb
jNG
qZM
@@ -111447,7 +111448,7 @@ pGh
wiv
huh
pWY
-sla
+uDE
cKB
dHW
cMi
@@ -111473,14 +111474,14 @@ mgs
wOk
jGD
jJS
-tqM
+oLO
spa
kZd
wQc
tki
nfk
lbs
-rna
+ifv
iEK
nCn
jwj
@@ -111624,7 +111625,7 @@ sAc
bTm
dvq
lfi
-mRi
+bTB
ujA
cMI
cMI
@@ -111690,7 +111691,7 @@ bbf
hTD
oIs
fxR
-vvP
+noo
mbT
ukp
lvJ
@@ -111913,11 +111914,11 @@ qth
oQr
sFS
tGT
-uCA
+snE
qWt
iYw
hFP
-teY
+lty
tGT
hdp
czh
@@ -111956,7 +111957,7 @@ xvs
bPy
mIQ
neH
-vnI
+kmL
ulM
lwH
leR
@@ -111973,17 +111974,17 @@ uga
sGZ
vBI
nGy
-nAI
+lJP
nGy
xaj
-tzp
-dEV
+mWE
+vWW
kFd
nXK
wxS
pSf
cAn
-vqJ
+gjS
kCO
kwh
fRu
@@ -112108,7 +112109,7 @@ gsA
gsA
gsA
gsA
-qLC
+eEL
gsA
gsA
gsA
@@ -112139,7 +112140,7 @@ dcQ
oQI
xKW
rzO
-aOc
+qYG
jKm
gsA
yeA
@@ -112182,12 +112183,12 @@ hdp
taf
hJF
mOQ
-hJe
+uOy
rIQ
jFh
wAc
hJF
-hJe
+uOy
piC
rVH
dFC
@@ -112233,8 +112234,8 @@ pYW
tPl
psH
psH
-eZm
-dEV
+wtO
+wFG
pEF
gbh
hSG
@@ -112490,17 +112491,17 @@ dLc
kWN
eML
gfH
-bna
-wXc
-tTZ
+qXB
+fqL
+xph
pwh
mNb
fIz
vhc
vhc
-lCR
+xxS
kwh
-gpf
+hpC
tBi
tBi
tBi
@@ -112747,8 +112748,8 @@ hRz
gCj
uMy
lVx
-bna
-dEV
+qXB
+wFG
hMU
nIM
wxS
@@ -112916,12 +112917,12 @@ tJh
gDg
vkZ
rNr
-gJX
+sSg
mCE
nOl
qNS
uCx
-pkk
+hea
rNr
rNr
rNr
@@ -112929,7 +112930,7 @@ aul
yeA
jGx
efr
-jGU
+jWq
fpB
rcz
iMw
@@ -112978,7 +112979,7 @@ qqD
wRL
vvd
bgl
-ioD
+pMA
ujr
oNF
poJ
@@ -112986,10 +112987,10 @@ lhV
rZa
req
lLX
-xNu
+diq
ujr
tWQ
-lyQ
+vAV
shZ
ibc
pfL
@@ -113004,12 +113005,12 @@ dfI
mVP
bKk
oGm
-bna
-bsB
+qXB
+hyk
kFd
jSd
vro
-ldB
+gMc
bia
iaZ
beq
@@ -113023,7 +113024,7 @@ klq
lpH
rcU
ofC
-dTl
+snY
nSh
dum
uED
@@ -113169,7 +113170,7 @@ uNj
jGx
jGx
fHR
-ilv
+elO
jyo
oYk
wHP
@@ -113205,8 +113206,8 @@ nXc
eLi
fdq
cnr
-mtE
-iqV
+cYr
+tiX
dJr
iFN
xIf
@@ -113216,7 +113217,7 @@ wPd
wAl
tJM
dFC
-tfA
+xFe
wYg
uGX
dFC
@@ -113227,10 +113228,10 @@ wEe
wEe
jkr
eGd
-uXH
+peg
fDs
aNb
-iVk
+nir
vRP
bvR
bvR
@@ -113261,8 +113262,8 @@ pTW
pTW
pTW
pTW
-hKf
-gha
+nQP
+qkx
drp
drp
drp
@@ -113276,7 +113277,7 @@ iRY
iRY
iRY
iRY
-hlX
+sbZ
iRY
iRY
jcW
@@ -113452,14 +113453,14 @@ mVN
mVN
mVN
nXc
-ggN
+ogw
oVz
iOn
oio
izn
uxW
xHw
-okR
+kok
ult
hjM
hjM
@@ -113479,7 +113480,7 @@ jMh
jBo
qDc
eGd
-eED
+dJN
jdC
pJi
agj
@@ -113493,7 +113494,7 @@ avO
ycR
sLc
bvR
-czm
+bDw
deZ
poJ
ppj
@@ -113505,35 +113506,35 @@ nZj
cLH
uXK
bWm
-iJd
-wyb
-wyb
-evy
-pHD
-vZZ
-jGs
-eXE
-dtY
-qTs
-qSv
-qTs
-cpa
-hGI
-jTQ
+bQH
+dHW
+dHW
+gjq
+aHT
+pDE
+xVm
+eNK
+daR
+pTW
+paD
+pTW
+tlL
+jnE
+cJj
gUa
sPZ
sPZ
iRY
vgn
-mDe
+rqA
vgn
iRY
lNN
-bnq
+tKf
lNN
iRY
mwi
-mYR
+rSn
mwi
iRY
yeA
@@ -113689,7 +113690,7 @@ vks
vtI
iDw
eYc
-dwP
+cow
wIA
hKc
ikY
@@ -113710,16 +113711,16 @@ yfb
mVN
nXc
qsI
-uvp
+syO
paW
cTn
-fGg
+tcL
cxF
eWK
-sLd
+syI
bLt
-vFW
-pEZ
+eyD
+dvY
uEz
dzj
rfl
@@ -113736,7 +113737,7 @@ dFC
dFC
dFC
eGd
-nnt
+bfq
fRl
uff
gKg
@@ -113746,7 +113747,7 @@ vSu
aBo
dgm
vRP
-tYM
+rBz
cQG
osJ
qJC
@@ -113760,7 +113761,7 @@ eTt
gfq
mya
uiZ
-lHY
+vid
bWm
uYv
iKk
@@ -113775,8 +113776,8 @@ pTW
pTW
pTW
pTW
-kYB
-hPn
+jnE
+auW
mib
mib
eTm
@@ -113942,7 +113943,7 @@ vtI
wrO
xVD
jSt
-gli
+oJQ
vtI
rNr
cwJ
@@ -113973,7 +113974,7 @@ nXc
coF
soB
vge
-okR
+kok
bLt
oJe
fxG
@@ -114003,7 +114004,7 @@ mYT
dxV
ncf
vRP
-wzt
+yfv
ykU
sOl
myU
@@ -114024,16 +114025,16 @@ shZ
tTE
kfB
iRY
-juv
+lKu
wVX
eNK
pTW
-wyC
-wyC
-wyC
pTW
-rsY
-jTQ
+pTW
+pTW
+pTW
+jnE
+cJj
lOx
lOx
lOx
@@ -114201,7 +114202,7 @@ wVK
nPn
lgK
vtI
-sMw
+gLp
upb
rDS
bUS
@@ -114212,9 +114213,9 @@ btr
qRV
fwx
qRV
-tAq
+mQZ
vtI
-nZk
+fsA
mLh
lBL
iMw
@@ -114224,16 +114225,16 @@ mVN
mVN
oQE
pFE
-ovc
+irC
kDA
nAr
nSH
cpx
xIU
-okR
+kok
bLt
-ilB
-rEC
+xik
+iWh
qXx
mWi
ubo
@@ -114274,7 +114275,7 @@ kFj
xis
szG
nCo
-ufy
+ePm
bWm
ibc
iBH
@@ -114285,26 +114286,26 @@ tlT
wVX
eNK
pTW
-wyC
-wyC
-wyC
pTW
-kYB
-hPn
+pTW
+pTW
+pTW
+jnE
+auW
pnv
pnv
-skr
+wyP
iRY
gVl
-hlX
+sbZ
csG
iRY
uLk
-hlX
+sbZ
geq
iRY
uLk
-hlX
+sbZ
geq
iRY
rKZ
@@ -114469,7 +114470,7 @@ wjX
vAN
cyL
vdf
-eym
+mlc
vtI
hvH
xhM
@@ -114546,8 +114547,8 @@ pTW
pTW
pTW
pTW
-rsY
-lgY
+jnE
+iCJ
ubG
iQZ
ogv
@@ -114721,7 +114722,7 @@ pod
bUS
lkv
sFx
-vSw
+kYv
mfI
sBD
hIs
@@ -114733,7 +114734,7 @@ xhM
nzy
jhr
uEB
-xyu
+fKg
mhZ
fwL
wbE
@@ -114744,9 +114745,9 @@ jDB
xbr
swv
uHQ
-fBp
-fBp
-fBp
+rpK
+rpK
+rpK
wlr
bmu
mWi
@@ -114803,8 +114804,8 @@ vdV
gjB
sOT
tlL
-tZn
-dlR
+jnE
+mbS
vcG
ffa
ift
@@ -114989,7 +114990,7 @@ kXn
rpu
rev
fwL
-fHi
+bQq
crh
qDa
qFY
@@ -115004,11 +115005,11 @@ pyP
omR
cqL
jfn
-okR
+kok
bZA
mWi
iyq
-eZQ
+rxB
ovp
iJe
kgH
@@ -115060,8 +115061,8 @@ pTW
pTW
pTW
pTW
-rsY
-lgY
+jnE
+iCJ
nYz
eNK
nIB
@@ -115226,7 +115227,7 @@ jGx
vtI
vtI
pAu
-ngd
+cvT
bMn
wII
rYG
@@ -115250,7 +115251,7 @@ mBT
iXp
epx
fwL
-rvD
+nXR
rbm
vjD
eKq
@@ -115261,11 +115262,11 @@ umg
hnl
eXD
joH
-ozn
+szP
tdk
lSp
wVy
-sKy
+xpU
ovp
iJe
kgH
@@ -115304,7 +115305,7 @@ rOr
eRx
wdZ
bWm
-kII
+lvU
rAi
uog
ibc
@@ -115313,12 +115314,12 @@ wAP
wVX
eNK
pTW
-wyC
-wyC
-wyC
pTW
-uFQ
-dEY
+pTW
+pTW
+pTW
+jnE
+kIi
jzT
eWu
bqK
@@ -115503,11 +115504,11 @@ jPq
xhM
mOk
fwL
-bBv
+jSk
mBT
qPH
fwL
-sdZ
+jce
dVc
vzi
jHS
@@ -115518,7 +115519,7 @@ xBb
lwI
ddl
jkc
-okR
+kok
bSd
mWi
bWF
@@ -115541,13 +115542,13 @@ nwi
xCe
xCe
xCe
-mKo
+dML
wkX
lph
-sOf
+oFo
qIL
fgd
-uiU
+rVQ
xuJ
pxM
eSZ
@@ -115570,12 +115571,12 @@ eHw
wVX
eNK
pTW
-wyC
-wyC
-wyC
pTW
-hTv
-gmc
+pTW
+pTW
+pTW
+jnE
+kvU
dWN
sKG
lKC
@@ -115597,7 +115598,7 @@ jGx
jGx
jGx
bhN
-xff
+sfh
gsA
yeA
ewB
@@ -115775,7 +115776,7 @@ oNv
jDu
jKx
qVc
-okR
+kok
bSd
mWi
jmw
@@ -115812,7 +115813,7 @@ jcm
las
xat
tzD
-wkn
+oBk
pQZ
shi
puJ
@@ -115831,8 +115832,8 @@ pTW
pTW
pTW
pTW
-ctp
-xBa
+jnE
+sbt
eyT
tdF
rGd
@@ -115848,7 +115849,7 @@ dwf
gpK
whd
kyg
-nBJ
+oWm
iRY
jGx
iRY
@@ -116021,7 +116022,7 @@ mod
mwJ
kad
fwL
-gKp
+qOm
mVo
oVm
sIj
@@ -116032,7 +116033,7 @@ eeJ
vKD
diN
cCP
-cNU
+kMP
bSd
mWi
vfq
@@ -116041,7 +116042,7 @@ ajK
iJe
qEv
wAl
-hgn
+jPx
wAF
wAF
dli
@@ -116064,7 +116065,7 @@ lZU
eYn
dqV
jVS
-hkj
+tvv
eUz
nfh
tYs
@@ -116073,14 +116074,14 @@ hgw
lWI
iqx
qTo
-hxb
+ewy
xat
oef
ero
dHW
ibc
oUC
-tMP
+lfc
xVm
eNK
tlL
@@ -116088,8 +116089,8 @@ pTW
pTW
pTW
tlL
-hTv
-gmc
+jnE
+kvU
dbF
ifh
twC
@@ -116286,9 +116287,9 @@ eeJ
mJD
ibb
pab
-sDs
-fBp
-fBp
+vfP
+rpK
+rpK
dTf
bSd
mWi
@@ -116345,17 +116346,17 @@ pTW
pTW
pTW
pTW
-gjJ
-gtK
+jnE
+lEA
sjI
nDD
xVo
uVd
eVa
xYK
-bbF
+xZk
drp
-bjB
+fnU
jzF
jzF
qMD
@@ -116365,10 +116366,10 @@ ott
vSn
vfY
tNi
-hlX
+sbZ
pxB
sxn
-wzH
+qsw
iRY
gsA
gsA
@@ -116519,14 +116520,14 @@ dKs
fsF
tWL
dKs
-gRN
+dFG
aTw
kSk
rOL
kkz
dXw
dYU
-eLE
+ffd
jao
ewP
jao
@@ -116534,7 +116535,7 @@ nff
jao
fjo
kNl
-bYC
+hmt
bXq
iXm
dye
@@ -116602,8 +116603,8 @@ pTW
pTW
pTW
pTW
-hTv
-whX
+jnE
+wnx
oMq
spg
cpb
@@ -116816,7 +116817,7 @@ rEE
itg
lZE
dGE
-dtm
+dmd
wAF
pqL
dOi
@@ -116859,8 +116860,8 @@ pTW
pTW
pTW
pTW
-dHC
-ojt
+jnE
+skt
qOl
qWi
fRN
@@ -117029,7 +117030,7 @@ yeA
qFk
lsJ
wII
-aOz
+wtP
rya
lCa
kzI
@@ -117055,7 +117056,7 @@ fEv
uDJ
eXG
kuU
-eWn
+iIZ
mkW
nJb
pEl
@@ -117071,7 +117072,7 @@ gMh
wAl
rEE
sJr
-iWI
+joP
elG
adS
wAF
@@ -117106,18 +117107,18 @@ rJL
kJH
dkt
maw
-dnF
-leq
-dBS
-qXd
-uQw
+vUx
+vuI
+ceu
+jBK
+taU
eNK
pTW
pTW
pTW
pTW
-hTv
-gks
+jnE
+bJz
mEP
gwr
tyd
@@ -117340,7 +117341,7 @@ nXU
bME
nXU
fHx
-nLo
+oLf
ipJ
mCQ
mCQ
@@ -117367,14 +117368,14 @@ cLj
xHd
iRY
iRY
-xVm
+utb
eUQ
wkM
wkM
wkM
wkM
-nSj
-gks
+dNs
+bJz
jzT
cLG
jbo
@@ -117543,12 +117544,12 @@ gsA
lSW
oCe
oCe
-mXU
+gnx
oCe
oCe
oCe
oCe
-mXU
+gnx
oCe
oCe
vfF
@@ -117580,7 +117581,7 @@ wJS
nYu
gtQ
fJf
-rTy
+lAu
uWD
wAl
tpI
@@ -117588,10 +117589,10 @@ ouQ
qfC
xCv
vDU
-vwm
+gvZ
cJN
oXG
-lCk
+rSN
sKO
cJN
rUg
@@ -117608,10 +117609,10 @@ csY
xIb
jRT
lYY
-ybx
+gRA
lQB
nml
-dQf
+cjh
huE
qBV
tYL
@@ -117624,18 +117625,18 @@ ibc
dHW
vEd
iRY
-qap
-dgq
-rrQ
-fOg
+vTe
+fTc
+wRT
+jir
jQt
cMH
-gFK
-tZU
+oCV
+rTS
gNi
oRw
pfw
-mSJ
+oGG
dyo
lRy
nRI
@@ -117891,8 +117892,8 @@ xtQ
gkK
qki
xHa
-qCu
-drp
+wlD
+wId
hcF
htm
htm
@@ -118072,7 +118073,7 @@ nMY
ylI
awd
grc
-tar
+iTQ
sQJ
iyo
grc
@@ -118117,7 +118118,7 @@ ipJ
xTU
pJe
ipJ
-lbb
+cie
iyG
mMi
gTQ
@@ -118138,9 +118139,9 @@ cKR
eHp
dHW
gLb
-hES
+icl
amt
-dZl
+mKZ
uKv
rkn
qCD
@@ -118150,19 +118151,19 @@ mAx
aXu
jrm
iRY
-uor
-sKs
-ufa
-vfW
-bjk
-amE
-upx
-amE
-bjk
-amE
-upx
-amE
-amE
+wjt
+wbU
+vvC
+iJR
+dUp
+jGx
+dKo
+jGx
+dUp
+jGx
+dKo
+jGx
+jGx
jGx
bhN
gsA
@@ -118323,7 +118324,7 @@ oCe
oCe
oCe
wII
-ojR
+jaU
iod
mwN
ylI
@@ -118342,8 +118343,8 @@ vMz
jAG
kjs
otE
-fSY
-gAy
+mLT
+hen
inw
xlS
pKL
@@ -118408,15 +118409,15 @@ lBr
tfX
iRY
nQm
-hlX
+sbZ
vVO
iRY
geq
-hlX
+sbZ
vVO
iRY
geq
-hlX
+sbZ
vVO
iRY
iRY
@@ -118591,7 +118592,7 @@ ssS
mkC
mkC
sxp
-dHz
+tqY
nyJ
jcl
tpA
@@ -118625,7 +118626,7 @@ qPp
rij
jda
eiC
-wEq
+vcU
sUd
sUd
sUd
@@ -118846,9 +118847,9 @@ sxp
uqR
uKl
uKl
-mqJ
+pKx
sxp
-aDD
+kkQ
bJj
vft
egv
@@ -118862,7 +118863,7 @@ wsJ
qXS
lcG
juC
-obZ
+hbw
eXZ
eqb
cId
@@ -118893,7 +118894,7 @@ wYG
wYG
bgH
vjp
-iqP
+cdN
tfq
tfq
tfq
@@ -119108,13 +119109,13 @@ sxp
fqh
xtE
tEB
-dTi
+dBn
naP
wUf
dhI
vMO
otE
-vat
+xQT
nnr
acM
fZQ
@@ -119155,7 +119156,7 @@ iGW
kal
xJm
kIj
-fIu
+ybZ
edf
iPs
otP
@@ -119174,20 +119175,20 @@ iJN
apC
niS
niP
-eLP
+ekq
lBr
tfX
iRY
lKh
-eQe
+qpr
lKh
iRY
gpe
-xuD
+pWk
gpe
iRY
eiL
-iYL
+cAP
eiL
iRY
gsA
@@ -119381,8 +119382,8 @@ jvJ
oMN
pLG
wNt
-fbI
-cSC
+aUW
+buJ
eqb
wLX
ccG
@@ -119619,11 +119620,11 @@ sxp
lFd
fjq
sxp
-iyR
+jht
nVS
svm
neh
-chY
+cfH
lko
xRL
ndA
@@ -119647,13 +119648,13 @@ nes
gFW
hwc
bMC
-xwX
+uAF
nXb
xFS
yie
czA
xPA
-usf
+qYY
tFE
nSe
fCR
@@ -119696,7 +119697,7 @@ egp
egp
egp
egp
-bad
+pgc
egp
mGp
bhN
@@ -119880,7 +119881,7 @@ klS
xok
ycK
neh
-bLS
+nAz
hVv
fmQ
dQv
@@ -119910,7 +119911,7 @@ qPp
eHz
kVX
xPA
-bMv
+hsI
nLw
eBp
lfZ
@@ -120156,7 +120157,7 @@ bsF
bxs
oCq
nXU
-bLe
+vki
rmV
bqW
fFf
@@ -120404,13 +120405,13 @@ rhh
jJC
jJC
jJC
-cWP
+tzT
tIJ
uPJ
xUI
eqb
-jsd
-rpI
+fOR
+xvM
lZw
nXU
jbn
@@ -120430,7 +120431,7 @@ nzD
fzo
qeU
kyR
-ser
+jdT
qat
rMN
tkf
@@ -120453,7 +120454,7 @@ dHW
dHW
gLb
xtQ
-sfi
+nLs
gLb
gLb
jGx
@@ -120629,8 +120630,8 @@ rdD
nIs
mpK
eaE
-wgp
-wPk
+klt
+wCd
hcr
hcr
pLp
@@ -120640,7 +120641,7 @@ fUT
hcr
hcr
hcr
-gYR
+ctM
uCC
uCC
oUl
@@ -120685,7 +120686,7 @@ mGv
nss
iwS
aMw
-cMS
+luc
kyR
gKd
cPU
@@ -120697,7 +120698,7 @@ tfq
ktc
hzd
jlZ
-vbr
+boB
luD
mmz
lyw
@@ -120900,7 +120901,7 @@ lSW
lkT
uCC
xUe
-goh
+thC
uCC
uCC
uCC
@@ -120940,7 +120941,7 @@ wBN
hOB
dFr
kyR
-sBq
+xSd
gnv
hMs
kpf
@@ -121156,7 +121157,7 @@ gsA
gsA
gsA
uCC
-hnA
+fMJ
kIZ
tfZ
nhi
@@ -121203,7 +121204,7 @@ fOw
kyR
qoI
bnW
-uxt
+oIr
jGO
soP
rKv
@@ -121467,7 +121468,7 @@ ghC
tfq
hzd
oWM
-aPJ
+xPh
cxD
coJ
koC
From a91c3e25668b44c58e5669713bc46751100bf948 Mon Sep 17 00:00:00 2001
From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com>
Date: Tue, 23 Jul 2024 11:18:59 -0500
Subject: [PATCH 6/9] Automatic changelog generation for PR #11220 [ci skip]
---
html/changelogs/AutoChangeLog-pr-11220.yml | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 html/changelogs/AutoChangeLog-pr-11220.yml
diff --git a/html/changelogs/AutoChangeLog-pr-11220.yml b/html/changelogs/AutoChangeLog-pr-11220.yml
new file mode 100644
index 0000000000000..2200422a78ea8
--- /dev/null
+++ b/html/changelogs/AutoChangeLog-pr-11220.yml
@@ -0,0 +1,8 @@
+author: Geatish
+delete-after: true
+changes:
+ - tweak: Removed glass floor from the designated atmos work area and rerouted undertile
+ distro piping around it.
+ - bugfix: Rad station atmos storage shutters now work. Tiles in space next to gas
+ miners have been removed. Plasma windows in gas chambers no longer spawn with
+ N2. Also removed extra APC in xenobio
From 36ba1ed94d6b81b34be2e2aecf2e1a6c6f3e318c Mon Sep 17 00:00:00 2001
From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com>
Date: Tue, 23 Jul 2024 17:03:16 +0000
Subject: [PATCH 7/9] Automatic changelog compile [ci skip]
---
html/changelog.html | 5 +++++
html/changelogs/.all_changelog.yml | 6 ++++++
html/changelogs/AutoChangeLog-pr-11220.yml | 8 --------
3 files changed, 11 insertions(+), 8 deletions(-)
delete mode 100644 html/changelogs/AutoChangeLog-pr-11220.yml
diff --git a/html/changelog.html b/html/changelog.html
index 8f299316d1d4b..1f53c94f66c31 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -57,6 +57,11 @@
23 July 2024
+
Geatish updated:
+
+ - Removed glass floor from the designated atmos work area and rerouted undertile distro piping around it.
+ - Rad station atmos storage shutters now work. Tiles in space next to gas miners have been removed. Plasma windows in gas chambers no longer spawn with N2. Also removed extra APC in xenobio
+
spockye updated:
- fixed floating cameras on the exploration shuttle
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index e736c9394ea87..596e2f019b6db 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -43655,5 +43655,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- balance: rebalanced the pirate shuttle
- bugfix: some misc decal changes for the pirate shuttle
2024-07-23:
+ Geatish:
+ - tweak: Removed glass floor from the designated atmos work area and rerouted undertile
+ distro piping around it.
+ - bugfix: Rad station atmos storage shutters now work. Tiles in space next to gas
+ miners have been removed. Plasma windows in gas chambers no longer spawn with
+ N2. Also removed extra APC in xenobio
spockye:
- bugfix: fixed floating cameras on the exploration shuttle
diff --git a/html/changelogs/AutoChangeLog-pr-11220.yml b/html/changelogs/AutoChangeLog-pr-11220.yml
deleted file mode 100644
index 2200422a78ea8..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-11220.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Geatish
-delete-after: true
-changes:
- - tweak: Removed glass floor from the designated atmos work area and rerouted undertile
- distro piping around it.
- - bugfix: Rad station atmos storage shutters now work. Tiles in space next to gas
- miners have been removed. Plasma windows in gas chambers no longer spawn with
- N2. Also removed extra APC in xenobio
From a2b2a1d0c90b15581185dd3ed86673855f41853f Mon Sep 17 00:00:00 2001
From: Tsar-Salat <62388554+Tsar-Salat@users.noreply.github.com>
Date: Tue, 23 Jul 2024 17:56:51 -0400
Subject: [PATCH 8/9] MetaSec brig retiling (#11182)
* nice
* oops
* redoes armoury / storage and gear room decalling
* oops
fixed a floor decal
* more small decal changes to offices and sec
---------
Co-authored-by: spockye <79304582+spockye@users.noreply.github.com>
---
_maps/map_files/MetaStation/MetaStation.dmm | 21862 +++++++++---------
1 file changed, 11211 insertions(+), 10651 deletions(-)
diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm
index f2f89e6dea883..76befd6e0acc4 100644
--- a/_maps/map_files/MetaStation/MetaStation.dmm
+++ b/_maps/map_files/MetaStation/MetaStation.dmm
@@ -147,7 +147,7 @@
/turf/open/floor/iron,
/area/engine/atmos)
"aaR" = (
-/turf/open/floor/iron,
+/turf/open/floor/iron/smooth_large,
/area/security/prison)
"aaS" = (
/obj/structure/cable/yellow{
@@ -379,7 +379,7 @@
/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/turf/open/floor/iron,
+/turf/open/floor/iron/smooth_large,
/area/security/prison)
"act" = (
/obj/structure/closet/toolcloset,
@@ -402,6 +402,12 @@
},
/turf/open/floor/iron/white,
/area/medical/chemistry)
+"acN" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics Tank - Mix"
+ },
+/turf/open/floor/engine/vacuum,
+/area/engine/atmos)
"acP" = (
/turf/closed/wall,
/area/crew_quarters/fitness/recreation)
@@ -430,20 +436,6 @@
/obj/structure/lattice/catwalk,
/turf/open/space,
/area/solar/port/fore)
-"adf" = (
-/obj/structure/chair/office{
- dir = 8
- },
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching output from station security cameras.";
- name = "Security Camera Monitor";
- pixel_y = 30
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
"adj" = (
/obj/structure/closet/emcloset,
/obj/machinery/light/small{
@@ -544,40 +536,6 @@
/obj/machinery/atmospherics/pipe/layer_manifold,
/turf/open/floor/plating,
/area/maintenance/solars/port/fore)
-"aeg" = (
-/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
-"aeh" = (
-/obj/machinery/meter,
-/obj/machinery/door/window/westleft{
- dir = 1;
- name = "gas ports"
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 10
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
-"aei" = (
-/obj/machinery/door/window/westleft{
- base_state = "right";
- dir = 1;
- icon_state = "right";
- name = "gas ports"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "justice gas pump"
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"aeq" = (
/turf/closed/wall/r_wall,
/area/ai_monitored/security/armory)
@@ -611,71 +569,6 @@
/obj/machinery/atmospherics/miner/station/plasma,
/turf/open/floor/engine/plasma,
/area/engine/atmos)
-"afe" = (
-/obj/structure/table/wood,
-/obj/machinery/requests_console{
- announcementConsole = 1;
- department = "Head of Security's Desk";
- departmentType = 5;
- name = "Head of Security RC";
- pixel_y = 30
- },
-/obj/machinery/computer/med_data/laptop,
-/obj/item/storage/secure/safe/HoS{
- pixel_x = 36;
- pixel_y = 28
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Head of Security's Office"
- },
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/hos)
-"afi" = (
-/obj/structure/closet/secure_closet/hos,
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/obj/item/radio/intercom{
- pixel_x = -29;
- pixel_y = 23
- },
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/hos)
-"afj" = (
-/obj/machinery/status_display/evac{
- pixel_x = -32;
- pixel_y = 32
- },
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/hos)
-"afk" = (
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/hos)
-"afl" = (
-/obj/structure/chair/fancy/comfy{
- color = "#666666"
- },
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/hos)
-"afm" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/hos)
-"afn" = (
-/obj/machinery/status_display/evac{
- pixel_x = 32;
- pixel_y = 32
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/hos)
"afo" = (
/obj/machinery/light{
dir = 4
@@ -690,6 +583,28 @@
/obj/machinery/suit_storage_unit/hos,
/turf/open/floor/iron/dark,
/area/crew_quarters/heads/hos)
+"afr" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/table,
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Cargo Bay - Starboard"
+ },
+/obj/item/paper_bin{
+ pixel_x = -1;
+ pixel_y = 6
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/iron,
+/area/quartermaster/storage)
"afs" = (
/obj/machinery/shower{
dir = 4
@@ -724,20 +639,6 @@
/obj/machinery/digital_clock/directional/south,
/turf/open/floor/iron/dark,
/area/bridge)
-"afX" = (
-/obj/item/storage/secure/safe{
- name = "armory safe B";
- pixel_x = 6;
- pixel_y = 28
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
-"agc" = (
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"age" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable/yellow{
@@ -764,26 +665,11 @@
},
/turf/open/floor/iron/dark,
/area/crew_quarters/heads/hos)
-"agg" = (
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/hos)
"agi" = (
/obj/structure/table/wood,
/obj/item/stamp/hos,
/turf/open/floor/carpet/red,
/area/crew_quarters/heads/hos)
-"agk" = (
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/hos)
"agl" = (
/obj/structure/table/wood,
/obj/item/paper_bin{
@@ -809,6 +695,16 @@
},
/turf/open/floor/plating,
/area/crew_quarters/heads/hos)
+"agp" = (
+/obj/machinery/button/flasher{
+ id = "holdingflash";
+ pixel_y = -26;
+ req_access_txt = "1"
+ },
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/iron/dark/smooth_corner,
+/area/security/brig)
"agq" = (
/turf/closed/wall,
/area/maintenance/fore)
@@ -896,12 +792,6 @@
/obj/machinery/recharger,
/turf/open/floor/iron/dark,
/area/crew_quarters/heads/hos)
-"agX" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/hos)
"agY" = (
/obj/structure/sign/warning/vacuum/external{
pixel_x = 32
@@ -927,6 +817,13 @@
},
/turf/open/floor/iron,
/area/crew_quarters/fitness/recreation)
+"ahi" = (
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/hallway/primary/aft)
"ahj" = (
/obj/effect/landmark/start/assistant,
/obj/effect/turf_decal/pool,
@@ -1194,15 +1091,23 @@
/obj/machinery/holopad,
/turf/open/floor/iron,
/area/crew_quarters/fitness/recreation)
-"ajX" = (
-/obj/machinery/airalarm/directional/north{
- pixel_y = 24
- },
-/turf/open/floor/iron,
-/area/crew_quarters/fitness/recreation)
"ajZ" = (
/turf/open/floor/iron/dark,
/area/engine/gravity_generator)
+"akb" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "Research Division Hallway - Robotics";
+ network = list("ss13","rd")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 8
+ },
+/turf/open/floor/iron/white,
+/area/science/research)
"ake" = (
/obj/structure/cable{
icon_state = "0-2"
@@ -1372,6 +1277,15 @@
/obj/structure/grille,
/turf/open/floor/plating,
/area/maintenance/port)
+"alD" = (
+/obj/machinery/camera/autoname{
+ dir = 10;
+ network = list("ss13","medbay")
+ },
+/obj/structure/table/reinforced,
+/obj/item/storage/crayons,
+/turf/open/floor/prison,
+/area/security/prison)
"alF" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable/yellow,
@@ -1392,12 +1306,6 @@
"alK" = (
/turf/closed/wall,
/area/maintenance/port)
-"alQ" = (
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/brig)
"amb" = (
/obj/machinery/light/small{
dir = 8
@@ -1412,25 +1320,12 @@
},
/turf/open/floor/wood,
/area/library)
-"ami" = (
-/obj/machinery/photocopier{
- pixel_y = 3
- },
-/turf/open/floor/iron,
-/area/security/main)
-"amj" = (
-/obj/structure/chair/fancy/comfy{
- color = "#666666"
- },
-/obj/effect/landmark/start/head_of_security,
-/turf/open/floor/iron,
-/area/security/main)
-"amk" = (
-/obj/machinery/computer/card/minor/hos{
- dir = 8
+"amm" = (
+/obj/structure/chair{
+ dir = 4
},
-/turf/open/floor/iron,
-/area/security/main)
+/turf/open/floor/iron/dark/textured,
+/area/security/brig)
"amt" = (
/obj/structure/table,
/obj/item/paper/fluff/holodeck/disclaimer,
@@ -1447,14 +1342,6 @@
"amA" = (
/turf/open/indestructible/sound/pool,
/area/crew_quarters/fitness/recreation)
-"amB" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/turf/open/floor/iron,
-/area/janitor)
"amC" = (
/obj/structure/chair{
dir = 4
@@ -1528,20 +1415,12 @@
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
/area/maintenance/port)
-"anw" = (
+"and" = (
/obj/structure/table,
/obj/machinery/recharger{
pixel_y = 4
},
-/turf/open/floor/iron,
-/area/security/main)
-"anB" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/turf/open/floor/iron,
+/turf/open/floor/iron/dark/smooth_large,
/area/security/main)
"anF" = (
/obj/structure/cable/yellow{
@@ -1581,6 +1460,27 @@
/obj/machinery/space_heater,
/turf/open/floor/plating,
/area/maintenance/starboard)
+"anO" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/door/window{
+ name = "MiniSat Walkway Access"
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "MiniSat Exterior - Aft Port";
+ network = list("minisat")
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/iron/dark,
+/area/aisat)
"anS" = (
/turf/open/floor/plating/airless,
/area/space/nearstation)
@@ -1678,19 +1578,10 @@
/obj/structure/lattice,
/turf/open/space,
/area/maintenance/starboard/fore)
-"aom" = (
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/hallway/primary/aft)
-"aoH" = (
+"aoD" = (
/obj/structure/table,
-/obj/item/folder/red,
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = -3;
- pixel_y = 5
- },
-/obj/item/clothing/mask/gas/sechailer,
-/turf/open/floor/iron,
+/obj/machinery/syndicatebomb/training,
+/turf/open/floor/iron/dark/smooth_large,
/area/security/main)
"aoJ" = (
/obj/machinery/door/window/eastright{
@@ -1726,6 +1617,27 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
+"aoW" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Kitchen - Coldroom"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/airalarm/kitchen_cold_room{
+ pixel_y = -22
+ },
+/turf/open/floor/iron/freezer,
+/area/crew_quarters/kitchen)
"aoY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 10
@@ -1833,15 +1745,6 @@
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
/area/maintenance/port)
-"apE" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/brig)
"apH" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable/yellow{
@@ -1870,70 +1773,6 @@
},
/turf/open/floor/iron/showroomfloor,
/area/security/warden)
-"apL" = (
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_y = 30
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Warden's Office"
- },
-/obj/structure/rack,
-/obj/item/storage/toolbox/mechanical{
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/item/storage/toolbox/emergency{
- pixel_x = 2;
- pixel_y = -3
- },
-/obj/item/wirecutters{
- pixel_y = 2
- },
-/turf/open/floor/iron/showroomfloor,
-/area/security/warden)
-"apM" = (
-/obj/structure/table,
-/obj/machinery/recharger,
-/obj/machinery/airalarm/directional/north{
- pixel_y = 28
- },
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = 10;
- pixel_y = 3
- },
-/turf/open/floor/iron/showroomfloor,
-/area/security/warden)
-"apS" = (
-/obj/structure/table,
-/obj/item/folder/red,
-/obj/item/storage/fancy/cigarettes,
-/obj/item/clothing/mask/gas/sechailer,
-/turf/open/floor/iron,
-/area/security/main)
-"apT" = (
-/obj/structure/table,
-/obj/item/folder/red,
-/obj/item/restraints/handcuffs,
-/turf/open/floor/iron,
-/area/security/main)
-"apU" = (
-/obj/structure/table,
-/obj/item/folder/red,
-/obj/item/storage/secure/briefcase,
-/turf/open/floor/iron,
-/area/security/main)
-"apY" = (
-/obj/structure/table,
-/obj/item/folder/red,
-/obj/item/pen,
-/obj/effect/spawner/lootdrop/donkpockets,
-/turf/open/floor/iron,
-/area/security/main)
"aqa" = (
/turf/closed/wall/r_wall,
/area/security/main)
@@ -2095,10 +1934,6 @@
/obj/effect/spawner/room/threexfive,
/turf/open/floor/plating,
/area/maintenance/port)
-"aqZ" = (
-/obj/machinery/computer/shuttle_flight/labor,
-/turf/open/floor/iron/dark,
-/area/security/brig)
"arb" = (
/obj/structure/cable/yellow{
icon_state = "2-4"
@@ -2215,25 +2050,6 @@
/obj/effect/mapping_helpers/airlock/abandoned,
/turf/open/floor/plating,
/area/maintenance/fore)
-"asT" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/table/wood,
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/obj/item/lighter,
-/turf/open/floor/wood,
-/area/crew_quarters/dorms)
-"asU" = (
-/obj/structure/closet/secure_closet/personal/cabinet,
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/item/clothing/under/misc/assistantformal,
-/turf/open/floor/wood,
-/area/crew_quarters/dorms)
"asV" = (
/obj/structure/bed,
/obj/machinery/button/door{
@@ -2269,14 +2085,6 @@
/obj/item/bedsheet/dorms,
/turf/open/floor/carpet/orange,
/area/crew_quarters/dorms)
-"atb" = (
-/obj/structure/closet/secure_closet/personal/cabinet,
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/item/clothing/under/suit/burgundy,
-/turf/open/floor/carpet/orange,
-/area/crew_quarters/dorms)
"atc" = (
/obj/structure/dresser,
/obj/machinery/newscaster{
@@ -2291,6 +2099,15 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
+"atg" = (
+/obj/structure/sign/warning/vacuum/external{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"ath" = (
/obj/machinery/power/smes{
charge = 5e+006
@@ -2410,35 +2227,11 @@
},
/turf/open/floor/engine/vacuum,
/area/maintenance/disposal/incinerator)
-"atK" = (
-/obj/machinery/computer/prisoner/gulag_teleporter_computer{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/security/brig)
-"atL" = (
-/obj/machinery/gulag_teleporter,
-/turf/open/floor/iron/dark,
-/area/security/brig)
"atT" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/security/main)
-"atU" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/security/glass{
- name = "Security Office";
- req_one_access_txt = "1;4"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron,
-/area/security/main)
"atW" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable/yellow,
@@ -2468,6 +2261,15 @@
},
/turf/open/floor/wood,
/area/crew_quarters/dorms)
+"aul" = (
+/obj/machinery/computer/message_monitor{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/turf/open/floor/carpet/grimy,
+/area/tcommsat/computer)
"auo" = (
/obj/effect/turf_decal/tile/red{
dir = 4
@@ -2478,23 +2280,6 @@
/obj/effect/spawner/room/tenxten,
/turf/open/floor/plating,
/area/maintenance/port/aft)
-"auw" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Gravity Generator Foyer"
- },
-/obj/structure/closet/radiation,
-/obj/structure/sign/warning/radiation/rad_area{
- dir = 1;
- pixel_y = 32
- },
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
- },
-/turf/open/floor/iron,
-/area/engine/gravity_generator)
"auy" = (
/obj/item/stack/sheet/cardboard,
/obj/item/flashlight,
@@ -2584,9 +2369,6 @@
},
/turf/open/floor/plating,
/area/medical/genetics)
-"avk" = (
-/turf/open/floor/iron/dark,
-/area/security/brig)
"avn" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27
@@ -2615,44 +2397,6 @@
/obj/structure/closet/crate/bin,
/turf/open/floor/prison,
/area/security/prison)
-"awo" = (
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/open/floor/iron,
-/area/security/brig)
-"awq" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/open/floor/iron,
-/area/security/brig)
-"aws" = (
-/turf/open/floor/iron,
-/area/security/brig)
-"awv" = (
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/effect/turf_decal/tile/neutral/anticorner/contrasted,
-/turf/open/floor/iron,
-/area/hallway/primary/port)
-"awy" = (
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/security/brig)
-"awz" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Interrogation room";
- network = list("interrogation")
- },
-/turf/open/floor/iron/dark,
-/area/security/brig)
"awC" = (
/obj/machinery/light/small{
dir = 1
@@ -2663,14 +2407,6 @@
/obj/structure/dresser,
/turf/open/floor/carpet/purple,
/area/crew_quarters/dorms)
-"awD" = (
-/obj/structure/closet/secure_closet/personal/cabinet,
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/item/clothing/under/suit/tan,
-/turf/open/floor/carpet/purple,
-/area/crew_quarters/dorms)
"awE" = (
/obj/structure/bed,
/obj/machinery/button/door{
@@ -2683,13 +2419,6 @@
/obj/item/bedsheet/dorms,
/turf/open/floor/carpet/purple,
/area/crew_quarters/dorms)
-"awF" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Dormitories - Fore"
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/crew_quarters/dorms)
"awG" = (
/obj/structure/bed,
/obj/machinery/button/door{
@@ -2750,31 +2479,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron/dark,
/area/bridge)
-"axm" = (
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/brig)
-"axy" = (
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/security/brig)
-"axz" = (
-/obj/structure/table,
-/obj/item/folder/red,
-/obj/item/taperecorder,
-/obj/item/radio/intercom{
- broadcasting = 1;
- frequency = 1423;
- listening = 0;
- name = "Interrogation Intercom";
- pixel_y = -24
- },
-/turf/open/floor/iron/dark,
-/area/security/brig)
"axC" = (
/turf/closed/wall,
/area/crew_quarters/toilet/restrooms)
@@ -2901,17 +2605,6 @@
luminosity = 2
},
/area/security/nuke_storage)
-"ayq" = (
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/circuit/green{
- luminosity = 2
- },
-/area/security/nuke_storage)
"ayr" = (
/obj/machinery/power/apc{
areastring = "/area/security/nuke_storage";
@@ -2926,13 +2619,6 @@
luminosity = 2
},
/area/security/nuke_storage)
-"ayy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron,
-/area/security/brig)
"ayF" = (
/turf/closed/wall/r_wall,
/area/security/detectives_office)
@@ -2950,15 +2636,6 @@
"ayJ" = (
/turf/closed/wall,
/area/security/detectives_office)
-"ayL" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/airalarm/directional/north{
- pixel_y = 26
- },
-/turf/open/floor/iron/freezer,
-/area/crew_quarters/toilet/restrooms)
"ayM" = (
/obj/machinery/shower{
dir = 8
@@ -2973,25 +2650,6 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/crew_quarters/dorms)
-"ayY" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/effect/landmark/start/security_officer,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/main)
"azd" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
@@ -3088,14 +2746,6 @@
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/plating,
/area/maintenance/fore)
-"aAa" = (
-/obj/machinery/holopad,
-/obj/effect/turf_decal/delivery,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"aAi" = (
/obj/item/computer_hardware/hard_drive/role/engineering{
pixel_x = 4;
@@ -3256,15 +2906,6 @@
},
/turf/open/floor/carpet/red,
/area/security/detectives_office)
-"aBp" = (
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/machinery/computer/secure_data{
- dir = 8
- },
-/turf/open/floor/carpet/red,
-/area/security/detectives_office)
"aBt" = (
/obj/machinery/shower{
dir = 4
@@ -3318,18 +2959,6 @@
dir = 1
},
/area/engine/engineering)
-"aBG" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Engineering - Storage"
- },
-/obj/machinery/suit_storage_unit/engine,
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/turf/open/floor/iron{
- dir = 1
- },
-/area/engine/engineering)
"aBH" = (
/obj/item/stack/sheet/plasteel{
amount = 10;
@@ -3372,14 +3001,6 @@
},
/turf/open/floor/iron,
/area/quartermaster/miningoffice)
-"aBT" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/camera/directional/east{
- c_tag = "Mining Dock"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron,
-/area/quartermaster/miningoffice)
"aBU" = (
/obj/structure/sign/warning/vacuum/external,
/turf/closed/wall,
@@ -3430,20 +3051,6 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron/dark,
/area/security/nuke_storage)
-"aCg" = (
-/obj/machinery/camera/motion/directional/south{
- c_tag = "Vault";
- network = list("vault")
- },
-/obj/machinery/light,
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/security/nuke_storage)
"aCv" = (
/obj/structure/table/wood,
/obj/item/paper_bin{
@@ -3517,14 +3124,6 @@
/obj/item/bedsheet/dorms,
/turf/open/floor/carpet/blue,
/area/crew_quarters/dorms)
-"aCK" = (
-/obj/structure/closet/secure_closet/personal/cabinet,
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/item/clothing/under/suit/navy,
-/turf/open/floor/carpet/blue,
-/area/crew_quarters/dorms)
"aCN" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/item/radio/intercom{
@@ -3565,13 +3164,19 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"aCU" = (
-/obj/structure/table,
-/obj/item/folder/red,
-/obj/item/assembly/flash/handheld,
-/obj/item/book/manual/wiki/sopsecurity,
-/turf/open/floor/iron,
-/area/security/main)
+"aCV" = (
+/obj/structure/chair/office,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/customs)
"aCZ" = (
/obj/effect/spawner/structure/window/plasma/reinforced,
/turf/open/floor/plating,
@@ -3661,20 +3266,6 @@
},
/turf/open/floor/iron/freezer,
/area/crew_quarters/toilet/restrooms)
-"aDV" = (
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/turf/open/floor/iron/freezer,
-/area/crew_quarters/toilet/restrooms)
-"aDY" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/chair/stool/directional/west,
-/turf/open/floor/iron,
-/area/crew_quarters/dorms)
"aDZ" = (
/obj/structure/table,
/obj/item/storage/pill_bottle/dice,
@@ -3694,18 +3285,6 @@
/obj/machinery/light/small,
/turf/open/floor/carpet/blue,
/area/crew_quarters/dorms)
-"aEh" = (
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/turf/open/floor/iron{
- dir = 1
- },
-/area/engine/engineering)
"aEi" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -3764,20 +3343,6 @@
/obj/effect/landmark/start/shaft_miner,
/turf/open/floor/iron,
/area/quartermaster/miningoffice)
-"aEy" = (
-/obj/structure/table,
-/obj/item/radio/intercom{
- dir = 4;
- pixel_y = 29
- },
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/engineering)
"aEA" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
@@ -3844,40 +3409,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
-"aEQ" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/main)
-"aER" = (
-/obj/machinery/computer/card,
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_y = 30
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Customs Checkpoint"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
"aET" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -3899,16 +3430,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/maintenance/fore)
-"aFc" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = -24
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Restrooms"
- },
-/turf/open/floor/iron/freezer,
-/area/crew_quarters/toilet/restrooms)
"aFd" = (
/turf/open/floor/iron/freezer,
/area/crew_quarters/toilet/restrooms)
@@ -3916,10 +3437,18 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/gateway)
-"aFm" = (
-/obj/structure/chair/stool/directional/west,
+"aFj" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
/turf/open/floor/iron,
-/area/crew_quarters/dorms)
+/area/hallway/primary/starboard)
"aFp" = (
/obj/structure/reagent_dispensers/watertank,
/obj/machinery/firealarm{
@@ -4137,12 +3666,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/port)
-"aGt" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/security/brig)
"aGA" = (
/obj/machinery/door/airlock{
id_tag = "Toilet2";
@@ -4176,20 +3699,6 @@
},
/turf/open/floor/iron/freezer,
/area/crew_quarters/toilet/restrooms)
-"aGJ" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/turf/open/floor/iron,
-/area/crew_quarters/dorms)
"aGP" = (
/obj/structure/closet/secure_closet/personal/cabinet,
/obj/item/clothing/under/misc/assistantformal,
@@ -4349,16 +3858,6 @@
},
/turf/open/floor/plating,
/area/crew_quarters/heads/cmo)
-"aHt" = (
-/obj/machinery/vending/cigarette,
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/turf/open/floor/iron,
-/area/construction/storage_wing)
"aHx" = (
/turf/closed/wall/r_wall,
/area/hallway/primary/fore)
@@ -4616,16 +4115,6 @@
/obj/machinery/field/generator,
/turf/open/floor/plating,
/area/engine/engineering)
-"aJl" = (
-/obj/machinery/shieldgen,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Engineering - Secure Storage"
- },
-/turf/open/floor/plating,
-/area/engine/engineering)
"aJm" = (
/obj/machinery/shieldgen,
/turf/open/floor/plating,
@@ -4861,14 +4350,6 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron,
/area/hydroponics/garden)
-"aKs" = (
-/obj/machinery/seed_extractor,
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron,
-/area/hydroponics/garden)
"aKt" = (
/obj/item/seeds/apple,
/obj/item/seeds/banana,
@@ -4939,6 +4420,13 @@
/obj/machinery/meter,
/turf/closed/wall/r_wall,
/area/engine/supermatter)
+"aKM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/structure/chair/stool/directional/west,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
"aKN" = (
/obj/machinery/door/poddoor{
id = "QMLoaddoor2";
@@ -5005,39 +4493,10 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/ai_upload)
-"aLs" = (
-/obj/structure/sign/plaques/kiddie{
- pixel_y = 32
- },
-/obj/structure/table,
-/obj/machinery/camera/directional/north{
- c_tag = "AI Upload Chamber - Fore";
- network = list("aiupload")
- },
-/obj/item/kirbyplants/photosynthetic{
- pixel_y = 10
- },
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/ai_upload)
-"aLt" = (
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/ai_upload)
"aLu" = (
/obj/machinery/porta_turret/ai,
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/ai_upload)
-"aLy" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/primary/fore)
"aLB" = (
/obj/effect/landmark/start/lawyer,
/turf/open/floor/iron,
@@ -5080,18 +4539,6 @@
},
/turf/open/floor/iron,
/area/crew_quarters/locker)
-"aLQ" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/camera/directional/north{
- c_tag = "Locker Room Starboard"
- },
-/obj/structure/sign/warning/pods{
- pixel_y = 30
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron,
-/area/crew_quarters/locker)
"aLS" = (
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
@@ -5306,13 +4753,6 @@
},
/turf/open/floor/wood,
/area/lawoffice)
-"aMX" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/chair/stool/directional/west,
-/turf/open/floor/prison,
-/area/security/prison)
"aMY" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -5697,6 +5137,13 @@
},
/turf/open/floor/iron,
/area/hydroponics/garden)
+"aON" = (
+/obj/structure/chair/fancy/comfy{
+ color = "#666666"
+ },
+/obj/effect/landmark/start/head_of_security,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"aOO" = (
/obj/machinery/power/apc/highcap/ten_k{
areastring = "/area/engine/engineering";
@@ -5952,16 +5399,6 @@
},
/turf/open/floor/grass,
/area/hydroponics/garden)
-"aPT" = (
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"aPV" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 6
@@ -6122,34 +5559,6 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/ai_upload)
-"aQA" = (
-/obj/machinery/power/apc/highcap/five_k{
- areastring = "/area/ai_monitored/turret_protected/ai_upload";
- name = "Upload APC";
- pixel_y = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/machinery/camera/motion/directional/south{
- c_tag = "AI Upload Chamber - Port";
- network = list("aiupload")
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai_upload)
-"aQC" = (
-/obj/item/radio/intercom{
- broadcasting = 1;
- frequency = 1447;
- name = "Private AI Channel";
- pixel_y = -25
- },
-/obj/machinery/camera/motion/directional/south{
- c_tag = "AI Upload Chamber - Starboard";
- network = list("aiupload")
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai_upload)
"aQD" = (
/obj/structure/table,
/obj/machinery/light{
@@ -6232,20 +5641,6 @@
/obj/effect/turf_decal/stripes/red/box,
/turf/open/floor/plating,
/area/maintenance/department/science)
-"aRa" = (
-/obj/structure/rack,
-/obj/effect/spawner/lootdrop/costume,
-/obj/effect/spawner/lootdrop/costume,
-/obj/item/clothing/mask/balaclava,
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/crew_quarters/locker)
"aRg" = (
/obj/machinery/door/window/westright{
name = "Garden B"
@@ -6645,16 +6040,6 @@
},
/turf/open/floor/iron/dark,
/area/security/courtroom)
-"aTn" = (
-/obj/machinery/newscaster{
- pixel_y = -32
- },
-/obj/machinery/light,
-/obj/machinery/camera/directional/south{
- c_tag = "Courtroom - Gallery"
- },
-/turf/open/floor/iron/dark,
-/area/security/courtroom)
"aTq" = (
/obj/structure/disposalpipe/segment,
/turf/open/floor/wood,
@@ -6691,16 +6076,6 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/crew_quarters/locker)
-"aTw" = (
-/obj/item/radio/intercom{
- pixel_y = -26
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Locker Room Port"
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/crew_quarters/locker)
"aTy" = (
/obj/machinery/firealarm{
dir = 1;
@@ -6768,6 +6143,18 @@
},
/turf/open/floor/iron,
/area/engine/engineering)
+"aTM" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 8
+ },
+/area/security/brig)
"aTO" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -6830,19 +6217,6 @@
"aUe" = (
/turf/closed/wall,
/area/quartermaster/storage)
-"aUf" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Cargo Bay - Port"
- },
-/obj/machinery/conveyor{
- dir = 1;
- id = "QMLoad"
- },
-/turf/open/floor/plating,
-/area/quartermaster/storage)
"aUv" = (
/turf/closed/wall/r_wall,
/area/hallway/primary/central)
@@ -6918,29 +6292,6 @@
},
/turf/open/floor/iron/dark,
/area/security/courtroom)
-"aUJ" = (
-/obj/structure/table,
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = -3;
- pixel_y = 5
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = -3;
- pixel_y = 5
- },
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = -3;
- pixel_y = 5
- },
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/turf/open/floor/iron/dark,
-/area/security/courtroom)
"aUL" = (
/obj/machinery/firealarm{
dir = 8;
@@ -6964,11 +6315,6 @@
},
/turf/closed/wall,
/area/engine/engineering)
-"aVd" = (
-/obj/effect/turf_decal/delivery,
-/obj/structure/closet/secure_closet/engineering_electrical,
-/turf/open/floor/iron,
-/area/engine/engineering)
"aVh" = (
/obj/structure/table/wood,
/obj/machinery/light/small{
@@ -7008,19 +6354,6 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/ai)
-"aVp" = (
-/obj/machinery/camera/directional/north{
- c_tag = "AI Chamber - Fore";
- network = list("aicore")
- },
-/obj/structure/showcase/cyborg/old{
- pixel_y = 20
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/ai)
"aVq" = (
/obj/machinery/status_display/evac{
pixel_y = 32
@@ -7059,16 +6392,22 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/entry)
-"aVx" = (
-/obj/structure/chair,
-/obj/machinery/camera/directional/north{
- c_tag = "Arrivals - Fore Arm - Far"
+"aVF" = (
+/obj/machinery/computer/secure_data{
+ dir = 8
},
-/obj/effect/turf_decal/stripes/line{
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for monitoring the engine.";
+ dir = 8;
+ name = "Engine Monitor";
+ network = list("engine");
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
dir = 1
},
-/turf/open/floor/iron,
-/area/hallway/secondary/entry)
+/area/security/checkpoint/engineering)
"aVG" = (
/obj/machinery/status_display/supply,
/turf/closed/wall,
@@ -7083,15 +6422,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/plating,
/area/storage/primary)
-"aWd" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Central Primary Hallway - Fore"
- },
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"aWe" = (
/obj/effect/turf_decal/tile/red{
dir = 1
@@ -7128,6 +6458,16 @@
/obj/structure/sign/warning/pods,
/turf/closed/wall,
/area/crew_quarters/locker)
+"aWq" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "Supermatter Chamber";
+ network = list("engine")
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/engine,
+/area/engine/supermatter)
"aWu" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
@@ -7163,6 +6503,27 @@
},
/turf/open/floor/carpet/red,
/area/medical/exam_room)
+"aWH" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Research and Development";
+ network = list("ss13","rd")
+ },
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/obj/structure/table,
+/obj/item/stack/cable_coil,
+/obj/item/stack/cable_coil,
+/obj/item/stock_parts/scanning_module{
+ pixel_x = 2;
+ pixel_y = 3
+ },
+/obj/item/stock_parts/scanning_module,
+/obj/item/stock_parts/manipulator,
+/obj/item/stock_parts/manipulator,
+/obj/item/stock_parts/capacitor,
+/turf/open/floor/iron,
+/area/science/lab)
"aWK" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
dir = 10
@@ -7305,6 +6666,10 @@
/obj/effect/landmark/start/geneticist,
/turf/open/floor/iron,
/area/medical/genetics)
+"aXK" = (
+/obj/structure/chair/stool/directional/west,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
"aXW" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -7381,6 +6746,16 @@
/obj/item/aiModule/reset,
/turf/open/floor/iron/dark,
/area/storage/tech)
+"aYo" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/newscaster{
+ pixel_y = 30
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/customs)
"aYs" = (
/obj/structure/sign/warning/securearea{
pixel_y = 32
@@ -7390,15 +6765,6 @@
/obj/item/clothing/glasses/meson/engine,
/turf/open/floor/iron,
/area/engine/engineering)
-"aYt" = (
-/obj/item/radio/intercom{
- pixel_x = 29
- },
-/obj/effect/turf_decal/delivery,
-/obj/structure/closet/firecloset,
-/obj/item/clothing/glasses/meson/engine,
-/turf/open/floor/iron,
-/area/engine/engineering)
"aYu" = (
/turf/closed/wall,
/area/security/checkpoint/engineering)
@@ -7776,12 +7142,30 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/entry)
-"bam" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+"baf" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
dir = 8
},
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 4
+ },
+/area/hallway/secondary/exit/departure_lounge)
"ban" = (
/obj/structure/cable/yellow{
icon_state = "1-8"
@@ -7926,13 +7310,6 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/hallway/primary/central)
-"baM" = (
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"baO" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -7962,15 +7339,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
-"baV" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Central Primary Hallway - Fore - Courtroom"
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"baY" = (
/obj/structure/extinguisher_cabinet{
pixel_y = -30
@@ -8014,13 +7382,19 @@
/obj/item/electronics/airlock,
/turf/open/floor/iron/dark,
/area/storage/tech)
-"bbC" = (
-/obj/structure/chair/office{
+"bbI" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Chapel Office - Backroom"
+ },
+/obj/machinery/light/small{
dir = 4
},
-/obj/effect/landmark/start/depsec/engineering,
-/turf/open/floor/iron,
-/area/security/checkpoint/engineering)
+/obj/machinery/light_switch{
+ pixel_x = 25
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/turf/open/floor/iron/dark,
+/area/chapel/office)
"bbK" = (
/turf/closed/wall,
/area/security/checkpoint/customs)
@@ -8074,6 +7448,18 @@
"bbY" = (
/turf/open/floor/iron,
/area/hallway/primary/port)
+"bcc" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
"bcd" = (
/turf/closed/wall,
/area/janitor)
@@ -8318,6 +7704,18 @@
},
/turf/open/floor/carpet/royalblue,
/area/crew_quarters/heads/captain/private)
+"bdU" = (
+/obj/machinery/cryopod{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/turf/open/floor/iron/showroomfloor,
+/area/crew_quarters/cryopods)
"bdX" = (
/obj/structure/rack,
/obj/effect/spawner/lootdrop/techstorage/command,
@@ -8336,16 +7734,6 @@
},
/turf/open/floor/iron/dark,
/area/storage/tech)
-"beb" = (
-/obj/structure/table,
-/obj/item/analyzer,
-/obj/item/healthanalyzer,
-/obj/machinery/camera/autoname/directional/south,
-/obj/machinery/light_switch{
- pixel_y = -28
- },
-/turf/open/floor/iron/dark,
-/area/storage/tech)
"bec" = (
/obj/structure/rack,
/obj/item/storage/toolbox/electrical{
@@ -8356,33 +7744,6 @@
/obj/item/clothing/glasses/meson,
/turf/open/floor/iron/dark,
/area/storage/tech)
-"bee" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/item/stock_parts/cell/high{
- charge = 100;
- maxcharge = 15000
- },
-/turf/open/floor/iron/dark,
-/area/storage/tech)
-"bep" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/cable/yellow,
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/turf/open/floor/iron/dark/corner{
- dir = 1
- },
-/area/engine/storage_shared)
"bes" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -8393,12 +7754,6 @@
},
/turf/open/floor/wood,
/area/bridge/showroom/corporate)
-"beu" = (
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/turf/open/floor/circuit,
-/area/ai_monitored/turret_protected/ai)
"bew" = (
/obj/machinery/power/apc{
areastring = "/area/ai_monitored/turret_protected/ai";
@@ -8436,15 +7791,6 @@
},
/turf/open/floor/plating,
/area/security/checkpoint/customs)
-"beM" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
"beT" = (
/obj/effect/landmark/blobstart,
/obj/effect/turf_decal/stripes/line{
@@ -8672,15 +8018,6 @@
},
/turf/open/floor/carpet/royalblue,
/area/crew_quarters/heads/captain/private)
-"bfE" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"bfG" = (
/obj/structure/sign/directions/security{
dir = 1;
@@ -8857,20 +8194,23 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/hop)
-"bgO" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Xenobiology Lab - Pen #4";
- network = list("ss13","rd","xeno")
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/science/xenobiology)
"bgY" = (
/obj/effect/turf_decal/tile/brown,
/turf/open/floor/iron,
/area/hallway/primary/port)
+"bha" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Arrivals - Station Entrance"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hallway/secondary/entry)
"bhd" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/yellow{
@@ -8968,6 +8308,16 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"bhC" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Xenobiology Lab - Pen #6";
+ network = list("ss13","rd","xeno")
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/science/xenobiology)
"bhH" = (
/obj/machinery/firealarm{
pixel_y = 32
@@ -8977,15 +8327,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/starboard)
-"bhI" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Starboard Primary Hallway - Tech Storage"
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hallway/primary/starboard)
"bhJ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -8996,6 +8337,20 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/storage/tech)
+"bhK" = (
+/obj/structure/table/reinforced,
+/obj/item/folder/red,
+/obj/item/folder/red,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/customs)
"bhL" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -9014,18 +8369,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/starboard)
-"bhN" = (
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hallway/primary/starboard)
"bhO" = (
/obj/effect/turf_decal/tile/yellow{
dir = 1
@@ -9107,13 +8450,6 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/ai)
-"bio" = (
-/obj/machinery/camera/directional/south{
- c_tag = "AI Chamber - Aft";
- network = list("aicore")
- },
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/ai)
"bir" = (
/obj/structure/chair/office{
dir = 4
@@ -9148,6 +8484,25 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/entry)
+"biv" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/start/security_officer,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
"biw" = (
/obj/structure/sign/warning/pods,
/turf/closed/wall,
@@ -9175,6 +8530,16 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron,
/area/hallway/primary/port)
+"biC" = (
+/obj/structure/table,
+/obj/item/hand_tele,
+/obj/item/beacon,
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/teleporter)
"biD" = (
/obj/machinery/door/window/eastleft{
base_state = "right";
@@ -9468,19 +8833,6 @@
},
/turf/open/floor/iron/white/corner,
/area/quartermaster/sorting)
-"bkk" = (
-/obj/structure/filingcabinet/filingcabinet,
-/obj/item/radio/intercom{
- pixel_y = -28
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Cargo - Mailroom"
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/iron/white/corner,
-/area/quartermaster/sorting)
"bkl" = (
/obj/structure/table,
/obj/item/stack/wrapping_paper,
@@ -9603,15 +8955,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
-"bkV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"bkX" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -9624,6 +8967,13 @@
/obj/structure/chair/stool/bar,
/turf/open/floor/iron/cafeteria_red,
/area/crew_quarters/bar)
+"blp" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Central Primary Hallway - Port"
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"bls" = (
/obj/structure/sign/warning/pods,
/turf/closed/wall/r_wall,
@@ -9759,16 +9109,6 @@
},
/turf/closed/wall/r_wall,
/area/hallway/primary/port)
-"bmn" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"bmr" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
@@ -9899,46 +9239,12 @@
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/engine/break_room)
-"bnb" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/airalarm/directional/south{
- pixel_y = -24
- },
-/turf/open/floor/iron,
-/area/engine/break_room)
"bne" = (
/obj/machinery/newscaster{
pixel_y = -30
},
/turf/open/floor/iron,
/area/engine/break_room)
-"bng" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Engineering - Foyer - Starboard"
- },
-/turf/open/floor/iron,
-/area/engine/break_room)
-"bnh" = (
-/obj/structure/table/reinforced,
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = -3;
- pixel_y = 5
- },
-/obj/item/taperecorder{
- pixel_x = -4
- },
-/turf/open/floor/iron,
-/area/security/main)
-"bni" = (
-/obj/structure/table,
-/obj/machinery/syndicatebomb/training,
-/turf/open/floor/iron,
-/area/security/main)
"bnk" = (
/obj/structure/window/reinforced{
dir = 1;
@@ -10025,20 +9331,6 @@
},
/turf/open/floor/iron/dark,
/area/aisat)
-"bnw" = (
-/obj/structure/showcase/cyborg/old{
- dir = 4;
- pixel_x = -9;
- pixel_y = 2
- },
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
"bny" = (
/obj/machinery/turretid{
control_area = "/area/ai_monitored/turret_protected/aisat_interior";
@@ -10101,19 +9393,6 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/storage/satellite)
-"bnK" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = -24
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Arrivals - Station Entrance"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/secondary/entry)
"bnM" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -10136,6 +9415,16 @@
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/engine/engineering)
+"bob" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/dark,
+/obj/effect/turf_decal/siding/dark{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
"boj" = (
/obj/structure/cable/yellow{
icon_state = "2-8"
@@ -10236,20 +9525,6 @@
/obj/structure/table/glass,
/turf/open/floor/iron/dark,
/area/bridge)
-"boJ" = (
-/obj/item/radio/intercom{
- dir = 8;
- pixel_x = -28
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Central Primary Hallway - Starboard - Art Storage"
- },
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"boM" = (
/obj/structure/table,
/obj/item/hand_labeler,
@@ -10364,15 +9639,6 @@
/obj/item/hand_labeler,
/turf/open/floor/iron/white,
/area/medical/surgery)
-"bqb" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/secondary/entry)
"bqd" = (
/obj/machinery/power/apc{
areastring = "/area/hallway/secondary/entry";
@@ -10518,17 +9784,6 @@
/obj/structure/table/glass,
/turf/open/floor/iron/dark,
/area/bridge)
-"bqW" = (
-/obj/machinery/light,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/obj/structure/closet/secure_closet/brig{
- id = "medcell";
- name = "Medical Cell Locker"
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"bqX" = (
/obj/structure/table/wood,
/obj/item/stamp/captain,
@@ -10561,15 +9816,6 @@
/obj/item/stack/cable_coil/random,
/turf/open/floor/iron,
/area/storage/art)
-"brf" = (
-/obj/structure/table,
-/obj/item/paper_bin/construction,
-/obj/item/airlock_painter,
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/turf/open/floor/iron,
-/area/storage/art)
"brp" = (
/obj/effect/decal/cleanable/cobweb,
/obj/structure/closet/crate{
@@ -10631,25 +9877,6 @@
},
/turf/open/floor/iron/dark,
/area/aisat)
-"brQ" = (
-/obj/machinery/light/small,
-/obj/machinery/camera/directional/south{
- c_tag = "MiniSat Exterior Access";
- network = list("minisat")
- },
-/obj/machinery/power/apc{
- areastring = "/area/aisat";
- name = "MiniSat Exterior APC";
- pixel_y = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/aisat)
"brT" = (
/obj/structure/window/reinforced,
/obj/effect/turf_decal/tile/blue{
@@ -10673,22 +9900,6 @@
},
/turf/open/floor/iron/dark,
/area/aisat)
-"brY" = (
-/obj/machinery/power/apc/highcap/five_k{
- areastring = "/area/ai_monitored/turret_protected/aisat/foyer";
- name = "MiniSat Foyer APC";
- pixel_y = -24
- },
-/obj/structure/cable/yellow,
-/obj/machinery/camera/motion/directional/east{
- c_tag = "MiniSat Foyer";
- network = list("minisat")
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/aisat/foyer)
"brZ" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
@@ -10728,20 +9939,6 @@
/obj/structure/cable/yellow,
/turf/open/floor/iron/dark,
/area/ai_monitored/storage/satellite)
-"bsi" = (
-/obj/machinery/camera/motion/directional/east{
- c_tag = "MiniSat Maintenance";
- network = list("minisat")
- },
-/obj/structure/rack,
-/obj/item/storage/toolbox/electrical{
- pixel_x = -3;
- pixel_y = 3
- },
-/obj/item/storage/toolbox/mechanical,
-/obj/item/multitool,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/storage/satellite)
"bsj" = (
/obj/structure/window/reinforced{
dir = 1;
@@ -10797,15 +9994,15 @@
/obj/effect/turf_decal/tile/green/half/contrasted,
/turf/open/floor/iron,
/area/hydroponics)
-"bsB" = (
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
+"bsD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
},
-/turf/open/floor/iron,
-/area/hallway/primary/port)
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/execution/education)
"bsE" = (
/obj/machinery/status_display/evac{
pixel_y = -32
@@ -10822,15 +10019,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
-"bsH" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Port Primary Hallway - Starboard"
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/primary/port)
"bsI" = (
/obj/structure/extinguisher_cabinet{
pixel_y = -30
@@ -10872,26 +10060,6 @@
"bsU" = (
/turf/closed/wall,
/area/bridge)
-"bsW" = (
-/obj/machinery/button/door{
- id = "bridge blast";
- name = "Bridge Access Blast Door Control";
- pixel_x = -1;
- pixel_y = -24;
- req_access_txt = "19"
- },
-/obj/machinery/button/door{
- id = "council blast";
- name = "Council Chamber Blast Door Control";
- pixel_x = -1;
- pixel_y = -34;
- req_access_txt = "19"
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Bridge - Command Chair"
- },
-/turf/open/floor/carpet/blue,
-/area/bridge)
"bsX" = (
/obj/machinery/holopad,
/turf/open/floor/carpet/blue,
@@ -11041,33 +10209,15 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/entry)
-"btX" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Port Primary Hallway - Port"
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/hallway/primary/port)
-"btY" = (
+"btZ" = (
/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
+ icon_state = "1-4"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/turf/open/floor/iron/white/corner,
-/area/hallway/secondary/entry)
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/customs)
"bue" = (
/turf/closed/wall,
/area/library)
@@ -11147,15 +10297,6 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/captain/private)
-"buL" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"buN" = (
/obj/machinery/vending/boozeomat,
/turf/closed/wall,
@@ -11179,6 +10320,29 @@
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/plating,
/area/maintenance/starboard)
+"buY" = (
+/obj/effect/turf_decal/bot_white,
+/obj/structure/closet/l3closet/security,
+/obj/effect/turf_decal/bot,
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 28
+ },
+/turf/open/floor/iron/tech/grid,
+/area/security/main)
+"bvb" = (
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/costume,
+/obj/effect/spawner/lootdrop/costume,
+/obj/item/clothing/mask/balaclava,
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/crew_quarters/locker)
"bvc" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -11424,18 +10588,6 @@
},
/turf/open/floor/iron/dark,
/area/bridge)
-"bwv" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Council Chamber"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/status_display/ai{
- pixel_y = 32
- },
-/turf/open/floor/iron/dark,
-/area/bridge)
"bww" = (
/obj/structure/table/wood,
/obj/item/folder/yellow,
@@ -11466,17 +10618,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"bwZ" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/turf/open/floor/iron/dark/corner{
- dir = 1
- },
-/area/hallway/primary/starboard)
"bxd" = (
/turf/closed/wall,
/area/engine/atmos)
@@ -11492,28 +10633,6 @@
},
/turf/open/floor/carpet/green,
/area/chapel/main)
-"bxi" = (
-/obj/structure/table,
-/obj/item/folder/red{
- pixel_x = 3
- },
-/obj/item/folder/white{
- pixel_x = -4;
- pixel_y = 2
- },
-/obj/item/restraints/handcuffs,
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/radio/off,
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_x = 30
- },
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
"bxk" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -11632,13 +10751,6 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"byF" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/structure/chair/stool/directional/west,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
"byG" = (
/obj/structure/disposalpipe/junction/flip{
dir = 4
@@ -11704,23 +10816,6 @@
dir = 1
},
/area/engine/atmos)
-"byT" = (
-/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/camera/directional/north{
- c_tag = "Atmospherics - Control Room"
- },
-/obj/machinery/computer/station_alert,
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/turf/open/floor/iron/dark/corner{
- dir = 1
- },
-/area/engine/atmos)
"byV" = (
/obj/structure/sign/plaques/atmos{
pixel_y = 32
@@ -11742,22 +10837,6 @@
},
/turf/open/floor/iron/checker,
/area/engine/atmos)
-"byX" = (
-/obj/machinery/power/apc/highcap/ten_k{
- areastring = "/area/engine/atmos";
- dir = 1;
- name = "Atmospherics APC";
- pixel_y = 24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Atmospherics - Entrance"
- },
-/obj/item/kirbyplants/random,
-/turf/open/floor/iron,
-/area/engine/atmos)
"bza" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -11773,25 +10852,6 @@
dir = 1
},
/area/engine/atmos)
-"bzf" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- dir = 8;
- name = "Air to Distro";
- target_pressure = 500
- },
-/obj/machinery/airalarm/directional/north{
- pixel_y = 25
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Atmospherics - Distro Loop"
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/turf/open/floor/iron/dark/corner{
- dir = 1
- },
-/area/engine/atmos)
"bzg" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 10
@@ -11854,13 +10914,6 @@
"bzE" = (
/turf/open/floor/wood,
/area/library)
-"bzF" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera/autoname/directional/east,
-/turf/open/floor/carpet/green,
-/area/library)
"bzJ" = (
/turf/closed/wall,
/area/hallway/secondary/command)
@@ -11948,13 +11001,6 @@
},
/turf/open/floor/carpet/blue,
/area/bridge)
-"bzZ" = (
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/machinery/vending/cigarette,
-/turf/open/floor/iron/dark,
-/area/bridge)
"bAb" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -12146,6 +11192,14 @@
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/ai_monitored/turret_protected/ai_upload_foyer)
+"bBa" = (
+/obj/effect/turf_decal/tile/dark_red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth_half{
+ dir = 1
+ },
+/area/security/brig)
"bBb" = (
/obj/structure/window/reinforced{
dir = 1;
@@ -12558,13 +11612,6 @@
},
/turf/open/floor/wood,
/area/vacant_room/office)
-"bCP" = (
-/obj/machinery/light/small,
-/obj/machinery/camera/directional/west{
- c_tag = "Auxilary Restrooms"
- },
-/turf/open/floor/plating,
-/area/crew_quarters/toilet/auxiliary)
"bCR" = (
/obj/machinery/power/apc/highcap/five_k{
areastring = "/area/crew_quarters/toilet/auxiliary";
@@ -12664,15 +11711,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/command)
-"bDw" = (
-/obj/machinery/airalarm/directional/north{
- pixel_y = 32
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/hallway/secondary/command)
"bDx" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -12698,11 +11736,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron,
/area/crew_quarters/bar)
-"bDI" = (
-/obj/effect/landmark/start/assistant,
-/obj/structure/chair/stool/directional/west,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
"bDK" = (
/obj/machinery/holopad,
/turf/open/floor/carpet,
@@ -12779,14 +11812,6 @@
},
/turf/open/floor/engine/vacuum,
/area/engine/atmos)
-"bEf" = (
-/obj/machinery/telecomms/processor/preset_one,
-/obj/machinery/camera/directional/north{
- c_tag = "Telecomms - Server Room - Fore-Port";
- network = list("ss13","tcomms")
- },
-/turf/open/floor/circuit/green/telecomms/mainframe,
-/area/tcommsat/server)
"bEg" = (
/obj/structure/showcase/cyborg/old{
pixel_y = 20
@@ -12801,14 +11826,6 @@
/obj/machinery/telecomms/receiver/preset_right,
/turf/open/floor/circuit/green/telecomms/mainframe,
/area/tcommsat/server)
-"bEk" = (
-/obj/machinery/telecomms/processor/preset_three,
-/obj/machinery/camera/directional/north{
- c_tag = "Telecomms - Server Room - Fore-Starboard";
- network = list("ss13","tcomms")
- },
-/turf/open/floor/circuit/green/telecomms/mainframe,
-/area/tcommsat/server)
"bEl" = (
/obj/machinery/door/airlock/external{
name = "Transport Airlock"
@@ -12821,6 +11838,12 @@
},
/turf/open/floor/plating,
/area/hallway/secondary/entry)
+"bEo" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"bEq" = (
/obj/structure/light_construct{
dir = 8
@@ -12855,13 +11878,6 @@
/obj/structure/grille,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
-"bFd" = (
-/obj/item/kirbyplants{
- icon_state = "plant-21"
- },
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/hallway/primary/aft)
"bFk" = (
/obj/item/radio/intercom{
pixel_x = 29
@@ -13033,12 +12049,6 @@
},
/turf/open/floor/engine/vacuum,
/area/engine/atmos)
-"bGb" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Atmospherics Tank - Mix"
- },
-/turf/open/floor/engine/vacuum,
-/area/engine/atmos)
"bGc" = (
/obj/machinery/telecomms/bus/preset_one,
/turf/open/floor/circuit/green/telecomms/mainframe,
@@ -13093,13 +12103,6 @@
},
/turf/closed/wall,
/area/library)
-"bGw" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Central Primary Hallway - Port"
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"bGx" = (
/obj/structure/sign/directions/science{
pixel_y = -8
@@ -13159,22 +12162,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/command)
-"bGL" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Command Hallway - Central"
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/hallway/secondary/command)
"bGM" = (
/turf/closed/wall/r_wall,
/area/gateway)
@@ -13201,13 +12188,6 @@
},
/turf/closed/wall,
/area/maintenance/central)
-"bHd" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/structure/chair/stool/directional/south,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
"bHf" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -13410,6 +12390,25 @@
},
/turf/open/floor/wood,
/area/library)
+"bHV" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -30
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Command Hallway - Port"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hallway/secondary/command)
"bHZ" = (
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -13468,18 +12467,6 @@
dir = 1
},
/area/gateway)
-"bIn" = (
-/obj/structure/closet/secure_closet/security/engine,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted,
-/turf/open/floor/iron,
-/area/security/checkpoint/engineering)
"bIp" = (
/obj/structure/closet/crate{
opened = 1
@@ -13546,6 +12533,16 @@
/obj/structure/lattice,
/turf/open/space,
/area/space/nearstation)
+"bIR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"bIS" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
@@ -13824,17 +12821,6 @@
/obj/machinery/vending/coffee,
/turf/open/floor/carpet,
/area/crew_quarters/bar)
-"bKn" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Club - Aft"
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = -29
- },
-/obj/item/clothing/mask/cigarette/pipe,
-/obj/structure/table/wood,
-/turf/open/floor/carpet,
-/area/crew_quarters/bar)
"bKo" = (
/obj/machinery/vending/cigarette,
/turf/open/floor/carpet,
@@ -13854,17 +12840,6 @@
},
/turf/open/floor/iron/dark,
/area/security/courtroom)
-"bKv" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/turf/open/floor/iron/dark/corner{
- dir = 1
- },
-/area/engine/atmos)
"bKw" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -14009,13 +12984,7 @@
/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/effect/turf_decal/loading_area{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
+/turf/open/floor/iron/smooth_large,
/area/security/prison)
"bLk" = (
/obj/structure/bookcase/random/reference,
@@ -14063,18 +13032,6 @@
"bLw" = (
/turf/closed/wall/r_wall,
/area/bridge/showroom/corporate)
-"bLy" = (
-/obj/structure/closet/secure_closet/medical1,
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/turf/open/floor/iron{
- dir = 1
- },
-/area/gateway)
"bLB" = (
/obj/structure/table,
/obj/item/paper/pamphlet/gateway,
@@ -14102,18 +13059,6 @@
/obj/effect/landmark/blobstart,
/turf/open/floor/plating,
/area/maintenance/central)
-"bLH" = (
-/obj/machinery/status_display/evac{
- pixel_x = -32
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Central Primary Hallway - Starboard - Kitchen"
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"bLI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -14121,19 +13066,19 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/patients_rooms)
+"bLM" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/medical)
"bLT" = (
/obj/structure/sign/warning/securearea,
/turf/closed/wall/r_wall,
/area/bridge)
-"bLU" = (
-/obj/structure/rack,
-/obj/item/circuitboard/machine/telecomms/bus,
-/obj/item/circuitboard/machine/telecomms/broadcaster,
-/obj/machinery/camera/directional/west{
- c_tag = "Telecomms - Storage"
- },
-/turf/open/floor/iron/dark,
-/area/storage/tcom)
"bLW" = (
/obj/structure/table,
/obj/item/stock_parts/subspace/analyzer,
@@ -14180,16 +13125,6 @@
},
/turf/open/floor/iron,
/area/engine/atmos)
-"bMe" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/item/radio/intercom{
- pixel_y = -26
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Atmospherics - Central"
- },
-/turf/open/floor/iron,
-/area/engine/atmos)
"bMf" = (
/obj/structure/rack,
/obj/item/clothing/suit/hazardvest,
@@ -14231,26 +13166,6 @@
},
/turf/open/floor/engine/n2o,
/area/engine/atmos)
-"bMn" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Atmospherics Tank - N2O"
- },
-/turf/open/floor/engine/n2o,
-/area/engine/atmos)
-"bMo" = (
-/obj/machinery/airalarm/server{
- dir = 4;
- pixel_x = -22
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Telecomms - Server Room - Aft-Port";
- network = list("ss13","tcomms")
- },
-/turf/open/floor/iron/dark/telecomms,
-/area/tcommsat/server)
"bMr" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -14260,25 +13175,6 @@
},
/turf/open/floor/iron/dark/telecomms,
/area/tcommsat/server)
-"bMs" = (
-/obj/machinery/power/apc/highcap/five_k{
- areastring = "/area/tcommsat/server";
- dir = 4;
- name = "Telecomms Server Room APC";
- pixel_x = 24
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Telecomms - Server Room - Aft-Starboard";
- network = list("ss13","tcomms")
- },
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/open/floor/iron/dark/telecomms,
-/area/tcommsat/server)
"bMv" = (
/obj/effect/turf_decal/stripes/corner{
dir = 1
@@ -14434,21 +13330,6 @@
"bNl" = (
/turf/closed/wall,
/area/gateway)
-"bNm" = (
-/obj/structure/bed/roller,
-/obj/machinery/vending/wallmed{
- pixel_x = -28
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Gateway - Atrium"
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/turf/open/floor/iron{
- dir = 1
- },
-/area/gateway)
"bNo" = (
/obj/structure/tank_dispenser/oxygen{
pixel_x = -1;
@@ -14492,17 +13373,6 @@
/obj/effect/landmark/start/mime,
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"bNK" = (
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 6
- },
-/obj/structure/table/wood,
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/turf/open/floor/wood,
-/area/vacant_room/office)
"bNL" = (
/obj/structure/table,
/obj/item/stock_parts/subspace/transmitter,
@@ -14585,15 +13455,6 @@
/obj/machinery/telecomms/server/presets/engineering,
/turf/open/floor/circuit/telecomms/mainframe,
/area/tcommsat/server)
-"bNZ" = (
-/obj/machinery/light/small,
-/obj/machinery/camera/directional/south{
- c_tag = "Telecomms - Server Room - Aft";
- network = list("ss13","tcomms")
- },
-/obj/machinery/ntnet_relay,
-/turf/open/floor/iron/dark/telecomms,
-/area/tcommsat/server)
"bOa" = (
/obj/machinery/telecomms/server/presets/medical,
/turf/open/floor/circuit/telecomms/mainframe,
@@ -14762,23 +13623,6 @@
/obj/item/stock_parts/subspace/crystal,
/turf/open/floor/iron/dark,
/area/storage/tcom)
-"bPi" = (
-/obj/structure/table,
-/obj/item/stock_parts/micro_laser,
-/obj/item/stock_parts/manipulator,
-/obj/item/stock_parts/manipulator,
-/obj/item/stock_parts/manipulator,
-/obj/item/stock_parts/manipulator,
-/obj/item/stock_parts/capacitor,
-/obj/item/stock_parts/micro_laser/high,
-/obj/item/stock_parts/micro_laser/high,
-/obj/item/stock_parts/micro_laser/high,
-/obj/item/stock_parts/micro_laser/high,
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/turf/open/floor/iron/dark,
-/area/storage/tcom)
"bPj" = (
/obj/structure/table,
/obj/item/stock_parts/subspace/filter,
@@ -14932,15 +13776,6 @@
/obj/machinery/vending/wardrobe/curator_wardrobe,
/turf/open/floor/engine/cult,
/area/library)
-"bPY" = (
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"bPZ" = (
/obj/structure/table,
/obj/machinery/cell_charger,
@@ -14972,24 +13807,6 @@
},
/turf/open/floor/iron,
/area/teleporter)
-"bQf" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/item/bodypart/chest/robot{
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/item/bodypart/head/robot{
- pixel_x = 3;
- pixel_y = 2
- },
-/obj/structure/table/wood,
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/turf/open/floor/carpet/blue,
-/area/bridge/showroom/corporate)
"bQj" = (
/obj/machinery/cell_charger,
/obj/item/stock_parts/cell/crap,
@@ -15045,12 +13862,6 @@
/obj/machinery/vending/wardrobe/chef_wardrobe,
/turf/open/floor/iron/freezer,
/area/crew_quarters/kitchen)
-"bQN" = (
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/turf/open/floor/plating,
-/area/crew_quarters/toilet/auxiliary)
"bQQ" = (
/obj/item/wrench,
/turf/open/floor/plating,
@@ -15352,16 +14163,6 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron,
/area/gateway)
-"bRM" = (
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Gateway - Access"
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron,
-/area/gateway)
"bRO" = (
/obj/machinery/firealarm{
dir = 4;
@@ -15400,38 +14201,6 @@
/obj/effect/landmark/blobstart,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"bSg" = (
-/obj/structure/fireaxecabinet{
- pixel_x = -32
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Atmospherics - Port"
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/turf/open/floor/iron/dark/corner{
- dir = 1
- },
-/area/engine/atmos)
-"bSh" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/machinery/portable_atmospherics/canister,
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/turf/open/floor/iron{
- dir = 1
- },
-/area/engine/atmos)
"bSi" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 4
@@ -15446,12 +14215,6 @@
},
/turf/open/floor/engine/plasma,
/area/engine/atmos)
-"bSl" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Atmospherics Tank - Toxins"
- },
-/turf/open/floor/engine/plasma,
-/area/engine/atmos)
"bSm" = (
/obj/structure/easel,
/obj/effect/decal/cleanable/dirt,
@@ -15648,18 +14411,6 @@
/obj/machinery/vending/wardrobe/atmos_wardrobe,
/turf/open/floor/iron/dark,
/area/engine/atmos)
-"bTk" = (
-/obj/machinery/atmospherics/components/binary/pump{
- name = "Port to Filter"
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Atmospherics - Starboard"
- },
-/turf/open/floor/iron,
-/area/engine/atmos)
"bTl" = (
/obj/machinery/atmospherics/components/unary/thermomachine/heater{
dir = 8
@@ -15681,24 +14432,6 @@
"bTs" = (
/turf/closed/wall,
/area/maintenance/aft)
-"bTx" = (
-/obj/structure/chair/office{
- dir = 4
- },
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/turf/open/floor/wood,
-/area/library)
-"bTy" = (
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/camera/autoname/directional/south,
-/obj/structure/table/wood,
-/turf/open/floor/wood,
-/area/library)
"bTE" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -16280,6 +15013,17 @@
},
/turf/open/floor/engine/co2,
/area/engine/atmos)
+"bVQ" = (
+/obj/structure/rack,
+/obj/machinery/button/door{
+ id = "armory";
+ name = "Armory Shutters";
+ pixel_x = 28;
+ req_access_txt = "3"
+ },
+/obj/effect/loot_jobscale/armoury/riot_shield,
+/turf/open/floor/iron/dark/smooth_large,
+/area/ai_monitored/security/armory)
"bVW" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -16306,6 +15050,14 @@
},
/turf/open/floor/plating,
/area/maintenance/department/science/xenobiology)
+"bWn" = (
+/obj/structure/table,
+/obj/item/flashlight/lamp,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/turf/open/floor/iron/dark/textured,
+/area/security/brig)
"bWC" = (
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
@@ -16436,12 +15188,20 @@
},
/turf/open/floor/engine/co2,
/area/engine/atmos)
-"bXs" = (
+"bXv" = (
+/obj/structure/tank_dispenser,
/obj/machinery/camera/directional/east{
- c_tag = "Atmospherics Tank - CO2"
+ c_tag = "Toxins - Mixing Area";
+ network = list("ss13","rd")
},
-/turf/open/floor/engine/co2,
-/area/engine/atmos)
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27
+ },
+/turf/open/floor/iron,
+/area/science/mixing)
"bXE" = (
/turf/open/floor/plating,
/area/maintenance/port/aft)
@@ -16454,15 +15214,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
-"bXQ" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Central Primary Hallway - Aft-Port"
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"bXR" = (
/obj/machinery/light/small,
/obj/effect/turf_decal/tile/blue{
@@ -16484,13 +15235,6 @@
/obj/effect/turf_decal/tile/purple,
/turf/open/floor/iron,
/area/hallway/primary/central)
-"bXW" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Central Primary Hallway - Aft-Starboard"
- },
-/obj/effect/turf_decal/tile/purple,
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"bXY" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -16556,23 +15300,6 @@
},
/turf/open/floor/iron,
/area/security/checkpoint/medical)
-"bYv" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Atmospherics - Port-Aft"
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/turf/open/floor/iron/dark/corner{
- dir = 1
- },
-/area/engine/atmos)
"bYw" = (
/obj/machinery/atmospherics/pipe/simple/dark/visible{
dir = 9
@@ -16688,6 +15415,22 @@
"bZo" = (
/turf/closed/wall,
/area/security/checkpoint/science/research)
+"bZu" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "Engineering Supermatter Fore";
+ network = list("ss13","engine")
+ },
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -26
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/catwalk_floor/iron_dark,
+/area/engine/engineering)
"bZv" = (
/obj/machinery/biogenerator,
/obj/machinery/light_switch{
@@ -16829,6 +15572,15 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/ai_monitored/storage/eva)
+"caO" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/brig)
"cbb" = (
/obj/machinery/door/window/northleft{
name = "Inner Pipe Access";
@@ -16942,13 +15694,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/security/checkpoint/science/research)
-"ccm" = (
-/obj/structure/chair/office{
- dir = 1
- },
-/obj/effect/landmark/start/depsec/science,
-/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
"ccs" = (
/obj/machinery/disposal/bin{
pixel_x = -2;
@@ -16998,16 +15743,6 @@
},
/turf/open/floor/iron,
/area/hydroponics)
-"ccx" = (
-/obj/machinery/hydroponics/constructable,
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hydroponics)
"ccy" = (
/obj/machinery/hydroponics/constructable,
/obj/machinery/firealarm{
@@ -17064,6 +15799,14 @@
dir = 1
},
/area/hydroponics)
+"ccN" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/machinery/camera/directional/east{
+ c_tag = "Mining Dock"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/iron,
+/area/quartermaster/miningoffice)
"ccP" = (
/obj/machinery/atmospherics/pipe/simple/yellow/visible,
/turf/open/floor/iron/dark,
@@ -17091,13 +15834,6 @@
},
/turf/open/floor/iron/dark,
/area/engine/atmos)
-"ccV" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Atmospherics - Starboard Aft"
- },
-/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
-/turf/open/floor/iron/dark,
-/area/engine/atmos)
"ccZ" = (
/obj/machinery/door/window/northleft{
dir = 8;
@@ -17182,9 +15918,6 @@
/obj/machinery/disposal/bin,
/turf/open/floor/carpet/grimy,
/area/security/detectives_office)
-"ceW" = (
-/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
"cfk" = (
/obj/machinery/atmospherics/pipe/simple/supply/visible{
dir = 5
@@ -17227,24 +15960,6 @@
},
/turf/open/space,
/area/solar/port/aft)
-"cfM" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Departure Lounge - Port Fore"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/sign/poster/official/random{
- pixel_x = -32
- },
-/obj/item/kirbyplants/random,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
"cfY" = (
/obj/machinery/smartfridge/chemistry/preloaded,
/turf/closed/wall,
@@ -17252,13 +15967,6 @@
"cga" = (
/turf/closed/wall,
/area/medical/chemistry)
-"cgc" = (
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/hallway/primary/aft)
"cgd" = (
/turf/closed/wall/r_wall,
/area/science/lab)
@@ -17639,24 +16347,6 @@
},
/turf/open/floor/iron/cafeteria,
/area/engine/atmos)
-"civ" = (
-/obj/structure/table/wood,
-/obj/item/staff/broom,
-/obj/item/wrench,
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/structure/sign/poster/random{
- pixel_y = 32
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 5
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
"ciw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -17690,16 +16380,6 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"ciB" = (
-/obj/machinery/rnd/destructive_analyzer,
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/science/lab)
"ciC" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -17756,26 +16436,6 @@
},
/turf/open/floor/noslip/white,
/area/science/research)
-"ciJ" = (
-/obj/machinery/flasher/portable,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron,
-/area/security/main)
-"ciN" = (
-/obj/machinery/newscaster{
- pixel_x = -30
- },
-/obj/structure/chair/stool/directional/south,
-/turf/open/floor/iron/cafeteria{
- dir = 5
- },
-/area/science/research)
-"ciO" = (
-/obj/structure/chair/stool/directional/south,
-/turf/open/floor/iron/cafeteria{
- dir = 5
- },
-/area/science/research)
"ciS" = (
/obj/machinery/atmospherics/components/unary/thermomachine/heater{
dir = 4
@@ -17806,31 +16466,13 @@
"cjc" = (
/turf/open/floor/engine/n2,
/area/engine/atmos)
-"cje" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Atmospherics Tank - N2"
- },
-/turf/open/floor/engine/n2,
-/area/engine/atmos)
"cjf" = (
/turf/open/floor/engine/o2,
/area/engine/atmos)
-"cjh" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Atmospherics Tank - O2"
- },
-/turf/open/floor/engine/o2,
-/area/engine/atmos)
"cjj" = (
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/engine/air,
/area/engine/atmos)
-"cjk" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Atmospherics Tank - Air"
- },
-/turf/open/floor/engine/air,
-/area/engine/atmos)
"cjl" = (
/obj/machinery/atmospherics/components/binary/pump,
/turf/closed/wall/r_wall,
@@ -17857,6 +16499,13 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
+"cjH" = (
+/obj/machinery/computer/security/labor,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"cjO" = (
/obj/structure/rack,
/obj/item/storage/briefcase{
@@ -17941,17 +16590,6 @@
},
/turf/open/floor/iron/white,
/area/science/research)
-"ckh" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/closet/firecloset,
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron,
-/area/science/research)
"ckl" = (
/obj/item/stack/package_wrap,
/turf/open/floor/plating,
@@ -18098,17 +16736,6 @@
},
/turf/open/floor/iron/dark,
/area/medical/surgery)
-"cly" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Aft Primary Hallway - Fore"
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/hallway/primary/aft)
"clz" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -18210,6 +16837,72 @@
/obj/effect/turf_decal/tile/brown/half/contrasted,
/turf/open/floor/iron,
/area/quartermaster/office)
+"cmb" = (
+/obj/structure/table,
+/obj/item/reagent_containers/glass/bottle/morphine{
+ pixel_x = -4;
+ pixel_y = 1
+ },
+/obj/item/reagent_containers/glass/bottle/chloralhydrate,
+/obj/item/reagent_containers/glass/bottle/toxin{
+ pixel_x = 6;
+ pixel_y = 8
+ },
+/obj/item/reagent_containers/glass/bottle/morphine{
+ pixel_x = 5;
+ pixel_y = 1
+ },
+/obj/item/reagent_containers/syringe,
+/obj/item/reagent_containers/glass/bottle/facid{
+ name = "fluorosulfuric acid bottle";
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/obj/item/reagent_containers/syringe{
+ pixel_y = 5
+ },
+/obj/item/reagent_containers/dropper,
+/obj/machinery/button/ignition{
+ id = "executionburn";
+ name = "Justice Ignition Switch";
+ pixel_x = -25;
+ pixel_y = 36
+ },
+/obj/machinery/button/door{
+ id = "executionfireblast";
+ name = "Justice Area Lockdown";
+ pixel_x = -25;
+ pixel_y = 26;
+ req_access_txt = "2"
+ },
+/obj/item/assembly/signaler{
+ pixel_x = -3;
+ pixel_y = 2
+ },
+/obj/machinery/button/flasher{
+ id = "justiceflash";
+ name = "Justice Flash Control";
+ pixel_x = -36;
+ pixel_y = 36;
+ req_access_txt = "1"
+ },
+/obj/machinery/button/door{
+ id = "SecJusticeChamber";
+ layer = 4;
+ name = "Justice Vent Control";
+ pixel_x = -36;
+ pixel_y = 26;
+ req_access_txt = "3"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/obj/machinery/airalarm/all_access{
+ dir = 8;
+ pixel_x = -24
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/execution/education)
"cmc" = (
/obj/structure/lattice,
/obj/structure/disposalpipe/segment,
@@ -18316,18 +17009,21 @@
},
/turf/open/floor/wood,
/area/maintenance/port/aft)
-"cnN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
+"cnp" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
},
-/obj/effect/turf_decal/tile/red{
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/iron,
-/area/security/brig)
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
"cnS" = (
/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 8
@@ -18501,23 +17197,6 @@
},
/turf/open/floor/plating/airless,
/area/space/nearstation)
-"cpR" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Engineering Supermatter Port";
- network = list("ss13","engine")
- },
-/obj/machinery/airalarm/engine{
- dir = 4;
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/manifold/green/visible{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/engine/supermatter)
"cqd" = (
/obj/item/bedsheet/medical,
/obj/structure/bed/roller,
@@ -18612,20 +17291,6 @@
},
/turf/open/floor/iron,
/area/science/lab)
-"cqC" = (
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/structure/sink{
- dir = 8;
- pixel_x = -12;
- pixel_y = 2
- },
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 10
- },
-/turf/open/floor/iron/white,
-/area/science/research)
"cqD" = (
/obj/machinery/firealarm{
dir = 1;
@@ -18653,14 +17318,6 @@
/obj/effect/turf_decal/trimline/purple/filled/line,
/turf/open/floor/iron/white,
/area/science/research)
-"cqK" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Research Division Hallway - Starboard";
- network = list("ss13","rd")
- },
-/obj/effect/turf_decal/trimline/purple/filled/line,
-/turf/open/floor/iron/white,
-/area/science/research)
"cqL" = (
/obj/machinery/light,
/obj/effect/turf_decal/trimline/purple/filled/line,
@@ -18727,11 +17384,6 @@
"crm" = (
/turf/open/floor/iron/white,
/area/medical/surgery)
-"crr" = (
-/obj/machinery/holopad,
-/obj/structure/chair/stool/bar/directional/south,
-/turf/open/floor/iron/cafeteria_red,
-/area/crew_quarters/bar)
"crw" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -18831,6 +17483,18 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/storage/tech)
+"crZ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"csv" = (
/obj/structure/filingcabinet/security{
pixel_x = 8
@@ -18852,15 +17516,6 @@
},
/turf/open/floor/catwalk_floor/iron,
/area/engine/atmos)
-"csI" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/brig)
"csT" = (
/obj/structure/disposalpipe/segment{
dir = 2
@@ -18977,16 +17632,6 @@
},
/turf/open/floor/iron/stairs,
/area/science/server)
-"ctl" = (
-/obj/machinery/camera/directional/west{
- active_power_usage = 0;
- c_tag = "Turbine Vent";
- network = list("turbine");
- use_power = 0
- },
-/obj/structure/lattice,
-/turf/open/space,
-/area/space/nearstation)
"ctq" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -19234,19 +17879,26 @@
"cvt" = (
/turf/closed/wall,
/area/medical/genetics/cloning)
+"cvy" = (
+/obj/structure/table,
+/obj/item/stock_parts/micro_laser,
+/obj/item/stock_parts/manipulator,
+/obj/item/stock_parts/manipulator,
+/obj/item/stock_parts/manipulator,
+/obj/item/stock_parts/manipulator,
+/obj/item/stock_parts/capacitor,
+/obj/item/stock_parts/micro_laser/high,
+/obj/item/stock_parts/micro_laser/high,
+/obj/item/stock_parts/micro_laser/high,
+/obj/item/stock_parts/micro_laser/high,
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/turf/open/floor/iron/dark,
+/area/storage/tcom)
"cvH" = (
/turf/closed/wall,
/area/science/robotics/mechbay)
-"cvJ" = (
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/dark,
-/area/science/nanite)
"cvK" = (
/obj/structure/cable/yellow{
icon_state = "2-8"
@@ -19368,13 +18020,6 @@
"cxE" = (
/turf/open/floor/circuit/green,
/area/science/robotics/mechbay)
-"cxG" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Mech Bay";
- network = list("ss13","rd")
- },
-/turf/open/floor/circuit/green,
-/area/science/robotics/mechbay)
"cxH" = (
/obj/machinery/airalarm/directional/west,
/obj/effect/turf_decal/stripes/line{
@@ -19466,16 +18111,6 @@
"cyr" = (
/turf/open/floor/circuit,
/area/science/robotics/mechbay)
-"cys" = (
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/effect/landmark/start/roboticist,
-/obj/machinery/light{
- dir = 4
- },
-/turf/open/floor/circuit,
-/area/science/robotics/mechbay)
"cyt" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk{
@@ -19489,6 +18124,11 @@
},
/turf/open/floor/iron/dark,
/area/science/nanite)
+"cyw" = (
+/obj/effect/landmark/start/assistant,
+/obj/structure/chair/stool/directional/west,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
"cyz" = (
/obj/machinery/disposal/bin,
/obj/machinery/light_switch{
@@ -19593,21 +18233,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/starboard)
-"czl" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/item/radio/intercom{
- pixel_x = -29
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Research Division - Nanite Lab";
- network = list("ss13","rd")
- },
-/turf/open/floor/iron/dark,
-/area/science/nanite)
"czm" = (
/turf/open/floor/iron/dark,
/area/science/nanite)
@@ -19616,17 +18241,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark,
/area/science/nanite)
-"czo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hallway/primary/aft)
"czy" = (
/obj/effect/turf_decal/stripes/line,
/obj/item/kirbyplants/random,
@@ -19695,12 +18309,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark,
/area/science/nanite)
-"cAs" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/open/floor/iron,
-/area/security/brig)
"cAw" = (
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -19874,6 +18482,26 @@
"cCe" = (
/turf/closed/wall,
/area/medical/morgue)
+"cCj" = (
+/obj/machinery/button/door{
+ id = "bridge blast";
+ name = "Bridge Access Blast Door Control";
+ pixel_x = -1;
+ pixel_y = -24;
+ req_access_txt = "19"
+ },
+/obj/machinery/button/door{
+ id = "council blast";
+ name = "Council Chamber Blast Door Control";
+ pixel_x = -1;
+ pixel_y = -34;
+ req_access_txt = "19"
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Bridge - Command Chair"
+ },
+/turf/open/floor/carpet/blue,
+/area/bridge)
"cCn" = (
/turf/closed/wall/r_wall,
/area/science/robotics/mechbay)
@@ -19957,15 +18585,6 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron,
/area/science/robotics/lab)
-"cDf" = (
-/obj/machinery/modular_fabricator/exosuit_fab,
-/obj/machinery/camera/directional/north{
- c_tag = "Robotics - Fore";
- network = list("ss13","rd")
- },
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron,
-/area/science/robotics/lab)
"cDi" = (
/turf/closed/wall,
/area/science/robotics/lab)
@@ -20116,6 +18735,16 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/aft)
+"cEF" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/siding/dark{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/dark{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
"cFd" = (
/obj/structure/noticeboard{
dir = 4;
@@ -20167,6 +18796,17 @@
},
/turf/open/floor/plating/airless,
/area/science/test_area)
+"cFB" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Toxins - Launch Area";
+ network = list("ss13","rd")
+ },
+/obj/machinery/suit_storage_unit/rd,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron/techmaint,
+/area/maintenance/department/science)
"cFX" = (
/obj/structure/table,
/obj/item/folder/white{
@@ -20231,18 +18871,6 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating,
/area/science/test_area)
-"cGV" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/turf_decal/bot,
-/obj/machinery/rnd/production/circuit_imprinter/department/science,
-/obj/machinery/ecto_sniffer,
-/turf/open/floor/iron,
-/area/science/robotics/lab)
"cGW" = (
/turf/closed/wall/r_wall,
/area/medical/morgue)
@@ -20288,21 +18916,6 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood,
/area/crew_quarters/heads/captain/private)
-"cHJ" = (
-/obj/machinery/door/airlock/security/glass{
- name = "Security Post - Research Division";
- req_access_txt = "63"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
"cHO" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -20330,17 +18943,17 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron,
/area/science/robotics/lab)
-"cHU" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_x = -32
+"cIB" = (
+/obj/machinery/portable_atmospherics/canister/plasma,
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
},
-/obj/machinery/camera/autoname/directional/west,
-/obj/structure/displaycase/trophy,
-/obj/effect/turf_decal/siding/wood{
- dir = 8
+/obj/effect/turf_decal/delivery/red,
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
},
-/turf/open/floor/wood,
-/area/library)
+/turf/open/floor/iron/dark,
+/area/science/storage)
"cIH" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -20509,21 +19122,25 @@
},
/turf/open/floor/plating,
/area/maintenance/aft)
-"cKv" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
"cKw" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
},
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
+"cKB" = (
+/obj/machinery/door/window/westleft{
+ base_state = "right";
+ dir = 1;
+ icon_state = "right";
+ name = "gas ports"
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "justice gas pump"
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/execution/education)
"cKG" = (
/obj/structure/plasticflaps/opaque,
/obj/machinery/navbeacon{
@@ -20663,6 +19280,13 @@
},
/turf/open/floor/iron/white,
/area/crew_quarters/heads/hor)
+"cLN" = (
+/obj/machinery/space_heater,
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 9
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/execution/education)
"cLY" = (
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/obj/item/kirbyplants/random,
@@ -20692,14 +19316,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
-"cMk" = (
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft/secondary)
"cMz" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -20715,6 +19331,15 @@
"cMI" = (
/turf/closed/wall,
/area/chapel/main)
+"cMK" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Fore Primary Hallway Cells"
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/fore)
"cMO" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -20781,21 +19406,6 @@
/obj/effect/turf_decal/siding/white/corner,
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
-"cNw" = (
-/obj/machinery/power/compressor{
- comp_id = "incineratorturbine";
- dir = 1;
- luminosity = 2
- },
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13, engine")
- },
-/obj/structure/cable,
-/turf/open/floor/engine/vacuum,
-/area/maintenance/disposal/incinerator)
"cNA" = (
/obj/machinery/door/morgue{
name = "Confession Booth"
@@ -20823,12 +19433,6 @@
},
/turf/open/floor/plating,
/area/hallway/secondary/exit/departure_lounge)
-"cNR" = (
-/obj/structure/chair/office{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
"cNY" = (
/obj/machinery/light_switch{
pixel_x = -9;
@@ -20980,15 +19584,6 @@
},
/turf/open/floor/iron,
/area/engine/break_room)
-"cPm" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/machinery/light{
- dir = 8
- },
-/turf/open/floor/iron/chapel,
-/area/chapel/main)
"cPn" = (
/obj/structure/chair/fancy/bench/pew/left,
/turf/open/floor/iron/chapel{
@@ -21293,18 +19888,20 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/entry)
-"cQI" = (
-/obj/structure/chair/fancy/comfy{
- color = "#666666";
- dir = 8
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Chapel - Starboard"
- },
-/turf/open/floor/iron/chapel{
- dir = 4
- },
-/area/chapel/main)
+"cQJ" = (
+/obj/structure/rack,
+/obj/item/storage/box/rubbershot,
+/obj/item/storage/box/rubbershot,
+/obj/item/storage/box/rubbershot,
+/obj/item/storage/box/rubbershot,
+/obj/item/storage/box/rubbershot,
+/obj/item/storage/box/rubbershot,
+/obj/item/storage/box/breacherslug,
+/obj/item/storage/box/breacherslug,
+/obj/item/storage/box/breacherslug,
+/obj/effect/loot_jobscale/armoury/riot_shotgun,
+/turf/open/floor/iron/dark/smooth_large,
+/area/ai_monitored/security/armory)
"cQQ" = (
/obj/structure/cable/white,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -21415,18 +20012,6 @@
},
/turf/open/floor/iron/dark,
/area/chapel/main)
-"cRn" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Chapel - Port"
- },
-/obj/structure/chair/fancy/comfy{
- color = "#666666";
- dir = 4
- },
-/turf/open/floor/iron/chapel{
- dir = 8
- },
-/area/chapel/main)
"cRo" = (
/obj/machinery/light/small,
/turf/open/floor/iron/chapel{
@@ -21605,27 +20190,6 @@
},
/turf/open/floor/iron/techmaint,
/area/science/xenobiology)
-"cSy" = (
-/mob/living/simple_animal/slime,
-/obj/machinery/camera/directional/west{
- c_tag = "Xenobiology Lab - Pen #5";
- network = list("ss13","rd","xeno")
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/science/xenobiology)
-"cSF" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Xenobiology Lab - Pen #6";
- network = list("ss13","rd","xeno")
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/science/xenobiology)
"cSI" = (
/obj/structure/sign/warning/electricshock,
/turf/closed/wall,
@@ -21716,18 +20280,6 @@
/obj/effect/spawner/xmastree,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"cTU" = (
-/obj/structure/rack,
-/obj/machinery/camera/directional/south{
- c_tag = "Brig - Infirmary"
- },
-/obj/item/clothing/under/rank/medical/doctor/purple{
- pixel_y = -4
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted,
-/obj/item/stack/medical/gauze,
-/turf/open/floor/iron/white,
-/area/security/brig)
"cUm" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -21735,6 +20287,15 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood,
/area/bridge/showroom/corporate)
+"cUn" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"cUA" = (
/obj/structure/toilet{
pixel_y = 8
@@ -21798,15 +20359,40 @@
/obj/item/bedsheet,
/obj/structure/bed,
/obj/machinery/iv_drip,
-/obj/effect/turf_decal/tile/red/anticorner/contrasted,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 9
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 9
},
-/turf/open/floor/iron/white,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/white/smooth_half,
/area/security/brig)
+"cVw" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "MiniSat Exterior - Starboard Aft";
+ network = list("minisat")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/turf/open/floor/iron/dark,
+/area/aisat)
"cVx" = (
/obj/docking_port/stationary{
dir = 8;
@@ -21839,22 +20425,6 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron,
/area/engine/atmos)
-"cVL" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Teleporter Room"
- },
-/obj/structure/rack,
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/mask/breath,
-/obj/item/clothing/mask/breath,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/teleporter)
"cVO" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -21972,17 +20542,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/hallway/secondary/entry)
-"cXz" = (
-/obj/structure/cable/white{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/camera/directional/south{
- c_tag = "Engineering Supermatter Aft";
- network = list("ss13","engine")
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
"cXA" = (
/turf/closed/wall/r_wall,
/area/security/checkpoint/engineering)
@@ -22015,24 +20574,6 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron,
/area/vacant_room/commissary)
-"cXV" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Fitness Room - Fore"
- },
-/obj/machinery/airalarm/directional/north{
- pixel_y = 24
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/crew_quarters/fitness/recreation)
"cXZ" = (
/obj/structure/reagent_dispensers/watertank,
/obj/structure/window/reinforced{
@@ -22041,21 +20582,6 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"cYc" = (
-/obj/structure/table/optable{
- name = "Robotics Operating Table"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Robotics - Aft";
- network = list("ss13","rd")
- },
-/turf/open/floor/iron/white/side{
- dir = 1
- },
-/area/science/robotics/lab)
"cYe" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -22065,6 +20591,11 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
+"cYf" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/tile/red/fourcorners,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"cYj" = (
/obj/structure/closet/firecloset,
/obj/effect/spawner/lootdrop/maintenance,
@@ -22113,14 +20644,6 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
-"cZX" = (
-/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"das" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -22301,6 +20824,24 @@
/obj/effect/turf_decal/tile/neutral/half/contrasted,
/turf/open/floor/iron,
/area/hallway/primary/port)
+"ddI" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/aft)
"ddO" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible,
/turf/open/floor/iron/dark,
@@ -22538,6 +21079,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible,
/turf/open/floor/engine,
/area/engine/engineering)
+"deP" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/textured,
+/area/security/brig)
"deS" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 10
@@ -22561,17 +21108,6 @@
/obj/structure/sign/warning/fire,
/turf/closed/wall/r_wall,
/area/engine/supermatter)
-"deW" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Engineering Supermatter Starboard";
- network = list("ss13","engine")
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/engine,
-/area/engine/engineering)
"deX" = (
/obj/effect/turf_decal/stripes/line{
dir = 6
@@ -22682,16 +21218,6 @@
/obj/machinery/portable_atmospherics/canister,
/turf/open/floor/iron/dark,
/area/engine/engineering)
-"dfq" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Supermatter Chamber";
- network = list("engine")
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/engine,
-/area/engine/supermatter)
"dft" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -22743,18 +21269,6 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"dfD" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
"dfG" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -22798,12 +21312,6 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/engine,
/area/engine/engineering)
-"dfV" = (
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/turf/open/floor/iron/dark,
-/area/engine/engineering)
"dfW" = (
/obj/item/wrench,
/turf/open/floor/iron/dark,
@@ -23259,35 +21767,13 @@
},
/turf/open/floor/plating,
/area/maintenance/department/science/central)
-"djh" = (
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 8
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/camera/autoname{
- dir = 9;
- network = list("ss13","medbay")
- },
-/obj/machinery/vending/wardrobe/medi_wardrobe,
-/turf/open/floor/iron{
- heat_capacity = 1e+006
- },
-/area/medical/storage)
-"djj" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Chapel - Funeral Parlour"
- },
-/turf/open/floor/iron/dark,
-/area/chapel/main)
+"diO" = (
+/obj/structure/table/reinforced,
+/obj/item/paper_bin,
+/obj/item/pen,
+/obj/effect/turf_decal/tile/red/fourcorners,
+/turf/open/floor/iron/dark/smooth_large,
+/area/hallway/primary/aft)
"djk" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -23381,14 +21867,6 @@
/obj/effect/mapping_helpers/airlock/abandoned,
/turf/open/floor/plating,
/area/maintenance/department/medical/central)
-"djR" = (
-/obj/structure/table,
-/obj/machinery/camera/directional/south{
- c_tag = "Kitchen"
- },
-/obj/machinery/reagentgrinder,
-/turf/open/floor/iron/checker,
-/area/crew_quarters/kitchen)
"djW" = (
/obj/structure/table/wood,
/obj/item/clipboard,
@@ -23418,17 +21896,6 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"dkt" = (
-/obj/machinery/vending/security,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 28
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
"dkJ" = (
/obj/structure/table/reinforced,
/obj/item/paper_bin{
@@ -23502,14 +21969,6 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/aft)
-"dlt" = (
-/obj/machinery/space_heater,
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 9
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"dlD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 8
@@ -23556,20 +22015,6 @@
"dlV" = (
/turf/closed/wall/r_wall,
/area/maintenance/department/science/xenobiology)
-"dmb" = (
-/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Medbay - Recovery Room";
- name = "medbay camera";
- network = list("ss13","medbay")
- },
-/obj/structure/sign/poster/official/cleanliness{
- pixel_y = 32
- },
-/turf/open/floor/iron/white,
-/area/medical/medbay/aft)
"dmi" = (
/obj/machinery/computer/security,
/obj/machinery/computer/security/telescreen{
@@ -23581,14 +22026,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/security/main)
-"dml" = (
-/obj/machinery/airalarm/directional/north{
- pixel_y = 26
- },
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/storage/satellite)
"dmn" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -23609,23 +22046,18 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/quartermaster/sorting)
-"dmT" = (
-/turf/open/floor/iron,
-/area/quartermaster/sorting)
-"dmV" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+"dmL" = (
+/obj/machinery/computer/secure_data{
+ dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+/obj/effect/turf_decal/tile/red/anticorner,
+/turf/open/floor/iron/dark/smooth_corner{
dir = 1
},
+/area/security/checkpoint/supply)
+"dmT" = (
/turf/open/floor/iron,
-/area/security/brig)
-"dmW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
+/area/quartermaster/sorting)
"dnb" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -23641,25 +22073,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/dark,
/area/bridge)
-"dnc" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Command Hallway - Port"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/secondary/command)
"dnd" = (
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
@@ -23776,19 +22189,11 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/chapel/main)
-"doO" = (
-/obj/machinery/camera/directional/west{
- c_tag = "AI Chamber - Port";
- network = list("aicore")
- },
-/obj/structure/showcase/cyborg/old{
- dir = 4;
- pixel_x = -9;
- pixel_y = 2
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/ai)
+"doE" = (
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/chair/stool/directional/south,
+/turf/open/floor/iron,
+/area/medical/break_room)
"dph" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -23801,6 +22206,13 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"dpi" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/chair/stool/directional/west,
+/turf/open/floor/prison,
+/area/security/prison)
"dpE" = (
/obj/machinery/light{
dir = 8
@@ -23871,16 +22283,21 @@
},
/turf/open/floor/iron/dark,
/area/security/brig)
+"dql" = (
+/obj/item/paper_bin{
+ pixel_x = -2;
+ pixel_y = 6
+ },
+/obj/structure/table/wood,
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/turf/open/floor/wood,
+/area/vacant_room/office)
"dqu" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
-"dqD" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"dqT" = (
/turf/closed/wall/r_wall,
/area/maintenance/starboard/fore)
@@ -23888,6 +22305,20 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/port/fore)
+"drf" = (
+/obj/effect/landmark/start/cyborg,
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "AI Upload Foyer";
+ network = list("aiupload")
+ },
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 26
+ },
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/ai_upload_foyer)
"drD" = (
/obj/machinery/door/airlock{
id_tag = "Cabin7";
@@ -23928,6 +22359,25 @@
/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
/turf/open/floor/prison,
/area/security/prison)
+"drJ" = (
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = 30
+ },
+/obj/structure/closet/secure_closet/security,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 8
+ },
+/area/security/checkpoint/customs)
"drK" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/stripes/line{
@@ -24028,17 +22478,6 @@
},
/turf/open/floor/iron,
/area/crew_quarters/locker)
-"dtm" = (
-/obj/item/storage/secure/safe{
- pixel_x = 6;
- pixel_y = 30
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Chief Engineer's Office"
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/chief)
"dto" = (
/obj/machinery/requests_console{
department = "Medbay Storage";
@@ -24052,6 +22491,13 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/patients_rooms)
+"dtD" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Atmospherics - Starboard Aft"
+ },
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
+/turf/open/floor/iron/dark,
+/area/engine/atmos)
"dtE" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
@@ -24085,6 +22531,50 @@
/obj/effect/turf_decal/box/corners,
/turf/open/floor/engine,
/area/science/explab)
+"due" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating_new/dark{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating_new/dark{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/textured,
+/area/security/main)
+"dug" = (
+/obj/structure/table,
+/obj/item/wirecutters,
+/obj/item/flashlight{
+ pixel_x = 1;
+ pixel_y = 5
+ },
+/obj/machinery/requests_console{
+ department = "Tool Storage";
+ pixel_x = 30
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Tool Storage"
+ },
+/obj/effect/turf_decal/tile/brown/half/contrasted,
+/turf/open/floor/iron,
+/area/storage/primary)
+"duh" = (
+/obj/machinery/telecomms/processor/preset_three,
+/obj/machinery/camera/directional/north{
+ c_tag = "Telecomms - Server Room - Fore-Starboard";
+ network = list("ss13","tcomms")
+ },
+/turf/open/floor/circuit/green/telecomms/mainframe,
+/area/tcommsat/server)
"duk" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -24184,16 +22674,42 @@
},
/turf/open/floor/iron,
/area/quartermaster/miningoffice)
-"dvY" = (
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
+"dwd" = (
+/obj/item/stack/sheet/iron/fifty,
+/obj/item/stack/sheet/iron/fifty,
+/obj/structure/table,
+/obj/item/stack/sheet/plasteel{
+ amount = 10
},
-/obj/structure/railing{
- dir = 8
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
},
-/obj/item/kirbyplants/random,
+/obj/item/stack/sheet/glass/fifty,
+/obj/item/stack/sheet/glass/fifty,
+/obj/item/crowbar,
+/obj/item/wrench,
+/obj/item/storage/toolbox/electrical{
+ pixel_x = 1;
+ pixel_y = -1
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
-/area/maintenance/department/science/xenobiology)
+/area/ai_monitored/storage/eva)
+"dwe" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/newscaster{
+ pixel_x = -31;
+ pixel_y = 1
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/medical)
"dwg" = (
/obj/machinery/door/airlock{
id_tag = "Cabin6";
@@ -24223,38 +22739,6 @@
/obj/structure/table/reinforced,
/turf/open/floor/prison,
/area/security/prison)
-"dwB" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/item/pen{
- pixel_x = -2;
- pixel_y = 4
- },
-/obj/machinery/status_display/evac{
- pixel_y = 32
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Research Division - Lobby";
- network = list("ss13","rd")
- },
-/obj/effect/turf_decal/tile/purple/half/contrasted{
- dir = 4
- },
-/obj/effect/turf_decal/siding/purple/corner{
- dir = 8
- },
-/turf/open/floor/iron/white,
-/area/science/research)
"dwL" = (
/turf/closed/wall/r_wall,
/area/maintenance/starboard/secondary)
@@ -24329,15 +22813,6 @@
},
/turf/open/floor/iron,
/area/maintenance/aft)
-"dxP" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Engineering - Transit Tube Access"
- },
-/obj/effect/turf_decal/stripes/corner,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/iron/dark,
-/area/engine/break_room)
"dyc" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -24384,15 +22859,6 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/captain/private)
-"dzw" = (
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/turf/open/floor/iron,
-/area/security/brig)
"dzD" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -24428,19 +22894,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
-"dAU" = (
-/obj/item/paper,
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/brigdoor{
- name = "Arrivals Security Checkpoint";
- pixel_y = -8;
- req_access_txt = "1"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
"dAW" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -24521,10 +22974,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/maintenance/aft)
-"dBX" = (
-/obj/effect/landmark/event_spawn,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"dCk" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -24539,6 +22988,16 @@
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"dCs" = (
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/effect/landmark/start/roboticist,
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/circuit,
+/area/science/robotics/mechbay)
"dCt" = (
/obj/effect/landmark/event_spawn,
/turf/open/floor/iron,
@@ -24690,41 +23149,35 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/solars/starboard/fore)
-"dEd" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+"dEf" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
},
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 28
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/white/smooth_half{
+ dir = 1
},
-/obj/machinery/light{
+/area/security/brig)
+"dEQ" = (
+/obj/machinery/door/airlock/security{
+ name = "Interrogation";
+ req_access_txt = "63"
+ },
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
+ dir = 4
},
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
-/area/security/execution/education)
-"dEf" = (
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron/white,
/area/security/brig)
-"dEO" = (
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/effect/turf_decal/tile/yellow/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/construction/mining/aux_base)
"dEV" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -24739,6 +23192,12 @@
/mob/living/carbon/monkey/punpun,
/turf/open/floor/wood/big,
/area/crew_quarters/bar)
+"dFo" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 24
+ },
+/turf/open/floor/iron,
+/area/crew_quarters/fitness/recreation)
"dFt" = (
/obj/structure/chair{
dir = 8
@@ -24816,6 +23275,15 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
+"dGj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/textured,
+/area/security/brig)
"dGK" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/grille,
@@ -24874,6 +23342,10 @@
/obj/machinery/portable_atmospherics/canister/air,
/turf/open/floor/iron,
/area/maintenance/central)
+"dIq" = (
+/obj/structure/chair/stool/directional/south,
+/turf/open/floor/iron,
+/area/crew_quarters/dorms)
"dIZ" = (
/obj/machinery/vending/tool,
/obj/effect/turf_decal/delivery,
@@ -24900,15 +23372,6 @@
/obj/effect/turf_decal/trimline/purple/filled/line,
/turf/open/floor/iron,
/area/science/shuttledock)
-"dJM" = (
-/obj/structure/chair/office{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"dJY" = (
/obj/machinery/computer/crew,
/obj/effect/turf_decal/tile/green/half/contrasted{
@@ -24916,25 +23379,12 @@
},
/turf/open/floor/iron/dark,
/area/bridge)
-"dKo" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"dKF" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
+/turf/open/floor/iron/smooth_large,
/area/security/prison)
"dKO" = (
/obj/structure/sign/departments/minsky/medical/chemistry/chemical2{
@@ -25011,17 +23461,6 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
-"dLG" = (
-/obj/machinery/cryopod,
-/obj/effect/turf_decal/stripes/line{
- dir = 10
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/iron/showroomfloor,
-/area/crew_quarters/cryopods)
"dLH" = (
/obj/structure/cable/cyan{
icon_state = "0-8"
@@ -25034,6 +23473,26 @@
},
/turf/open/floor/iron/dark,
/area/aisat)
+"dLN" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Research Division Hallway - Mech Bay";
+ network = list("ss13","rd")
+ },
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 8
+ },
+/turf/open/floor/iron/white,
+/area/science/research)
"dLU" = (
/obj/machinery/firealarm{
dir = 8;
@@ -25066,6 +23525,18 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/captain/private)
+"dMe" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/engine/engineering)
"dNb" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -25076,6 +23547,23 @@
},
/turf/open/floor/prison,
/area/security/prison)
+"dNf" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"dNs" = (
/obj/structure/table,
/obj/structure/window/reinforced{
@@ -25150,6 +23638,26 @@
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/turf/open/floor/iron/white,
/area/science/explab)
+"dOd" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "MiniSat Exterior - Starboard Fore";
+ network = list("minisat")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/turf/open/floor/iron/dark,
+/area/aisat)
"dOr" = (
/obj/structure/table/reinforced,
/obj/item/paper_bin{
@@ -25163,6 +23671,18 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
+"dOT" = (
+/obj/structure/table/reinforced,
+/obj/item/paper,
+/obj/item/folder/red{
+ pixel_x = 3
+ },
+/obj/item/folder/blue{
+ pixel_x = -2;
+ pixel_y = 3
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"dOZ" = (
/obj/machinery/door/airlock/external{
name = "MiniSat Space Access Airlock";
@@ -25191,37 +23711,6 @@
},
/turf/open/floor/iron,
/area/engine/engineering)
-"dPf" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/door/window{
- base_state = "right";
- icon_state = "right";
- name = "MiniSat Walkway Access"
- },
-/obj/machinery/camera/directional/west{
- c_tag = "MiniSat Exterior - Aft Starboard";
- network = list("minisat")
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/aisat)
-"dPr" = (
-/obj/structure/closet/secure_closet/security/med,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/obj/machinery/airalarm/directional/north,
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"dPw" = (
/obj/structure/cable/yellow{
icon_state = "1-8"
@@ -25231,36 +23720,31 @@
},
/turf/open/floor/wood,
/area/vacant_room/office)
-"dPE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+"dPF" = (
+/obj/structure/filingcabinet{
+ pixel_x = -7
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
+/obj/structure/filingcabinet{
+ pixel_x = 7
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
+/obj/machinery/light_switch{
+ pixel_x = 23
},
-/turf/open/floor/iron,
-/area/security/brig)
+/obj/effect/turf_decal/trimline/dark_blue/filled/line{
+ dir = 5
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Research Division - Server Room";
+ network = list("ss13","rd");
+ pixel_x = 22
+ },
+/turf/open/floor/iron/dark,
+/area/science/server)
"dPP" = (
/obj/structure/closet/wardrobe/white,
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/crew_quarters/locker)
-"dQd" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/structure/chair/stool/directional/west,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
"dQl" = (
/obj/machinery/holopad{
pixel_x = 16;
@@ -25306,6 +23790,27 @@
/obj/effect/turf_decal/tile/brown/anticorner/contrasted,
/turf/open/floor/iron,
/area/hallway/primary/port)
+"dRr" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/landmark/start/security_officer,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/main)
"dRB" = (
/obj/structure/sign/departments/medbay/alt,
/turf/closed/wall,
@@ -25333,6 +23838,13 @@
/obj/effect/turf_decal/stripes/corner,
/turf/open/floor/prison,
/area/security/prison)
+"dSq" = (
+/obj/structure/chair/office{
+ dir = 1
+ },
+/obj/effect/landmark/start/depsec/science,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/science/research)
"dSw" = (
/obj/effect/landmark/start/librarian,
/obj/structure/chair/office{
@@ -25363,6 +23875,17 @@
},
/turf/open/floor/iron,
/area/engine/engineering)
+"dTh" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 1
+ },
+/obj/structure/chair/stool/directional/west,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/medical/break_room)
"dTK" = (
/obj/item/radio/intercom{
pixel_y = -30
@@ -25407,19 +23930,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/wood,
/area/library)
-"dTZ" = (
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
"dUd" = (
/obj/structure/table,
/obj/item/stock_parts/cell/potato,
@@ -25542,24 +24052,6 @@
"dWK" = (
/turf/closed/wall/r_wall,
/area/maintenance/fore)
-"dWV" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Departure Lounge - Starboard Aft"
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/item/radio/intercom{
- pixel_x = 29
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/item/kirbyplants/random,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
"dXp" = (
/obj/structure/window/reinforced{
dir = 4
@@ -25571,22 +24063,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron/dark,
/area/aisat)
-"dXZ" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Engineering Supermatter Fore";
- network = list("ss13","engine")
- },
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = -26
- },
-/obj/machinery/atmospherics/pipe/simple/general/visible{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/catwalk_floor/iron_dark,
-/area/engine/engineering)
"dYi" = (
/obj/structure/closet/emcloset,
/obj/structure/sign/map/left{
@@ -25622,15 +24098,25 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/carpet/grimy,
/area/chapel/office)
-"dZc" = (
-/obj/item/radio/intercom{
- pixel_y = 26
+"dYR" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/turf_decal/tile/red{
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/turf/open/floor/iron,
-/area/security/brig)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/science/central)
"dZe" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/stripes/line{
@@ -25655,19 +24141,6 @@
},
/turf/open/floor/iron/white,
/area/science/research)
-"dZO" = (
-/obj/effect/turf_decal/delivery,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"dZR" = (
/obj/structure/cable/yellow{
icon_state = "2-8"
@@ -25693,6 +24166,38 @@
},
/turf/open/floor/iron,
/area/science/shuttledock)
+"ear" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Bar"
+ },
+/obj/item/kirbyplants/random,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood/big,
+/area/crew_quarters/bar)
+"eaC" = (
+/obj/machinery/atmospherics/components/binary/pump/on{
+ dir = 8;
+ name = "Air to Distro";
+ target_pressure = 500
+ },
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 25
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Atmospherics - Distro Loop"
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/corner{
+ dir = 1
+ },
+/area/engine/atmos)
"eaF" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -25730,16 +24235,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/aft/secondary)
-"ebc" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/obj/effect/landmark/start/security_officer,
-/turf/open/floor/iron,
-/area/security/main)
"ebg" = (
/obj/effect/spawner/randomvend/cola,
/obj/effect/turf_decal/delivery,
@@ -25786,6 +24281,15 @@
/obj/structure/sign/warning/electricshock,
/turf/closed/wall/r_wall,
/area/maintenance/department/science/xenobiology)
+"ecB" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -24
+ },
+/turf/open/floor/iron,
+/area/engine/break_room)
"ecC" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -25827,24 +24331,63 @@
/obj/effect/spawner/randomvend/cola,
/turf/open/floor/iron/dark,
/area/hallway/secondary/command)
+"edj" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/circuit/green{
+ luminosity = 2
+ },
+/area/security/nuke_storage)
+"edn" = (
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"edK" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
},
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
-"edO" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+"edP" = (
+/obj/item/radio/intercom{
+ pixel_y = -28
},
-/obj/structure/cable/yellow{
- icon_state = "2-4"
+/obj/item/kirbyplants/random,
+/obj/machinery/camera/directional/south{
+ c_tag = "Kitchen Hatch"
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
+/turf/open/floor/iron/cafeteria_red,
+/area/crew_quarters/bar)
+"edQ" = (
+/obj/structure/chair/office{
+ dir = 8
},
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching output from station security cameras.";
+ name = "Security Camera Monitor";
+ pixel_y = 30
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_corner,
+/area/hallway/secondary/exit/departure_lounge)
"edS" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -25870,6 +24413,31 @@
},
/turf/open/floor/wood,
/area/library)
+"eey" = (
+/obj/machinery/camera/motion/directional/south{
+ c_tag = "Vault";
+ network = list("vault")
+ },
+/obj/machinery/light,
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/security/nuke_storage)
+"eeQ" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Arrivals - Aft Arm - Far"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/turf/open/floor/iron,
+/area/hallway/secondary/entry)
"eeX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -25923,35 +24491,11 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/patients_rooms)
-"efR" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Arrivals - Fore Arm"
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/turf/open/floor/iron/white/corner,
-/area/hallway/secondary/entry)
"efV" = (
/obj/structure/table,
/obj/item/paper_bin,
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
-"egc" = (
-/obj/machinery/atmospherics/pipe/simple/general/hidden,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"egh" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -25985,20 +24529,6 @@
},
/turf/open/floor/iron/white,
/area/crew_quarters/heads/captain/private)
-"egv" = (
-/obj/item/screwdriver{
- pixel_y = 10
- },
-/obj/item/radio/off,
-/obj/machinery/computer/security/telescreen/minisat{
- dir = 4;
- pixel_x = -29
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/engineering)
"egx" = (
/obj/structure/target_stake,
/obj/effect/decal/cleanable/dirt,
@@ -26007,10 +24537,43 @@
},
/turf/open/floor/iron/grid/steel,
/area/science/shuttledock)
-"egJ" = (
-/obj/machinery/holopad,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
+"egA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/digital_clock/directional/north,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/brig)
+"eha" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Holodeck"
+ },
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/obj/machinery/light/small,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/crew_quarters/fitness/recreation)
+"ehu" = (
+/obj/effect/turf_decal/siding/dark{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/textured,
/area/ai_monitored/security/armory)
"ehx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
@@ -26048,20 +24611,6 @@
},
/turf/open/floor/iron/dark,
/area/chapel/office)
-"eic" = (
-/obj/machinery/computer/security,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/obj/item/radio/intercom{
- pixel_x = 1;
- pixel_y = 30
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"ejo" = (
/obj/item/cigbutt,
/turf/open/floor/iron,
@@ -26099,44 +24648,20 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron,
/area/hallway/secondary/entry)
-"eln" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Research Division Hallway - Xenobiology Lab Access";
- network = list("ss13","rd")
+"elg" = (
+/obj/machinery/light,
+/obj/machinery/camera/directional/south{
+ c_tag = "Starboard Primary Hallway - Engineering"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/trimline/purple/filled/warning{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/tile/yellow{
dir = 8
},
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 1
- },
-/turf/open/floor/iron/white,
-/area/science/research)
-"elv" = (
-/obj/machinery/camera/directional/east{
- c_tag = "AI Chamber - Starboard";
- network = list("aicore")
- },
-/obj/structure/showcase/cyborg/old{
- dir = 8;
- pixel_x = 9;
- pixel_y = 2
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/ai)
+/turf/open/floor/iron,
+/area/hallway/primary/starboard)
"elA" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -26327,6 +24852,20 @@
},
/turf/open/floor/cult,
/area/chapel/main)
+"epG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/white/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/white/corner{
+ dir = 8
+ },
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"eqc" = (
/obj/structure/sign/warning/vacuum/external{
pixel_x = 32
@@ -26347,6 +24886,20 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/captain/private)
+"eqr" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/turf/open/floor/iron,
+/area/crew_quarters/dorms)
"eqw" = (
/mob/living/simple_animal/bot/cleanbot{
auto_patrol = 1;
@@ -26405,6 +24958,22 @@
dir = 4
},
/area/medical/medbay/lobby)
+"erL" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 28
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 4
+ },
+/area/security/brig)
"erM" = (
/obj/machinery/computer/atmos_control/tank/mix_tank{
dir = 8
@@ -26514,6 +25083,16 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"etm" = (
+/obj/structure/sign/warning/biohazard{
+ pixel_x = -32
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Xenobiology Lab - Euthanization Chamber";
+ network = list("ss13","rd","xeno")
+ },
+/turf/open/floor/circuit/telecomms,
+/area/maintenance/department/science/xenobiology)
"etq" = (
/obj/item/beacon,
/obj/structure/disposalpipe/segment{
@@ -26525,6 +25104,25 @@
/obj/effect/decal/cleanable/cobweb,
/turf/open/floor/iron,
/area/maintenance/starboard/fore)
+"etT" = (
+/obj/machinery/door/airlock/security/glass{
+ name = "Security Office";
+ req_one_access_txt = "1;4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/security/main)
"etX" = (
/obj/structure/disposalpipe/segment{
dir = 10
@@ -26556,13 +25154,20 @@
},
/turf/open/floor/iron/cafeteria_red,
/area/crew_quarters/bar)
-"evf" = (
-/obj/machinery/camera/motion/directional/south{
- c_tag = "Armory - External"
+"euR" = (
+/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
+ dir = 1
},
-/obj/structure/lattice,
-/turf/open/space/basic,
-/area/ai_monitored/security/armory)
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/camera/autoname{
+ dir = 9;
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron/white,
+/area/medical/genetics)
"evj" = (
/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
dir = 1
@@ -26608,6 +25213,15 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/entry)
+"exg" = (
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"exs" = (
/obj/structure/reagent_dispensers/beerkeg,
/turf/open/floor/wood/big,
@@ -26660,6 +25274,20 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
+"exU" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 28
+ },
+/obj/structure/closet/secure_closet/personal,
+/obj/item/storage/secure/briefcase,
+/obj/effect/turf_decal/tile/brown/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/vacant_room/commissary)
"eyr" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/turf/open/floor/circuit/telecomms,
@@ -26679,6 +25307,12 @@
},
/turf/open/floor/iron,
/area/crew_quarters/fitness/recreation)
+"eyN" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics Tank - O2"
+ },
+/turf/open/floor/engine/o2,
+/area/engine/atmos)
"eyW" = (
/obj/machinery/sparker{
id = "Xenobio";
@@ -26718,6 +25352,24 @@
},
/turf/open/floor/iron/dark,
/area/science/explab)
+"ezw" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "Departure Lounge - Port Aft"
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/item/kirbyplants/random,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/iron,
+/area/hallway/secondary/exit/departure_lounge)
"ezU" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
@@ -26735,28 +25387,6 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron,
/area/hallway/secondary/entry)
-"eAc" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Cargo Bay - Storage Wing Entrance"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_x = 1;
- pixel_y = -21
- },
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/iron,
-/area/construction/storage_wing)
"eAk" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -26789,21 +25419,6 @@
/obj/structure/sign/warning/biohazard,
/turf/closed/wall,
/area/maintenance/department/science)
-"eBm" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/chair{
- dir = 4
- },
-/obj/effect/landmark/start/security_officer,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/main)
"eBQ" = (
/obj/effect/turf_decal/siding/white/corner{
dir = 1
@@ -26892,6 +25507,14 @@
},
/turf/open/floor/wood,
/area/library)
+"eDs" = (
+/obj/structure/table,
+/obj/machinery/camera/directional/south{
+ c_tag = "Kitchen"
+ },
+/obj/machinery/reagentgrinder,
+/turf/open/floor/iron/checker,
+/area/crew_quarters/kitchen)
"eDC" = (
/obj/machinery/light{
dir = 4
@@ -26909,6 +25532,23 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/security/nuke_storage)
+"eDN" = (
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 8
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/camera/autoname{
+ dir = 9;
+ network = list("ss13","medbay")
+ },
+/obj/machinery/vending/wardrobe/medi_wardrobe,
+/turf/open/floor/iron{
+ heat_capacity = 1e+006
+ },
+/area/medical/storage)
"eDT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -27026,24 +25666,6 @@
},
/turf/open/floor/iron/dark,
/area/chapel/office)
-"eFP" = (
-/obj/machinery/portable_atmospherics/pump,
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Starboard Primary Hallway - Atmospherics"
- },
-/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 8
- },
-/turf/open/floor/iron/white/corner{
- dir = 1
- },
-/area/hallway/primary/starboard)
"eFV" = (
/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).";
@@ -27062,6 +25684,20 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/crew_quarters/bar)
+"eGp" = (
+/obj/structure/chair/office{
+ dir = 4
+ },
+/obj/effect/landmark/start/depsec/medical,
+/obj/machinery/holopad{
+ pixel_x = 16;
+ pixel_y = -16
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/medical)
"eGy" = (
/obj/machinery/firealarm/directional/north,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
@@ -27128,17 +25764,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/engine/atmos)
-"eHk" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = -2;
- pixel_y = 6
- },
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","medbay")
- },
-/turf/open/floor/iron/dark,
-/area/medical/surgery)
"eHA" = (
/obj/structure/table,
/obj/item/taperecorder{
@@ -27209,6 +25834,28 @@
},
/turf/open/floor/iron,
/area/vacant_room/commissary)
+"eIH" = (
+/obj/machinery/power/apc/highcap/five_k{
+ areastring = "/area/security/warden";
+ dir = 8;
+ name = "Brig Control APC";
+ pixel_x = -1;
+ pixel_y = 24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/siding/white{
+ dir = 8
+ },
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"eIK" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -27221,26 +25868,19 @@
},
/turf/open/floor/iron,
/area/maintenance/port/fore)
-"eJq" = (
+"eJI" = (
/obj/structure/cable/yellow{
- icon_state = "1-2"
+ icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/turf/open/floor/iron,
-/area/security/main)
+/obj/structure/chair/stool/directional/west,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
"eKa" = (
/obj/machinery/computer/communications{
dir = 8
@@ -27274,6 +25914,10 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/dark,
/area/aisat)
+"eKj" = (
+/obj/effect/turf_decal/tile/red/fourcorners,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"eKo" = (
/obj/item/radio/intercom{
pixel_y = 21
@@ -27324,18 +25968,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/medical/morgue)
-"eLE" = (
-/obj/structure/bed,
-/obj/item/bedsheet/captain,
-/obj/effect/landmark/start/captain,
-/obj/machinery/camera/directional/east{
- c_tag = "Captain's Quarters"
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/heads/captain/private)
"eLG" = (
/obj/structure/cable/yellow{
icon_state = "1-4"
@@ -27410,6 +26042,18 @@
},
/turf/open/floor/prison,
/area/security/prison)
+"eNY" = (
+/obj/structure/closet/secure_closet/medical1,
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron{
+ dir = 1
+ },
+/area/gateway)
"eNZ" = (
/obj/structure/window/reinforced,
/obj/machinery/computer/atmos_control/tank/nitrogen_tank{
@@ -27491,6 +26135,35 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
+"eQc" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Bridge - Starboard Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/blue,
+/turf/open/floor/iron/dark,
+/area/bridge)
+"eQj" = (
+/obj/item/crowbar,
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
+ },
+/obj/structure/closet,
+/obj/item/assembly/flash/handheld,
+/obj/item/radio,
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 4
+ },
+/area/security/checkpoint/customs)
"eQm" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -27518,21 +26191,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/ai_monitored/storage/eva)
-"eQO" = (
-/obj/machinery/power/apc{
- areastring = "/area/security/checkpoint/science/research";
- dir = 8;
- name = "Security Post - Research Division APC";
- pixel_x = -24
- },
-/obj/structure/cable/yellow,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
"eRh" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
@@ -27554,17 +26212,6 @@
},
/turf/open/floor/iron/dark,
/area/security/courtroom)
-"eRX" = (
-/obj/structure/rack,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 28
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/effect/loot_jobscale/armoury/riot_suit,
-/obj/effect/loot_jobscale/armoury/riot_helmet,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"eSd" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -27588,6 +26235,12 @@
},
/turf/open/floor/iron/dark,
/area/aisat)
+"eSG" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics Tank - Toxins"
+ },
+/turf/open/floor/engine/plasma,
+/area/engine/atmos)
"eST" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
@@ -27665,6 +26318,21 @@
},
/turf/open/floor/engine,
/area/engine/engineering)
+"eUr" = (
+/obj/machinery/power/apc/highcap/ten_k{
+ areastring = "/area/security/brig";
+ name = "Brig APC";
+ pixel_y = -24
+ },
+/obj/structure/cable/yellow,
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_edge{
+ dir = 1
+ },
+/area/security/brig)
"eUt" = (
/obj/effect/turf_decal/tile/neutral{
dir = 8
@@ -27698,6 +26366,15 @@
"eVc" = (
/turf/open/floor/iron,
/area/maintenance/starboard/aft)
+"eVh" = (
+/obj/effect/turf_decal/siding/red{
+ dir = 6
+ },
+/obj/effect/turf_decal/siding/red/corner{
+ dir = 1
+ },
+/turf/open/floor/glass/reinforced,
+/area/security/main)
"eVp" = (
/obj/machinery/door/airlock/maintenance{
req_one_access_txt = "12;25;46"
@@ -27707,17 +26384,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"eVu" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"eVw" = (
/obj/structure/railing{
dir = 8
@@ -27728,6 +26394,17 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
+"eVE" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/chair/stool/directional/west{
+ pixel_x = 7;
+ pixel_y = 6
+ },
+/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
+/turf/open/floor/prison,
+/area/security/prison)
"eWg" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -27747,17 +26424,6 @@
/obj/effect/landmark/blobstart,
/turf/open/floor/plating,
/area/maintenance/port)
-"eWC" = (
-/obj/item/book/manual/wiki/security_space_law,
-/obj/machinery/newscaster{
- pixel_y = -32
- },
-/obj/structure/table/reinforced,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/supply)
"eWD" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/cable/yellow{
@@ -27803,12 +26469,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer4,
/turf/open/floor/iron,
/area/engine/atmos)
-"eXc" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/open/floor/iron,
-/area/security/main)
"eXp" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -27830,25 +26490,6 @@
},
/turf/open/floor/plating,
/area/maintenance/aft/secondary)
-"eXY" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/disposal/bin{
- pixel_x = 2;
- pixel_y = 2
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Custodial Closet"
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/obj/machinery/light_switch{
- pixel_x = -24;
- pixel_y = 8
- },
-/turf/open/floor/iron,
-/area/janitor)
"eXZ" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -27866,6 +26507,17 @@
/obj/effect/landmark/start/medical_doctor,
/turf/open/floor/iron,
/area/medical/surgery)
+"eYe" = (
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -32
+ },
+/obj/machinery/camera/autoname/directional/west,
+/obj/structure/displaycase/trophy,
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library)
"eYg" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -27903,22 +26555,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
-"eYE" = (
-/obj/structure/chair/office/light{
- dir = 1
- },
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 1
- },
-/obj/item/storage/secure/safe{
- pixel_x = 5;
- pixel_y = -31
- },
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","medbay")
- },
-/turf/open/floor/iron/white,
-/area/crew_quarters/heads/cmo)
"eYL" = (
/obj/structure/closet/wardrobe/pjs,
/obj/structure/sign/poster/official/random{
@@ -27944,6 +26580,29 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/hydroponics/garden)
+"eZd" = (
+/obj/structure/chair/office{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/turf/open/floor/wood,
+/area/library)
+"eZe" = (
+/obj/structure/showcase/cyborg/old{
+ dir = 4;
+ pixel_x = -9;
+ pixel_y = 2
+ },
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/aisat/foyer)
"eZj" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
@@ -27991,6 +26650,19 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/port)
+"fav" = (
+/obj/structure/chair/office{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Bridge - Starboard"
+ },
+/obj/effect/turf_decal/tile/blue/half/contrasted,
+/turf/open/floor/iron/dark,
+/area/bridge)
"faw" = (
/obj/machinery/firealarm{
pixel_y = 24
@@ -28044,20 +26716,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
-"fbN" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Dormitories - Aft"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/crew_quarters/dorms)
"fbQ" = (
/obj/machinery/light{
dir = 4
@@ -28078,6 +26736,15 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat/foyer)
+"fcV" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"fcY" = (
/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -28108,6 +26775,18 @@
/obj/structure/closet/firecloset,
/turf/open/floor/plating,
/area/engine/engineering)
+"fdu" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/engine/engineering)
"fdG" = (
/obj/machinery/door/airlock/public/glass{
name = "Aft Primary Hallway"
@@ -28122,23 +26801,11 @@
/area/hallway/primary/aft)
"fdK" = (
/obj/structure/closet/secure_closet/genpop,
-/obj/effect/turf_decal/tile/red/half/contrasted{
+/obj/effect/turf_decal/tile/dark_red/half{
dir = 4
},
-/turf/open/floor/iron,
+/turf/open/floor/iron/smooth_half,
/area/security/prison)
-"fek" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/open/floor/iron,
-/area/security/main)
"feW" = (
/turf/open/floor/iron,
/area/maintenance/department/medical/central)
@@ -28153,6 +26820,15 @@
dir = 1
},
/area/engine/atmos)
+"ffJ" = (
+/obj/structure/rack,
+/obj/item/circuitboard/machine/telecomms/bus,
+/obj/item/circuitboard/machine/telecomms/broadcaster,
+/obj/machinery/camera/directional/west{
+ c_tag = "Telecomms - Storage"
+ },
+/turf/open/floor/iron/dark,
+/area/storage/tcom)
"ffN" = (
/obj/machinery/light/small{
dir = 8
@@ -28175,16 +26851,6 @@
},
/turf/open/space/basic,
/area/space/nearstation)
-"ffQ" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/structure/displaycase/trophy,
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/library)
"ffT" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -28208,43 +26874,6 @@
},
/turf/open/floor/iron,
/area/gateway)
-"fgd" = (
-/obj/structure/table,
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/structure/sign/map/right{
- desc = "A framed picture of the station. Clockwise from security in red at the top, you see engineering in yellow, science in purple, escape in checkered red-and-white, medbay in green, arrivals in checkered red-and-blue, and then cargo in brown.";
- icon_state = "map-right-MS";
- pixel_y = 32
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
-"fgh" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/item/clothing/mask/horsehead,
-/obj/structure/table/wood,
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/structure/sign/poster/contraband/random{
- pixel_x = -32
- },
-/obj/item/clothing/mask/cigarette/pipe,
-/obj/item/clothing/mask/fakemoustache,
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
"fgp" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -27
@@ -28304,6 +26933,11 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/chapel/main)
+"fht" = (
+/obj/structure/table/reinforced,
+/obj/machinery/fax/sec,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"fhz" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/stripes/line{
@@ -28375,19 +27009,6 @@
},
/turf/open/floor/plating,
/area/science/xenobiology)
-"fiL" = (
-/obj/structure/filingcabinet,
-/obj/structure/reagent_dispensers/peppertank{
- pixel_y = 30
- },
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/engineering)
"fiP" = (
/obj/machinery/requests_console{
department = "Science";
@@ -28410,21 +27031,6 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/turf/open/floor/iron/white,
/area/science/lab)
-"fjh" = (
-/obj/machinery/door/airlock/security/glass{
- name = "Gear Room";
- req_one_access_txt = "1;4"
- },
-/obj/effect/turf_decal/delivery,
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron,
-/area/security/main)
"fjD" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -28465,11 +27071,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/starboard/fore)
-"fkb" = (
-/obj/effect/turf_decal/tile/neutral,
-/obj/structure/chair/stool/directional/south,
-/turf/open/floor/iron,
-/area/medical/break_room)
"fkk" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -28495,22 +27096,6 @@
},
/turf/open/floor/iron,
/area/science/shuttledock)
-"fkX" = (
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"fkZ" = (
/obj/machinery/suit_storage_unit/standard_unit,
/obj/machinery/firealarm{
@@ -28550,6 +27135,23 @@
},
/turf/open/floor/plating,
/area/medical/exam_room)
+"fms" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/gulag_item_reclaimer{
+ pixel_y = 24
+ },
+/obj/effect/turf_decal/tile/dark_red{
+ dir = 4
+ },
+/turf/open/floor/iron/smooth_corner{
+ dir = 4
+ },
+/area/security/brig)
"fmw" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -28585,6 +27187,28 @@
},
/turf/open/floor/iron,
/area/medical/genetics)
+"fmL" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/noticeboard{
+ pixel_y = -32
+ },
+/obj/machinery/light,
+/obj/machinery/camera/directional/south{
+ c_tag = "Research Division - Break Room";
+ network = list("ss13","rd")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/turf/open/floor/iron/cafeteria{
+ dir = 5
+ },
+/area/science/research)
"fmN" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -28629,10 +27253,28 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron,
/area/maintenance/starboard)
+"fnD" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"fnM" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/white,
/area/medical/surgery)
+"fnW" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Security - Secure Gear Storage"
+ },
+/obj/machinery/flasher/portable,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/tech/grid,
+/area/security/main)
"fon" = (
/obj/effect/turf_decal/pool,
/obj/effect/turf_decal/tile/neutral,
@@ -28650,6 +27292,15 @@
},
/turf/open/floor/iron,
/area/security/courtroom)
+"foz" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27
+ },
+/obj/effect/turf_decal/tile/red/anticorner,
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 1
+ },
+/area/security/brig)
"foE" = (
/obj/machinery/light{
dir = 4
@@ -28661,28 +27312,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
-"foQ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/noticeboard{
- pixel_y = -32
- },
-/obj/machinery/light,
-/obj/machinery/camera/directional/south{
- c_tag = "Research Division - Break Room";
- network = list("ss13","rd")
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/turf/open/floor/iron/cafeteria{
- dir = 5
- },
-/area/science/research)
"fpi" = (
/obj/structure/window/reinforced,
/obj/structure/cable/yellow{
@@ -28696,6 +27325,19 @@
},
/turf/open/floor/iron/dark,
/area/aisat)
+"fpr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/obj/effect/turf_decal/siding/dark{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/hos)
"fpx" = (
/obj/machinery/holopad,
/obj/structure/cable/yellow{
@@ -28709,25 +27351,6 @@
},
/turf/open/floor/catwalk_floor/iron,
/area/engine/atmos)
-"fpB" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/machinery/power/apc{
- areastring = "/area/crew_quarters/kitchen";
- name = "Kitchen APC";
- pixel_y = -24
- },
-/obj/structure/cable/yellow,
-/obj/structure/rack,
-/obj/item/storage/box/donkpockets,
-/obj/item/stack/package_wrap,
-/obj/item/book/manual/chef_recipes{
- pixel_x = 2;
- pixel_y = 6
- },
-/turf/open/floor/iron/checker,
-/area/crew_quarters/kitchen)
"fpC" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -28766,23 +27389,6 @@
},
/turf/open/floor/carpet/grimy,
/area/tcommsat/computer)
-"fqe" = (
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/main)
"fqm" = (
/obj/structure/filingcabinet{
pixel_x = 3
@@ -28802,6 +27408,33 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/hallway/primary/port)
+"fqY" = (
+/obj/structure/table,
+/obj/item/taperecorder{
+ pixel_x = 4
+ },
+/obj/item/radio/intercom{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/tile/red/anticorner,
+/obj/machinery/newscaster{
+ pixel_x = 29;
+ pixel_y = 1
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Departure Lounge - Security Post"
+ },
+/obj/item/book/manual/wiki/security_space_law{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/taperecorder{
+ pixel_x = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 1
+ },
+/area/hallway/secondary/exit/departure_lounge)
"fra" = (
/obj/machinery/door/airlock/external{
name = "Auxiliary Airlock"
@@ -28811,22 +27444,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/plating,
/area/hallway/secondary/entry)
-"frb" = (
-/obj/structure/table,
-/obj/item/folder/red{
- pixel_x = 3
- },
-/obj/item/taperecorder{
- pixel_x = -3
- },
-/obj/item/storage/fancy/cigarettes,
-/obj/item/assembly/flash/handheld,
-/obj/item/reagent_containers/peppercloud_deployer,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"frm" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -28852,6 +27469,16 @@
},
/turf/open/floor/plating/airless,
/area/space/nearstation)
+"frI" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/landmark/start/security_officer,
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/main)
"frP" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
@@ -28890,17 +27517,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat_interior)
-"fsh" = (
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/turf/open/floor/iron/white/corner,
-/area/hallway/secondary/entry)
"fsm" = (
/obj/structure/bed/roller,
/obj/machinery/door/window/eastleft{
@@ -28911,10 +27527,6 @@
/obj/structure/curtain,
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
-"fsC" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"fsI" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -28972,6 +27584,16 @@
/obj/machinery/light/small/broken,
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
+"ftI" = (
+/obj/machinery/holopad,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"ftJ" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
@@ -29029,16 +27651,14 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"fuV" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+"fvA" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 1
},
-/obj/structure/cable/yellow{
- icon_state = "1-8"
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 1
},
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/hos)
+/area/security/brig)
"fvZ" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -29085,6 +27705,53 @@
},
/turf/open/floor/wood,
/area/library)
+"fwR" = (
+/obj/structure/table,
+/obj/item/book/manual/wiki/security_space_law{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/item/book/manual/wiki/security_space_law{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/item/book/manual/wiki/security_space_law{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/turf/open/floor/iron/dark,
+/area/security/courtroom)
+"fwU" = (
+/obj/machinery/door/window/brigdoor{
+ name = "Justice Chamber";
+ req_access_txt = "3"
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/door/window/brigdoor{
+ dir = 1;
+ name = "Justice Chamber";
+ req_access_txt = "3"
+ },
+/obj/machinery/door/poddoor/preopen{
+ id = "executionfireblast"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/effect/turf_decal/tile/red/fourcorners,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/execution/education)
"fwY" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -29134,29 +27801,33 @@
/obj/structure/table/glass,
/turf/open/floor/iron,
/area/engine/break_room)
-"fxZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
+"fyA" = (
+/obj/item/radio/intercom{
+ pixel_x = -31;
+ pixel_y = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/machinery/camera/directional/west{
+ c_tag = "Aft Primary Hallway - Middle"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 1
},
+/turf/open/floor/iron,
+/area/hallway/primary/aft)
+"fyF" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
},
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/maintenance/department/medical/central)
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"fyG" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -29279,42 +27950,6 @@
/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
/turf/open/floor/prison,
/area/security/prison)
-"fzL" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/obj/structure/disposalpipe/segment{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hallway/primary/aft)
-"fzP" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Auxillary Base Construction"
- },
-/obj/machinery/button/door{
- id = "aux_base_shutters";
- name = "Public Shutters Control";
- pixel_y = -24;
- req_one_access_txt = "72"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/construction/mining/aux_base)
"fzR" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -29416,20 +28051,6 @@
},
/turf/open/floor/iron/white,
/area/crew_quarters/heads/cmo)
-"fBi" = (
-/obj/structure/chair/stool/directional/south,
-/obj/effect/turf_decal/tile/neutral,
-/obj/item/radio/intercom{
- pixel_x = 3;
- pixel_y = -28
- },
-/obj/machinery/light_switch{
- pixel_x = -10;
- pixel_y = -23
- },
-/obj/machinery/light,
-/turf/open/floor/iron,
-/area/medical/break_room)
"fBw" = (
/obj/machinery/disposal/bin,
/obj/structure/disposalpipe/trunk,
@@ -29474,6 +28095,25 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
+"fCa" = (
+/obj/machinery/door/airlock/security/glass{
+ name = "Security Office";
+ req_one_access_txt = "1;4"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/iron/smooth_large,
+/area/security/brig)
"fCf" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -29503,6 +28143,21 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/medical/chemistry)
+"fCE" = (
+/obj/machinery/door/airlock/security/glass{
+ name = "Security Post - Research Division";
+ req_access_txt = "63"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/science/research)
"fCS" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -29512,12 +28167,6 @@
},
/turf/open/floor/iron/white,
/area/science/research)
-"fDl" = (
-/obj/structure/rack,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/effect/loot_jobscale/armoury/energy_gun,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"fDA" = (
/obj/structure/cable/white,
/obj/machinery/power/emitter/welded,
@@ -29541,31 +28190,28 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/wood,
/area/crew_quarters/bar)
-"fDO" = (
-/obj/structure/chair/stool,
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Aft Port Solar Maintenance"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_x = -24
- },
-/turf/open/floor/iron,
-/area/maintenance/solars/port/aft)
"fDP" = (
/obj/effect/turf_decal/tile/blue/opposingcorners{
dir = 1
},
/turf/open/floor/iron/white,
/area/crew_quarters/heads/cmo)
+"fDS" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Arrivals - Middle Arm - Far"
+ },
+/obj/machinery/status_display/evac{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/turf/open/floor/iron,
+/area/hallway/secondary/entry)
"fEk" = (
/obj/machinery/holopad,
/obj/effect/turf_decal/bot,
@@ -29699,27 +28345,17 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
-"fFT" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/turf/open/floor/iron,
-/area/hallway/primary/fore)
"fFY" = (
/obj/structure/cable/yellow{
icon_state = "2-4"
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
+/obj/structure/closet/secure_closet/genpop,
+/obj/effect/turf_decal/tile/dark_red{
+ dir = 8
+ },
+/turf/open/floor/iron/smooth_corner{
dir = 8
},
-/obj/structure/closet/secure_closet/genpop,
-/turf/open/floor/iron,
/area/security/prison)
"fGh" = (
/obj/structure/table,
@@ -29732,6 +28368,26 @@
},
/turf/open/floor/engine,
/area/maintenance/department/science/xenobiology)
+"fGk" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "MiniSat Exterior - Fore Starboard";
+ network = list("minisat")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/turf/open/floor/iron/dark,
+/area/aisat)
"fGo" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 1
@@ -29789,6 +28445,18 @@
},
/turf/open/floor/plating,
/area/security/warden)
+"fIj" = (
+/obj/structure/bed,
+/obj/item/bedsheet/captain,
+/obj/effect/landmark/start/captain,
+/obj/machinery/camera/directional/east{
+ c_tag = "Captain's Quarters"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads/captain/private)
"fIm" = (
/obj/item/candle,
/obj/machinery/light_switch{
@@ -29824,10 +28492,10 @@
pixel_y = 2
},
/obj/item/healthanalyzer,
-/obj/effect/turf_decal/tile/red/half/contrasted{
+/obj/effect/turf_decal/tile/red/half{
dir = 4
},
-/turf/open/floor/iron/white,
+/turf/open/floor/iron/white/smooth_half,
/area/security/brig)
"fIB" = (
/turf/open/floor/circuit/telecomms,
@@ -29864,6 +28532,10 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/checker,
/area/crew_quarters/kitchen)
+"fJp" = (
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/iron/dark/smooth_corner,
+/area/security/brig)
"fJz" = (
/obj/structure/disposalpipe/segment{
dir = 10
@@ -29931,6 +28603,18 @@
},
/turf/open/floor/iron,
/area/quartermaster/storage)
+"fMd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/junction{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"fMg" = (
/obj/structure/table/glass,
/obj/effect/turf_decal/trimline/black/filled/line{
@@ -29991,6 +28675,24 @@
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
/area/maintenance/department/medical/central)
+"fMJ" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/structure/rack,
+/obj/item/storage/box/flashes{
+ pixel_x = 3
+ },
+/obj/item/storage/box/teargas{
+ pixel_x = 1;
+ pixel_y = -2
+ },
+/obj/item/gun/grenadelauncher/security,
+/obj/machinery/light_switch{
+ pixel_x = -24
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/ai_monitored/security/armory)
"fML" = (
/obj/machinery/door/airlock/grunge{
name = "Morgue";
@@ -30063,7 +28765,7 @@
/obj/structure/disposalpipe/segment{
dir = 6
},
-/turf/open/floor/iron,
+/turf/open/floor/iron/smooth_large,
/area/security/prison)
"fNF" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
@@ -30206,42 +28908,13 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/aft)
-"fPB" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/table,
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Cargo Bay - Starboard"
- },
-/obj/item/paper_bin{
- pixel_x = -1;
- pixel_y = 6
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron,
-/area/quartermaster/storage)
-"fPG" = (
-/obj/item/radio/intercom{
- dir = 4;
- pixel_x = 27
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/chair{
- dir = 8
+"fPI" = (
+/obj/machinery/rnd/production/techfab/department/security,
+/obj/effect/turf_decal/tile/red/anticorner,
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 1
},
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
+/area/security/main)
"fPP" = (
/obj/machinery/door/airlock/maintenance{
req_one_access_txt = "12;27;37"
@@ -30293,19 +28966,6 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/aft)
-"fQP" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/light{
- dir = 1
- },
-/obj/structure/bed{
- dir = 4
- },
-/obj/machinery/camera/directional/north{
- network = list("ss13","medbay")
- },
-/turf/open/floor/iron/grid/steel,
-/area/medical/patients_rooms)
"fQV" = (
/obj/structure/cable/yellow{
icon_state = "1-4"
@@ -30339,6 +28999,18 @@
/obj/effect/turf_decal/tile/green,
/turf/open/floor/iron,
/area/hallway/primary/central)
+"fRt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/dark_red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/smooth_half,
+/area/security/brig)
"fRz" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -30478,24 +29150,6 @@
},
/turf/open/floor/iron,
/area/medical/morgue)
-"fSY" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Departure Lounge - Starboard Fore"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/item/kirbyplants/random,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
"fTa" = (
/obj/structure/table,
/obj/item/stack/sheet/glass,
@@ -30544,16 +29198,6 @@
/obj/effect/mapping_helpers/dead_body_placer,
/turf/open/floor/iron,
/area/medical/morgue)
-"fTD" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","medbay")
- },
-/obj/structure/table,
-/obj/item/hand_labeler,
-/obj/item/clothing/gloves/color/latex,
-/turf/open/floor/iron/dark,
-/area/medical/morgue)
"fTE" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -30602,6 +29246,20 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
+"fUp" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/iron/white/corner,
+/area/hallway/secondary/entry)
"fUt" = (
/obj/effect/turf_decal/stripes/corner{
dir = 8
@@ -30636,6 +29294,26 @@
/obj/structure/reagent_dispensers/water_cooler,
/turf/open/floor/carpet/red,
/area/medical/exam_room)
+"fVp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/siding/dark{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/dark{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/red/line{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
+"fVr" = (
+/obj/effect/turf_decal/tile/dark_red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/smooth_half,
+/area/security/brig)
"fVx" = (
/obj/machinery/disposal/bin,
/obj/machinery/firealarm{
@@ -30652,23 +29330,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/crew_quarters/heads/hos)
-"fVz" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/iron,
-/area/security/brig)
-"fVC" = (
-/obj/structure/sign/warning/vacuum/external{
- pixel_y = 32
- },
-/turf/open/floor/iron/dark,
-/area/security/brig)
"fWe" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -30727,6 +29388,13 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"fYf" = (
+/obj/machinery/vending/wardrobe/sec_wardrobe,
+/obj/effect/turf_decal/tile/red/anticorner,
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 1
+ },
+/area/security/checkpoint/customs)
"fYo" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -30739,27 +29407,6 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
-"fYC" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/item/radio/intercom{
- pixel_y = 23
- },
-/obj/machinery/button/door{
- id = "psypriv";
- name = "Psycology Shutters Control";
- pixel_y = 37
- },
-/obj/machinery/camera/autoname{
- dir = 9;
- network = list("ss13","medbay")
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/medical/exam_room)
"fYF" = (
/obj/structure/chair/office{
dir = 4
@@ -30767,23 +29414,6 @@
/obj/effect/landmark/start/warden,
/turf/open/floor/iron/showroomfloor,
/area/security/warden)
-"fYH" = (
-/obj/machinery/camera/directional/north,
-/obj/machinery/power/apc{
- areastring = "/area/quartermaster/qm";
- dir = 1;
- name = "Quartermaster's Office APC";
- pixel_y = 24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/structure/filingcabinet/chestdrawer,
-/obj/effect/turf_decal/tile/brown/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/quartermaster/qm)
"fYI" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 8
@@ -30843,6 +29473,15 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"fZH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron/smooth_large,
+/area/security/brig)
"fZJ" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -31036,11 +29675,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/engine/engineering)
-"gcX" = (
-/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/security/main)
"gcZ" = (
/obj/effect/turf_decal/trimline/blue/filled/line,
/obj/structure/extinguisher_cabinet{
@@ -31048,6 +29682,21 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/aft)
+"gdb" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Cargo - Office"
+ },
+/obj/effect/turf_decal/tile/brown/half/contrasted{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/quartermaster/office)
"gdi" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
@@ -31187,6 +29836,46 @@
/obj/effect/turf_decal/tile/blue/fourcorners/contrasted,
/turf/open/floor/iron,
/area/engine/atmos)
+"ghr" = (
+/obj/structure/table,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/item/folder/red,
+/obj/item/restraints/handcuffs,
+/obj/item/clothing/head/cone{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/clothing/head/cone{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/clothing/head/cone{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/clothing/head/cone{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/clothing/head/cone{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/turf/open/floor/iron/techmaint,
+/area/security/main)
+"ghA" = (
+/obj/structure/rack,
+/obj/item/gun/energy/ionrifle,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/gun/energy/temperature/security,
+/obj/item/clothing/suit/armor/laserproof,
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/tech/grid,
+/area/ai_monitored/security/armory)
"ghF" = (
/obj/structure/extinguisher_cabinet{
pixel_y = -31
@@ -31197,31 +29886,6 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/maintenance/disposal/incinerator)
-"ghP" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Research Division Hallway - Robotics";
- network = list("ss13","rd")
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 8
- },
-/turf/open/floor/iron/white,
-/area/science/research)
-"gix" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Theatre - Backstage"
- },
-/obj/structure/sign/poster/contraband/random{
- pixel_y = -32
- },
-/obj/structure/closet/crate/wooden/toy,
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
"giF" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -31267,6 +29931,30 @@
/obj/effect/turf_decal/tile/red,
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"gjC" = (
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 28
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
"gjK" = (
/obj/structure/sign/departments/minsky/research/research{
pixel_y = 32
@@ -31274,6 +29962,19 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/department/science/xenobiology)
+"gjY" = (
+/obj/item/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/structure/table/wood,
+/obj/item/radio/intercom{
+ frequency = 1423;
+ name = "Interrogation Intercom";
+ pixel_y = -31
+ },
+/turf/open/floor/carpet/royalblack,
+/area/security/main)
"gka" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
@@ -31324,6 +30025,12 @@
/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
/turf/open/floor/iron,
/area/engine/atmos)
+"gkV" = (
+/obj/structure/table,
+/obj/item/folder/red,
+/obj/item/restraints/handcuffs,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"glg" = (
/obj/structure/table/wood/poker,
/obj/item/reagent_containers/food/drinks/bottle/wine{
@@ -31498,6 +30205,18 @@
},
/turf/open/floor/iron/dark,
/area/bridge)
+"goV" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Captain's Office - Emergency Escape"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plating,
+/area/maintenance/central)
"goW" = (
/obj/effect/turf_decal/siding/purple{
dir = 1
@@ -31513,15 +30232,6 @@
},
/turf/open/floor/circuit/telecomms,
/area/maintenance/department/science/xenobiology)
-"gpg" = (
-/obj/structure/table/glass,
-/obj/item/storage/backpack/duffelbag/med/surgery,
-/obj/machinery/camera/directional/north,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/medical/morgue)
"gpL" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -31624,6 +30334,11 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"grY" = (
+/obj/structure/closet/secure_closet/engineering_electrical,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron,
+/area/engine/engineering)
"gsj" = (
/obj/effect/turf_decal/stripes/corner{
dir = 1
@@ -31633,15 +30348,27 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
-"gsL" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+"gsF" = (
+/mob/living/simple_animal/bot/secbot{
+ arrest_type = 1;
+ health = 45;
+ icon_state = "secbot1";
+ idcheck = 1;
+ name = "Sergeant-at-Armsky";
+ weaponscheck = 1
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
},
-/turf/open/floor/iron,
-/area/security/main)
+/obj/effect/turf_decal/bot_white/left,
+/obj/effect/turf_decal/siding/dark{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/dark{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
"gtt" = (
/obj/structure/table,
/obj/structure/disposalpipe/segment,
@@ -31690,6 +30417,22 @@
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/crew_quarters/heads/cmo)
+"guD" = (
+/obj/machinery/power/apc/highcap/ten_k{
+ areastring = "/area/engine/atmos";
+ dir = 1;
+ name = "Atmospherics APC";
+ pixel_y = 24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Atmospherics - Entrance"
+ },
+/obj/item/kirbyplants/random,
+/turf/open/floor/iron,
+/area/engine/atmos)
"guR" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
@@ -31712,15 +30455,6 @@
/obj/machinery/light,
/turf/open/floor/carpet/grimy,
/area/hallway/primary/central)
-"gvb" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/turf/open/floor/iron,
-/area/security/brig)
"gve" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -31755,49 +30489,12 @@
},
/turf/open/floor/catwalk_floor/iron,
/area/engine/atmos)
-"gvg" = (
-/obj/machinery/light/small,
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/library)
-"gvk" = (
-/obj/structure/chair/office,
-/obj/effect/landmark/start/depsec/supply,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/supply)
"gvA" = (
/obj/effect/turf_decal/stripes/line{
dir = 6
},
/turf/open/floor/iron,
/area/medical/chemistry)
-"gwA" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/item/radio/intercom{
- pixel_y = 26
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/main)
"gwC" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -31809,6 +30506,16 @@
},
/turf/open/floor/iron,
/area/maintenance/aft)
+"gxi" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Xenobiology Lab - Pen #4";
+ network = list("ss13","rd","xeno")
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/science/xenobiology)
"gxF" = (
/obj/machinery/light/small,
/obj/machinery/button/door{
@@ -31877,27 +30584,6 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/engine/break_room)
-"gyr" = (
-/obj/machinery/door/airlock/security{
- aiControlDisabled = 1;
- id_tag = "prisonereducation";
- name = "Prisoner Education Chamber";
- req_access_txt = "3"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/brig)
"gyM" = (
/obj/effect/turf_decal/tile/blue/half/contrasted{
dir = 8
@@ -31908,10 +30594,40 @@
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/turf/open/floor/iron,
/area/hallway/primary/aft)
+"gyT" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/fore)
"gzi" = (
/obj/effect/turf_decal/tile/green/half/contrasted,
/turf/open/floor/iron,
/area/hydroponics)
+"gzm" = (
+/obj/structure/table/reinforced,
+/obj/machinery/recharger{
+ pixel_x = -4
+ },
+/obj/machinery/button/door{
+ desc = "A remote control switch for the medbay foyer.";
+ id = "MedbayFoyer";
+ name = "Medbay Doors Control";
+ normaldoorcontrol = 1;
+ pixel_x = 7;
+ pixel_y = -2
+ },
+/obj/machinery/light_switch{
+ pixel_x = 27
+ },
+/obj/effect/turf_decal/tile/red/anticorner,
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 1
+ },
+/area/security/checkpoint/medical)
"gzT" = (
/obj/structure/sign/warning/biohazard,
/turf/closed/wall,
@@ -31980,19 +30696,24 @@
},
/turf/open/floor/iron,
/area/maintenance/aft)
-"gCm" = (
+"gBY" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "Aft Starboard Solar Maintenance"
+ },
/obj/structure/cable/yellow{
- icon_state = "2-8"
+ icon_state = "1-8"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/iron,
-/area/security/checkpoint/engineering)
-"gCn" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
/turf/open/floor/iron,
-/area/security/brig)
+/area/maintenance/solars/starboard/aft)
"gCB" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -32013,6 +30734,22 @@
},
/turf/open/floor/iron/white/corner,
/area/hallway/secondary/entry)
+"gCN" = (
+/obj/structure/bed{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
+ },
+/obj/machinery/camera/autoname{
+ dir = 5;
+ network = list("ss13","medbay")
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/turf/open/floor/iron/dark,
+/area/security/prison)
"gDg" = (
/obj/effect/turf_decal/stripes/red/line,
/obj/effect/turf_decal/stripes/red/line{
@@ -32020,22 +30757,6 @@
},
/turf/open/floor/plating/airless,
/area/space/nearstation)
-"gDo" = (
-/obj/machinery/door/airlock/security/glass{
- name = "Secure Gear Storage";
- req_access_txt = "3"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
- },
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
"gEg" = (
/obj/structure/grille,
/turf/open/floor/plating,
@@ -32085,6 +30806,93 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/service)
+"gEW" = (
+/obj/item/reagent_containers/glass/bottle/bromine{
+ pixel_x = -6
+ },
+/obj/item/reagent_containers/glass/bottle/aluminium{
+ pixel_x = 6
+ },
+/obj/item/reagent_containers/glass/bottle/chlorine{
+ pixel_x = -6
+ },
+/obj/item/reagent_containers/glass/bottle/carbon{
+ pixel_x = 6
+ },
+/obj/item/reagent_containers/glass/bottle/ethanol{
+ pixel_x = -6
+ },
+/obj/item/reagent_containers/glass/bottle/copper{
+ pixel_x = 6
+ },
+/obj/item/reagent_containers/glass/bottle/hydrogen{
+ pixel_x = -6
+ },
+/obj/item/reagent_containers/glass/bottle/fluorine{
+ pixel_x = 6
+ },
+/obj/item/reagent_containers/glass/bottle/water{
+ pixel_y = 8
+ },
+/obj/item/reagent_containers/glass/bottle/lithium{
+ pixel_x = -6
+ },
+/obj/item/reagent_containers/glass/bottle/iron{
+ pixel_x = 6
+ },
+/obj/item/reagent_containers/glass/bottle/iodine{
+ pixel_y = 8
+ },
+/obj/item/reagent_containers/glass/bottle/oxygen{
+ pixel_x = 6
+ },
+/obj/item/reagent_containers/glass/bottle/phosphorus{
+ pixel_x = -6
+ },
+/obj/item/reagent_containers/glass/bottle/nitrogen{
+ pixel_x = -6;
+ pixel_y = 8
+ },
+/obj/item/reagent_containers/glass/bottle/mercury{
+ pixel_x = 6;
+ pixel_y = 8
+ },
+/obj/item/reagent_containers/glass/bottle/radium{
+ pixel_x = -6
+ },
+/obj/item/reagent_containers/glass/bottle/potassium{
+ pixel_x = 6
+ },
+/obj/item/reagent_containers/glass/bottle/welding_fuel{
+ pixel_y = 8
+ },
+/obj/item/reagent_containers/glass/bottle/sacid{
+ pixel_x = 6
+ },
+/obj/item/reagent_containers/glass/bottle/silicon{
+ pixel_x = -6
+ },
+/obj/item/reagent_containers/glass/bottle/silver{
+ pixel_x = 6
+ },
+/obj/item/reagent_containers/glass/bottle/sodium{
+ pixel_x = -6
+ },
+/obj/item/reagent_containers/glass/bottle/sugar{
+ pixel_x = 6
+ },
+/obj/item/reagent_containers/glass/bottle/sulfur{
+ pixel_x = -6
+ },
+/obj/structure/closet/crate/medical,
+/obj/effect/turf_decal/box,
+/obj/item/circuitboard/machine/chem_heater,
+/obj/machinery/firealarm/directional/west,
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron,
+/area/medical/virology)
"gEX" = (
/obj/effect/decal/cleanable/cobweb,
/obj/structure/closet/crate{
@@ -32122,6 +30930,11 @@
/obj/structure/frame/machine,
/turf/open/floor/plating,
/area/maintenance/aft)
+"gFs" = (
+/obj/machinery/holopad,
+/obj/structure/chair/stool/bar/directional/south,
+/turf/open/floor/iron/cafeteria_red,
+/area/crew_quarters/bar)
"gFK" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 1
@@ -32134,13 +30947,21 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/wood,
/area/vacant_room/office)
-"gFV" = (
+"gFT" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"gGd" = (
/obj/machinery/door/airlock/public/glass{
name = "Aft Primary Hallway"
@@ -32243,6 +31064,14 @@
},
/turf/open/floor/iron/white,
/area/medical/surgery)
+"gIt" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 26
+ },
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/ai_monitored/storage/satellite)
"gIz" = (
/turf/open/floor/glass/reinforced,
/area/engine/break_room)
@@ -32274,6 +31103,33 @@
/obj/effect/spawner/structure/window/plasma/reinforced,
/turf/open/floor/plating,
/area/engine/atmos)
+"gJt" = (
+/obj/structure/table/glass,
+/obj/item/folder/blue,
+/obj/item/computer_hardware/hard_drive/role/medical{
+ pixel_x = -3
+ },
+/obj/item/computer_hardware/hard_drive/role/medical{
+ pixel_x = 3
+ },
+/obj/item/computer_hardware/hard_drive/role/chemistry{
+ pixel_y = 6
+ },
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/item/stamp/cmo{
+ pixel_x = 10;
+ pixel_y = 12
+ },
+/turf/open/floor/iron/white,
+/area/crew_quarters/heads/cmo)
"gKc" = (
/obj/machinery/mineral/stacking_unit_console{
machinedir = 8;
@@ -32294,37 +31150,6 @@
},
/turf/open/floor/iron,
/area/maintenance/aft)
-"gKp" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Crew Quarters Entrance"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/crew_quarters/locker)
-"gKq" = (
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/effect/landmark/event_spawn,
-/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/primary/port)
"gKC" = (
/obj/structure/table/reinforced,
/obj/machinery/door/window/brigdoor{
@@ -32350,21 +31175,37 @@
/obj/machinery/atmospherics/pipe/layer_manifold,
/turf/open/floor/iron/dark,
/area/security/brig)
-"gLC" = (
+"gLj" = (
+/obj/machinery/light_switch{
+ pixel_x = 26
+ },
/obj/structure/cable/yellow{
- icon_state = "0-4"
+ icon_state = "1-2"
},
-/obj/structure/sign/departments/minsky/research/research{
- pixel_x = -32
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/execution/education)
+"gLs" = (
+/obj/machinery/status_display/evac{
+ pixel_x = -32;
+ pixel_y = 32
},
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/chair/fancy/comfy,
-/obj/machinery/camera/autoname/directional/west,
-/obj/effect/turf_decal/trimline/black/filled/line{
- dir = 9
+/obj/effect/turf_decal/siding/dark/corner,
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/hos)
+"gLv" = (
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
},
-/turf/open/floor/iron,
-/area/maintenance/department/science)
+/obj/item/pen,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/hallway/secondary/exit/departure_lounge)
"gLM" = (
/obj/structure/closet/secure_closet/bar{
req_access_txt = "25"
@@ -32397,6 +31238,14 @@
},
/turf/open/floor/iron,
/area/crew_quarters/toilet/auxiliary)
+"gMN" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Research Division Hallway - Starboard";
+ network = list("ss13","rd")
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line,
+/turf/open/floor/iron/white,
+/area/science/research)
"gMO" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -32404,18 +31253,18 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/turf/open/floor/iron/white,
/area/medical/surgery)
-"gNg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+"gMS" = (
+/obj/machinery/status_display/evac{
+ pixel_x = -32
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/machinery/camera/directional/west{
+ c_tag = "Central Primary Hallway - Starboard - Kitchen"
},
-/obj/machinery/gulag_item_reclaimer{
- pixel_y = 24
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
},
/turf/open/floor/iron,
-/area/security/brig)
+/area/hallway/primary/central)
"gNH" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -32550,17 +31399,6 @@
dir = 8
},
/area/chapel/main)
-"gQi" = (
-/obj/effect/landmark/event_spawn,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/security/main)
"gQm" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -32624,20 +31462,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
-"gRb" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Bridge - Starboard Access"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 8
- },
-/obj/effect/turf_decal/tile/blue,
-/turf/open/floor/iron/dark,
-/area/bridge)
"gRe" = (
/obj/effect/turf_decal/siding/yellow{
dir = 1
@@ -32657,6 +31481,18 @@
},
/turf/open/floor/iron/dark,
/area/aisat)
+"gRp" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/yellow,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/effect/turf_decal/siding/white{
+ dir = 8
+ },
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"gRq" = (
/obj/machinery/disposal/bin{
pixel_y = 1
@@ -32676,16 +31512,6 @@
},
/turf/open/floor/plating,
/area/maintenance/department/science/central)
-"gRv" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/newscaster{
- pixel_y = 30
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
"gRz" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 8
@@ -32717,6 +31543,16 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron/techmaint,
/area/science/shuttledock)
+"gSM" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","medbay")
+ },
+/obj/structure/table,
+/obj/item/hand_labeler,
+/obj/item/clothing/gloves/color/latex,
+/turf/open/floor/iron/dark,
+/area/medical/morgue)
"gST" = (
/obj/machinery/vending/coffee,
/obj/item/radio/intercom{
@@ -32770,6 +31606,22 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
+"gTN" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/landmark/blobstart,
+/obj/machinery/camera/directional/north{
+ c_tag = "Evidence Storage"
+ },
+/obj/item/storage/secure/safe{
+ name = "evidence safe";
+ pixel_x = 6;
+ pixel_y = 28
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/security/brig)
"gTP" = (
/obj/machinery/vending/wardrobe/chap_wardrobe,
/turf/open/floor/carpet/grimy,
@@ -32960,25 +31812,6 @@
},
/turf/open/floor/carpet/royalblue,
/area/crew_quarters/heads/captain/private)
-"gWe" = (
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/main)
"gWq" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -33019,47 +31852,31 @@
/obj/effect/turf_decal/trimline/purple/filled/line,
/turf/open/floor/iron/white,
/area/science/xenobiology)
-"gXb" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"gXh" = (
/obj/machinery/computer/holodeck/prison,
/turf/open/floor/iron/showroomfloor,
/area/security/warden)
-"gXl" = (
-/obj/structure/chair/stool{
- pixel_y = 8
+"gXq" = (
+/turf/open/space/basic,
+/area/space/nearstation)
+"gXw" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/obj/machinery/camera/autoname/directional/west,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
+/obj/structure/disposalpipe/segment{
+ dir = 10
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/light_switch{
- pixel_x = -24
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/maintenance/solars/starboard/fore)
-"gXq" = (
-/turf/open/space/basic,
-/area/space/nearstation)
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
"gXM" = (
/obj/structure/cable/white{
icon_state = "4-8"
@@ -33072,25 +31889,6 @@
},
/turf/open/floor/engine,
/area/engine/engineering)
-"gXN" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/landmark/start/security_officer,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/main)
"gYo" = (
/obj/machinery/light/small{
dir = 8
@@ -33131,6 +31929,12 @@
/obj/item/book/manual/wiki/sopcommand,
/turf/open/floor/iron,
/area/crew_quarters/heads/chief)
+"gZs" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/science/research)
"gZB" = (
/obj/effect/landmark/event_spawn,
/obj/effect/turf_decal/pool/corner{
@@ -33141,19 +31945,6 @@
},
/turf/open/floor/iron,
/area/crew_quarters/fitness/recreation)
-"gZS" = (
-/obj/machinery/button/door{
- id = "prisonereducation";
- name = "Door Bolt Control";
- normaldoorcontrol = 1;
- pixel_y = -25;
- specialfunctions = 4
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"hbi" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -33172,18 +31963,18 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"hby" = (
-/obj/structure/table,
-/obj/item/restraints/handcuffs,
-/obj/item/radio/off,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+"hbv" = (
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/machinery/computer/cargo/request{
+ dir = 1
},
-/turf/open/floor/iron,
-/area/security/main)
+/obj/effect/turf_decal/tile/yellow/opposingcorners{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/corner,
+/area/engine/storage_shared)
"hbz" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -33206,10 +31997,12 @@
icon_state = "right";
name = "Infirmary"
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/white/smooth_half{
dir = 1
},
-/turf/open/floor/iron/white,
/area/security/brig)
"hbE" = (
/obj/structure/chair{
@@ -33313,20 +32106,6 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood,
/area/crew_quarters/heads/captain/private)
-"hdM" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/engine/engineering)
"hdT" = (
/obj/machinery/door/airlock/engineering/glass{
name = "Supermatter Engine";
@@ -33396,42 +32175,32 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
-"hfC" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/airalarm/directional/north{
- pixel_y = 28
- },
+"hfu" = (
/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+ icon_state = "1-4"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/brig)
+"hfF" = (
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/turf/open/floor/iron,
-/area/security/main)
-"hfE" = (
-/obj/machinery/computer/secure_data{
- dir = 4
+/obj/machinery/camera/directional/east{
+ c_tag = "Engineering Supermatter Port";
+ network = list("ss13","engine")
},
-/obj/structure/cable/yellow{
- icon_state = "2-8"
+/obj/machinery/airalarm/engine{
+ dir = 4;
+ pixel_x = 24
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ dir = 8
},
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
+/turf/open/floor/engine,
+/area/engine/supermatter)
"hfQ" = (
/obj/structure/sign/departments/minsky/research/robotics{
pixel_x = 32
@@ -33496,16 +32265,6 @@
},
/turf/open/floor/iron,
/area/science/research)
-"hgQ" = (
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 32
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Security - Gear Room"
- },
-/obj/machinery/vending/wardrobe/sec_wardrobe,
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
"hhr" = (
/obj/structure/bodycontainer/morgue{
dir = 8
@@ -33521,24 +32280,26 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/storage/tech)
-"hhY" = (
-/obj/structure/closet/secure_closet/engineering_personal,
-/obj/effect/turf_decal/delivery,
-/obj/machinery/camera/directional/north{
- c_tag = "Engineering - Fore"
- },
-/turf/open/floor/iron,
-/area/engine/engineering)
-"hih" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
+"hig" = (
+/obj/machinery/power/apc{
+ areastring = "/area/vacant_room/commissary";
+ dir = 4;
+ name = "Vacant Commissary APC";
+ pixel_x = 24
},
+/obj/structure/cable/yellow,
+/obj/structure/rack,
+/obj/item/wrench,
+/obj/item/screwdriver,
/obj/machinery/camera/directional/east{
- c_tag = "Security - Office - Starboard"
+ c_tag = "Vacant Commissary"
},
-/obj/effect/turf_decal/tile/red/half/contrasted,
+/obj/effect/turf_decal/tile/brown/opposingcorners{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
-/area/security/main)
+/area/vacant_room/commissary)
"hii" = (
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
@@ -33564,16 +32325,36 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/patients_rooms)
+"hiA" = (
+/obj/machinery/door/airlock/security/glass{
+ name = "Departure Lounge Security Post";
+ req_access_txt = "63"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/hallway/secondary/exit/departure_lounge)
"hiN" = (
/obj/structure/closet/secure_closet/genpop,
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 8
- },
/obj/machinery/light{
dir = 8;
light_color = "#e8eaff"
},
-/turf/open/floor/iron,
+/obj/effect/turf_decal/tile/dark_red/anticorner{
+ dir = 8
+ },
+/turf/open/floor/iron/smooth_corner{
+ dir = 4
+ },
/area/security/prison)
"hiS" = (
/obj/structure/cable/yellow{
@@ -33676,6 +32457,27 @@
},
/turf/open/floor/plating,
/area/maintenance/aft)
+"hke" = (
+/obj/item/storage/secure/safe{
+ name = "armory safe A";
+ pixel_x = 6;
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/effect/turf_decal/siding/dark/corner,
+/obj/effect/turf_decal/siding/dark/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/dark/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/red/corner{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
"hkq" = (
/turf/open/floor/iron,
/area/engine/storage_shared)
@@ -33688,6 +32490,42 @@
},
/turf/open/floor/iron,
/area/teleporter)
+"hkK" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Medbay - Break Room";
+ name = "medbay camera";
+ network = list("ss13","medbay")
+ },
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/medical/break_room)
+"hkO" = (
+/obj/machinery/camera/motion/directional/south{
+ c_tag = "Armory - External"
+ },
+/obj/structure/lattice,
+/turf/open/space/basic,
+/area/ai_monitored/security/armory)
"hkS" = (
/obj/machinery/door/airlock/public/glass{
name = "Departure Lounge"
@@ -33700,32 +32538,25 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
+"hkU" = (
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = -32
+ },
+/obj/vehicle/ridden/secway,
+/obj/item/key/security,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/main)
"hlb" = (
/obj/structure/disposalpipe/segment{
dir = 6
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"hlc" = (
-/obj/structure/filingcabinet{
- pixel_x = -7
- },
-/obj/structure/filingcabinet{
- pixel_x = 7
- },
-/obj/machinery/light_switch{
- pixel_x = 23
- },
-/obj/effect/turf_decal/trimline/dark_blue/filled/line{
- dir = 5
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Research Division - Server Room";
- network = list("ss13","rd");
- pixel_x = 22
- },
-/turf/open/floor/iron/dark,
-/area/science/server)
"hld" = (
/obj/item/radio/intercom/chapel{
pixel_x = 26
@@ -33748,6 +32579,16 @@
},
/turf/open/floor/iron,
/area/quartermaster/qm)
+"hlC" = (
+/obj/structure/chair/fancy/comfy{
+ dir = 4
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Arrivals - Lounge"
+ },
+/obj/effect/landmark/start/assistant,
+/turf/open/floor/carpet/grimy,
+/area/hallway/primary/port)
"hlT" = (
/obj/structure/easel,
/obj/item/canvas/twentythree_twentythree,
@@ -33771,32 +32612,6 @@
},
/turf/open/floor/iron,
/area/medical/medbay/aft)
-"hmC" = (
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/obj/item/radio/intercom{
- pixel_y = -26
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Storage Wing"
- },
-/obj/machinery/light,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/landmark/event_spawn,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/effect/turf_decal/tile/brown{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/construction/storage_wing)
"hmU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 5
@@ -33824,13 +32639,21 @@
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/iron,
/area/maintenance/department/medical/central)
-"hnp" = (
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+"hnd" = (
+/obj/item/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
},
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
+/obj/item/pen,
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Security Post - Cargo"
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/supply)
"hnv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -33859,6 +32682,28 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark,
/area/medical/surgery)
+"hnT" = (
+/obj/structure/table,
+/obj/item/computer_hardware/hard_drive/role/signal/toxins,
+/obj/item/computer_hardware/hard_drive/role/signal/toxins{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/obj/item/computer_hardware/hard_drive/role/signal/toxins{
+ pixel_x = 4;
+ pixel_y = 6
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Research Director's Office";
+ network = list("ss13","rd")
+ },
+/obj/machinery/light,
+/obj/effect/turf_decal/tile/black/opposingcorners{
+ dir = 1
+ },
+/obj/item/book/manual/wiki/sopcommand,
+/turf/open/floor/iron/white,
+/area/crew_quarters/heads/hor)
"hof" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -33885,6 +32730,15 @@
/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
/turf/open/floor/prison,
/area/security/prison)
+"hoE" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Starboard Primary Hallway - Tech Storage"
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/starboard)
"hoT" = (
/obj/structure/reagent_dispensers/watertank,
/obj/item/extinguisher,
@@ -33893,18 +32747,6 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
-"hoX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"hpf" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/obj/effect/turf_decal/tile/neutral{
@@ -33956,18 +32798,6 @@
},
/turf/open/floor/plating,
/area/maintenance/department/science/xenobiology)
-"hqq" = (
-/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/item/kirbyplants/random,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
"hqu" = (
/obj/machinery/door/airlock/external{
name = "Supply Dock Airlock";
@@ -34021,6 +32851,26 @@
/obj/effect/decal/cleanable/oil,
/turf/open/floor/iron,
/area/maintenance/aft/secondary)
+"hrl" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "MiniSat Exterior - Fore Port";
+ network = list("minisat")
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/turf/open/floor/iron/dark,
+/area/aisat)
"hrL" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -34069,18 +32919,17 @@
},
/turf/open/floor/iron/showroomfloor,
/area/crew_quarters/cryopods)
-"hsT" = (
-/obj/structure/table/reinforced,
-/obj/item/paper,
-/obj/item/folder/red{
- pixel_x = 3
+"hsC" = (
+/obj/structure/sink/kitchen{
+ desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
+ name = "old sink";
+ pixel_y = 28
},
-/obj/item/folder/blue{
- pixel_x = -2;
- pixel_y = 3
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
},
-/turf/open/floor/iron,
-/area/security/main)
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/execution/education)
"hsU" = (
/obj/machinery/igniter{
id = "atmos_incinerator_igniter"
@@ -34164,26 +33013,6 @@
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/maintenance/disposal/incinerator)
-"hvh" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 4;
- sortType = 7
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/turf/open/floor/iron,
-/area/security/main)
"hvP" = (
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -34199,14 +33028,6 @@
},
/turf/open/floor/iron,
/area/medical/surgery)
-"hvV" = (
-/obj/structure/filingcabinet,
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted,
-/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
"hwd" = (
/obj/structure/cable/yellow{
icon_state = "1-8"
@@ -34223,6 +33044,19 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
+"hwi" = (
+/obj/structure/filingcabinet/filingcabinet,
+/obj/item/radio/intercom{
+ pixel_y = -28
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Cargo - Mailroom"
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/iron/white/corner,
+/area/quartermaster/sorting)
"hwu" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -34408,11 +33242,6 @@
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/plating,
/area/maintenance/aft)
-"hzC" = (
-/obj/effect/turf_decal/tile/red/anticorner/contrasted,
-/obj/item/kirbyplants/random,
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"hzF" = (
/obj/structure/cable/yellow{
icon_state = "1-4"
@@ -34461,23 +33290,6 @@
},
/turf/open/floor/iron,
/area/quartermaster/office)
-"hAt" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/security{
- name = "Detective's Office";
- req_access_txt = "4"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron,
-/area/security/detectives_office)
"hAW" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/structure/curtain/directional{
@@ -34488,25 +33300,6 @@
},
/turf/open/floor/plating,
/area/medical/surgery)
-"hBl" = (
-/obj/machinery/airalarm/directional/north{
- pixel_y = 28
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/turf/open/floor/iron,
-/area/quartermaster/warehouse)
"hBr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -34548,31 +33341,6 @@
},
/turf/open/floor/iron/dark,
/area/medical/morgue)
-"hCu" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/turf/open/floor/iron/white/side{
- dir = 4
- },
-/area/science/research)
-"hCB" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/landmark/event_spawn,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/main)
"hCO" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 8;
@@ -34614,6 +33382,28 @@
/obj/effect/turf_decal/stripes/closeup,
/turf/open/floor/engine,
/area/science/explab)
+"hDi" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
+"hDo" = (
+/obj/machinery/button/door{
+ id = "prisonereducation";
+ name = "Door Bolt Control";
+ normaldoorcontrol = 1;
+ pixel_y = -25;
+ specialfunctions = 4
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/execution/education)
"hDA" = (
/obj/structure/closet{
name = "Evidence Closet 5"
@@ -34625,14 +33415,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/security/brig)
-"hDN" = (
-/obj/machinery/flasher/portable,
-/obj/effect/turf_decal/bot,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/main)
"hDO" = (
/obj/machinery/door/airlock/mining{
name = "Cargo Bay";
@@ -34669,6 +33451,22 @@
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/crew_quarters/kitchen)
+"hEu" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/obj/structure/table/reinforced,
+/obj/item/storage/firstaid/regular,
+/obj/item/clothing/neck/stethoscope,
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/item/storage/toolbox/mechanical{
+ pixel_x = -2;
+ pixel_y = -1
+ },
+/turf/open/floor/iron/dark,
+/area/science/explab)
"hEL" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 5
@@ -34725,6 +33523,19 @@
},
/turf/open/floor/iron/dark,
/area/medical/virology)
+"hEX" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/science/research)
"hFd" = (
/obj/structure/grille,
/turf/open/floor/iron,
@@ -34795,21 +33606,6 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/aft)
-"hGd" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Engineering - Entrance"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/engine/engineering)
"hGg" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -34897,10 +33693,32 @@
},
/turf/open/floor/iron,
/area/maintenance/aft)
-"hHG" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
+"hHC" = (
+/obj/machinery/power/apc{
+ areastring = "/area/security/checkpoint/customs";
+ dir = 1;
+ name = "Customs APC";
+ pixel_y = 24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/customs)
+"hIc" = (
+/obj/machinery/light,
+/obj/structure/closet/secure_closet/brig{
+ id = "medcell";
+ name = "Medical Cell Locker"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/medical)
"hIo" = (
/obj/effect/turf_decal/delivery,
/obj/effect/turf_decal/stripes/line,
@@ -34914,6 +33732,17 @@
},
/turf/open/floor/iron,
/area/security/brig)
+"hIx" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/camera/directional/north{
+ c_tag = "Toxins - Mixing Area";
+ network = list("ss13","rd")
+ },
+/turf/open/floor/iron,
+/area/science/mixing)
"hIy" = (
/obj/machinery/light/small{
dir = 8
@@ -34935,6 +33764,15 @@
/obj/item/pen/blue,
/turf/open/floor/iron,
/area/maintenance/starboard/fore)
+"hIY" = (
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"hJd" = (
/obj/item/storage/belt/medical{
pixel_y = 2
@@ -34975,6 +33813,20 @@
},
/turf/open/floor/iron,
/area/storage/primary)
+"hJA" = (
+/obj/structure/closet/secure_closet/hos,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
+ },
+/obj/item/radio/intercom{
+ pixel_x = -29;
+ pixel_y = 23
+ },
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/hos)
"hJH" = (
/obj/machinery/holopad,
/obj/effect/turf_decal/bot,
@@ -34995,6 +33847,21 @@
"hJO" = (
/turf/open/floor/iron,
/area/maintenance/starboard)
+"hJU" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Aft Primary Hallway - Aft"
+ },
+/obj/structure/sign/departments/evac{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/iron/white/corner,
+/area/hallway/primary/aft)
"hJY" = (
/obj/machinery/light,
/obj/structure/cable/yellow{
@@ -35056,42 +33923,6 @@
/obj/effect/turf_decal/stripes/white/line,
/turf/open/floor/engine,
/area/engine/engineering)
-"hKw" = (
-/obj/structure/closet/crate/secure/weapon{
- desc = "A secure clothing crate.";
- name = "formal uniform crate";
- req_access_txt = "3"
- },
-/obj/item/clothing/under/rank/security/officer/formal,
-/obj/item/clothing/under/rank/security/officer/formal,
-/obj/item/clothing/under/rank/security/officer/formal,
-/obj/item/clothing/under/rank/security/officer/formal,
-/obj/item/clothing/under/rank/security/officer/formal,
-/obj/item/clothing/under/rank/security/officer/formal,
-/obj/item/clothing/suit/jacket/officer/blue,
-/obj/item/clothing/suit/jacket/officer/blue,
-/obj/item/clothing/suit/jacket/officer/blue,
-/obj/item/clothing/suit/jacket/officer/blue,
-/obj/item/clothing/suit/jacket/officer/blue,
-/obj/item/clothing/suit/jacket/officer/blue,
-/obj/item/clothing/under/rank/security/warden/formal,
-/obj/item/clothing/suit/jacket/warden/tan,
-/obj/item/clothing/under/rank/security/head_of_security/formal,
-/obj/item/clothing/suit/jacket/hos/blue,
-/obj/item/clothing/head/beret/sec/navyofficer,
-/obj/item/clothing/head/beret/sec/navyofficer,
-/obj/item/clothing/head/beret/sec/navyofficer,
-/obj/item/clothing/head/beret/sec/navyofficer,
-/obj/item/clothing/head/beret/sec/navyofficer,
-/obj/item/clothing/head/beret/sec/navyofficer,
-/obj/item/clothing/head/beret/sec/navywarden,
-/obj/item/clothing/head/beret/sec/navyhos,
-/obj/effect/turf_decal/bot,
-/obj/machinery/light/small{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/main)
"hKx" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -35137,6 +33968,18 @@
/obj/effect/turf_decal/siding/dark_blue/corner,
/turf/open/floor/iron/white,
/area/medical/medbay/lobby)
+"hLn" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/customs)
"hLw" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -35155,6 +33998,16 @@
},
/turf/open/floor/iron,
/area/quartermaster/office)
+"hMd" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/landmark/start/security_officer,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
"hMe" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -35308,6 +34161,14 @@
},
/turf/open/floor/iron/stairs,
/area/maintenance/department/science/xenobiology)
+"hOO" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/obj/item/clothing/under/suit/burgundy,
+/turf/open/floor/carpet/orange,
+/area/crew_quarters/dorms)
"hPp" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 1
@@ -35317,6 +34178,28 @@
},
/turf/open/floor/carpet/green,
/area/library)
+"hPF" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
+"hPH" = (
+/obj/machinery/power/apc/highcap/five_k{
+ areastring = "/area/security/main";
+ dir = 4;
+ name = "Security Office APC";
+ pixel_x = 24
+ },
+/obj/structure/cable/yellow,
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/main)
"hPM" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -35346,24 +34229,6 @@
},
/turf/open/floor/carpet/orange,
/area/crew_quarters/dorms)
-"hQd" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Port Primary Hallway - Middle"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hallway/primary/port)
"hQy" = (
/obj/machinery/door/airlock/security{
name = "Evidence Storage";
@@ -35379,6 +34244,38 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/security/main)
+"hQF" = (
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_x = -2;
+ pixel_y = 4
+ },
+/obj/item/pen{
+ pixel_x = -2;
+ pixel_y = 4
+ },
+/obj/machinery/status_display/evac{
+ pixel_y = 32
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Research Division - Lobby";
+ network = list("ss13","rd")
+ },
+/obj/effect/turf_decal/tile/purple/half/contrasted{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/purple/corner{
+ dir = 8
+ },
+/turf/open/floor/iron/white,
+/area/science/research)
"hQP" = (
/obj/machinery/firealarm{
pixel_y = 24
@@ -35391,6 +34288,34 @@
},
/turf/open/floor/iron,
/area/quartermaster/sorting)
+"hRb" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/west,
+/obj/machinery/button/door{
+ desc = "A remote control-switch for the engineering security doors.";
+ id = "Engineering";
+ name = "Engineering Lockdown";
+ pixel_x = -24;
+ pixel_y = -6;
+ req_one_access_txt = "1;10"
+ },
+/obj/machinery/button/door{
+ id = "atmos";
+ name = "Atmospherics Lockdown";
+ pixel_x = -24;
+ pixel_y = 5;
+ req_one_access_txt = "1;24"
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 4
+ },
+/area/security/checkpoint/engineering)
"hRt" = (
/obj/structure/closet/athletic_mixed,
/obj/item/pool/rubber_ring,
@@ -35450,6 +34375,17 @@
},
/turf/open/floor/iron/checker,
/area/crew_quarters/kitchen)
+"hSA" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_corner,
+/area/security/main)
"hSC" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 4
@@ -35503,45 +34439,27 @@
/obj/structure/sign/departments/minsky/medical/medical2,
/turf/closed/wall,
/area/medical/surgery)
-"hTv" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/chair/stool/directional/west{
- pixel_x = 7;
- pixel_y = 6
- },
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/turf/open/floor/prison,
-/area/security/prison)
-"hTC" = (
+"hTH" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/effect/landmark/blobstart,
+/turf/open/floor/iron,
+/area/maintenance/port/fore)
+"hTW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/obj/effect/turf_decal/siding/thinplating_new/dark{
dir = 4
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
+/obj/effect/turf_decal/siding/thinplating_new/dark{
+ dir = 8
},
-/turf/open/floor/iron,
+/turf/open/floor/iron/dark/textured,
/area/security/main)
-"hTH" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/landmark/blobstart,
-/turf/open/floor/iron,
-/area/maintenance/port/fore)
"hTY" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 8
@@ -35566,6 +34484,24 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
+"hUd" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/security{
+ name = "Detective's Office";
+ req_access_txt = "4"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/security/detectives_office)
"hUg" = (
/obj/machinery/computer/cloning{
dir = 1
@@ -35577,6 +34513,24 @@
},
/turf/open/floor/iron,
/area/medical/genetics/cloning)
+"hUm" = (
+/obj/structure/table/wood,
+/obj/item/staff/broom,
+/obj/item/wrench,
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/structure/sign/poster/random{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
"hUo" = (
/obj/structure/cable/yellow{
icon_state = "1-8"
@@ -35592,6 +34546,15 @@
},
/turf/open/floor/iron,
/area/science/shuttledock)
+"hUt" = (
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = 28
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/hallway/secondary/exit/departure_lounge)
"hUx" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -35602,22 +34565,6 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/crew_quarters/locker)
-"hUy" = (
-/obj/machinery/firealarm{
- dir = 4;
- pixel_x = -26
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"hUB" = (
/obj/machinery/airalarm/mixingchamber{
dir = 1;
@@ -35629,13 +34576,6 @@
/obj/effect/turf_decal/trimline/purple/filled/line,
/turf/open/floor/iron/white,
/area/science/mixing/chamber)
-"hUN" = (
-/obj/structure/table,
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
"hVo" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -6;
@@ -35686,6 +34626,33 @@
},
/turf/open/floor/iron,
/area/quartermaster/sorting)
+"hWc" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/canister,
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron{
+ dir = 1
+ },
+/area/engine/atmos)
+"hWl" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Chapel - Funeral Parlour"
+ },
+/turf/open/floor/iron/dark,
+/area/chapel/main)
"hWI" = (
/obj/structure/sink{
dir = 8;
@@ -35711,13 +34678,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
-"hXx" = (
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","medbay")
- },
-/obj/effect/turf_decal/trimline/blue/filled/line,
-/turf/open/floor/iron/white,
-/area/medical/medbay/aft)
"hXL" = (
/obj/effect/turf_decal/tile/green/fourcorners/contrasted,
/obj/structure/disposalpipe/segment{
@@ -35727,6 +34687,21 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/white,
/area/medical/virology)
+"hYn" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Engineering - Foyer - Shared Storage"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/corner,
+/area/engine/storage_shared)
"hYo" = (
/obj/structure/window/reinforced{
dir = 1;
@@ -35752,16 +34727,21 @@
},
/turf/open/floor/iron,
/area/engine/break_room)
-"hYN" = (
-/obj/item/radio/intercom{
- pixel_y = -28
+"hYQ" = (
+/obj/structure/table/optable{
+ name = "Robotics Operating Table"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -30
},
-/obj/item/kirbyplants/random,
/obj/machinery/camera/directional/south{
- c_tag = "Kitchen Hatch"
+ c_tag = "Robotics - Aft";
+ network = list("ss13","rd")
},
-/turf/open/floor/iron/cafeteria_red,
-/area/crew_quarters/bar)
+/turf/open/floor/iron/white/side{
+ dir = 1
+ },
+/area/science/robotics/lab)
"hZd" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -35789,14 +34769,22 @@
},
/turf/open/floor/plating/airless,
/area/solar/starboard/aft)
-"hZP" = (
-/obj/structure/table,
-/obj/item/flashlight/lamp,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
+"hZt" = (
+/obj/effect/turf_decal/tile/red/half,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 30
},
-/turf/open/floor/iron/dark,
-/area/security/brig)
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Security Post - Research Division";
+ network = list("ss13","rd")
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/science/research)
"iaj" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -35850,6 +34838,14 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/crew_quarters/locker)
+"ibw" = (
+/obj/structure/closet/secure_closet/miner,
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/tile/brown/half/contrasted,
+/turf/open/floor/iron,
+/area/quartermaster/miningoffice)
"ibD" = (
/obj/machinery/door/morgue{
name = "Study #2"
@@ -36000,29 +34996,24 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/central)
-"idg" = (
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
+"idh" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
},
-/obj/structure/window/reinforced{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/light/small{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/machinery/camera/directional/east{
- c_tag = "MiniSat Exterior - Port Aft";
- network = list("minisat")
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
+/obj/effect/turf_decal/loading_area{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/turf/open/floor/iron/dark,
-/area/aisat)
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"idi" = (
/obj/machinery/power/apc{
areastring = "/area/quartermaster/miningoffice";
@@ -36064,6 +35055,17 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"ien" = (
+/mob/living/simple_animal/slime,
+/obj/machinery/camera/directional/west{
+ c_tag = "Xenobiology Lab - Pen #5";
+ network = list("ss13","rd","xeno")
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/engine,
+/area/science/xenobiology)
"ieV" = (
/obj/machinery/cryopod,
/obj/effect/turf_decal/stripes/line{
@@ -36174,16 +35176,6 @@
},
/turf/open/floor/iron,
/area/quartermaster/qm)
-"iha" = (
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/structure/closet/firecloset,
-/obj/effect/turf_decal/trimline/black/filled/line{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/maintenance/department/science)
"ihd" = (
/turf/closed/wall/r_wall,
/area/maintenance/solars/starboard/aft)
@@ -36234,6 +35226,16 @@
},
/turf/open/floor/iron,
/area/maintenance/port/fore)
+"iiC" = (
+/obj/machinery/portable_atmospherics/canister/carbon_dioxide,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/execution/education)
"iiJ" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -36282,29 +35284,12 @@
},
/turf/open/floor/iron,
/area/medical/medbay/aft)
-"iiQ" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Medbay - Recovery Room";
- name = "medbay camera";
- network = list("ss13","medbay")
- },
-/obj/structure/table,
-/obj/item/clothing/suit/jacket/straight_jacket,
-/obj/item/clothing/mask/muzzle,
-/obj/item/clothing/glasses/blindfold,
-/obj/item/clothing/ears/earmuffs,
-/obj/item/clothing/glasses/eyepatch,
-/obj/item/radio/intercom{
- pixel_y = 29
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 4
- },
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/iron/white,
-/area/medical/surgery)
+"iji" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/iron/dark/smooth_corner,
+/area/security/brig)
"ijn" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -36321,19 +35306,6 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
-"ijx" = (
-/obj/item/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/structure/table/wood,
-/obj/item/radio/intercom{
- frequency = 1423;
- name = "Interrogation Intercom";
- pixel_y = -31
- },
-/turf/open/floor/carpet/grimy,
-/area/security/main)
"ijy" = (
/obj/structure/chair{
dir = 4;
@@ -36394,6 +35366,18 @@
},
/turf/open/floor/iron/white,
/area/medical/genetics)
+"ikT" = (
+/obj/structure/table,
+/obj/item/clothing/head/utility/hardhat/cakehat,
+/obj/machinery/newscaster{
+ pixel_x = -30
+ },
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/machinery/light,
+/turf/open/floor/iron/cafeteria_red,
+/area/crew_quarters/bar)
"ilc" = (
/turf/open/floor/engine,
/area/maintenance/department/science/xenobiology)
@@ -36425,15 +35409,28 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron,
/area/storage/primary)
-"imq" = (
-/obj/machinery/computer/message_monitor{
- dir = 4
+"ilG" = (
+/obj/machinery/light/small{
+ dir = 1
},
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
+/obj/structure/table/wood,
+/obj/machinery/newscaster{
+ pixel_y = 32
},
-/turf/open/floor/carpet/grimy,
-/area/tcommsat/computer)
+/obj/item/lighter,
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/wood,
+/area/crew_quarters/dorms)
+"ims" = (
+/obj/machinery/camera/directional/west{
+ active_power_usage = 0;
+ c_tag = "Turbine Vent";
+ network = list("turbine");
+ use_power = 0
+ },
+/obj/structure/lattice,
+/turf/open/space,
+/area/space/nearstation)
"imL" = (
/obj/structure/cable/yellow{
icon_state = "2-4"
@@ -36453,6 +35450,12 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/bridge)
+"imY" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/carpet/royalblack,
+/area/security/main)
"imZ" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -36468,6 +35471,17 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"inb" = (
+/obj/structure/closet/secure_closet/engineering_chief,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/chief)
"inz" = (
/obj/machinery/holopad,
/obj/structure/cable/yellow{
@@ -36477,6 +35491,34 @@
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4,
/turf/open/floor/iron/dark,
/area/aisat)
+"inI" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/turf/open/floor/iron/dark/smooth_large,
+/area/hallway/secondary/exit/departure_lounge)
+"inQ" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/engineering{
+ name = "Engine Room";
+ req_access_txt = "10"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/iron{
+ dir = 1
+ },
+/area/engine/engineering)
"ioi" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 4
@@ -36507,17 +35549,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
-"iow" = (
-/obj/effect/landmark/start/security_officer,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/security/main)
"ioG" = (
/obj/machinery/status_display/supply{
pixel_y = 32
@@ -36601,6 +35632,23 @@
},
/turf/open/floor/plating,
/area/maintenance/department/medical/central)
+"ipo" = (
+/obj/machinery/power/apc{
+ areastring = "/area/security/checkpoint/engineering";
+ dir = 8;
+ name = "Engineering Security APC";
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/engineering)
"ipr" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -36615,27 +35663,16 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/starboard/fore)
-"iqA" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/door/window{
- name = "MiniSat Walkway Access"
- },
-/obj/machinery/camera/directional/east{
- c_tag = "MiniSat Exterior - Aft Port";
- network = list("minisat")
- },
-/obj/structure/window/reinforced{
- dir = 8
+"ipQ" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/obj/structure/window/reinforced{
- dir = 4
+/obj/effect/turf_decal/siding/thinplating_new/dark{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/aisat)
+/obj/effect/turf_decal/siding/thinplating_new/dark,
+/turf/open/floor/iron/dark/textured,
+/area/security/main)
"iqD" = (
/obj/structure/lattice,
/obj/machinery/atmospherics/pipe/simple/orange/visible{
@@ -36651,19 +35688,6 @@
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/iron,
/area/maintenance/aft)
-"iqN" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/obj/structure/chair{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable/yellow,
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"iqS" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -36710,19 +35734,24 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/chapel/main)
+"ird" = (
+/obj/item/storage/fancy/donut_box,
+/obj/item/beacon/nettingportal,
+/obj/effect/loot_jobscale/armoury/dragnet,
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
+ },
+/obj/structure/rack,
+/obj/item/storage/fancy/donut_box,
+/obj/item/beacon/nettingportal,
+/obj/effect/loot_jobscale/armoury/dragnet,
+/turf/open/floor/iron/dark/smooth_large,
+/area/ai_monitored/security/armory)
"irf" = (
/obj/machinery/light,
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/crew_quarters/locker)
-"irj" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow,
-/turf/open/floor/iron/techmaint,
-/area/science/shuttledock)
"irt" = (
/obj/structure/cable/yellow{
icon_state = "1-8"
@@ -36735,6 +35764,19 @@
},
/turf/open/floor/iron/dark,
/area/storage/tcom)
+"irx" = (
+/obj/structure/table,
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"irz" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -36760,19 +35802,6 @@
},
/turf/open/floor/iron/white,
/area/science/mixing)
-"irT" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Secure Tech Storage"
- },
-/obj/item/radio/intercom{
- pixel_x = 29
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/storage/tech)
"isb" = (
/obj/structure/chair/office/light,
/obj/effect/landmark/start/scientist,
@@ -36788,6 +35817,13 @@
/obj/machinery/light/small,
/turf/open/floor/iron,
/area/maintenance/starboard)
+"isg" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Dormitories - Fore"
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/crew_quarters/dorms)
"isj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -36795,6 +35831,10 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/hallway/primary/central)
+"isS" = (
+/obj/structure/chair/stool/directional/west,
+/turf/open/floor/iron,
+/area/crew_quarters/dorms)
"itb" = (
/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
dir = 8
@@ -36816,6 +35856,12 @@
},
/turf/open/floor/plating,
/area/maintenance/solars/port/aft)
+"itu" = (
+/obj/effect/turf_decal/tile/red/anticorner,
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 1
+ },
+/area/security/main)
"iue" = (
/obj/effect/spawner/randomvend/snack,
/obj/effect/turf_decal/trimline/black/filled/line{
@@ -36828,6 +35874,18 @@
/obj/item/banner/medical/mundane,
/turf/open/floor/plating,
/area/maintenance/aft)
+"iuq" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/textured,
+/area/security/brig)
"iuw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 8
@@ -36867,26 +35925,23 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
+"ivh" = (
+/obj/structure/rack,
+/obj/effect/loot_jobscale/armoury/energy_gun,
+/turf/open/floor/iron/dark/smooth_large,
+/area/ai_monitored/security/armory)
"ivo" = (
/obj/effect/turf_decal/tile/blue/fourcorners/contrasted,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/turf/open/floor/iron,
/area/medical/surgery)
-"ivy" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
+"iwc" = (
+/obj/structure/closet/secure_closet/security/science,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
},
-/turf/open/floor/iron,
-/area/security/checkpoint/supply)
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/science/research)
"iwf" = (
/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -36904,6 +35959,14 @@
},
/turf/open/floor/plating,
/area/science/xenobiology)
+"iwF" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/closet/secure_closet/security/sec,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"iwT" = (
/obj/structure/sign/warning/vacuum/external{
pixel_y = -32
@@ -37005,6 +36068,18 @@
},
/turf/open/floor/iron/dark,
/area/science/nanite)
+"izc" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron{
+ dir = 1
+ },
+/area/engine/engineering)
"izO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 6
@@ -37057,6 +36132,18 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/maintenance/department/science/xenobiology)
+"iAW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/brig)
"iBa" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -37155,12 +36242,35 @@
/obj/effect/turf_decal/tile/blue/fourcorners/contrasted,
/turf/open/floor/iron,
/area/medical/surgery)
+"iBR" = (
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/iron,
+/area/medical/break_room)
"iCq" = (
/obj/structure/table/reinforced,
/obj/item/clothing/head/hats/tophat,
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood/big,
/area/crew_quarters/bar)
+"iCy" = (
+/obj/structure/table/reinforced,
+/obj/item/restraints/handcuffs,
+/obj/machinery/firealarm/directional/north,
+/obj/item/radio/off,
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_corner,
+/area/security/checkpoint/medical)
"iCQ" = (
/obj/effect/landmark/xeno_spawn,
/obj/effect/decal/cleanable/dirt,
@@ -37237,6 +36347,25 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
+"iDo" = (
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/tile/neutral/anticorner/contrasted,
+/turf/open/floor/iron,
+/area/hallway/primary/port)
+"iDw" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_corner,
+/area/security/main)
"iDy" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -37281,6 +36410,17 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/storage)
+"iED" = (
+/mob/living/simple_animal/slime,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Xenobiology Lab - Pen #3";
+ network = list("ss13","rd","xeno")
+ },
+/turf/open/floor/engine,
+/area/science/xenobiology)
"iEP" = (
/obj/structure/urinal{
pixel_y = 28
@@ -37289,6 +36429,13 @@
/obj/effect/turf_decal/bot,
/turf/open/floor/iron,
/area/medical/break_room)
+"iFa" = (
+/obj/structure/table,
+/obj/item/folder/red,
+/obj/item/assembly/flash/handheld,
+/obj/item/book/manual/wiki/sopsecurity,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"iFc" = (
/obj/effect/spawner/lootdrop/grille_or_trash,
/turf/open/floor/plating,
@@ -37305,13 +36452,6 @@
/obj/structure/bed/roller,
/turf/open/floor/iron/white,
/area/medical/surgery)
-"iFn" = (
-/obj/machinery/computer/secure_data{
- dir = 8
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted,
-/turf/open/floor/iron,
-/area/security/checkpoint/supply)
"iFu" = (
/obj/machinery/door/airlock/external,
/obj/machinery/atmospherics/pipe/layer_manifold{
@@ -37407,15 +36547,6 @@
},
/turf/open/floor/iron/dark,
/area/aisat)
-"iHB" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"iHF" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -37501,15 +36632,6 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"iJb" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"iJg" = (
/obj/structure/table,
/obj/machinery/fax/sci,
@@ -37633,27 +36755,29 @@
},
/turf/open/floor/holofloor/plating,
/area/holodeck/prison)
+"iKp" = (
+/obj/machinery/vending/security,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 28
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"iKI" = (
/turf/closed/wall,
/area/engine/break_room)
-"iKR" = (
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
+"iKN" = (
+/obj/structure/bodycontainer/morgue{
+ dir = 1
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
},
-/turf/open/floor/iron,
-/area/security/main)
+/turf/open/floor/iron/dark,
+/area/chapel/office)
"iLv" = (
/obj/machinery/door/airlock/highsecurity{
name = "Secure Network Access";
@@ -37671,13 +36795,16 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/ai_upload_foyer)
-"iLI" = (
-/obj/structure/closet/secure_closet/contraband/armory,
-/obj/effect/spawner/lootdrop/maintenance/three,
-/obj/effect/spawner/lootdrop/armory_contraband,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+"iLR" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/effect/turf_decal/bot,
/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
+/area/science/nanite)
"iLU" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 8
@@ -37756,18 +36883,6 @@
/obj/effect/mapping_helpers/make_non_slip,
/turf/open/floor/iron,
/area/engine/atmos)
-"iNs" = (
-/obj/machinery/door/airlock/security{
- name = "Court Cell";
- req_access_txt = "63"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/iron/dark,
-/area/security/courtroom)
"iNO" = (
/obj/machinery/advanced_airlock_controller{
dir = 8;
@@ -37904,6 +37019,19 @@
},
/turf/open/floor/iron/checker,
/area/crew_quarters/kitchen)
+"iQH" = (
+/obj/item/radio/intercom{
+ broadcasting = 1;
+ frequency = 1447;
+ name = "Private AI Channel";
+ pixel_y = -25
+ },
+/obj/machinery/camera/motion/directional/south{
+ c_tag = "AI Upload Chamber - Starboard";
+ network = list("aiupload")
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai_upload)
"iQN" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -37941,6 +37069,17 @@
},
/turf/open/floor/iron,
/area/engine/break_room)
+"iRA" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 8
+ },
+/area/security/brig)
"iRB" = (
/obj/docking_port/stationary{
dwidth = 2;
@@ -38016,14 +37155,6 @@
},
/turf/open/floor/iron/showroomfloor,
/area/security/warden)
-"iSx" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron,
-/area/security/main)
"iSU" = (
/obj/structure/sign/departments/medbay/alt,
/turf/closed/wall/r_wall,
@@ -38124,6 +37255,32 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
+"iTT" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -24
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Restrooms"
+ },
+/turf/open/floor/iron/freezer,
+/area/crew_quarters/toilet/restrooms)
+"iUh" = (
+/obj/machinery/power/apc/highcap/five_k{
+ areastring = "/area/ai_monitored/turret_protected/aisat/foyer";
+ name = "MiniSat Foyer APC";
+ pixel_y = -24
+ },
+/obj/structure/cable/yellow,
+/obj/machinery/camera/motion/directional/east{
+ c_tag = "MiniSat Foyer";
+ network = list("minisat")
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/aisat/foyer)
"iUk" = (
/turf/closed/wall/r_wall,
/area/hallway/primary/aft)
@@ -38182,19 +37339,10 @@
},
/turf/open/floor/iron,
/area/maintenance/aft)
-"iWE" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/machinery/modular_computer/console/preset/command,
-/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/bridge)
+"iWF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/medical)
"iWT" = (
/obj/machinery/door/poddoor/preopen{
id = "xenobio3";
@@ -38219,17 +37367,6 @@
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
-"iXf" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Security - Secure Gear Storage"
- },
-/obj/machinery/flasher/portable,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron,
-/area/security/main)
"iXg" = (
/obj/machinery/door/airlock{
name = "Recreation Area"
@@ -38302,21 +37439,6 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
-"iZn" = (
-/obj/item/storage/book/bible,
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Chapel - Fore"
- },
-/obj/structure/table/wood,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/chapel/main)
"iZN" = (
/obj/structure/table/reinforced,
/obj/item/assembly/signaler{
@@ -38389,13 +37511,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
-"jai" = (
-/obj/structure/rack,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/effect/loot_jobscale/armoury/bulletproof_vest,
-/obj/effect/loot_jobscale/armoury/bulletproof_helmet,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"jaj" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -38444,21 +37559,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"jbZ" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"jcM" = (
/obj/structure/grille,
/turf/open/floor/plating,
@@ -38644,19 +37744,18 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/lobby)
-"jgB" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Chapel Office - Backroom"
+"jgG" = (
+/obj/effect/turf_decal/tile/red/half,
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27
},
-/obj/machinery/light/small{
- dir = 4
+/obj/machinery/camera/directional/east{
+ c_tag = "Security - Office - Starboard"
},
-/obj/machinery/light_switch{
- pixel_x = 25
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/iron/dark,
-/area/chapel/office)
+/area/security/main)
"jgH" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -38690,17 +37789,6 @@
},
/turf/open/floor/iron/dark,
/area/science/xenobiology)
-"jho" = (
-/obj/structure/table,
-/obj/machinery/airalarm/directional/north{
- pixel_y = 28
- },
-/obj/machinery/computer/med_data/laptop,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron/white,
-/area/security/brig)
"jhu" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 4
@@ -38740,19 +37828,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/command)
-"jit" = (
-/obj/machinery/camera/autoname{
- dir = 9;
- network = list("ss13","medbay")
- },
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hallway/primary/fore)
"jiw" = (
/obj/structure/table/wood,
/obj/machinery/newscaster{
@@ -38788,23 +37863,20 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/hallway/primary/central)
-"jjw" = (
-/obj/structure/table,
-/obj/item/pen,
-/obj/item/paper/guides/jobs/security/labor_camp,
-/obj/item/storage/box/prisoner,
-/obj/item/razor{
- pixel_x = -6
+"jjz" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
},
-/obj/machinery/light{
- dir = 4;
- light_color = "#e8eaff"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/siding/thinplating_new/dark{
+ dir = 4
},
-/obj/machinery/camera/directional/east{
- c_tag = "Atmospherics Tank - N2O"
+/obj/effect/turf_decal/siding/thinplating_new/dark{
+ dir = 8
},
-/turf/open/floor/iron/dark,
-/area/security/brig)
+/turf/open/floor/iron/dark/textured,
+/area/security/main)
"jjZ" = (
/obj/machinery/light{
dir = 8
@@ -38816,6 +37888,17 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"jkc" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/closet/firecloset,
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron,
+/area/science/research)
"jke" = (
/obj/item/beacon,
/obj/effect/turf_decal/tile/neutral/half/contrasted{
@@ -38823,17 +37906,6 @@
},
/turf/open/floor/iron,
/area/security/courtroom)
-"jkg" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/iron/dark,
-/area/engine/break_room)
"jkj" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable{
@@ -38841,19 +37913,9 @@
},
/turf/open/space/basic,
/area/solar/port/aft)
-"jko" = (
-/obj/structure/chair/office{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Bridge - Starboard"
- },
-/obj/effect/turf_decal/tile/blue/half/contrasted,
-/turf/open/floor/iron/dark,
-/area/bridge)
+"jkx" = (
+/turf/open/floor/iron/smooth_large,
+/area/security/brig)
"jkz" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 8
@@ -38874,6 +37936,15 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/wood,
/area/crew_quarters/heads/captain/private)
+"jkQ" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Engineering - Foyer - Starboard"
+ },
+/turf/open/floor/iron,
+/area/engine/break_room)
"jkU" = (
/mob/living/simple_animal/bot/cleanbot/medbay,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
@@ -38888,22 +37959,6 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
-"jli" = (
-/obj/machinery/computer/secure_data{
- dir = 8
- },
-/obj/item/book/manual/wiki/security_space_law,
-/obj/machinery/computer/security/telescreen{
- desc = "Used for watching the RD's goons from the safety of his office.";
- dir = 8;
- name = "Research Monitor";
- network = list("rd");
- pixel_x = 28;
- pixel_y = 2
- },
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
"jlw" = (
/obj/effect/turf_decal/siding/yellow,
/obj/machinery/light{
@@ -38912,38 +37967,15 @@
/obj/machinery/digital_clock/directional/north,
/turf/open/floor/iron,
/area/engine/break_room)
-"jmb" = (
-/obj/structure/table/reinforced,
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = -3;
- pixel_y = 5
- },
-/obj/machinery/light_switch{
- pixel_y = 26
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
-"jmn" = (
-/obj/item/screwdriver{
- pixel_y = 10
+"jlX" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/obj/item/radio/off,
-/obj/machinery/light{
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
},
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_y = 30
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/supply)
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"jmN" = (
/obj/effect/decal/cleanable/blood/old,
/obj/effect/decal/cleanable/dirt,
@@ -38952,22 +37984,6 @@
},
/turf/open/floor/iron,
/area/maintenance/aft)
-"jmW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
-"jnd" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/hos)
"jny" = (
/obj/structure/sign/warning/explosives,
/turf/closed/wall,
@@ -38990,24 +38006,6 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
-"jnM" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
-/area/security/brig)
-"job" = (
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron,
-/area/security/brig)
"jok" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -39018,18 +38016,33 @@
/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
/turf/open/floor/prison,
/area/security/prison)
-"joB" = (
+"joq" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Cargo Bay - Storage Wing Entrance"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
+/obj/machinery/light_switch{
+ pixel_x = 1;
+ pixel_y = -21
+ },
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 9
},
/turf/open/floor/iron,
-/area/security/brig)
+/area/construction/storage_wing)
+"jor" = (
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/tile/red/fourcorners,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"joK" = (
/obj/machinery/vending/cigarette,
/obj/effect/turf_decal/tile/yellow{
@@ -39067,6 +38080,15 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/maintenance/starboard/fore)
+"jpN" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Central Primary Hallway - Aft-Port"
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"jqc" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
dir = 4
@@ -39109,6 +38131,40 @@
},
/turf/open/floor/iron/dark,
/area/science/xenobiology)
+"jrH" = (
+/obj/structure/table,
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_y = 30
+ },
+/obj/machinery/button/door{
+ id = "Biohazard";
+ name = "Biohazard Shutter Control";
+ pixel_x = -7;
+ req_access_txt = "47"
+ },
+/obj/machinery/button/door{
+ desc = "A remote control switch for the research division entryway.";
+ id = "ResearchExt";
+ name = "Research Exterior Airlock";
+ normaldoorcontrol = 1;
+ pixel_x = 7;
+ pixel_y = 7
+ },
+/obj/machinery/button/door{
+ desc = "A remote control switch for the research division entryway.";
+ id = "ResearchInt";
+ name = "Research Interior Airlock";
+ normaldoorcontrol = 1;
+ pixel_x = 7;
+ pixel_y = -2
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/science/research)
"jrP" = (
/obj/machinery/door/airlock/research{
id_tag = "ResearchExt";
@@ -39135,6 +38191,12 @@
/obj/effect/turf_decal/trimline/blue/filled/warning,
/turf/open/floor/iron/white,
/area/medical/medbay/aft)
+"jse" = (
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/toilet/auxiliary)
"jsh" = (
/obj/item/radio/intercom{
dir = 1;
@@ -39143,6 +38205,26 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/patients_rooms)
+"jsn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/medical)
"jsp" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -39155,6 +38237,29 @@
},
/turf/open/floor/iron/white,
/area/science/mixing)
+"jsJ" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Medbay - Recovery Room";
+ name = "medbay camera";
+ network = list("ss13","medbay")
+ },
+/obj/structure/table,
+/obj/item/clothing/suit/jacket/straight_jacket,
+/obj/item/clothing/mask/muzzle,
+/obj/item/clothing/glasses/blindfold,
+/obj/item/clothing/ears/earmuffs,
+/obj/item/clothing/glasses/eyepatch,
+/obj/item/radio/intercom{
+ pixel_y = 29
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/iron/white,
+/area/medical/surgery)
"jtl" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -39201,6 +38306,17 @@
},
/turf/open/floor/iron,
/area/maintenance/aft)
+"jut" = (
+/obj/machinery/computer/cargo/request{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/main)
"juP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 9
@@ -39270,23 +38386,6 @@
},
/turf/open/floor/iron/white,
/area/medical/surgery)
-"jvL" = (
-/obj/structure/chair/stool{
- pixel_y = 8
- },
-/obj/machinery/camera/autoname/directional/west,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_x = -24
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/iron,
-/area/maintenance/solars/port/fore)
"jwy" = (
/turf/open/floor/iron/stairs{
dir = 1
@@ -39308,22 +38407,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/checker,
/area/hydroponics)
-"jwL" = (
-/obj/machinery/computer/security/telescreen/interrogation{
- dir = 8;
- pixel_x = 30
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"jwU" = (
/obj/effect/turf_decal/tile/neutral{
dir = 1
@@ -39341,6 +38424,22 @@
"jwW" = (
/turf/closed/wall/mineral/plastitanium,
/area/crew_quarters/fitness/recreation)
+"jxf" = (
+/obj/structure/cable/white{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/engine/engineering)
"jxt" = (
/obj/machinery/disposal/bin,
/obj/effect/turf_decal/bot,
@@ -39376,40 +38475,19 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron,
/area/medical/patients_rooms)
-"jyc" = (
-/obj/item/radio/intercom{
- pixel_x = -31;
- pixel_y = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Aft Primary Hallway - Middle"
- },
-/obj/structure/disposalpipe/segment{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hallway/primary/aft)
-"jyj" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Holodeck"
- },
-/obj/item/radio/intercom{
- pixel_y = -28
- },
-/obj/machinery/light/small,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+"jyk" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "AI Chamber - Starboard";
+ network = list("aicore")
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/structure/showcase/cyborg/old{
+ dir = 8;
+ pixel_x = 9;
+ pixel_y = 2
},
-/turf/open/floor/iron,
-/area/crew_quarters/fitness/recreation)
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/ai)
"jyn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -39503,6 +38581,21 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/starboard)
+"jzS" = (
+/obj/structure/disposalpipe/segment,
+/obj/machinery/door/airlock/security/glass{
+ name = "Security Office";
+ req_one_access_txt = "1;4"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/security/main)
"jzU" = (
/obj/effect/turf_decal/plaque{
icon_state = "L9"
@@ -39511,29 +38604,9 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/hallway/primary/central)
-"jzZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/turf/open/floor/iron,
-/area/hallway/primary/central)
-"jAc" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2,
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
+"jAi" = (
+/turf/open/floor/iron/tech/grid,
+/area/security/main)
"jAj" = (
/obj/structure/rack,
/obj/item/multitool{
@@ -39568,17 +38641,6 @@
},
/turf/open/floor/plating,
/area/maintenance/aft/secondary)
-"jAw" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Central Primary Hallway - Fore - Starboard Corner"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"jAy" = (
/obj/machinery/firealarm{
dir = 1;
@@ -39591,6 +38653,15 @@
},
/turf/open/floor/iron/dark,
/area/science/storage)
+"jAH" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"jAJ" = (
/obj/structure/disposalpipe/trunk{
dir = 1
@@ -39640,21 +38711,16 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"jBP" = (
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 4
+"jBt" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 28
},
-/obj/machinery/light{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
},
-/turf/open/floor/iron,
-/area/security/brig)
+/turf/open/floor/iron/dark,
+/area/aisat)
"jBX" = (
/obj/structure/table/wood,
/obj/item/camera_film{
@@ -39673,27 +38739,6 @@
},
/turf/open/floor/wood,
/area/library)
-"jCb" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Research and Development";
- network = list("ss13","rd")
- },
-/obj/machinery/light_switch{
- pixel_x = 27
- },
-/obj/structure/table,
-/obj/item/stack/cable_coil,
-/obj/item/stack/cable_coil,
-/obj/item/stock_parts/scanning_module{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/stock_parts/scanning_module,
-/obj/item/stock_parts/manipulator,
-/obj/item/stock_parts/manipulator,
-/obj/item/stock_parts/capacitor,
-/turf/open/floor/iron,
-/area/science/lab)
"jCi" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/turf/open/floor/iron/white,
@@ -39725,6 +38770,30 @@
},
/turf/open/floor/iron,
/area/maintenance/central)
+"jCA" = (
+/obj/item/screwdriver{
+ pixel_y = 10
+ },
+/obj/item/radio/off,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/obj/structure/table,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/science/research)
+"jCF" = (
+/obj/machinery/meter,
+/obj/machinery/door/window/westleft{
+ dir = 1;
+ name = "gas ports"
+ },
+/obj/machinery/atmospherics/pipe/simple/general/visible{
+ dir = 10
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/execution/education)
"jCR" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{
dir = 8
@@ -39749,18 +38818,6 @@
},
/turf/open/floor/plating,
/area/engine/engineering)
-"jDw" = (
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/heads/captain/private)
"jDB" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -39803,6 +38860,22 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/command)
+"jEP" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Command Hallway - Central"
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/hallway/secondary/command)
"jFo" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -39862,6 +38935,23 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
+"jHb" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/obj/item/radio/intercom{
+ pixel_y = 26
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Brig - Hallway - Entrance"
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 1
+ },
+/area/security/brig)
"jHp" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -39880,20 +38970,6 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
-"jHy" = (
-/obj/machinery/door/airlock/security{
- name = "Interrogation Monitoring";
- req_one_access_txt = "1;4"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/carpet/grimy,
-/area/security/main)
"jHE" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -39921,12 +38997,57 @@
},
/turf/open/floor/iron,
/area/maintenance/port/fore)
+"jIc" = (
+/obj/structure/rack,
+/obj/item/storage/box/firingpins{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/item/storage/box/firingpins,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/tech/grid,
+/area/security/main)
"jIy" = (
/obj/effect/turf_decal/siding/wood{
dir = 4
},
/turf/open/floor/wood/big,
/area/crew_quarters/bar)
+"jJj" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Teleporter Room"
+ },
+/obj/structure/rack,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/mask/breath,
+/obj/item/clothing/mask/breath,
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/teleporter)
+"jJE" = (
+/obj/machinery/power/apc/highcap/five_k{
+ areastring = "/area/tcommsat/server";
+ dir = 4;
+ name = "Telecomms Server Room APC";
+ pixel_x = 24
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Telecomms - Server Room - Aft-Starboard";
+ network = list("ss13","tcomms")
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/iron/dark/telecomms,
+/area/tcommsat/server)
"jJU" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -39956,32 +39077,6 @@
},
/turf/open/floor/iron/grid/steel,
/area/science/shuttledock)
-"jKa" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = 30
- },
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
-"jKj" = (
-/obj/machinery/light,
-/obj/effect/turf_decal/tile/blue/half/contrasted{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/open/floor/iron/white,
-/area/medical/medbay/lobby)
"jKl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 9
@@ -40016,19 +39111,20 @@
},
/turf/open/floor/iron/dark/corner,
/area/engine/atmos)
-"jLs" = (
-/obj/structure/closet/secure_closet/genpop,
-/obj/machinery/camera/directional/north{
- network = list("minisat")
+"jLI" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
},
-/obj/machinery/light{
+/obj/effect/turf_decal/tile/dark_red{
dir = 1
},
-/turf/open/floor/iron,
-/area/security/prison)
+/turf/open/floor/iron/smooth_corner{
+ dir = 1
+ },
+/area/security/brig)
"jLJ" = (
/obj/effect/turf_decal/bot_white,
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
@@ -40064,6 +39160,14 @@
},
/turf/open/floor/iron/white,
/area/medical/chemistry)
+"jMd" = (
+/obj/machinery/light/small,
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/iron/dark,
+/area/maintenance/department/science)
"jMi" = (
/obj/structure/window/reinforced{
dir = 4
@@ -40096,14 +39200,6 @@
},
/turf/open/floor/iron,
/area/quartermaster/warehouse)
-"jMA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"jMB" = (
/obj/machinery/door/airlock/security/glass{
id_tag = "innerbrig";
@@ -40123,6 +39219,12 @@
},
/turf/open/floor/iron,
/area/security/brig)
+"jME" = (
+/obj/structure/chair/stool/directional/south,
+/turf/open/floor/iron/cafeteria{
+ dir = 5
+ },
+/area/science/research)
"jMN" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
@@ -40165,6 +39267,40 @@
},
/turf/open/floor/iron,
/area/hallway/primary/starboard)
+"jMY" = (
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/obj/item/pen{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 8
+ },
+/area/security/checkpoint/science/research)
+"jNh" = (
+/obj/item/radio/intercom{
+ dir = 4;
+ pixel_x = 27
+ },
+/obj/machinery/computer/security/mining{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/supply)
"jNv" = (
/obj/machinery/light{
dir = 4
@@ -40184,6 +39320,17 @@
},
/turf/open/floor/iron,
/area/storage/tools)
+"jNC" = (
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/main)
"jND" = (
/obj/machinery/requests_console{
announcementConsole = 1;
@@ -40206,6 +39353,14 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
+"jNY" = (
+/obj/effect/turf_decal/tile/dark_red{
+ dir = 8
+ },
+/turf/open/floor/iron/smooth_corner{
+ dir = 8
+ },
+/area/security/brig)
"jOm" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -40293,16 +39448,6 @@
},
/turf/open/floor/iron,
/area/quartermaster/qm)
-"jPY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/turf/open/floor/iron,
-/area/security/brig)
"jQh" = (
/obj/machinery/firealarm{
dir = 8;
@@ -40317,44 +39462,6 @@
},
/turf/open/floor/iron/white,
/area/science/research)
-"jQi" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = -1;
- pixel_y = 5
- },
-/obj/item/pen,
-/obj/machinery/newscaster{
- pixel_x = 30
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_x = -7;
- pixel_y = 26
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/engineering)
-"jQN" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/maintenance/department/science/central)
"jQQ" = (
/obj/structure/disposalpipe/segment{
dir = 2
@@ -40391,6 +39498,24 @@
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/iron,
/area/maintenance/aft)
+"jRr" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/starboard/secondary)
+"jRs" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Theatre - Backstage"
+ },
+/obj/structure/sign/poster/contraband/random{
+ pixel_y = -32
+ },
+/obj/structure/closet/crate/wooden/toy,
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
"jRt" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -40480,6 +39605,15 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"jTg" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/machinery/camera/autoname/directional/south,
+/obj/structure/table/wood,
+/turf/open/floor/wood,
+/area/library)
"jTi" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -40497,18 +39631,44 @@
dir = 1
},
/area/engine/atmos)
-"jTl" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/main)
"jTx" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 8
},
/turf/open/floor/iron,
/area/engine/atmos)
+"jTy" = (
+/obj/structure/closet/secure_closet/security/med,
+/obj/machinery/airalarm/directional/north,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/medical)
+"jTz" = (
+/obj/machinery/door/airlock/security/glass{
+ name = "Gear Room";
+ req_one_access_txt = "1;4"
+ },
+/obj/effect/turf_decal/delivery,
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/siding/white/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/security/main)
+"jTO" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"jUc" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 5
@@ -40554,6 +39714,31 @@
},
/turf/open/floor/iron/white,
/area/crew_quarters/heads/hor)
+"jUI" = (
+/obj/machinery/power/apc/highcap/ten_k{
+ areastring = "/area/science/research";
+ dir = 1;
+ name = "Research Division APC";
+ pixel_y = 24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Research Division - Airlock";
+ network = list("ss13","rd")
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron/white,
+/area/science/research)
"jUK" = (
/obj/structure/closet/wardrobe/grey,
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
@@ -40609,6 +39794,14 @@
},
/turf/open/floor/iron/white,
/area/science/mixing)
+"jWm" = (
+/obj/structure/closet/secure_closet/security/sec,
+/obj/effect/turf_decal/bot,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/iron/textured_large,
+/area/security/main)
"jWG" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -40617,17 +39810,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat_interior)
-"jWO" = (
-/obj/machinery/light{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/camera/directional/north{
- c_tag = "Toxins - Mixing Area";
- network = list("ss13","rd")
- },
-/turf/open/floor/iron,
-/area/science/mixing)
"jXr" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -40645,6 +39827,19 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
+"jXA" = (
+/obj/structure/table,
+/obj/item/folder/red,
+/obj/item/taperecorder,
+/obj/item/radio/intercom{
+ broadcasting = 1;
+ frequency = 1423;
+ listening = 0;
+ name = "Interrogation Intercom";
+ pixel_y = -24
+ },
+/turf/open/floor/iron/dark/textured,
+/area/security/brig)
"jXI" = (
/obj/structure/disposalpipe/segment,
/obj/effect/decal/cleanable/dirt,
@@ -40662,12 +39857,9 @@
},
/turf/closed/wall,
/area/engine/break_room)
-"jXZ" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
+"jXW" = (
+/turf/open/floor/iron/dark/textured,
+/area/security/brig)
"jYi" = (
/obj/structure/cable/yellow{
icon_state = "1-8"
@@ -40711,6 +39903,14 @@
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/turf/open/floor/iron/white,
/area/science/research)
+"jZE" = (
+/obj/structure/closet/secure_closet/contraband/armory,
+/obj/effect/spawner/lootdrop/maintenance/three,
+/obj/effect/spawner/lootdrop/armory_contraband,
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/obj/effect/turf_decal/bot_white,
+/turf/open/floor/iron/tech/grid,
+/area/ai_monitored/security/armory)
"jZO" = (
/obj/item/radio/intercom{
pixel_y = 21
@@ -40746,24 +39946,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/entry)
-"jZZ" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/main)
"kac" = (
/obj/structure/table,
/obj/item/paper_bin{
@@ -40957,6 +40139,15 @@
},
/turf/open/floor/carpet/blue,
/area/crew_quarters/heads/cmo)
+"kcL" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/siding/dark{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/hos)
"kcV" = (
/obj/structure/disposalpipe/segment{
dir = 8
@@ -40966,6 +40157,16 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"kdo" = (
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/port)
"kdt" = (
/obj/structure/table/reinforced,
/obj/machinery/door/window/eastright{
@@ -41087,6 +40288,14 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron,
/area/maintenance/department/science)
+"kfm" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/obj/item/clothing/under/suit/navy,
+/turf/open/floor/carpet/blue,
+/area/crew_quarters/dorms)
"kfY" = (
/obj/structure/table/wood,
/obj/structure/window/reinforced,
@@ -41139,16 +40348,6 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"khk" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/effect/landmark/start/security_officer,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/main)
"kho" = (
/obj/effect/spawner/randomvend/snack,
/turf/open/floor/iron/dark,
@@ -41206,6 +40405,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/port)
+"kil" = (
+/obj/effect/turf_decal/tile/dark_red/half,
+/turf/open/floor/iron/smooth_half{
+ dir = 1
+ },
+/area/security/brig)
"kiq" = (
/turf/open/floor/iron/freezer,
/area/security/prison)
@@ -41320,32 +40525,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
-"kkq" = (
-/obj/machinery/camera/autoname/directional/west,
-/obj/machinery/button/door{
- desc = "A remote control-switch for the engineering security doors.";
- id = "Engineering";
- name = "Engineering Lockdown";
- pixel_x = -24;
- pixel_y = -6;
- req_one_access_txt = "1;10"
- },
-/obj/machinery/button/door{
- id = "atmos";
- name = "Atmospherics Lockdown";
- pixel_x = -24;
- pixel_y = 5;
- req_one_access_txt = "1;24"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/engineering)
"kks" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -41357,6 +40536,25 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/dark,
/area/bridge)
+"kkt" = (
+/obj/structure/table{
+ pixel_y = 1
+ },
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/machinery/light_switch{
+ pixel_x = -27;
+ pixel_y = 6
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_corner,
+/area/security/checkpoint/science/research)
"kky" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -41374,23 +40572,6 @@
/obj/item/vending_refill/cigarette,
/turf/open/floor/wood/big,
/area/crew_quarters/bar)
-"kkC" = (
-/obj/structure/closet/secure_closet/detective,
-/obj/effect/landmark/blobstart,
-/obj/machinery/camera/directional/west{
- c_tag = "Detective's Office"
- },
-/turf/open/floor/carpet/grimy,
-/area/security/detectives_office)
-"kkE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/security/brig)
"klm" = (
/obj/structure/closet/secure_closet/miner,
/obj/structure/extinguisher_cabinet{
@@ -41506,6 +40687,19 @@
/obj/effect/turf_decal/tile/brown/half/contrasted,
/turf/open/floor/iron,
/area/storage/primary)
+"knj" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Auxiliary Tool Storage"
+ },
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow/half/contrasted,
+/turf/open/floor/iron,
+/area/storage/tools)
"knz" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -41530,20 +40724,6 @@
},
/turf/open/floor/iron,
/area/quartermaster/miningoffice)
-"knR" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Gravity Generator Room"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/iron/dark,
-/area/engine/gravity_generator)
-"knX" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/starboard/secondary)
"koB" = (
/obj/structure/disposalpipe/junction/flip,
/obj/structure/cable/yellow{
@@ -41593,16 +40773,6 @@
},
/turf/open/floor/iron,
/area/maintenance/port)
-"koT" = (
-/obj/machinery/light_switch{
- pixel_x = -25
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Cryogenics Lounge";
- name = "recreation camera"
- },
-/turf/open/floor/iron/showroomfloor,
-/area/crew_quarters/cryopods)
"koY" = (
/obj/structure/sign/warning/biohazard,
/turf/closed/wall,
@@ -41637,6 +40807,12 @@
},
/turf/open/floor/engine,
/area/engine/engineering)
+"kqh" = (
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/main)
"kqm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
@@ -41668,20 +40844,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/crew_quarters/locker)
-"kqE" = (
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/machinery/status_display/evac{
- pixel_y = 32
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Engineering - Power Monitoring"
- },
-/obj/machinery/modular_computer/console/preset/engineering,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/engine/engineering)
"kqX" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -41760,6 +40922,17 @@
},
/turf/open/floor/iron,
/area/construction/storage_wing)
+"ksI" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/corner{
+ dir = 1
+ },
+/area/engine/atmos)
"ksT" = (
/obj/structure/closet/boxinggloves,
/obj/item/pool/rubber_ring,
@@ -41817,6 +40990,12 @@
},
/turf/open/floor/carpet/blue,
/area/crew_quarters/heads/cmo)
+"kuo" = (
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/turf/open/floor/iron/dark,
+/area/engine/engineering)
"kuC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron/dark,
@@ -41841,21 +41020,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"kvA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"kvL" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -42035,30 +41199,6 @@
/obj/effect/decal/cleanable/oil,
/turf/open/floor/iron,
/area/maintenance/aft/secondary)
-"kxw" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/airlock/engineering{
- name = "Engine Room";
- req_access_txt = "10"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/iron{
- dir = 1
- },
-/area/engine/engineering)
"kxS" = (
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/obj/structure/cable/yellow{
@@ -42067,6 +41207,15 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/turf/open/floor/iron,
/area/medical/morgue)
+"kxT" = (
+/obj/structure/table,
+/obj/item/paper_bin/construction,
+/obj/item/airlock_painter,
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/turf/open/floor/iron,
+/area/storage/art)
"kya" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
@@ -42090,34 +41239,6 @@
},
/turf/open/floor/plating,
/area/maintenance/aft)
-"kyr" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/disposalpipe/junction{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
-"kys" = (
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/machinery/power/apc{
- areastring = "/area/hallway/secondary/service";
- dir = 1;
- name = "Service Hall APC";
- pixel_y = 24
- },
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/item/kirbyplants/random,
-/turf/open/floor/iron,
-/area/hallway/secondary/service)
"kyt" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -42126,6 +41247,13 @@
/obj/effect/turf_decal/siding/purple/corner,
/turf/open/floor/iron/white,
/area/science/research)
+"kyy" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/brig)
"kyV" = (
/obj/structure/closet/emcloset,
/obj/effect/decal/cleanable/blood/old,
@@ -42142,6 +41270,27 @@
/obj/machinery/atmospherics/pipe/layer_manifold,
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
+"kzD" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ pixel_y = 23
+ },
+/obj/machinery/button/door{
+ id = "psypriv";
+ name = "Psycology Shutters Control";
+ pixel_y = 37
+ },
+/obj/machinery/camera/autoname{
+ dir = 9;
+ network = list("ss13","medbay")
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/medical/exam_room)
"kzE" = (
/obj/effect/turf_decal/bot,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
@@ -42260,6 +41409,20 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/storage/satellite)
+"kBV" = (
+/obj/structure/sign/plaques/kiddie{
+ pixel_y = 32
+ },
+/obj/structure/table,
+/obj/machinery/camera/directional/north{
+ c_tag = "AI Upload Chamber - Fore";
+ network = list("aiupload")
+ },
+/obj/item/kirbyplants/photosynthetic{
+ pixel_y = 10
+ },
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/ai_upload)
"kCn" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
@@ -42440,6 +41603,16 @@
},
/turf/open/floor/iron/freezer,
/area/security/prison)
+"kFs" = (
+/obj/structure/rack,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 28
+ },
+/obj/effect/loot_jobscale/armoury/riot_suit,
+/obj/effect/loot_jobscale/armoury/riot_helmet,
+/turf/open/floor/iron/dark/smooth_large,
+/area/ai_monitored/security/armory)
"kFB" = (
/obj/effect/spawner/structure/window/plasma/reinforced,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -42468,18 +41641,6 @@
},
/turf/open/floor/iron,
/area/crew_quarters/fitness/recreation)
-"kFN" = (
-/obj/structure/rack,
-/obj/machinery/button/door{
- id = "armory";
- name = "Armory Shutters";
- pixel_x = 28;
- req_access_txt = "3"
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/effect/loot_jobscale/armoury/riot_shield,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"kFS" = (
/obj/effect/landmark/start/scientist,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -42570,6 +41731,31 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/gateway)
+"kHK" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Central Primary Hallway - Fore - Starboard Corner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/central)
+"kIb" = (
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 10
+ },
+/turf/open/floor/iron/white,
+/area/science/research)
"kId" = (
/obj/structure/table,
/obj/item/book/manual/wiki/cooking_to_serve_man,
@@ -42583,19 +41769,17 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/aft)
-"kIJ" = (
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/machinery/light,
-/obj/machinery/camera/directional/south{
- c_tag = "Brig - Hallway - Starboard"
+"kIF" = (
+/obj/machinery/cryopod,
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
},
-/turf/open/floor/iron,
-/area/security/brig)
+/obj/machinery/power/apc/auto_name/directional/north,
+/turf/open/floor/iron/showroomfloor,
+/area/crew_quarters/cryopods)
"kIQ" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -42727,6 +41911,13 @@
},
/turf/open/floor/plating,
/area/security/brig)
+"kKj" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/execution/education)
"kKk" = (
/obj/structure/table,
/obj/item/reagent_containers/glass/beaker{
@@ -42861,19 +42052,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/security/nuke_storage)
-"kMt" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Auxiliary Tool Storage"
- },
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/effect/turf_decal/tile/yellow/half/contrasted,
-/turf/open/floor/iron,
-/area/storage/tools)
"kMv" = (
/obj/machinery/door/airlock{
name = "Law Office";
@@ -42939,22 +42117,15 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
-"kNI" = (
-/obj/structure/cable/white{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
+"kNK" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+ dir = 5
},
-/obj/effect/turf_decal/stripes/white/line{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
},
-/turf/open/floor/engine,
-/area/engine/engineering)
+/turf/open/floor/iron/smooth_large,
+/area/security/brig)
"kNZ" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -42989,24 +42160,6 @@
},
/turf/open/floor/plating,
/area/maintenance/solars/port/aft)
-"kOx" = (
-/obj/machinery/door/airlock/security/glass{
- name = "Departure Lounge Security Post";
- req_access_txt = "63"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
"kOE" = (
/obj/machinery/door/airlock/research{
id_tag = "ResearchInt";
@@ -43033,6 +42186,12 @@
},
/turf/open/floor/carpet/green,
/area/library)
+"kOM" = (
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/brig)
"kOP" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -43054,15 +42213,6 @@
},
/turf/open/floor/iron/dark,
/area/science/shuttledock)
-"kPr" = (
-/obj/structure/rack,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/effect/loot_jobscale/armoury/disabler,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"kPx" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/external{
@@ -43070,6 +42220,19 @@
},
/turf/open/floor/iron,
/area/engine/break_room)
+"kPV" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Arrivals - Middle Arm"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/hallway/secondary/entry)
"kPZ" = (
/obj/structure/closet/emcloset,
/obj/machinery/status_display/supply{
@@ -43089,16 +42252,6 @@
},
/turf/open/floor/wood/big,
/area/crew_quarters/bar)
-"kQu" = (
-/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/open/floor/iron/white,
-/area/medical/medbay/aft)
"kQN" = (
/obj/effect/landmark/blobstart,
/turf/open/floor/plating,
@@ -43112,22 +42265,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
-"kRz" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/effect/landmark/blobstart,
-/obj/machinery/camera/directional/north{
- c_tag = "Evidence Storage"
- },
-/obj/item/storage/secure/safe{
- name = "evidence safe";
- pixel_x = 6;
- pixel_y = 28
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/security/brig)
"kRA" = (
/obj/structure/table/wood,
/obj/item/flashlight/lamp/green{
@@ -43188,6 +42325,17 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/aft)
+"kTv" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 8
+ },
+/area/security/brig)
"kTE" = (
/obj/structure/cable/yellow{
icon_state = "2-4"
@@ -43208,10 +42356,12 @@
/obj/structure/extinguisher_cabinet{
pixel_x = -27
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/white/smooth_half{
dir = 1
},
-/turf/open/floor/iron/white,
/area/security/brig)
"kTP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
@@ -43294,24 +42444,6 @@
},
/turf/open/floor/iron,
/area/crew_quarters/toilet/auxiliary)
-"kVI" = (
-/obj/structure/table/glass,
-/obj/item/book/manual/wiki/medical_cloning{
- pixel_x = 4;
- pixel_y = 3
- },
-/obj/item/folder/white{
- pixel_x = -6
- },
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/item/reagent_containers/spray/cleaner,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/turf/open/floor/iron,
-/area/medical/genetics/cloning)
"kVJ" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -43336,45 +42468,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"kVZ" = (
-/obj/machinery/power/apc{
- areastring = "/area/security/checkpoint/customs";
- dir = 1;
- name = "Customs APC";
- pixel_y = 24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
-"kWm" = (
-/obj/item/seeds/wheat,
-/obj/item/seeds/sugarcane,
-/obj/item/seeds/potato,
-/obj/item/seeds/apple,
-/obj/item/grown/corncob,
-/obj/item/food/grown/carrot,
-/obj/item/food/grown/wheat,
-/obj/item/food/grown/pumpkin{
- pixel_y = 5
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera/autoname/directional/east,
-/obj/structure/table/glass,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hydroponics)
"kWr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -43403,6 +42496,21 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron,
/area/engine/engineering)
+"kWQ" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/customs)
"kWV" = (
/obj/machinery/chem_master{
dir = 4
@@ -43446,6 +42554,15 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"kYI" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/brig)
"kYZ" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -43508,21 +42625,17 @@
},
/turf/open/floor/prison,
/area/security/prison)
+"lad" = (
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"lal" = (
/obj/structure/closet,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
-"laI" = (
-/mob/living/simple_animal/slime,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Xenobiology Lab - Pen #1";
- network = list("ss13","rd","xeno")
- },
-/turf/open/floor/engine,
-/area/science/xenobiology)
"laO" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -43550,18 +42663,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron,
/area/crew_quarters/fitness/recreation)
-"lbi" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Captain's Office - Emergency Escape"
+"lbd" = (
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plating,
-/area/maintenance/central)
+/area/security/checkpoint/medical)
"lby" = (
/obj/structure/chair/fancy/sofa/old/left{
color = "#596479";
@@ -43573,26 +42680,18 @@
},
/turf/open/floor/carpet/red,
/area/medical/exam_room)
-"lbR" = (
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"lbU" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 4
},
/turf/open/floor/iron,
/area/medical/patients_rooms)
+"lcg" = (
+/obj/machinery/computer/card/minor/hos{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"lcl" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 8
@@ -43618,50 +42717,36 @@
},
/turf/open/floor/iron,
/area/hydroponics/garden)
-"lcR" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 4
+"lep" = (
+/turf/open/floor/cult,
+/area/library)
+"ley" = (
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
+/obj/machinery/camera/directional/west{
+ c_tag = "Security - Office - Port"
},
-/obj/structure/chair/stool/directional/west,
-/turf/open/floor/iron,
-/area/gateway)
-"ldm" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/obj/machinery/light_switch{
+ pixel_x = -24;
+ pixel_y = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+/turf/open/floor/iron/dark/smooth_half{
dir = 1
},
-/turf/open/floor/iron,
-/area/security/brig)
-"ldE" = (
-/obj/structure/table,
-/obj/machinery/newscaster{
- pixel_x = 29;
- pixel_y = 1
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Departure Lounge - Security Post"
- },
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = -4;
- pixel_y = 4
+/area/security/main)
+"leI" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ name = "Port to Filter"
},
-/obj/item/taperecorder{
- pixel_x = 4
+/obj/machinery/light/small{
+ dir = 8
},
-/obj/item/radio/intercom{
- pixel_y = -32
+/obj/machinery/camera/directional/west{
+ c_tag = "Atmospherics - Starboard"
},
-/obj/effect/turf_decal/tile/red/anticorner/contrasted,
/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
-"lep" = (
-/turf/open/floor/cult,
-/area/library)
+/area/engine/atmos)
"leM" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 4
@@ -43771,6 +42856,13 @@
/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2,
/turf/open/floor/catwalk_floor,
/area/hallway/secondary/entry)
+"lfV" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Interrogation room";
+ network = list("interrogation")
+ },
+/turf/open/floor/iron/dark/textured,
+/area/security/brig)
"lfZ" = (
/obj/structure/filingcabinet/chestdrawer,
/obj/machinery/button/door{
@@ -43783,19 +42875,17 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron,
/area/science/robotics/lab)
-"lge" = (
-/obj/effect/spawner/randomarcade,
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = 32
+"lgp" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
},
-/obj/effect/turf_decal/siding/wood{
- dir = 5
+/obj/machinery/light{
+ dir = 8
},
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/iron/dark,
+/area/engine/break_room)
"lhn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -43866,19 +42956,17 @@
},
/turf/open/floor/iron/dark,
/area/science/xenobiology)
-"lig" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
+"lic" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Club - Aft"
},
-/obj/machinery/camera/directional/east{
- c_tag = "Fore Primary Hallway Aft"
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = -29
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/tile/red,
-/turf/open/floor/iron,
-/area/hallway/primary/fore)
+/obj/item/clothing/mask/cigarette/pipe,
+/obj/structure/table/wood,
+/turf/open/floor/carpet,
+/area/crew_quarters/bar)
"lik" = (
/obj/machinery/door/airlock/external,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
@@ -43892,6 +42980,18 @@
},
/turf/open/floor/plating,
/area/science/shuttledock)
+"liD" = (
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/structure/chair/stool/directional/west,
+/obj/effect/landmark/start/exploration,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
+/turf/open/floor/iron,
+/area/science/shuttledock)
"liG" = (
/obj/effect/turf_decal/tile/white/half/contrasted{
dir = 8
@@ -43917,8 +43017,24 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 6
},
-/turf/open/floor/iron/white,
+/turf/open/floor/iron/white/textured_large,
/area/security/brig)
+"ljh" = (
+/obj/machinery/door/window{
+ base_state = "rightsecure";
+ dir = 4;
+ icon_state = "rightsecure";
+ name = "Primary AI Core Access";
+ obj_integrity = 300;
+ req_access_txt = "16"
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "AI Chamber - Core";
+ network = list("aicore")
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/ai)
"ljm" = (
/obj/machinery/door/airlock{
name = "Toilet Unit"
@@ -43938,6 +43054,13 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
/turf/open/floor/iron/dark,
/area/ai_monitored/storage/satellite)
+"ljB" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "AI Chamber - Aft";
+ network = list("aicore")
+ },
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/ai)
"ljM" = (
/obj/effect/turf_decal/plaque{
icon_state = "L14"
@@ -43998,35 +43121,45 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat_interior)
-"llr" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Medbay - Break Room";
- name = "medbay camera";
- network = list("ss13","medbay")
- },
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
+"llw" = (
+/obj/machinery/door/airlock/security{
+ name = "Interrogation Monitoring";
+ req_one_access_txt = "1;4"
},
-/obj/effect/turf_decal/tile/neutral/half/contrasted{
+/obj/effect/turf_decal/stripes/line{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 6
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
+/obj/machinery/door/firedoor,
+/turf/open/floor/carpet/royalblack,
+/area/security/main)
+"llR" = (
+/obj/machinery/light{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
},
-/obj/structure/cable/yellow{
- icon_state = "2-4"
+/obj/machinery/camera/directional/west{
+ c_tag = "Atmospherics - Port-Aft"
},
-/obj/machinery/light{
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/corner{
dir = 1
},
+/area/engine/atmos)
+"lmt" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/obj/effect/turf_decal/delivery,
+/obj/machinery/camera/directional/north{
+ c_tag = "Engineering - Fore"
+ },
/turf/open/floor/iron,
-/area/medical/break_room)
+/area/engine/engineering)
"lmu" = (
/obj/effect/turf_decal/siding/purple/corner{
dir = 8
@@ -44041,25 +43174,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
-"lng" = (
-/obj/machinery/holopad,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/turf/open/floor/iron,
-/area/security/brig)
"lnD" = (
/obj/item/folder/blue,
/obj/structure/table/wood,
@@ -44078,6 +43192,21 @@
},
/turf/open/floor/iron,
/area/science/robotics/lab)
+"lnH" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/medical)
"lop" = (
/obj/machinery/doppler_array/research/science{
dir = 4
@@ -44090,6 +43219,25 @@
},
/turf/open/floor/iron/techmaint,
/area/maintenance/department/science)
+"loB" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/effect/landmark/start/security_officer,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
"loK" = (
/obj/structure/chair{
pixel_y = -2
@@ -44115,10 +43263,40 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
+"loN" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 4
+ },
+/area/security/brig)
+"loY" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hallway/secondary/entry)
"lpd" = (
/obj/structure/lattice/catwalk/over,
/turf/open/floor/plating,
/area/maintenance/department/science/xenobiology)
+"lpe" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/machinery/camera/autoname{
+ dir = 10
+ },
+/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
+/turf/open/floor/prison,
+/area/security/prison)
"lpP" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 8
@@ -44196,6 +43374,31 @@
dir = 1
},
/area/engine/engineering)
+"lrv" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Research Division Hallway - Xenobiology Lab Access";
+ network = list("ss13","rd")
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/trimline/purple/filled/warning{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 1
+ },
+/turf/open/floor/iron/white,
+/area/science/research)
"lrx" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -44272,6 +43475,26 @@
},
/turf/open/floor/carpet/grimy,
/area/tcommsat/computer)
+"ltc" = (
+/obj/machinery/photocopier{
+ pixel_y = 3
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
+"ltz" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/chair/stool/directional/west{
+ pixel_x = 7;
+ pixel_y = 6
+ },
+/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/turf/open/floor/prison,
+/area/security/prison)
"ltF" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -44296,15 +43519,6 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
-"ltV" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"ltX" = (
/obj/structure/sign/warning/pods{
pixel_x = 30
@@ -44337,17 +43551,6 @@
},
/turf/open/floor/wood/big,
/area/crew_quarters/bar)
-"lua" = (
-/obj/structure/sink/kitchen{
- desc = "A sink used for washing one's hands and face. It looks rusty and home-made";
- name = "old sink";
- pixel_y = 28
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"lub" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -44383,18 +43586,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/port/fore)
-"luQ" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/main)
"luX" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -44461,6 +43652,13 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"lwb" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Gravity Generator Room"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/turf/open/floor/iron/dark,
+/area/engine/gravity_generator)
"lwd" = (
/obj/structure/sign/departments/minsky/research/robotics{
pixel_x = 32
@@ -44486,6 +43684,19 @@
/obj/structure/window/reinforced,
/turf/open/floor/iron,
/area/engine/engineering)
+"lwp" = (
+/obj/machinery/camera/autoname{
+ dir = 9;
+ network = list("ss13","medbay")
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/fore)
"lwq" = (
/obj/structure/cable/yellow{
icon_state = "1-8"
@@ -44645,6 +43856,39 @@
},
/turf/open/floor/iron/dark/telecomms,
/area/tcommsat/server)
+"lzr" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/structure/chair/stool/directional/south,
+/turf/open/floor/iron,
+/area/crew_quarters/locker)
+"lzs" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "MiniSat Exterior - Aft";
+ network = list("minisat")
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/aisat)
"lzt" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/shutters/preopen{
@@ -44675,6 +43919,16 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/patients_rooms)
+"lAn" = (
+/obj/item/radio/intercom{
+ pixel_y = 20
+ },
+/obj/machinery/computer/security,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/customs)
"lAz" = (
/obj/effect/turf_decal/siding/wood,
/obj/effect/turf_decal/siding/wood{
@@ -44722,6 +43976,13 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/crew_quarters/heads/chief)
+"lBy" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/siding/dark,
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/hos)
"lBQ" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -44733,19 +43994,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/maintenance/port/fore)
-"lCe" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Cargo - Foyer"
- },
-/obj/effect/turf_decal/tile/brown/half/contrasted,
-/turf/open/floor/iron,
-/area/hallway/primary/port)
"lCi" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -44764,22 +44012,6 @@
/obj/machinery/vending/coffee,
/turf/open/floor/iron/white,
/area/medical/surgery)
-"lCP" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Arrivals - Middle Arm - Far"
- },
-/obj/machinery/status_display/evac{
- pixel_y = -32
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/turf/open/floor/iron,
-/area/hallway/secondary/entry)
"lCQ" = (
/obj/structure/table/wood,
/obj/effect/turf_decal/tile/neutral/anticorner/contrasted,
@@ -44881,6 +44113,17 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/crew_quarters/locker)
+"lEp" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/brig)
"lEI" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 4
@@ -44917,6 +44160,35 @@
},
/turf/open/floor/iron/dark,
/area/bridge)
+"lFK" = (
+/obj/machinery/light_switch{
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/brig)
+"lGm" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "MiniSat Exterior - Port Fore";
+ network = list("minisat")
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/turf/open/floor/iron/dark,
+/area/aisat)
"lGp" = (
/obj/structure/cable/white{
icon_state = "4-8"
@@ -44966,41 +44238,66 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/carpet/grimy,
/area/tcommsat/computer)
-"lHx" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Departure Lounge - Port Aft"
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
+"lHe" = (
+/obj/item/phone{
+ desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in.";
+ pixel_x = -3;
+ pixel_y = 3
},
-/obj/effect/turf_decal/stripes/line{
- dir = 8
+/obj/item/cigbutt/cigarbutt{
+ pixel_x = 5;
+ pixel_y = -1
},
-/obj/item/kirbyplants/random,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
-"lHH" = (
+/obj/structure/table/wood,
/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
+ dir = 8;
+ pixel_x = 28
+ },
+/turf/open/floor/carpet/royalblack,
+/area/security/main)
+"lHL" = (
+/obj/item/radio/intercom{
+ pixel_y = -29
},
/obj/machinery/camera/directional/south{
- c_tag = "Starboard Primary Hallway - Auxiliary Tool Storage"
+ c_tag = "Experimentation Lab";
+ network = list("ss13","rd")
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/obj/machinery/light,
+/obj/effect/turf_decal/trimline/purple/filled/line,
+/obj/effect/landmark/xeno_spawn,
+/turf/open/floor/iron/white,
+/area/science/explab)
+"lHU" = (
+/obj/machinery/computer/card,
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_y = 30
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Customs Checkpoint"
+ },
+/obj/effect/turf_decal/tile/red/half{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/customs)
+"lHV" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 1
},
-/turf/open/floor/iron,
-/area/hallway/primary/starboard)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"lIc" = (
/obj/machinery/door/airlock/command{
name = "Corporate Showroom";
@@ -45077,6 +44374,18 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"lJE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/medical)
"lJI" = (
/obj/machinery/door/poddoor/preopen{
id = "xenobio4";
@@ -45113,6 +44422,19 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/white,
/area/medical/medbay/lobby)
+"lKh" = (
+/obj/structure/filingcabinet/chestdrawer,
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/item/radio/intercom{
+ pixel_y = -29
+ },
+/obj/effect/turf_decal/tile/black/opposingcorners{
+ dir = 1
+ },
+/turf/open/floor/iron/white,
+/area/crew_quarters/heads/hor)
"lKk" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -45235,14 +44557,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/crew_quarters/fitness/recreation)
-"lMe" = (
-/obj/structure/closet/secure_closet/miner,
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/effect/turf_decal/tile/brown/half/contrasted,
-/turf/open/floor/iron,
-/area/quartermaster/miningoffice)
"lMf" = (
/obj/structure/chair{
dir = 8
@@ -45335,37 +44649,6 @@
/obj/structure/lattice,
/turf/open/space/basic,
/area/space/nearstation)
-"lMQ" = (
-/obj/machinery/light,
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = -32
- },
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/main)
-"lMU" = (
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/effect/turf_decal/tile/brown/anticorner/contrasted{
- dir = 4
- },
-/obj/machinery/digital_clock/directional/east,
-/turf/open/floor/iron,
-/area/hallway/primary/port)
"lMX" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -45396,6 +44679,16 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
+"lNh" = (
+/obj/machinery/computer/prisoner/gulag_teleporter_computer{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
+"lNq" = (
+/obj/effect/turf_decal/tile/dark_red,
+/turf/open/floor/iron/smooth_corner,
+/area/security/brig)
"lND" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -45436,18 +44729,6 @@
},
/turf/open/floor/iron/white,
/area/science/explab)
-"lNI" = (
-/obj/structure/table,
-/obj/item/clothing/head/utility/hardhat/cakehat,
-/obj/machinery/newscaster{
- pixel_x = -30
- },
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/machinery/light,
-/turf/open/floor/iron/cafeteria_red,
-/area/crew_quarters/bar)
"lNP" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -45476,6 +44757,17 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
+"lOo" = (
+/mob/living/simple_animal/slime,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Xenobiology Lab - Pen #1";
+ network = list("ss13","rd","xeno")
+ },
+/turf/open/floor/engine,
+/area/science/xenobiology)
"lOA" = (
/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
/obj/effect/landmark/prisonspawn,
@@ -45515,6 +44807,14 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/captain/private)
+"lPr" = (
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft/secondary)
"lPx" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -45559,18 +44859,12 @@
/obj/effect/turf_decal/stripes/red/line,
/turf/open/floor/plating,
/area/maintenance/department/science)
-"lQt" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/brig)
"lQw" = (
/turf/closed/wall,
/area/maintenance/starboard/aft)
+"lQB" = (
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/medical)
"lQD" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -45593,25 +44887,6 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/lobby)
-"lQV" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/chair{
- dir = 4
- },
-/obj/effect/landmark/start/security_officer,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/main)
"lQZ" = (
/obj/machinery/door/airlock/maintenance_hatch{
name = "Cargo Bay Bridge Access"
@@ -45627,31 +44902,35 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"lRI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
+"lRs" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/turf/open/floor/iron,
-/area/science/storage)
-"lRV" = (
-/obj/structure/sign/poster/official/suit_sensors{
- pixel_x = -32;
- pixel_y = 1
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
},
-/obj/machinery/light{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
+"lRx" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/machinery/computer/med_data{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","medbay")
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
+"lRI" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
},
-/turf/open/floor/iron/white,
-/area/medical/medbay/central)
+/turf/open/floor/iron,
+/area/science/storage)
"lSc" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
@@ -45680,6 +44959,41 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/quartermaster/miningoffice)
+"lSj" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Research Division Testing Range";
+ network = list("ss13","rd")
+ },
+/obj/structure/chair/stool/directional/west,
+/obj/structure/sign/poster/contraband/random{
+ pixel_y = -32
+ },
+/obj/effect/landmark/start/exploration,
+/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
+/turf/open/floor/iron,
+/area/science/shuttledock)
+"lSu" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Xenobiology Lab - Fore";
+ network = list("ss13","rd")
+ },
+/obj/machinery/power/apc/highcap/ten_k{
+ areastring = "/area/science/xenobiology";
+ dir = 1;
+ name = "Xenobiology APC";
+ pixel_y = 24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 5
+ },
+/turf/open/floor/iron/white,
+/area/science/xenobiology)
"lSx" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -45721,10 +45035,12 @@
layer = 3
},
/obj/structure/closet/secure_closet/brig_physician,
-/obj/effect/turf_decal/tile/red/half/contrasted{
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/white/smooth_half{
dir = 1
},
-/turf/open/floor/iron/white,
/area/security/brig)
"lTz" = (
/obj/structure/disposalpipe/segment,
@@ -45826,6 +45142,32 @@
},
/turf/open/floor/wood,
/area/library)
+"lVH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/machinery/light,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
+"lWP" = (
+/obj/structure/filingcabinet,
+/obj/effect/turf_decal/tile/red/anticorner,
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 1
+ },
+/area/security/checkpoint/science/research)
"lWY" = (
/obj/machinery/door/airlock/hatch{
name = "Telecomms Server Room"
@@ -45911,21 +45253,6 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
-"lYb" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Engineering - Foyer - Shared Storage"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/structure/sign/poster/official/random{
- pixel_y = 32
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/turf/open/floor/iron/dark/corner,
-/area/engine/storage_shared)
"lYj" = (
/obj/machinery/door/airlock/medical/glass{
name = "Hydroponics";
@@ -46059,11 +45386,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/ai_monitored/storage/satellite)
-"maZ" = (
-/obj/machinery/vending/wardrobe/sec_wardrobe,
-/obj/effect/turf_decal/tile/red/anticorner/contrasted,
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
"mba" = (
/obj/machinery/atmospherics/pipe/layer_manifold/visible,
/obj/effect/turf_decal/tile/yellow{
@@ -46188,21 +45510,6 @@
/obj/machinery/firealarm/directional/west,
/turf/open/floor/carpet/red,
/area/medical/exam_room)
-"mfc" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/main)
"mfz" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -46251,6 +45558,15 @@
},
/turf/open/floor/iron,
/area/hydroponics/garden)
+"mgc" = (
+/obj/structure/table,
+/obj/item/restraints/handcuffs,
+/obj/item/radio/off,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"mgj" = (
/turf/open/floor/iron/dark,
/area/maintenance/department/science/xenobiology)
@@ -46309,18 +45625,17 @@
/obj/effect/turf_decal/siding/wood/corner,
/turf/open/floor/wood,
/area/crew_quarters/heads/captain/private)
-"mhE" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = -3;
- pixel_y = 7
+"mhG" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
},
-/obj/item/pen,
-/obj/effect/turf_decal/tile/red/half/contrasted{
+/obj/effect/turf_decal/tile/red{
dir = 8
},
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 8
+ },
+/area/security/main)
"mhI" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 4
@@ -46390,6 +45705,21 @@
},
/turf/open/floor/iron,
/area/medical/surgery)
+"mjH" = (
+/obj/structure/bed/roller,
+/obj/machinery/vending/wallmed{
+ pixel_x = -28
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Gateway - Atrium"
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron{
+ dir = 1
+ },
+/area/gateway)
"mjJ" = (
/turf/closed/wall,
/area/science/shuttledock)
@@ -46419,6 +45749,24 @@
/obj/structure/window/spawner/north,
/turf/open/floor/grass,
/area/hallway/primary/central)
+"mkN" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Departure Lounge - Starboard Fore"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/item/kirbyplants/random,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/iron,
+/area/hallway/secondary/exit/departure_lounge)
"mla" = (
/obj/item/extinguisher,
/turf/open/floor/iron,
@@ -46492,6 +45840,15 @@
},
/turf/open/floor/iron/white,
/area/medical/virology)
+"mno" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 9
+ },
+/turf/open/floor/iron,
+/area/hallway/secondary/exit/departure_lounge)
"mny" = (
/obj/structure/window/reinforced,
/obj/machinery/computer/atmos_control/tank/air_tank{
@@ -46567,22 +45924,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/white,
/area/medical/medbay/central)
-"mpg" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/brig)
"mpy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -46716,6 +46057,18 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/command)
+"mqZ" = (
+/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/item/kirbyplants/random,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/hallway/secondary/exit/departure_lounge)
"mrC" = (
/obj/machinery/light/small{
dir = 4
@@ -46735,12 +46088,32 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron,
/area/quartermaster/office)
-"mrU" = (
-/obj/structure/chair/office{
+"mrX" = (
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/siding/dark{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/dark{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/red/line{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
+"msa" = (
+/obj/structure/window/reinforced,
+/obj/machinery/light/small,
+/obj/machinery/camera/directional/south{
+ c_tag = "MiniSat Exterior - Fore";
+ network = list("minisat")
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
/turf/open/floor/iron/dark,
-/area/security/brig)
+/area/aisat)
"msp" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -46751,13 +46124,48 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/white/side,
/area/medical/medbay/lobby)
-"mst" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+"msz" = (
/obj/structure/cable/yellow{
- icon_state = "4-8"
+ icon_state = "2-8"
},
-/turf/open/floor/iron/showroomfloor,
+/obj/effect/turf_decal/siding/dark{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/hos)
+"msB" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/effect/turf_decal/tile/brown/anticorner/contrasted{
+ dir = 4
+ },
+/obj/machinery/digital_clock/directional/east,
+/turf/open/floor/iron,
+/area/hallway/primary/port)
+"msG" = (
+/obj/machinery/seed_extractor,
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/iron,
+/area/hydroponics/garden)
+"msN" = (
+/obj/structure/table/reinforced,
+/obj/item/book/manual/wiki/security_space_law{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/item/taperecorder{
+ pixel_x = -4
+ },
+/turf/open/floor/iron/dark/smooth_large,
/area/security/main)
"msY" = (
/obj/structure/cable/yellow{
@@ -46772,6 +46180,12 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/starboard)
+"mtg" = (
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/customs)
"mtn" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -46885,26 +46299,6 @@
},
/turf/open/floor/iron,
/area/storage/primary)
-"mui" = (
-/obj/machinery/door/airlock/security{
- name = "Armory";
- req_access_txt = "3";
- security_level = 6
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper,
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/security/main)
"mun" = (
/obj/effect/turf_decal/tile/yellow/half/contrasted{
dir = 8
@@ -46958,31 +46352,6 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
-"mvp" = (
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/obj/structure/table/reinforced,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
-"mvz" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"mvP" = (
/obj/machinery/light{
dir = 8
@@ -47062,6 +46431,30 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/showroomfloor,
/area/security/warden)
+"mxH" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/mob/living/simple_animal/bot/secbot/beepsky{
+ desc = "It's Officer Beepsky! Powered by a potato and a shot of whiskey, and with a sturdier reinforced chassis, too.";
+ health = 45;
+ maxHealth = 45;
+ name = "Officer Beepsky"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"mxV" = (
/obj/machinery/light/small{
dir = 4
@@ -47081,6 +46474,21 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"mxY" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/customs)
"myf" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -47103,6 +46511,20 @@
},
/turf/open/floor/iron/white,
/area/medical/genetics)
+"myj" = (
+/obj/machinery/computer/security,
+/obj/item/radio/intercom{
+ pixel_x = 1;
+ pixel_y = 30
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/medical)
"myk" = (
/obj/machinery/holopad,
/obj/machinery/flasher{
@@ -47113,21 +46535,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/ai)
-"myw" = (
-/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
- dir = 8
- },
-/obj/item/radio/intercom{
- dir = 1;
- pixel_x = -32;
- pixel_y = -1
- },
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","medbay")
- },
-/obj/item/kirbyplants/random,
-/turf/open/floor/iron/white,
-/area/medical/genetics/cloning)
"myO" = (
/obj/machinery/firealarm{
dir = 4;
@@ -47193,11 +46600,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
-"mzO" = (
-/obj/structure/closet/secure_closet/security/sec,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
"mAd" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -47220,6 +46622,19 @@
},
/turf/open/floor/iron,
/area/maintenance/starboard/fore)
+"mAq" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Secure Tech Storage"
+ },
+/obj/item/radio/intercom{
+ pixel_x = 29
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/storage/tech)
"mAw" = (
/obj/structure/disposalpipe/segment{
dir = 8
@@ -47293,6 +46708,12 @@
},
/turf/open/floor/iron,
/area/science/robotics/lab)
+"mBr" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics Tank - Air"
+ },
+/turf/open/floor/engine/air,
+/area/engine/atmos)
"mBt" = (
/obj/structure/window/reinforced{
dir = 4
@@ -47319,16 +46740,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/plating,
/area/engine/engineering)
-"mCf" = (
-/obj/item/screwdriver{
- pixel_y = 10
- },
-/obj/item/radio/off,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
"mCA" = (
/obj/structure/sign/warning/vacuum{
pixel_x = 32
@@ -47370,6 +46781,16 @@
},
/turf/open/floor/prison,
/area/security/prison)
+"mDc" = (
+/obj/structure/chair,
+/obj/machinery/camera/directional/north{
+ c_tag = "Arrivals - Fore Arm - Far"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/hallway/secondary/entry)
"mDg" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -47381,18 +46802,31 @@
luminosity = 2
},
/area/security/nuke_storage)
-"mDp" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+"mDr" = (
+/obj/structure/table,
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
+/obj/machinery/light_switch{
+ pixel_x = -26
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
},
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
+/obj/item/storage/toolbox/electrical,
+/obj/item/clothing/head/utility/welding{
+ pixel_x = -5;
+ pixel_y = 3
+ },
+/obj/item/clothing/head/utility/welding{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/clothing/gloves/color/yellow,
+/turf/open/floor/iron/dark/corner{
+ dir = 1
+ },
+/area/engine/atmos)
"mDs" = (
/obj/effect/landmark/start/station_engineer,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
@@ -47467,6 +46901,24 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
+"mDN" = (
+/obj/structure/table/glass,
+/obj/item/book/manual/wiki/medical_cloning{
+ pixel_x = 4;
+ pixel_y = 3
+ },
+/obj/item/folder/white{
+ pixel_x = -6
+ },
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/item/reagent_containers/spray/cleaner,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/open/floor/iron,
+/area/medical/genetics/cloning)
"mDQ" = (
/obj/structure/window/reinforced{
dir = 1;
@@ -47496,21 +46948,6 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
-"mEh" = (
-/obj/structure/rack,
-/obj/item/storage/box/rubbershot,
-/obj/item/storage/box/rubbershot,
-/obj/item/storage/box/rubbershot,
-/obj/item/storage/box/rubbershot,
-/obj/item/storage/box/rubbershot,
-/obj/item/storage/box/rubbershot,
-/obj/item/storage/box/breacherslug,
-/obj/item/storage/box/breacherslug,
-/obj/item/storage/box/breacherslug,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/effect/loot_jobscale/armoury/riot_shotgun,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"mEl" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
@@ -47629,19 +47066,6 @@
},
/turf/open/floor/engine,
/area/engine/engineering)
-"mFM" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
"mFN" = (
/obj/structure/disposalpipe/segment{
dir = 8
@@ -47717,19 +47141,6 @@
/obj/structure/curtain,
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
-"mGY" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = -27
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Science Shuttle Dock";
- network = list("ss13","rd")
- },
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 9
- },
-/turf/open/floor/iron/dark,
-/area/science/shuttledock)
"mHa" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -47773,6 +47184,25 @@
},
/turf/open/floor/iron/dark,
/area/maintenance/department/science/xenobiology)
+"mHH" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/brig)
"mHT" = (
/obj/structure/chair/fancy/comfy{
color = "#666666";
@@ -47806,13 +47236,27 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/aft)
-"mJc" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
+"mIk" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
},
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/security/main)
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/ai_upload)
+"mIU" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/turf/open/floor/iron/white/side{
+ dir = 4
+ },
+/area/science/research)
"mJm" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -47826,6 +47270,19 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/starboard/aft)
+"mJJ" = (
+/obj/structure/closet/secure_closet/security/cargo,
+/obj/machinery/light_switch{
+ pixel_x = -25
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 1
+ },
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/turf/open/floor/iron/dark/smooth_corner,
+/area/security/checkpoint/supply)
"mKs" = (
/obj/machinery/atmospherics/pipe/simple/orange/visible,
/obj/machinery/light/small{
@@ -47841,23 +47298,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/crew_quarters/fitness/recreation)
-"mLd" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/camera/directional/east{
- c_tag = "Incinerator";
- network = list("ss13","turbine")
- },
-/obj/machinery/atmospherics/pipe/simple/dark/visible{
- dir = 10
- },
-/turf/open/floor/iron/dark/smooth_large,
-/area/maintenance/disposal/incinerator)
"mLe" = (
/obj/structure/chair/office/light,
/turf/open/floor/carpet/blue,
@@ -47936,12 +47376,57 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"mLG" = (
+/obj/item/radio/intercom{
+ pixel_x = 29
+ },
+/obj/structure/closet/firecloset,
+/obj/item/clothing/glasses/meson/engine,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron,
+/area/engine/engineering)
"mLH" = (
/obj/effect/turf_decal/stripes/line{
dir = 9
},
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
+"mLP" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/computer/bounty,
+/obj/effect/turf_decal/tile/brown/half/contrasted{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/quartermaster/qm)
+"mLT" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "MiniSat Exterior - Port Aft";
+ network = list("minisat")
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/turf/open/floor/iron/dark,
+/area/aisat)
"mMn" = (
/obj/structure/rack,
/obj/item/storage/firstaid/regular{
@@ -48046,6 +47531,20 @@
},
/turf/open/floor/iron,
/area/storage/primary)
+"mOf" = (
+/obj/item/radio/intercom{
+ dir = 8;
+ pixel_x = -28
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Central Primary Hallway - Starboard - Art Storage"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"mOh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -48054,12 +47553,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
-"mOp" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
"mOv" = (
/obj/effect/turf_decal/tile/neutral,
/obj/structure/disposalpipe/segment{
@@ -48073,6 +47566,17 @@
},
/turf/open/floor/iron/dark,
/area/science/shuttledock)
+"mOG" = (
+/obj/item/storage/secure/safe{
+ pixel_x = 6;
+ pixel_y = 30
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Chief Engineer's Office"
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/chief)
"mOL" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -48292,18 +47796,6 @@
/obj/item/beacon,
/turf/open/floor/engine,
/area/maintenance/department/science/xenobiology)
-"mTC" = (
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/supply)
"mTY" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
@@ -48322,6 +47814,19 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/patients_rooms)
+"mUb" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Cargo - Foyer"
+ },
+/obj/effect/turf_decal/tile/brown/half/contrasted,
+/turf/open/floor/iron,
+/area/hallway/primary/port)
"mUc" = (
/obj/machinery/door/airlock/external{
name = "Supply Dock Airlock";
@@ -48363,32 +47868,45 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
-"mUv" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+"mVa" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/dark_blue/filled/warning{
+ dir = 4
+ },
/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
-"mUw" = (
+/area/science/server)
+"mVf" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/cable/yellow{
- icon_state = "1-4"
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
},
-/obj/effect/turf_decal/tile/red{
+/obj/effect/turf_decal/tile/red/half{
dir = 8
},
-/turf/open/floor/iron,
-/area/security/brig)
-"mVa" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
+"mVB" = (
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/effect/turf_decal/trimline/dark_blue/filled/warning{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/iron/dark,
-/area/science/server)
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/light,
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"mVG" = (
/obj/machinery/newscaster{
pixel_y = 32
@@ -48432,6 +47950,21 @@
},
/turf/open/floor/iron/white,
/area/medical/chemistry)
+"mVW" = (
+/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
+ dir = 8
+ },
+/obj/item/radio/intercom{
+ dir = 1;
+ pixel_x = -32;
+ pixel_y = -1
+ },
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","medbay")
+ },
+/obj/item/kirbyplants/random,
+/turf/open/floor/iron/white,
+/area/medical/genetics/cloning)
"mVY" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/delivery,
@@ -48501,33 +48034,6 @@
},
/turf/open/floor/iron,
/area/hydroponics)
-"mXa" = (
-/obj/structure/table/glass,
-/obj/item/folder/blue,
-/obj/item/computer_hardware/hard_drive/role/medical{
- pixel_x = -3
- },
-/obj/item/computer_hardware/hard_drive/role/medical{
- pixel_x = 3
- },
-/obj/item/computer_hardware/hard_drive/role/chemistry{
- pixel_y = 6
- },
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/item/stamp/cmo{
- pixel_x = 10;
- pixel_y = 12
- },
-/turf/open/floor/iron/white,
-/area/crew_quarters/heads/cmo)
"mXd" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -48539,14 +48045,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/command)
-"mXm" = (
-/obj/structure/chair/stool/directional/west,
-/obj/effect/landmark/start/scientist,
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/science/mixing)
"mXo" = (
/obj/machinery/door/firedoor,
/obj/structure/cable/yellow{
@@ -48674,21 +48172,6 @@
},
/turf/open/floor/plating,
/area/crew_quarters/toilet/auxiliary)
-"mYl" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Cargo - Office"
- },
-/obj/effect/turf_decal/tile/brown/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/quartermaster/office)
"mYS" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -48727,17 +48210,6 @@
},
/turf/open/floor/iron,
/area/engine/engineering)
-"mZH" = (
-/obj/item/radio/intercom{
- dir = 4;
- pixel_x = 27
- },
-/obj/machinery/computer/security/mining{
- dir = 8
- },
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/turf/open/floor/iron,
-/area/security/checkpoint/supply)
"mZQ" = (
/turf/open/floor/engine,
/area/science/explab)
@@ -48831,19 +48303,6 @@
},
/turf/open/floor/iron,
/area/maintenance/aft)
-"nbQ" = (
-/obj/effect/turf_decal/tile/red,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/turf/open/floor/iron,
-/area/security/brig)
"ncc" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
dir = 4
@@ -48853,19 +48312,6 @@
},
/turf/open/floor/catwalk_floor,
/area/engine/atmos)
-"ncG" = (
-/obj/item/radio/intercom{
- pixel_y = -29
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Experimentation Lab";
- network = list("ss13","rd")
- },
-/obj/machinery/light,
-/obj/effect/turf_decal/trimline/purple/filled/line,
-/obj/effect/landmark/xeno_spawn,
-/turf/open/floor/iron/white,
-/area/science/explab)
"ncI" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
@@ -48893,6 +48339,28 @@
},
/turf/open/floor/carpet/grimy,
/area/tcommsat/computer)
+"ndt" = (
+/obj/structure/table/glass,
+/obj/machinery/door/window/eastleft{
+ name = "First-Aid Supplies";
+ red_alert_access = 1;
+ req_access_txt = "5"
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/obj/effect/loot_jobscale/medical/medkits{
+ pixel_x = -6;
+ pixel_y = 2
+ },
+/obj/effect/loot_jobscale/medical/medkits{
+ pixel_x = 5
+ },
+/obj/machinery/camera/autoname{
+ dir = 10;
+ network = list("ss13","medbay")
+ },
+/obj/item/book/manual/wiki/sopmedical,
+/turf/open/floor/iron,
+/area/medical/storage)
"ndx" = (
/obj/structure/cable/yellow{
icon_state = "2-8"
@@ -48969,20 +48437,6 @@
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/maintenance/department/science/xenobiology)
-"neB" = (
-/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
- dir = 1
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/machinery/camera/autoname{
- dir = 9;
- network = list("ss13","medbay")
- },
-/turf/open/floor/iron/white,
-/area/medical/genetics)
"neO" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -49061,6 +48515,23 @@
},
/turf/open/floor/iron,
/area/crew_quarters/locker)
+"ngb" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/engineering)
"ngl" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -49071,6 +48542,15 @@
},
/turf/open/floor/iron,
/area/storage/art)
+"ngm" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/hallway/secondary/command)
"ngB" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -49086,17 +48566,6 @@
},
/turf/open/floor/iron,
/area/quartermaster/storage)
-"ngE" = (
-/obj/structure/rack,
-/obj/item/gun/energy/ionrifle,
-/obj/machinery/light{
- dir = 1
- },
-/obj/item/gun/energy/temperature/security,
-/obj/item/clothing/suit/armor/laserproof,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"ngT" = (
/obj/machinery/sleeper{
dir = 1
@@ -49125,18 +48594,21 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/crew_quarters/locker)
-"nhI" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
+"nhx" = (
+/obj/machinery/power/apc/highcap/five_k{
+ areastring = "/area/ai_monitored/turret_protected/ai_upload";
+ name = "Upload APC";
+ pixel_y = -24
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2,
/obj/structure/cable/yellow{
- icon_state = "2-8"
+ icon_state = "0-4"
},
-/turf/open/floor/iron,
-/area/security/brig)
+/obj/machinery/camera/motion/directional/south{
+ c_tag = "AI Upload Chamber - Port";
+ network = list("aiupload")
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai_upload)
"nhS" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -49194,6 +48666,25 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
+"njs" = (
+/obj/machinery/light/small,
+/obj/machinery/camera/directional/south{
+ c_tag = "MiniSat Exterior Access";
+ network = list("minisat")
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/aisat";
+ name = "MiniSat Exterior APC";
+ pixel_y = -24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/aisat)
"njS" = (
/obj/machinery/shower{
dir = 8;
@@ -49209,23 +48700,6 @@
/obj/effect/landmark/start/chaplain,
/turf/open/floor/carpet/grimy,
/area/chapel/office)
-"nkb" = (
-/obj/structure/sign/warning/biohazard{
- pixel_x = -32
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Xenobiology Lab - Euthanization Chamber";
- network = list("ss13","rd","xeno")
- },
-/turf/open/floor/circuit/telecomms,
-/area/maintenance/department/science/xenobiology)
-"nlh" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted,
-/turf/open/floor/iron,
-/area/security/brig)
"nll" = (
/obj/structure/table/reinforced,
/obj/item/folder/white{
@@ -49315,6 +48789,16 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"nmp" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/hydroponics)
"nmL" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -49335,6 +48819,15 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/patients_rooms)
+"nnH" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/science/mixing)
"nnO" = (
/obj/effect/turf_decal/tile/dark_blue/fourcorners/contrasted,
/obj/machinery/door/airlock/research/glass{
@@ -49358,31 +48851,21 @@
},
/turf/open/floor/prison,
/area/security/prison)
-"nnT" = (
-/obj/machinery/power/apc/highcap/ten_k{
- areastring = "/area/science/research";
+"noa" = (
+/obj/machinery/power/compressor{
+ comp_id = "incineratorturbine";
dir = 1;
- name = "Research Division APC";
- pixel_y = 24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Research Division - Airlock";
- network = list("ss13","rd")
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 5
+ luminosity = 2
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/structure/cable{
+ icon_state = "0-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13, engine")
},
-/turf/open/floor/iron/white,
-/area/science/research)
+/obj/structure/cable,
+/turf/open/floor/engine/vacuum,
+/area/maintenance/disposal/incinerator)
"nop" = (
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 1
@@ -49404,21 +48887,19 @@
},
/turf/open/floor/iron/stairs,
/area/science/mixing)
-"noL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/tile/red{
- dir = 1
+"noD" = (
+/obj/structure/closet/secure_closet/security/sec,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/textured_large,
+/area/security/main)
+"noO" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
},
/turf/open/floor/iron,
-/area/security/brig)
+/area/janitor)
"noP" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/junction,
/obj/effect/spawner/structure/window/plasma/reinforced,
@@ -49432,6 +48913,16 @@
},
/turf/open/floor/iron,
/area/maintenance/aft)
+"npg" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/obj/structure/displaycase/trophy,
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/library)
"npF" = (
/obj/structure/table/glass,
/obj/item/folder{
@@ -49443,6 +48934,12 @@
/obj/item/pen,
/turf/open/floor/circuit/green/telecomms/mainframe,
/area/tcommsat/server)
+"npL" = (
+/obj/structure/chair/office{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/hallway/secondary/exit/departure_lounge)
"npX" = (
/obj/item/reagent_containers/syringe/antiviral{
pixel_x = 7;
@@ -49478,6 +48975,26 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
+"nqq" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4;
+ name = "Connector Port (Air Supply)"
+ },
+/obj/effect/turf_decal/bot,
+/obj/machinery/newscaster{
+ pixel_x = -33;
+ pixel_y = 2
+ },
+/obj/machinery/camera/autoname{
+ dir = 10;
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron,
+/area/medical/patients_rooms)
"nqG" = (
/obj/effect/turf_decal/tile/white{
dir = 1
@@ -49700,6 +49217,23 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
+"nwV" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Arrivals - Fore Arm"
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/iron/white/corner,
+/area/hallway/secondary/entry)
"nwX" = (
/obj/structure/table/wood,
/obj/item/gavelblock,
@@ -49736,29 +49270,6 @@
},
/turf/open/floor/iron/white,
/area/science/research)
-"nxp" = (
-/obj/structure/table/wood,
-/obj/item/lipstick{
- pixel_y = 5
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Theatre - Stage"
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/item/instrument/guitar,
-/obj/structure/sign/poster/random{
- pixel_x = 32
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/theatre)
"nxv" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -49777,27 +49288,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/command)
-"nxB" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Kitchen - Coldroom"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/airalarm/kitchen_cold_room{
- pixel_y = -22
- },
-/turf/open/floor/iron/freezer,
-/area/crew_quarters/kitchen)
"nyc" = (
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/obj/effect/decal/cleanable/dirt,
@@ -49901,6 +49391,19 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/hallway/primary/central)
+"nzA" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/obj/machinery/modular_computer/console/preset/command,
+/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/bridge)
"nzP" = (
/obj/effect/turf_decal/tile/yellow{
dir = 1
@@ -49967,6 +49470,16 @@
},
/turf/closed/wall,
/area/medical/virology)
+"nBe" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/item/kirbyplants/random,
+/turf/open/floor/iron/dark,
+/area/maintenance/department/science/xenobiology)
"nBf" = (
/obj/machinery/door/airlock/research{
id_tag = "AuxGenetics";
@@ -50028,29 +49541,6 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/central)
-"nCk" = (
-/obj/machinery/holopad,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
-"nCx" = (
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/computer/bounty,
-/obj/effect/turf_decal/tile/brown/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/quartermaster/qm)
"nCF" = (
/obj/structure/cable/yellow{
icon_state = "1-4"
@@ -50107,19 +49597,6 @@
},
/turf/open/floor/iron,
/area/maintenance/department/science)
-"nDe" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/structure/chair/stool/directional/south,
-/turf/open/floor/iron,
-/area/crew_quarters/locker)
"nDy" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -50133,11 +49610,8 @@
/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 4
- },
/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
+/turf/open/floor/iron/smooth_large,
/area/security/prison)
"nDE" = (
/obj/effect/turf_decal/stripes/line{
@@ -50255,12 +49729,45 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/starboard/fore)
+"nGh" = (
+/obj/structure/table/wood,
+/obj/machinery/requests_console{
+ announcementConsole = 1;
+ department = "Head of Security's Desk";
+ departmentType = 5;
+ name = "Head of Security RC";
+ pixel_y = 30
+ },
+/obj/machinery/computer/med_data/laptop,
+/obj/item/storage/secure/safe/HoS{
+ pixel_x = 36;
+ pixel_y = 28
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Head of Security's Office"
+ },
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/hos)
"nGk" = (
/obj/effect/turf_decal/trimline/dark_blue/filled/warning{
dir = 8
},
/turf/open/floor/iron/dark,
/area/maintenance/department/science/xenobiology)
+"nGw" = (
+/obj/structure/table/reinforced,
+/obj/item/book/manual/wiki/security_space_law{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/machinery/light_switch{
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_corner,
+/area/security/checkpoint/customs)
"nGF" = (
/obj/docking_port/stationary{
dir = 4;
@@ -50396,19 +49903,23 @@
},
/turf/open/floor/iron,
/area/quartermaster/office)
-"nIX" = (
-/obj/item/radio/intercom{
- pixel_y = 21
+"nIW" = (
+/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/camera/directional/north{
- c_tag = "Command Hallway - Starboard"
+ c_tag = "Atmospherics - Control Room"
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/effect/turf_decal/tile/neutral{
+/obj/machinery/computer/station_alert,
+/obj/effect/turf_decal/tile/yellow{
dir = 4
},
-/turf/open/floor/iron,
-/area/hallway/secondary/command)
+/turf/open/floor/iron/dark/corner{
+ dir = 1
+ },
+/area/engine/atmos)
"nJv" = (
/obj/machinery/door/airlock/external{
name = "Auxiliary Escape Airlock"
@@ -50468,6 +49979,29 @@
},
/turf/open/floor/iron/showroomfloor,
/area/security/warden)
+"nJY" = (
+/obj/machinery/door/airlock/security{
+ name = "Armory";
+ req_access_txt = "3";
+ security_level = 6
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper,
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/obj/effect/turf_decal/siding/dark/corner{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/textured,
+/area/security/main)
"nKe" = (
/obj/structure/disposalpipe/junction/flip{
dir = 2
@@ -50476,22 +50010,18 @@
/obj/machinery/fax/service,
/turf/open/floor/iron,
/area/hallway/secondary/service)
-"nKi" = (
-/obj/structure/cable/white{
- icon_state = "4-8"
+"nKu" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "Chapel - Port"
},
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/structure/chair/fancy/comfy{
+ color = "#666666";
dir = 4
},
-/obj/effect/turf_decal/stripes/white/line{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+/turf/open/floor/iron/chapel{
dir = 8
},
-/turf/open/floor/engine,
-/area/engine/engineering)
+/area/chapel/main)
"nKz" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -50503,6 +50033,18 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/aft)
+"nLq" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/supply)
"nLr" = (
/turf/open/floor/plating,
/area/maintenance/disposal)
@@ -50566,30 +50108,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron,
/area/hallway/primary/central)
-"nLX" = (
-/obj/machinery/door/window/brigdoor{
- name = "Justice Chamber";
- req_access_txt = "3"
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/door/window/brigdoor{
- dir = 1;
- name = "Justice Chamber";
- req_access_txt = "3"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "executionfireblast"
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/general/hidden,
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"nMk" = (
/obj/structure/reagent_dispensers/watertank,
/obj/item/extinguisher,
@@ -50600,6 +50118,18 @@
},
/turf/open/floor/iron/dark/smooth_large,
/area/maintenance/disposal/incinerator)
+"nMn" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/item/stock_parts/cell/high{
+ charge = 100;
+ maxcharge = 15000
+ },
+/turf/open/floor/iron/dark,
+/area/storage/tech)
"nMs" = (
/obj/machinery/door/airlock/maintenance{
name = "Security Maintenance";
@@ -50633,28 +50163,6 @@
/obj/machinery/digital_clock/directional,
/turf/closed/wall,
/area/hallway/secondary/exit/departure_lounge)
-"nNB" = (
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Central Primary Hallway - Aft-Port Corner"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 8
- },
-/obj/machinery/light,
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"nNC" = (
/obj/structure/rack,
/obj/item/storage/box/chemimp{
@@ -50687,28 +50195,14 @@
},
/turf/open/floor/plating,
/area/maintenance/aft)
-"nNN" = (
-/obj/structure/table,
-/obj/item/computer_hardware/hard_drive/role/signal/toxins,
-/obj/item/computer_hardware/hard_drive/role/signal/toxins{
- pixel_x = -4;
- pixel_y = 2
- },
-/obj/item/computer_hardware/hard_drive/role/signal/toxins{
- pixel_x = 4;
- pixel_y = 6
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Research Director's Office";
- network = list("ss13","rd")
- },
-/obj/machinery/light,
-/obj/effect/turf_decal/tile/black/opposingcorners{
- dir = 1
+"nNP" = (
+/obj/structure/chair/office,
+/obj/effect/landmark/start/depsec/supply,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
},
-/obj/item/book/manual/wiki/sopcommand,
-/turf/open/floor/iron/white,
-/area/crew_quarters/heads/hor)
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/supply)
"nNU" = (
/obj/item/kirbyplants{
icon_state = "plant-08"
@@ -50744,25 +50238,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/gateway)
-"nOA" = (
-/obj/machinery/power/apc{
- areastring = "/area/security/execution/education";
- dir = 1;
- name = "Prisoner Education Chamber APC";
- pixel_y = 24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/structure/closet/secure_closet/injection{
- name = "educational injections";
- pixel_x = 2
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"nOZ" = (
/obj/machinery/door/airlock/medical/glass{
id_tag = "MedbayFoyer";
@@ -50909,15 +50384,6 @@
},
/turf/open/floor/wood,
/area/library)
-"nQg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/brig)
"nQq" = (
/obj/item/radio/intercom{
pixel_y = 20
@@ -50933,6 +50399,18 @@
},
/turf/open/floor/iron/white,
/area/science/research)
+"nQt" = (
+/obj/structure/chair/fancy/comfy{
+ color = "#666666";
+ dir = 8
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Chapel - Starboard"
+ },
+/turf/open/floor/iron/chapel{
+ dir = 4
+ },
+/area/chapel/main)
"nQH" = (
/obj/structure/cable/yellow{
icon_state = "1-4"
@@ -50981,30 +50459,6 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat/foyer)
-"nRr" = (
-/obj/structure/tank_dispenser,
-/obj/machinery/camera/directional/east{
- c_tag = "Toxins - Mixing Area";
- network = list("ss13","rd")
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/turf/open/floor/iron,
-/area/science/mixing)
-"nRP" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/iron,
-/area/security/brig)
"nRS" = (
/obj/structure/musician/piano,
/obj/structure/window/reinforced{
@@ -51015,6 +50469,15 @@
},
/turf/open/floor/carpet,
/area/crew_quarters/theatre)
+"nSk" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"nSl" = (
/obj/structure/table,
/obj/item/stack/package_wrap,
@@ -51198,17 +50661,6 @@
},
/turf/open/floor/iron/dark/corner,
/area/hallway/primary/starboard)
-"nVb" = (
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"nVo" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -51220,6 +50672,21 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/hallway/primary/central)
+"nVt" = (
+/obj/machinery/computer/secure_data,
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for monitoring medbay to ensure patient safety.";
+ dir = 4;
+ name = "Medbay Monitor";
+ network = list("medbay");
+ pixel_x = 1;
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/medical)
"nVu" = (
/obj/machinery/power/solar_control{
dir = 8;
@@ -51242,21 +50709,6 @@
dir = 5
},
/area/science/research)
-"nVz" = (
-/obj/structure/table/wood,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/machinery/computer/med_data/laptop{
- dir = 8;
- pixel_y = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 5
- },
-/turf/open/floor/wood,
-/area/medical/exam_room)
"nVZ" = (
/obj/structure/grille,
/obj/effect/decal/cleanable/blood/old,
@@ -51424,6 +50876,13 @@
/obj/effect/turf_decal/trimline/blue/filled/warning,
/turf/open/floor/iron/white,
/area/medical/medbay/aft)
+"nYQ" = (
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/machinery/vending/cigarette,
+/turf/open/floor/iron/dark,
+/area/bridge)
"nZd" = (
/obj/machinery/navbeacon{
codes_txt = "delivery;dir=8";
@@ -51457,6 +50916,19 @@
},
/turf/open/floor/iron,
/area/medical/genetics/cloning)
+"nZC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"nZE" = (
/obj/structure/cable/yellow,
/obj/structure/cable/yellow{
@@ -51488,42 +50960,45 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
-"nZR" = (
-/obj/structure/filingcabinet,
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 30
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/supply)
-"oaY" = (
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
+"oaG" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
},
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 8
+/area/security/brig)
+"oaH" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Engineering - Transit Tube Access"
},
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
+/obj/effect/turf_decal/stripes/corner,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/iron/dark,
+/area/engine/break_room)
"obf" = (
/obj/effect/turf_decal/trimline/purple/filled/line,
/turf/open/floor/iron/white,
/area/science/research)
+"obn" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/brig)
+"obs" = (
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","medbay")
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line,
+/turf/open/floor/iron/white,
+/area/medical/medbay/aft)
"obt" = (
/obj/machinery/computer/pandemic,
/obj/effect/turf_decal/bot,
@@ -51532,6 +51007,14 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
+"obN" = (
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/brig)
"obX" = (
/obj/docking_port/stationary{
dheight = 4;
@@ -51587,6 +51070,12 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
+"ocv" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"ocx" = (
/obj/structure/table/wood,
/obj/item/paper_bin{
@@ -51613,18 +51102,6 @@
},
/turf/open/floor/wood,
/area/medical/exam_room)
-"ocO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/open/floor/iron,
-/area/security/brig)
"odl" = (
/obj/structure/closet/secure_closet/miner,
/obj/effect/turf_decal/tile/brown/anticorner/contrasted,
@@ -51663,19 +51140,6 @@
/obj/structure/table/wood,
/turf/open/floor/wood/big,
/area/crew_quarters/bar)
-"odB" = (
-/obj/structure/closet/secure_closet/genpop,
-/obj/machinery/power/apc/auto_name/directional/north{
- name = "Prison"
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/prison)
"odG" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -51794,6 +51258,11 @@
},
/turf/open/floor/iron,
/area/quartermaster/storage)
+"ofM" = (
+/obj/effect/turf_decal/siding/dark,
+/obj/effect/turf_decal/trimline/red/line,
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
"ofQ" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -51935,6 +51404,21 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"oiM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/iron/smooth_large,
+/area/security/brig)
"ojf" = (
/obj/structure/cable/yellow{
icon_state = "2-8"
@@ -52073,6 +51557,23 @@
},
/turf/open/floor/plating,
/area/science/mixing)
+"okJ" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 1
+ },
+/obj/structure/chair/stool/directional/west,
+/obj/structure/disposalpipe/segment{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/landmark/start/medical_doctor,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/open/floor/iron,
+/area/medical/break_room)
"okX" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
@@ -52120,16 +51621,6 @@
},
/turf/open/floor/iron,
/area/quartermaster/office)
-"omg" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Xenobiology Lab - Pen #2";
- network = list("ss13","rd","xeno")
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/science/xenobiology)
"omo" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/turf/open/floor/iron/dark,
@@ -52152,15 +51643,15 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"onb" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+"omU" = (
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
},
-/obj/structure/cable/yellow{
- icon_state = "2-8"
+/obj/effect/turf_decal/tile/yellow/half/contrasted{
+ dir = 8
},
/turf/open/floor/iron,
-/area/security/brig)
+/area/construction/mining/aux_base)
"onc" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -52186,26 +51677,6 @@
/obj/item/stock_parts/matter_bin,
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
-"onP" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera/directional/east{
- c_tag = "MiniSat Exterior - Port Fore";
- network = list("minisat")
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/turf/open/floor/iron/dark,
-/area/aisat)
"onQ" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -52317,6 +51788,25 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/turf/open/floor/iron,
/area/hallway/primary/starboard)
+"opw" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 10
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Engineering Supermatter Starboard";
+ network = list("ss13","engine")
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/engine,
+/area/engine/engineering)
+"opy" = (
+/obj/machinery/telecomms/processor/preset_one,
+/obj/machinery/camera/directional/north{
+ c_tag = "Telecomms - Server Room - Fore-Port";
+ network = list("ss13","tcomms")
+ },
+/turf/open/floor/circuit/green/telecomms/mainframe,
+/area/tcommsat/server)
"opX" = (
/obj/machinery/door/airlock/public/glass{
name = "Fore Primary Hallway"
@@ -52533,6 +52023,19 @@
},
/turf/open/space,
/area/solar/starboard/aft)
+"osI" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/meter,
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/engine/engineering)
"osY" = (
/obj/machinery/door/poddoor/preopen{
id = "bridge blast";
@@ -52566,17 +52069,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron/checker,
/area/crew_quarters/kitchen)
-"otn" = (
-/obj/machinery/portable_atmospherics/canister/plasma,
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/effect/turf_decal/delivery/red,
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/science/storage)
"otF" = (
/obj/machinery/light_switch{
pixel_x = 6;
@@ -52591,20 +52083,6 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/central)
-"otJ" = (
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/delivery/red,
-/obj/structure/sign/warning/vacuum/external{
- pixel_x = -31
- },
-/obj/structure/disposalpipe/trunk{
- dir = 2
- },
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","medbay")
- },
-/turf/open/floor/iron/grid/steel,
-/area/medical/virology)
"otS" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/stripes/line{
@@ -52734,6 +52212,15 @@
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
+"owo" = (
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/machinery/computer/secure_data{
+ dir = 8
+ },
+/turf/open/floor/carpet/red,
+/area/security/detectives_office)
"owq" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -52794,6 +52281,10 @@
/obj/machinery/portable_atmospherics/canister,
/turf/open/floor/iron,
/area/science/mixing)
+"oxz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/turf/open/floor/iron/dark/textured,
+/area/security/brig)
"oxF" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -52803,29 +52294,20 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/white,
/area/science/research)
-"oxH" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Central Primary Hallway - Fore - AI Upload"
- },
-/obj/structure/sign/warning/securearea{
- desc = "A warning sign which reads 'HIGH-POWER TURRETS AHEAD'.";
- name = "\improper HIGH-POWER TURRETS AHEAD";
- pixel_y = 32
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
+"oxM" = (
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","medbay")
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/item/radio/intercom{
+ pixel_x = -2;
+ pixel_y = -28
},
-/turf/open/floor/iron,
-/area/hallway/primary/central)
+/turf/open/floor/iron/white,
+/area/medical/medbay/aft)
"oxO" = (
/obj/effect/turf_decal/tile/green/fourcorners/contrasted,
/turf/open/floor/iron,
@@ -52921,12 +52403,41 @@
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/turf/open/floor/iron,
/area/maintenance/department/science)
+"oyI" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Central Primary Hallway - Fore - Port Corner"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"oyW" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
},
/turf/open/floor/iron/dark,
/area/chapel/main)
+"oza" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/cable/yellow,
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/corner{
+ dir = 1
+ },
+/area/engine/storage_shared)
"ozb" = (
/obj/machinery/atmospherics/pipe/manifold/general/visible{
dir = 1
@@ -52979,6 +52490,27 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
+"ozS" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/radio/intercom{
+ pixel_y = 26
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
"ozT" = (
/obj/machinery/status_display/evac{
pixel_y = 32
@@ -53023,6 +52555,14 @@
},
/turf/open/floor/iron,
/area/quartermaster/storage)
+"oAX" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"oBd" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/space_heater,
@@ -53062,6 +52602,23 @@
},
/turf/open/floor/iron/white,
/area/crew_quarters/heads/cmo)
+"oBw" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/landmark/start/security_officer,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/main)
"oBL" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -53075,20 +52632,11 @@
/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
/turf/open/floor/prison,
/area/security/prison)
-"oBW" = (
-/obj/machinery/light,
-/obj/machinery/camera/directional/south{
- c_tag = "Starboard Primary Hallway - Engineering"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/primary/starboard)
+"oBP" = (
+/obj/structure/rack,
+/obj/effect/loot_jobscale/armoury/laser_gun,
+/turf/open/floor/iron/dark/smooth_large,
+/area/ai_monitored/security/armory)
"oBZ" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
@@ -53126,6 +52674,15 @@
},
/turf/open/floor/iron/white,
/area/medical/genetics)
+"oCJ" = (
+/obj/machinery/vending/cigarette,
+/obj/effect/turf_decal/tile/neutral,
+/obj/machinery/camera/autoname{
+ dir = 6;
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron,
+/area/medical/break_room)
"oDd" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -53198,29 +52755,21 @@
},
/turf/open/floor/iron,
/area/science/mixing)
-"oEg" = (
-/obj/machinery/computer/crew,
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- name = "Medbay RC";
- pixel_y = 31
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 4
- },
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 32;
- pixel_y = 31
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"oEj" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 1
},
/turf/open/floor/iron/dark,
/area/chapel/main)
+"oEm" = (
+/obj/effect/landmark/event_spawn,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/siding/white{
+ dir = 8
+ },
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"oEt" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/turf/open/floor/iron/white,
@@ -53341,6 +52890,17 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron,
/area/engine/engineering)
+"oGa" = (
+/obj/item/storage/crayons,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/table/wood,
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/turf/open/floor/carpet/grimy,
+/area/chapel/office)
"oGb" = (
/obj/effect/landmark/start/chaplain,
/turf/open/floor/iron/dark,
@@ -53350,6 +52910,11 @@
/obj/effect/spawner/lootdrop/maintenance/eight,
/turf/open/floor/plating,
/area/maintenance/aft)
+"oHa" = (
+/obj/effect/landmark/start/assistant,
+/obj/structure/chair/stool/bar/directional/south,
+/turf/open/floor/iron/cafeteria_red,
+/area/crew_quarters/bar)
"oHm" = (
/obj/structure/cable/yellow{
icon_state = "2-8"
@@ -53408,34 +52973,46 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/department/medical/central)
-"oIj" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
+"oIa" = (
+/obj/machinery/holopad,
/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/turf/open/floor/plating,
-/area/maintenance/department/medical/central)
-"oIo" = (
-/obj/structure/extinguisher_cabinet{
- pixel_y = -30
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
},
-/obj/machinery/camera/directional/south{
- c_tag = "Central Primary Hallway - Aft-Starboard Corner"
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
- dir = 4
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
+"oIe" = (
+/obj/structure/table,
+/obj/machinery/recharger,
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 28
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/item/book/manual/wiki/security_space_law{
+ pixel_x = 10;
+ pixel_y = 3
+ },
+/turf/open/floor/iron/showroomfloor,
+/area/security/warden)
+"oIj" = (
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/hallway/primary/central)
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating,
+/area/maintenance/department/medical/central)
"oIs" = (
/obj/effect/turf_decal/pool{
dir = 1
@@ -53624,19 +53201,6 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron,
/area/science/robotics/lab)
-"oKZ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"oLr" = (
/obj/machinery/light/small{
dir = 1
@@ -53816,6 +53380,19 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/science/robotics/lab)
+"oPY" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Science Shuttle Dock";
+ network = list("ss13","rd")
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 9
+ },
+/turf/open/floor/iron/dark,
+/area/science/shuttledock)
"oQk" = (
/obj/machinery/door/airlock{
name = "Theatre Backstage";
@@ -53832,17 +53409,6 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
-"oQQ" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/brig)
"oQV" = (
/obj/structure/cable/yellow{
icon_state = "1-8"
@@ -53901,6 +53467,29 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"oRI" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/door/window{
+ base_state = "right";
+ icon_state = "right";
+ name = "MiniSat Walkway Access"
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "MiniSat Exterior - Aft Starboard";
+ network = list("minisat")
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/iron/dark,
+/area/aisat)
"oRL" = (
/obj/docking_port/stationary{
dir = 2;
@@ -54054,6 +53643,20 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/quartermaster/sorting)
+"oUK" = (
+/obj/machinery/status_display/evac{
+ pixel_y = 32
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Bridge - Central"
+ },
+/obj/effect/turf_decal/tile/brown/half/contrasted{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/machinery/fax/bridge,
+/turf/open/floor/iron/dark,
+/area/bridge)
"oUN" = (
/obj/machinery/door/airlock/maintenance{
name = "Research Maintenance";
@@ -54075,11 +53678,6 @@
},
/turf/open/floor/iron,
/area/hydroponics/garden)
-"oVb" = (
-/obj/structure/closet/bombcloset/security,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron,
-/area/security/main)
"oVx" = (
/obj/item/radio/intercom{
pixel_y = 21
@@ -54117,6 +53715,12 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood,
/area/library)
+"oVG" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"oVH" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -54164,6 +53768,16 @@
},
/turf/open/floor/plating,
/area/maintenance/department/science/xenobiology)
+"oWX" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/obj/effect/turf_decal/siding/white{
+ dir = 8
+ },
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"oXu" = (
/obj/machinery/atmospherics/pipe/heat_exchanging/simple,
/obj/structure/lattice,
@@ -54198,6 +53812,20 @@
/obj/machinery/light,
/turf/open/floor/iron,
/area/hydroponics/garden)
+"oYz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 4
+ },
+/area/security/brig)
"oYA" = (
/obj/effect/spawner/randomvend/snack,
/obj/structure/sign/map/right{
@@ -54208,6 +53836,23 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/hallway/secondary/exit/departure_lounge)
+"oYY" = (
+/obj/item/screwdriver{
+ pixel_y = 10
+ },
+/obj/item/radio/off,
+/obj/machinery/computer/security/telescreen/minisat{
+ dir = 4;
+ pixel_x = -29
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/obj/structure/table,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/engineering)
"oZK" = (
/obj/effect/turf_decal/stripes/line{
dir = 9
@@ -54295,21 +53940,31 @@
},
/turf/open/floor/iron,
/area/storage/primary)
-"pbY" = (
-/obj/item/paper_bin{
- pixel_x = 1;
- pixel_y = 9
+"pcd" = (
+/obj/structure/table,
+/obj/structure/sign/map/right{
+ desc = "A framed picture of the station. Clockwise from security in red at the top, you see engineering in yellow, science in purple, escape in checkered red-and-white, medbay in green, arrivals in checkered red-and-blue, and then cargo in brown.";
+ icon_state = "map-right-MS";
+ pixel_y = 32
},
-/obj/item/pen,
-/obj/structure/table/reinforced,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 4
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/structure/sign/map/right{
+ desc = "A framed picture of the station. Clockwise from security in red at the top, you see engineering in yellow, science in purple, escape in checkered red-and-white, medbay in green, arrivals in checkered red-and-blue, and then cargo in brown.";
+ icon_state = "map-right-MS";
+ pixel_y = 32
+ },
+/turf/open/floor/iron/dark/smooth_corner{
dir = 8
},
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
+/area/hallway/secondary/exit/departure_lounge)
"pch" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
@@ -54321,6 +53976,21 @@
/obj/effect/turf_decal/tile/purple,
/turf/open/floor/iron,
/area/maintenance/department/science)
+"pcJ" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/hallway/secondary/exit/departure_lounge)
"pda" = (
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/iron,
@@ -54445,17 +54115,6 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron,
/area/hallway/primary/port)
-"pgL" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"pgQ" = (
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=13.2-Tcommstore";
@@ -54489,25 +54148,6 @@
/obj/effect/turf_decal/delivery,
/turf/open/floor/iron/white,
/area/medical/surgery)
-"phu" = (
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/structure/rack,
-/obj/item/storage/box/flashes{
- pixel_x = 3
- },
-/obj/item/storage/box/teargas{
- pixel_x = 1;
- pixel_y = -2
- },
-/obj/item/gun/grenadelauncher/security,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/machinery/light_switch{
- pixel_x = -24
- },
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"phx" = (
/obj/structure/table,
/obj/item/stack/sheet/plasteel{
@@ -54577,14 +54217,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
-"piP" = (
-/obj/structure/closet/l3closet/security,
-/obj/effect/turf_decal/bot,
-/obj/machinery/airalarm/directional/north{
- pixel_y = 28
- },
-/turf/open/floor/iron,
-/area/security/main)
"pkb" = (
/obj/machinery/computer/rdservercontrol,
/obj/effect/turf_decal/trimline/dark_blue/filled/line{
@@ -54669,6 +54301,13 @@
},
/turf/open/floor/iron,
/area/storage/tools)
+"pll" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/iron/dark/smooth_corner,
+/area/security/checkpoint/medical)
"plF" = (
/obj/structure/rack,
/obj/item/clothing/shoes/sneakers/orange,
@@ -54681,8 +54320,10 @@
/obj/item/clothing/under/rank/prisoner,
/obj/item/clothing/under/rank/prisoner,
/obj/item/clothing/under/rank/prisoner,
-/obj/effect/turf_decal/tile/red/anticorner/contrasted,
-/turf/open/floor/iron,
+/obj/effect/turf_decal/tile/dark_red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/smooth_half,
/area/security/prison)
"plM" = (
/obj/machinery/atmospherics/components/binary/valve{
@@ -54707,26 +54348,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/hallway/primary/central)
-"pmc" = (
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- c_tag = "MiniSat Exterior - Aft";
- network = list("minisat")
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/aisat)
"pmr" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -54800,15 +54421,46 @@
},
/turf/open/floor/iron/dark,
/area/bridge)
-"pnZ" = (
-/obj/structure/reagent_dispensers/peppertank{
- pixel_y = 28
+"pnk" = (
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_x = -2;
+ pixel_y = 4
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
+/obj/item/radio/intercom{
+ pixel_x = -29
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Research Division - Nanite Lab";
+ network = list("ss13","rd")
+ },
+/turf/open/floor/iron/dark,
+/area/science/nanite)
+"pnl" = (
+/obj/item/radio/intercom{
+ frequency = 1485;
+ name = "Station Intercom (Medbay)";
+ pixel_y = -30
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Medbay Foyer";
+ network = list("ss13","medbay")
+ },
+/obj/effect/turf_decal/tile/blue/half/contrasted{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
dir = 4
},
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/item/kirbyplants/random,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/iron/white,
+/area/medical/medbay/lobby)
"pou" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -54893,6 +54545,15 @@
},
/turf/open/floor/iron,
/area/quartermaster/office)
+"pqm" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/portable_atmospherics/pump,
+/obj/machinery/camera/directional/east{
+ c_tag = "Toxins Storage";
+ network = list("ss13","rd")
+ },
+/turf/open/floor/iron/dark,
+/area/science/storage)
"pqo" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/segment{
@@ -54905,15 +54566,6 @@
/obj/machinery/vending/cigarette,
/turf/open/floor/iron,
/area/vacant_room/commissary)
-"pqA" = (
-/obj/machinery/camera/autoname{
- dir = 9
- },
-/obj/effect/turf_decal/box/corners{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/science/explab)
"pqE" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -54987,6 +54639,20 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron,
/area/science/robotics/mechbay)
+"psa" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron{
+ dir = 1
+ },
+/area/engine/engineering)
"psm" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -55067,13 +54733,6 @@
},
/turf/open/floor/iron,
/area/maintenance/port/fore)
-"psR" = (
-/obj/machinery/light{
- dir = 8;
- light_color = "#e8eaff"
- },
-/turf/open/floor/iron,
-/area/security/brig)
"psS" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 4
@@ -55110,6 +54769,31 @@
/obj/machinery/fax/law,
/turf/open/floor/carpet/green,
/area/lawoffice)
+"ptC" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Engineering - Storage"
+ },
+/obj/machinery/suit_storage_unit/engine,
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/turf/open/floor/iron{
+ dir = 1
+ },
+/area/engine/engineering)
+"ptI" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/dark/corner,
+/obj/effect/turf_decal/siding/dark/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/dark{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
"pui" = (
/obj/machinery/button/door{
desc = "A remote control-switch for the engineering security doors.";
@@ -55149,6 +54833,46 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"puN" = (
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
+ },
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/siding/wood/end{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads/hop)
+"pvg" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/effect/landmark/start/botanist,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/turf/open/floor/iron,
+/area/hydroponics)
+"pvh" = (
+/obj/machinery/light/small,
+/obj/item/folder,
+/obj/item/folder,
+/obj/machinery/camera/directional/south{
+ c_tag = "Telecomms - Control Room";
+ network = list("ss13","tcomms")
+ },
+/obj/structure/table/wood,
+/obj/item/pen,
+/obj/machinery/light_switch/tcomms{
+ pixel_x = 9;
+ pixel_y = -24
+ },
+/turf/open/floor/carpet/grimy,
+/area/tcommsat/computer)
"pvm" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -55248,6 +54972,25 @@
},
/turf/open/floor/iron,
/area/hallway/primary/starboard)
+"pyq" = (
+/obj/item/radio/intercom{
+ dir = 4;
+ pixel_x = 27
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Mining Office"
+ },
+/obj/machinery/vendor/mining,
+/obj/effect/turf_decal/tile/brown/half/contrasted,
+/turf/open/floor/iron,
+/area/quartermaster/miningoffice)
+"pyI" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Central Primary Hallway - Aft-Starboard"
+ },
+/obj/effect/turf_decal/tile/purple,
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"pyU" = (
/obj/effect/spawner/randomvend/cola,
/turf/open/floor/carpet,
@@ -55264,6 +55007,14 @@
},
/turf/open/floor/iron,
/area/science/shuttledock)
+"pze" = (
+/obj/structure/rack,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/loot_jobscale/armoury/disabler,
+/turf/open/floor/iron/dark/smooth_large,
+/area/ai_monitored/security/armory)
"pzn" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -55382,11 +55133,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/crew_quarters/cryopods)
-"pAX" = (
-/obj/machinery/rnd/production/techfab/department/security,
-/obj/effect/turf_decal/tile/red/anticorner/contrasted,
-/turf/open/floor/iron,
-/area/security/main)
"pBf" = (
/obj/effect/turf_decal/bot_white/right,
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
@@ -55454,6 +55200,13 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/port/fore)
+"pCY" = (
+/obj/effect/turf_decal/siding/dark,
+/obj/effect/turf_decal/siding/dark{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
"pDo" = (
/obj/item/cigbutt,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
@@ -55464,6 +55217,19 @@
dir = 5
},
/area/science/research)
+"pDy" = (
+/obj/effect/turf_decal/bot,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/bed{
+ dir = 4
+ },
+/obj/machinery/camera/directional/north{
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron/grid/steel,
+/area/medical/patients_rooms)
"pDG" = (
/obj/structure/cable,
/obj/machinery/power/solar{
@@ -55472,20 +55238,6 @@
},
/turf/open/floor/iron/solarpanel/airless,
/area/solar/starboard/fore)
-"pDJ" = (
-/obj/structure/chair/stool/directional/south,
-/turf/open/floor/iron,
-/area/crew_quarters/dorms)
-"pDW" = (
-/obj/structure/chair/fancy/comfy{
- dir = 4
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Arrivals - Lounge"
- },
-/obj/effect/landmark/start/assistant,
-/turf/open/floor/carpet/grimy,
-/area/hallway/primary/port)
"pDY" = (
/obj/machinery/computer/atmos_alert,
/obj/structure/sign/map/left{
@@ -55500,29 +55252,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/engine/engineering)
-"pDZ" = (
-/obj/item/storage/box,
-/obj/structure/table,
-/obj/item/storage/box,
-/obj/item/storage/box,
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/item/hand_labeler,
-/obj/machinery/power/apc{
- areastring = "/area/quartermaster/sorting";
- dir = 4;
- name = "Delivery Office APC";
- pixel_x = 24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 1
- },
-/turf/open/floor/iron/white/corner,
-/area/quartermaster/sorting)
"pEb" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 8
@@ -55551,55 +55280,34 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/dark,
/area/storage/tcom)
-"pEB" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/canister/oxygen,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4;
- name = "Connector Port (Air Supply)"
- },
-/obj/effect/turf_decal/bot,
-/obj/machinery/newscaster{
- pixel_x = -33;
- pixel_y = 2
- },
-/obj/machinery/camera/autoname{
- dir = 10;
- network = list("ss13","medbay")
- },
-/turf/open/floor/iron,
-/area/medical/patients_rooms)
"pEJ" = (
/obj/item/cigbutt,
/obj/item/rack_parts,
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
-"pEQ" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "MiniSat Exterior - Starboard Fore";
- network = list("minisat")
+"pEK" = (
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 4;
+ sortType = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 8
},
-/turf/open/floor/iron/dark,
-/area/aisat)
+/area/security/main)
"pER" = (
/obj/effect/turf_decal/loading_area,
/turf/open/floor/iron/dark,
/area/science/nanite)
+"pEY" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/structure/chair/stool/directional/south,
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
"pFa" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -55611,34 +55319,29 @@
},
/turf/open/floor/iron,
/area/medical/chemistry)
-"pFg" = (
-/obj/structure/table/glass,
-/obj/machinery/door/window/eastleft{
- name = "First-Aid Supplies";
- red_alert_access = 1;
- req_access_txt = "5"
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/obj/effect/loot_jobscale/medical/medkits{
- pixel_x = -6;
- pixel_y = 2
- },
-/obj/effect/loot_jobscale/medical/medkits{
- pixel_x = 5
- },
-/obj/machinery/camera/autoname{
- dir = 10;
- network = list("ss13","medbay")
- },
-/obj/item/book/manual/wiki/sopmedical,
-/turf/open/floor/iron,
-/area/medical/storage)
"pFn" = (
/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{
dir = 9
},
/turf/open/floor/iron,
/area/engine/atmos)
+"pFB" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "MiniSat - Antechamber";
+ network = list("minisat")
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/obj/machinery/light_switch{
+ pixel_x = -22;
+ pixel_y = -8
+ },
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"pFG" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -55685,6 +55388,15 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/crew_quarters/fitness/recreation)
+"pGU" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
"pHJ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable/yellow{
@@ -55724,6 +55436,15 @@
},
/turf/open/floor/iron/white,
/area/science/lab)
+"pIf" = (
+/obj/effect/turf_decal/siding/red{
+ dir = 10
+ },
+/obj/effect/turf_decal/siding/red/corner{
+ dir = 4
+ },
+/turf/open/floor/glass/reinforced,
+/area/security/main)
"pIh" = (
/obj/structure/bookcase/random/adult,
/obj/effect/turf_decal/siding/wood{
@@ -55797,25 +55518,6 @@
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/tcommsat/server)
-"pJC" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/machinery/light,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/open/floor/iron,
-/area/security/brig)
"pKq" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/obj/effect/turf_decal/tile/green/half/contrasted{
@@ -55828,6 +55530,12 @@
/obj/structure/reagent_dispensers/beerkeg,
/turf/open/floor/plating,
/area/maintenance/aft)
+"pKL" = (
+/obj/effect/turf_decal/siding/red/end{
+ dir = 1
+ },
+/turf/open/floor/glass/reinforced,
+/area/security/main)
"pKQ" = (
/obj/machinery/light_switch{
pixel_x = 28
@@ -55874,41 +55582,6 @@
},
/turf/open/floor/iron,
/area/engine/engineering)
-"pLx" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 1
- },
-/obj/structure/chair/stool/directional/west,
-/obj/structure/disposalpipe/segment{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/open/floor/iron,
-/area/medical/break_room)
-"pLR" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Aft Primary Hallway - Aft"
- },
-/obj/structure/sign/departments/evac{
- pixel_x = 32
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/turf/open/floor/iron/white/corner,
-/area/hallway/primary/aft)
"pLY" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -55975,10 +55648,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
-"pNk" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"pNs" = (
/obj/effect/decal/cleanable/dirt,
/turf/closed/wall,
@@ -56033,6 +55702,26 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/ai_upload)
+"pOf" = (
+/obj/machinery/door/airlock/security/glass{
+ name = "Secure Gear Storage";
+ req_access_txt = "3"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating_new/dark{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new/dark,
+/turf/open/floor/iron/dark/textured,
+/area/security/main)
"pOk" = (
/obj/effect/landmark/xeno_spawn,
/obj/structure/cable/yellow{
@@ -56085,31 +55774,6 @@
},
/turf/open/floor/plating,
/area/maintenance/aft)
-"pPa" = (
-/obj/structure/table,
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/machinery/light_switch{
- pixel_x = -26
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 8
- },
-/obj/item/storage/toolbox/electrical,
-/obj/item/clothing/head/utility/welding{
- pixel_x = -5;
- pixel_y = 3
- },
-/obj/item/clothing/head/utility/welding{
- pixel_x = -3;
- pixel_y = 7
- },
-/obj/item/clothing/gloves/color/yellow,
-/turf/open/floor/iron/dark/corner{
- dir = 1
- },
-/area/engine/atmos)
"pPd" = (
/obj/effect/turf_decal/delivery,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
@@ -56126,24 +55790,23 @@
},
/turf/open/floor/iron/dark,
/area/science/xenobiology)
-"pPR" = (
-/obj/machinery/door/airlock/security/glass{
- name = "Security Office";
- req_one_access_txt = "1;4"
+"pPY" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
},
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
},
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/stripes/line,
-/obj/effect/turf_decal/stripes/line{
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
dir = 1
},
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron,
-/area/security/main)
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 1
+ },
+/area/security/brig)
"pQr" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -56256,23 +55919,6 @@
},
/turf/open/floor/iron/white/corner,
/area/hallway/secondary/entry)
-"pSj" = (
-/obj/structure/chair,
-/obj/machinery/computer/security/telescreen/interrogation{
- dir = 1;
- pixel_y = -30
- },
-/turf/open/floor/carpet/grimy,
-/area/security/main)
-"pSm" = (
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/main)
"pSs" = (
/obj/structure/table,
/obj/item/clipboard,
@@ -56388,15 +56034,19 @@
},
/turf/open/floor/iron,
/area/engine/engineering)
-"pUF" = (
+"pUE" = (
+/obj/effect/landmark/xeno_spawn,
/obj/machinery/airalarm/directional/north{
pixel_y = 23
},
-/obj/effect/turf_decal/stripes/line{
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
},
-/turf/open/floor/iron,
-/area/science/mixing)
+/turf/open/floor/wood,
+/area/crew_quarters/dorms)
"pUJ" = (
/obj/structure/weightmachine/weightlifter,
/obj/effect/turf_decal/bot_white,
@@ -56446,17 +56096,30 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
-"pVB" = (
-/obj/machinery/holopad,
-/obj/structure/disposalpipe/segment{
- dir = 6
+"pVz" = (
+/obj/effect/turf_decal/siding/dark,
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/hos)
+"pVA" = (
+/obj/item/radio/intercom{
+ pixel_x = -30
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/item/crowbar/red,
+/obj/item/wrench,
+/obj/item/clothing/mask/gas,
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
},
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/security/main)
+/obj/structure/table,
+/obj/item/storage/box,
+/obj/item/storage/box,
+/obj/effect/turf_decal/tile/yellow/opposingcorners{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/corner{
+ dir = 1
+ },
+/area/engine/atmos)
"pVJ" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -56481,18 +56144,25 @@
},
/turf/open/floor/iron,
/area/science/shuttledock)
-"pVS" = (
-/obj/structure/chair{
- dir = 4
+"pVV" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 28
+ },
+/obj/machinery/light{
dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
},
-/turf/open/floor/iron/dark,
-/area/security/brig)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/execution/education)
"pWd" = (
/obj/machinery/chem_master/condimaster{
desc = "Looks like a knock-off chem-master. Perhaps useful for separating liquids when mixing drinks precisely. Also dispenses condiments.";
@@ -56512,31 +56182,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/catwalk_floor/iron_dark,
/area/ai_monitored/turret_protected/ai_upload)
-"pWm" = (
-/obj/item/radio/intercom{
- frequency = 1485;
- name = "Station Intercom (Medbay)";
- pixel_y = -30
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Medbay Foyer";
- network = list("ss13","medbay")
- },
-/obj/effect/turf_decal/tile/blue/half/contrasted{
- dir = 8
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/item/kirbyplants/random,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/open/floor/iron/white,
-/area/medical/medbay/lobby)
"pWx" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/disposalpipe/junction{
@@ -56551,6 +56196,22 @@
},
/turf/open/floor/wood,
/area/library)
+"pXg" = (
+/obj/structure/table,
+/obj/item/book/manual/wiki/security_space_law,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_x = 30
+ },
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/engineering)
"pXl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
@@ -56579,6 +56240,24 @@
},
/turf/open/floor/iron,
/area/engine/break_room)
+"pXt" = (
+/obj/machinery/computer/secure_data{
+ dir = 8
+ },
+/obj/item/book/manual/wiki/security_space_law,
+/obj/machinery/computer/security/telescreen{
+ desc = "Used for watching the RD's goons from the safety of his office.";
+ dir = 8;
+ name = "Research Monitor";
+ network = list("rd");
+ pixel_x = 28;
+ pixel_y = 2
+ },
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/science/research)
"pXu" = (
/obj/effect/turf_decal/bot,
/obj/machinery/portable_atmospherics/pump,
@@ -56607,18 +56286,6 @@
},
/turf/open/floor/iron/dark,
/area/bridge)
-"pYm" = (
-/obj/structure/table/reinforced,
-/obj/item/folder/red,
-/obj/item/folder/red,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
"pYp" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
@@ -56673,7 +56340,7 @@
/obj/structure/disposalpipe/segment{
dir = 8
},
-/turf/open/floor/iron,
+/turf/open/floor/iron/smooth_large,
/area/security/prison)
"pYW" = (
/obj/structure/table/wood,
@@ -56697,6 +56364,15 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/hallway/secondary/command)
+"pZw" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 26
+ },
+/turf/open/floor/iron/freezer,
+/area/crew_quarters/toilet/restrooms)
"pZE" = (
/obj/effect/spawner/structure/window/reinforced/prison,
/obj/machinery/door/poddoor/preopen{
@@ -56725,6 +56401,15 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"pZT" = (
+/obj/effect/turf_decal/siding/red{
+ dir = 3
+ },
+/obj/effect/turf_decal/siding/red{
+ dir = 1
+ },
+/turf/open/floor/glass/reinforced,
+/area/security/main)
"qan" = (
/obj/effect/turf_decal/trimline/black/filled/line{
dir = 4
@@ -56782,31 +56467,12 @@
},
/turf/open/floor/plating,
/area/hallway/secondary/entry)
-"qaI" = (
-/obj/structure/chair/stool/bar/directional/south,
-/turf/open/floor/iron/cafeteria_red,
-/area/crew_quarters/bar)
-"qaJ" = (
-/obj/structure/table,
-/obj/item/hand_tele,
-/obj/item/beacon,
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/teleporter)
-"qaY" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 1
- },
-/obj/structure/chair/stool/directional/west,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+"qaG" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics Tank - N2"
},
-/turf/open/floor/iron,
-/area/medical/break_room)
+/turf/open/floor/engine/n2,
+/area/engine/atmos)
"qbq" = (
/obj/structure/disposalpipe/segment{
dir = 2
@@ -56824,19 +56490,17 @@
/obj/effect/landmark/xeno_spawn,
/turf/open/floor/plating,
/area/maintenance/aft)
-"qbu" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Xenobiology Lab - Central";
- network = list("ss13","rd")
+"qby" = (
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","medbay")
},
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 4
+/obj/item/radio/intercom{
+ dir = 1;
+ pixel_x = -31;
+ pixel_y = -3
},
-/turf/open/floor/iron/dark,
-/area/science/xenobiology)
+/turf/open/floor/iron/grid/steel,
+/area/medical/patients_rooms)
"qbD" = (
/obj/structure/window/reinforced,
/obj/effect/turf_decal/stripes/line{
@@ -56848,16 +56512,6 @@
},
/turf/open/floor/iron/dark,
/area/science/xenobiology)
-"qbQ" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/main)
"qce" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -56923,6 +56577,14 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
+"qcY" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"qda" = (
/obj/machinery/firealarm{
dir = 8;
@@ -56960,6 +56622,15 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/starboard)
+"qdM" = (
+/obj/machinery/camera/autoname{
+ dir = 9
+ },
+/obj/effect/turf_decal/box/corners{
+ dir = 4
+ },
+/turf/open/floor/engine,
+/area/science/explab)
"qdO" = (
/obj/machinery/power/solar_control{
id = "forestarboard";
@@ -57119,15 +56790,6 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
-"qgf" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"qgs" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -57319,6 +56981,16 @@
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/plating/airless,
/area/space/nearstation)
+"qkp" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/iron/white,
+/area/medical/medbay/aft)
"qkt" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -57348,26 +57020,24 @@
},
/turf/open/floor/iron/white,
/area/science/explab)
-"qkD" = (
-/obj/structure/table,
-/obj/item/wirecutters,
-/obj/item/flashlight{
- pixel_x = 1;
- pixel_y = 5
+"qkK" = (
+/obj/machinery/portable_atmospherics/pump,
+/obj/structure/window/reinforced{
+ dir = 1
},
-/obj/machinery/requests_console{
- department = "Tool Storage";
- pixel_x = 30
+/obj/machinery/camera/directional/west{
+ c_tag = "Starboard Primary Hallway - Atmospherics"
},
-/obj/machinery/light{
+/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{
dir = 4
},
-/obj/machinery/camera/directional/east{
- c_tag = "Tool Storage"
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
},
-/obj/effect/turf_decal/tile/brown/half/contrasted,
-/turf/open/floor/iron,
-/area/storage/primary)
+/turf/open/floor/iron/white/corner{
+ dir = 1
+ },
+/area/hallway/primary/starboard)
"qkS" = (
/obj/structure/cable/yellow{
icon_state = "1-8"
@@ -57380,21 +57050,52 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
+"qla" = (
+/obj/structure/table,
+/obj/item/book/manual/hydroponics_pod_people,
+/obj/machinery/light,
+/obj/item/paper/guides/jobs/hydroponics,
+/obj/machinery/camera/directional/south{
+ c_tag = "Hydroponics - Foyer"
+ },
+/obj/item/radio/intercom{
+ pixel_y = -25
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/hallway/primary/central)
"qlt" = (
/obj/machinery/firealarm/directional/east,
/obj/item/kirbyplants/random,
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
+"qlu" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/turf/open/floor/iron/smooth_large,
+/area/security/brig)
"qlB" = (
/obj/structure/closet/secure_closet/genpop,
/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 1
+/obj/effect/turf_decal/tile/dark_red/half{
+ dir = 4
},
-/turf/open/floor/iron,
+/turf/open/floor/iron/smooth_half,
/area/security/prison)
+"qlJ" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"qlX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -57433,6 +57134,24 @@
/obj/effect/turf_decal/tile/green/half/contrasted,
/turf/open/floor/iron,
/area/hallway/primary/central)
+"qnn" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Port Primary Hallway - Middle"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/port)
"qno" = (
/obj/structure/showcase/cyborg/old{
dir = 4;
@@ -57449,6 +57168,16 @@
/obj/structure/closet/emcloset,
/turf/open/floor/iron/dark,
/area/hallway/primary/central)
+"qnw" = (
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/trimline/black/filled/line{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/maintenance/department/science)
"qnO" = (
/obj/effect/turf_decal/tile/blue/opposingcorners{
dir = 1
@@ -57512,21 +57241,9 @@
},
/turf/open/floor/iron/dark,
/area/science/server)
-"qpa" = (
-/obj/item/radio/intercom{
- dir = 4;
- pixel_x = 27
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Mining Office"
- },
-/obj/machinery/vendor/mining,
-/obj/effect/turf_decal/tile/brown/half/contrasted,
-/turf/open/floor/iron,
-/area/quartermaster/miningoffice)
"qpd" = (
/obj/effect/landmark/event_spawn,
-/turf/open/floor/iron/white,
+/turf/open/floor/iron/white/textured_large,
/area/security/brig)
"qpf" = (
/obj/effect/turf_decal/delivery,
@@ -57543,21 +57260,6 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
-"qpp" = (
-/obj/machinery/light/small,
-/obj/machinery/camera/directional/south{
- c_tag = "MiniSat Exterior - Space Access";
- network = list("minisat")
- },
-/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/aisat)
"qpw" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/catwalk_floor/iron_dark,
@@ -57730,12 +57432,18 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/starboard/fore)
-"qtW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+"qtX" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/brig)
"qua" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -57790,32 +57498,72 @@
},
/turf/open/floor/iron,
/area/crew_quarters/fitness/recreation)
-"quO" = (
-/obj/machinery/computer/secure_data,
-/obj/machinery/computer/security/telescreen{
- desc = "Used for monitoring medbay to ensure patient safety.";
+"qvb" = (
+/obj/machinery/portable_atmospherics/canister/nitrous_oxide,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/execution/education)
+"qwe" = (
+/obj/machinery/door/airlock/security{
+ aiControlDisabled = 1;
+ id_tag = "prisonereducation";
+ name = "Prisoner Education Chamber";
+ req_access_txt = "3"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
+"qwo" = (
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2,
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/turf/open/floor/iron/smooth_large,
+/area/security/brig)
+"qwJ" = (
+/obj/machinery/power/apc{
+ areastring = "/area/hydroponics/garden";
dir = 4;
- name = "Medbay Monitor";
- network = list("medbay");
- pixel_x = 1;
- pixel_y = 32
+ name = "Garden APC";
+ pixel_x = 24
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
},
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
-"qvu" = (
-/obj/item/storage/secure/safe{
- name = "armory safe A";
- pixel_x = 6;
- pixel_y = 28
+/obj/machinery/disposal/bin,
+/obj/machinery/camera/directional/east{
+ c_tag = "Garden"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
+/obj/structure/disposalpipe/trunk{
+ dir = 8
},
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted,
+/turf/open/floor/iron,
+/area/hydroponics/garden)
"qwQ" = (
/obj/machinery/door/airlock{
name = "Theatre Backstage";
@@ -57842,15 +57590,15 @@
},
/turf/open/floor/iron,
/area/engine/engineering)
-"qxk" = (
-/obj/machinery/light_switch{
- pixel_y = 26
+"qxo" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/tile/red{
- dir = 4
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
},
-/turf/open/floor/iron,
-/area/security/brig)
+/area/security/checkpoint/medical)
"qxs" = (
/obj/effect/turf_decal/trimline/blue/filled/corner{
dir = 8
@@ -57908,22 +57656,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
-"qye" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"qyx" = (
/obj/structure/cable/yellow{
icon_state = "1-8"
@@ -58018,15 +57750,6 @@
"qAa" = (
/turf/closed/wall,
/area/science/mixing)
-"qAn" = (
-/obj/machinery/camera/autoname{
- dir = 10;
- network = list("ss13","medbay")
- },
-/obj/structure/table/reinforced,
-/obj/item/storage/crayons,
-/turf/open/floor/prison,
-/area/security/prison)
"qAu" = (
/obj/machinery/door/poddoor/preopen{
id = "Prisongate";
@@ -58188,9 +57911,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/plating,
/area/maintenance/port)
-"qCo" = (
-/turf/open/floor/iron,
-/area/security/main)
"qCp" = (
/obj/effect/turf_decal/tile/neutral,
/obj/machinery/light_switch{
@@ -58199,6 +57919,16 @@
},
/turf/open/floor/iron,
/area/crew_quarters/locker)
+"qCw" = (
+/obj/machinery/photocopier,
+/obj/machinery/camera/directional/east{
+ c_tag = "Law Office"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
"qCC" = (
/obj/machinery/dna_scannernew,
/obj/effect/turf_decal/stripes/end,
@@ -58218,6 +57948,16 @@
},
/turf/open/floor/iron,
/area/medical/break_room)
+"qCZ" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/iron/grid/steel,
+/area/medical/virology)
"qDn" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -58249,23 +57989,6 @@
},
/turf/open/floor/catwalk_floor,
/area/maintenance/solars/starboard/aft)
-"qDN" = (
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "MiniSat - Antechamber";
- network = list("minisat")
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/obj/machinery/light_switch{
- pixel_x = -22;
- pixel_y = -8
- },
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/aisat_interior)
"qDP" = (
/obj/machinery/navbeacon{
codes_txt = "patrol;next_patrol=14-Starboard-Central";
@@ -58280,19 +58003,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/starboard)
-"qEf" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/landmark/start/security_officer,
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/turf/open/floor/iron,
-/area/security/main)
-"qEq" = (
-/obj/structure/closet/secure_closet/lethalshots,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"qEw" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 5
@@ -58346,24 +58056,6 @@
},
/turf/open/floor/grass,
/area/science/xenobiology)
-"qEV" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/structure/sink{
- dir = 4;
- pixel_x = 11
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/purple/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron/white,
-/area/science/research)
"qFC" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -58371,6 +58063,23 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/starboard)
+"qFH" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/light_switch{
+ pixel_y = -26
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Fitness Room - Aft"
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/crew_quarters/fitness/recreation)
"qFQ" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -27
@@ -58420,6 +58129,21 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/port)
+"qGu" = (
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/shower{
+ layer = 4;
+ name = "emergency shower";
+ pixel_y = 7
+ },
+/obj/effect/turf_decal/stripes/end,
+/turf/open/floor/noslip/white,
+/area/medical/patients_rooms)
"qGx" = (
/obj/machinery/newscaster,
/turf/closed/wall,
@@ -58438,20 +58162,6 @@
},
/turf/open/floor/iron,
/area/construction/mining/aux_base)
-"qGM" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 28
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"qGT" = (
/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/closed/wall/r_wall,
@@ -58460,6 +58170,14 @@
/obj/machinery/chem_dispenser,
/turf/open/floor/iron,
/area/medical/chemistry)
+"qHn" = (
+/obj/structure/chair,
+/obj/machinery/computer/security/telescreen/interrogation{
+ dir = 1;
+ pixel_y = -30
+ },
+/turf/open/floor/carpet/royalblack,
+/area/security/main)
"qHo" = (
/obj/machinery/porta_turret/ai,
/obj/machinery/flasher{
@@ -58469,13 +58187,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/ai)
-"qHw" = (
-/obj/structure/rack,
-/obj/item/storage/box/sec_barricades,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/item/survivalcapsule/capsule_checkpoint,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"qHC" = (
/obj/machinery/firealarm{
pixel_y = 24
@@ -58515,6 +58226,25 @@
/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2,
/turf/open/floor/plating,
/area/maintenance/starboard)
+"qIi" = (
+/obj/structure/sign/warning/nosmoking{
+ pixel_y = 32
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Research Division Hallway - Central";
+ network = list("ss13","rd")
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 1
+ },
+/turf/open/floor/iron/white,
+/area/science/research)
"qIv" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
@@ -58534,12 +58264,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
-"qIx" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/main)
"qIR" = (
/obj/machinery/door/firedoor,
/obj/effect/turf_decal/delivery,
@@ -58624,27 +58348,21 @@
},
/turf/open/floor/plating/airless,
/area/space/nearstation)
-"qKX" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4"
+"qKV" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/tile/red{
+/obj/machinery/light{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/loading_area{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/green/visible{
+ dir = 1
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
},
-/turf/open/floor/iron,
-/area/security/brig)
+/turf/open/floor/engine,
+/area/engine/engineering)
"qLa" = (
/obj/machinery/atmospherics/pipe/simple/orange/visible,
/obj/machinery/meter,
@@ -58684,22 +58402,6 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
-"qMo" = (
-/obj/effect/turf_decal/tile/white/half/contrasted{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/machinery/camera/autoname/directional/east{
- network = list("ss13","medbay")
- },
-/turf/open/floor/iron,
-/area/medical/chemistry)
"qMu" = (
/obj/structure/table,
/obj/item/storage/box/bodybags{
@@ -58757,15 +58459,6 @@
},
/turf/open/floor/iron,
/area/engine/engineering)
-"qNj" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"qNn" = (
/obj/machinery/computer/station_alert,
/obj/structure/sign/map/right{
@@ -58776,6 +58469,16 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/engine/engineering)
+"qNw" = (
+/obj/structure/filingcabinet/employment,
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/lawoffice)
"qNB" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -58795,6 +58498,22 @@
/obj/machinery/holopad,
/turf/open/floor/iron,
/area/hallway/primary/central)
+"qNL" = (
+/obj/item/radio/intercom{
+ dir = 4;
+ pixel_x = 27
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/science/research)
"qOu" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -58834,6 +58553,16 @@
},
/turf/open/floor/plating,
/area/maintenance/port)
+"qOI" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"qOU" = (
/obj/structure/table/reinforced,
/obj/machinery/microwave{
@@ -58884,6 +58613,23 @@
},
/turf/open/floor/iron/white,
/area/science/mixing)
+"qPL" = (
+/obj/machinery/door/airlock/security{
+ name = "Court Cell";
+ req_access_txt = "63"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/courtroom)
"qPP" = (
/obj/effect/decal/cleanable/blood/old,
/obj/structure/closet,
@@ -58904,6 +58650,19 @@
/obj/item/kirbyplants/random,
/turf/open/floor/iron/white,
/area/medical/surgery)
+"qPS" = (
+/obj/machinery/camera/directional/west{
+ c_tag = "AI Chamber - Port";
+ network = list("aicore")
+ },
+/obj/structure/showcase/cyborg/old{
+ dir = 4;
+ pixel_x = -9;
+ pixel_y = 2
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/ai)
"qQL" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 5
@@ -58914,20 +58673,6 @@
},
/turf/open/floor/iron/dark,
/area/science/xenobiology)
-"qQS" = (
-/obj/effect/landmark/start/cyborg,
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera/directional/north{
- c_tag = "AI Upload Foyer";
- network = list("aiupload")
- },
-/obj/machinery/airalarm/directional/north{
- pixel_y = 26
- },
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/ai_upload_foyer)
"qRl" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
@@ -59010,6 +58755,14 @@
dir = 1
},
/area/hallway/secondary/entry)
+"qSK" = (
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/main)
"qSX" = (
/obj/structure/cable/yellow{
icon_state = "2-4"
@@ -59039,6 +58792,28 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron,
/area/ai_monitored/storage/eva)
+"qTf" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 4;
+ sortType = 7
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/main)
"qTg" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/stripes/line{
@@ -59090,19 +58865,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat/foyer)
-"qUk" = (
-/obj/structure/table/reinforced,
-/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
- dir = 1
- },
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","medbay")
- },
-/obj/item/storage/backpack/duffelbag/med/implant{
- pixel_y = 4
- },
-/turf/open/floor/iron/white,
-/area/medical/surgery)
"qUm" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/chair/stool,
@@ -59120,6 +58882,18 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/hydroponics)
+"qUA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"qUD" = (
/obj/structure/cable{
icon_state = "1-4"
@@ -59190,19 +58964,32 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark/smooth_large,
/area/maintenance/disposal/incinerator)
-"qVS" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Arrivals - Middle Arm"
+"qVZ" = (
+/obj/structure/closet/secure_closet/genpop,
+/obj/machinery/camera/directional/north{
+ network = list("minisat")
},
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/machinery/light{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/obj/effect/turf_decal/tile/dark_red/half{
dir = 4
},
-/turf/open/floor/iron,
-/area/hallway/secondary/entry)
+/turf/open/floor/iron/smooth_half,
+/area/security/prison)
+"qWb" = (
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/structure/table/reinforced,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/customs)
"qWp" = (
/obj/machinery/holopad,
/obj/machinery/flasher{
@@ -59223,21 +59010,6 @@
/obj/effect/spawner/randomvend/cola,
/turf/open/floor/iron/dark,
/area/bridge)
-"qWR" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/open/floor/iron,
-/area/security/brig)
"qWU" = (
/obj/structure/chair/stool/bar,
/obj/machinery/digital_clock/directional/east,
@@ -59248,19 +59020,6 @@
/mob/living/simple_animal/hostile/retaliate/goose/vomit,
/turf/open/floor/iron,
/area/maintenance/starboard/fore)
-"qXd" = (
-/obj/structure/table/wood,
-/obj/item/stack/package_wrap,
-/obj/item/stack/package_wrap,
-/obj/item/gun/ballistic/shotgun/doublebarrel,
-/obj/machinery/camera/directional/north{
- c_tag = "Bar - Backroom"
- },
-/obj/structure/sink/kitchen{
- pixel_y = 28
- },
-/turf/open/floor/wood/big,
-/area/crew_quarters/bar)
"qXs" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/stripes/line{
@@ -59308,36 +59067,40 @@
},
/turf/open/floor/iron/dark,
/area/engine/engineering)
-"qYh" = (
-/obj/machinery/airalarm/all_access{
- dir = 4;
- pixel_x = 24
+"qYn" = (
+/obj/effect/turf_decal/siding/dark{
+ dir = 4
},
-/obj/structure/chair/stool{
- pixel_y = 8
+/obj/effect/turf_decal/siding/dark{
+ dir = 8
},
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/general/visible,
-/turf/open/floor/iron/dark/smooth_large,
-/area/maintenance/disposal/incinerator)
+/obj/effect/turf_decal/trimline/red/line{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
+"qYC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/siding/dark{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/dark{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/red/line{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
"qYD" = (
/obj/item/radio/intercom{
pixel_x = 26
},
/turf/closed/wall/r_wall,
/area/security/main)
-"qYG" = (
-/obj/machinery/camera/autoname/directional/west,
-/obj/structure/rack,
-/obj/item/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = -1
- },
-/obj/effect/turf_decal/tile/brown/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/storage/primary)
"qYK" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -59373,6 +59136,33 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
+"qZa" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
+"qZe" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Arrivals - Aft Arm"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/iron/white/corner,
+/area/hallway/secondary/entry)
"qZh" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -59401,6 +59191,27 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat_interior)
+"qZr" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 8
+ },
+/area/security/main)
"qZA" = (
/obj/item/assembly/prox_sensor,
/obj/structure/cable/yellow{
@@ -59533,6 +59344,18 @@
/obj/effect/turf_decal/tile/purple,
/turf/open/floor/iron,
/area/hallway/primary/central)
+"rbu" = (
+/obj/structure/filingcabinet,
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 30
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 8
+ },
+/area/security/checkpoint/supply)
"rbC" = (
/obj/machinery/computer/security/telescreen/entertainment{
pixel_x = 30
@@ -59647,16 +59470,6 @@
/obj/effect/turf_decal/tile/green/anticorner/contrasted,
/turf/open/floor/iron,
/area/hydroponics)
-"rcZ" = (
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/obj/structure/table/reinforced,
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/supply)
"rdt" = (
/obj/machinery/door/airlock/maintenance{
req_one_access_txt = "12;47"
@@ -59675,25 +59488,20 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
-"rdN" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/obj/item/pen{
- pixel_x = 1;
- pixel_y = 9
+"rdB" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
},
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
+/obj/machinery/camera/directional/west{
+ c_tag = "Dormitories - Aft"
},
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
},
/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
+/area/crew_quarters/dorms)
"rdQ" = (
/turf/closed/wall/r_wall,
/area/security/checkpoint/medical)
@@ -59708,10 +59516,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/central)
-"rep" = (
-/obj/structure/chair/stool/directional/west,
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
"reP" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -59728,22 +59532,25 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/department/medical/central)
-"rfH" = (
-/obj/machinery/power/apc/highcap/ten_k{
- areastring = "/area/security/brig";
- name = "Brig APC";
- pixel_y = -24
+"rgC" = (
+/obj/structure/sign/poster/official/suit_sensors{
+ pixel_x = -32;
+ pixel_y = 1
},
-/obj/structure/cable/yellow,
-/obj/effect/turf_decal/tile/red/half/contrasted{
+/obj/machinery/light{
dir = 8
},
-/turf/open/floor/iron,
-/area/security/brig)
-"rfN" = (
-/obj/structure/table,
-/turf/open/floor/iron/dark,
-/area/security/brig)
+/obj/machinery/computer/med_data{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
+ dir = 1
+ },
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron/white,
+/area/medical/medbay/central)
"rgM" = (
/obj/machinery/door/airlock/maintenance{
name = "Cargo Bay Maintenance";
@@ -59760,6 +59567,23 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
+"rhj" = (
+/obj/machinery/light,
+/obj/effect/turf_decal/tile/blue/half/contrasted{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/iron/white,
+/area/medical/medbay/lobby)
"rhq" = (
/obj/structure/table/wood,
/obj/item/storage/crayons{
@@ -59793,34 +59617,6 @@
},
/turf/open/floor/iron/white,
/area/science/research)
-"rhP" = (
-/obj/machinery/door/airlock/security/glass{
- name = "Security Office";
- req_one_access_txt = "1;4"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/open/floor/iron,
-/area/security/brig)
-"rhX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/brig)
"rih" = (
/obj/structure/railing{
dir = 4
@@ -59843,26 +59639,31 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/starboard/secondary)
-"riC" = (
-/obj/item/storage/secure/briefcase,
-/obj/item/storage/firstaid/regular,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 1
- },
-/obj/structure/table/glass,
-/obj/machinery/airalarm/directional/west,
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","medbay")
- },
-/turf/open/floor/iron/white,
-/area/crew_quarters/heads/cmo)
"rjv" = (
/obj/effect/turf_decal/numbers/two_nine,
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
+"rjy" = (
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_corner,
+/area/security/brig)
+"rjz" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Engineering - Entrance"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 6
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/engine/engineering)
"rjC" = (
/obj/machinery/microwave{
pixel_y = 4
@@ -59878,22 +59679,6 @@
},
/turf/open/floor/iron/white,
/area/science/xenobiology)
-"rjH" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Research Division Testing Range";
- network = list("ss13","rd")
- },
-/obj/structure/chair/stool/directional/west,
-/obj/structure/sign/poster/contraband/random{
- pixel_y = -32
- },
-/obj/effect/landmark/start/exploration,
-/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/science/shuttledock)
"rjI" = (
/obj/machinery/light{
dir = 4
@@ -59904,6 +59689,16 @@
/obj/effect/turf_decal/tile/purple,
/turf/open/floor/iron,
/area/hallway/primary/aft)
+"rjO" = (
+/obj/item/folder,
+/obj/item/folder,
+/obj/machinery/camera/autoname/directional/south,
+/obj/structure/table/wood,
+/obj/item/taperecorder,
+/obj/item/tape,
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood,
+/area/library)
"rkd" = (
/obj/machinery/light/small{
dir = 4
@@ -60004,22 +59799,6 @@
},
/turf/open/floor/iron,
/area/science/mixing)
-"rma" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/open/floor/iron/white,
-/area/medical/medbay/central)
"rmb" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -60035,17 +59814,6 @@
},
/turf/open/floor/iron,
/area/engine/break_room)
-"rmt" = (
-/obj/machinery/power/apc/highcap/five_k{
- areastring = "/area/security/main";
- dir = 4;
- name = "Security Office APC";
- pixel_x = 24
- },
-/obj/structure/cable/yellow,
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/turf/open/floor/iron,
-/area/security/main)
"rmK" = (
/obj/effect/turf_decal/siding/wood/corner{
dir = 1
@@ -60079,34 +59847,6 @@
/obj/structure/bodycontainer/morgue,
/turf/open/floor/plating,
/area/medical/morgue)
-"rnE" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/open/floor/iron,
-/area/security/main)
-"rop" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera/directional/east{
- c_tag = "MiniSat Exterior - Fore Port";
- network = list("minisat")
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/turf/open/floor/iron/dark,
-/area/aisat)
"ror" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -60151,56 +59891,29 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
-"rph" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Research Division Hallway - Mech Bay";
- network = list("ss13","rd")
- },
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 8
- },
-/turf/open/floor/iron/white,
-/area/science/research)
"rpu" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 4
},
/turf/open/floor/iron,
/area/science/storage)
-"rpT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
+"rpv" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
},
-/turf/open/floor/iron,
+/turf/open/floor/iron/dark/smooth_large,
/area/security/brig)
-"rqb" = (
-/obj/machinery/camera/autoname/directional/west,
-/obj/item/book/manual/hydroponics_pod_people,
-/obj/item/paper/guides/jobs/hydroponics,
-/obj/machinery/requests_console{
- department = "Hydroponics";
- departmentType = 2;
- pixel_x = -31;
- pixel_y = -2
+"rpG" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
},
-/obj/structure/table/glass,
-/obj/item/wrench,
-/obj/effect/turf_decal/tile/green/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/hydroponics)
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/corner{
+ dir = 1
+ },
+/area/hallway/primary/starboard)
"rqt" = (
/obj/structure/disposalpipe/segment{
dir = 10
@@ -60222,23 +59935,6 @@
},
/turf/open/floor/iron,
/area/science/robotics/lab)
-"rqv" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/engineering)
"rqQ" = (
/obj/structure/reflector/box/anchored{
dir = 8
@@ -60490,23 +60186,27 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
+"ruO" = (
+/obj/machinery/vending/wallmed{
+ pixel_x = -1;
+ pixel_y = -32
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 4
+ },
+/area/security/checkpoint/medical)
"ruP" = (
/obj/effect/turf_decal/siding/white{
dir = 1
},
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
-"rvd" = (
-/obj/item/storage/crayons,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/structure/table/wood,
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
- },
-/turf/open/floor/carpet/grimy,
-/area/chapel/office)
"rvh" = (
/obj/effect/turf_decal/tile/blue/half/contrasted{
dir = 1
@@ -60617,14 +60317,6 @@
},
/turf/open/floor/iron/checker,
/area/crew_quarters/kitchen)
-"rxn" = (
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
-/obj/structure/cable/yellow,
-/turf/open/floor/iron,
-/area/engine/break_room)
"rxo" = (
/obj/structure/rack,
/obj/effect/spawner/lootdrop/maintenance,
@@ -60689,6 +60381,9 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/maintenance/department/science)
+"ryP" = (
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"ryZ" = (
/obj/effect/turf_decal/tile/neutral,
/obj/structure/extinguisher_cabinet{
@@ -60746,6 +60441,26 @@
/obj/machinery/light/small,
/turf/open/floor/iron,
/area/medical/medbay/central)
+"rAS" = (
+/obj/structure/table,
+/obj/item/radio/intercom{
+ dir = 4;
+ pixel_y = 29
+ },
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/engineering)
+"rBa" = (
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/execution/education)
"rBi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 8
@@ -60816,6 +60531,21 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/aisat)
+"rCU" = (
+/obj/machinery/light/small,
+/obj/machinery/camera/directional/south{
+ c_tag = "MiniSat Exterior - Space Access";
+ network = list("minisat")
+ },
+/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/aisat)
"rDe" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -60864,14 +60594,18 @@
},
/turf/open/floor/plating,
/area/maintenance/disposal)
-"rDW" = (
-/obj/effect/turf_decal/tile/red{
- dir = 4
+"rDV" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron,
-/area/security/brig)
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/siding/dark{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/hos)
"rDY" = (
/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/closed/wall,
@@ -60917,10 +60651,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
-"rEE" = (
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/security/main)
"rEG" = (
/obj/machinery/light/small{
brightness = 3;
@@ -60928,6 +60658,18 @@
},
/turf/open/floor/iron/freezer,
/area/security/prison)
+"rEI" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Council Chamber"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/status_display/ai{
+ pixel_y = 32
+ },
+/turf/open/floor/iron/dark,
+/area/bridge)
"rEJ" = (
/mob/living/carbon/monkey,
/obj/structure/window/reinforced{
@@ -60987,6 +60729,13 @@
},
/turf/open/floor/carpet/blue,
/area/crew_quarters/heads/hop)
+"rFe" = (
+/obj/machinery/light/small,
+/obj/machinery/camera/directional/west{
+ c_tag = "Auxilary Restrooms"
+ },
+/turf/open/floor/plating,
+/area/crew_quarters/toilet/auxiliary)
"rFh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -61022,6 +60771,25 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"rFL" = (
+/obj/machinery/computer/crew,
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ name = "Medbay RC";
+ pixel_y = 31
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 32;
+ pixel_y = 31
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 8
+ },
+/area/security/checkpoint/medical)
"rFX" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -61072,21 +60840,6 @@
},
/turf/open/floor/wood,
/area/library)
-"rHx" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/green/visible{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
"rHy" = (
/obj/structure/cable/yellow{
icon_state = "1-8"
@@ -61101,6 +60854,15 @@
},
/turf/open/floor/iron/dark,
/area/engine/gravity_generator)
+"rHN" = (
+/obj/machinery/holopad,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_edge{
+ dir = 1
+ },
+/area/security/brig)
"rId" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -61203,6 +60965,18 @@
},
/turf/open/floor/iron/dark,
/area/bridge)
+"rKg" = (
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/machinery/holopad,
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/turf/open/floor/iron,
+/area/engine/gravity_generator)
"rKA" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/obj/effect/turf_decal/tile/green/half/contrasted,
@@ -61299,19 +61073,6 @@
/obj/machinery/airalarm/directional/north,
/turf/open/floor/iron,
/area/medical/patients_rooms)
-"rMk" = (
-/obj/effect/turf_decal/tile/neutral{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/open/floor/iron,
-/area/medical/break_room)
"rMo" = (
/obj/structure/cable{
icon_state = "0-8"
@@ -61322,10 +61083,19 @@
/obj/machinery/power/smes,
/turf/open/floor/iron,
/area/maintenance/solars/port/fore)
-"rMU" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
+"rMC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/brig)
+"rMU" = (
/obj/structure/bed/roller,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -61333,7 +61103,10 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 8
},
-/turf/open/floor/iron/white,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/white/smooth_half,
/area/security/brig)
"rMV" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
@@ -61342,21 +61115,6 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat/foyer)
-"rNi" = (
-/obj/item/paper_bin{
- pixel_x = 1;
- pixel_y = 9
- },
-/obj/item/pen,
-/obj/structure/table/reinforced,
-/obj/machinery/camera/directional/south{
- c_tag = "Security Post - Cargo"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/supply)
"rNl" = (
/obj/effect/landmark/blobstart,
/turf/open/floor/iron,
@@ -61569,6 +61327,27 @@
},
/turf/open/floor/iron,
/area/science/mixing)
+"rQT" = (
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_x = -1;
+ pixel_y = 5
+ },
+/obj/item/pen,
+/obj/machinery/newscaster{
+ pixel_x = 30
+ },
+/obj/machinery/light_switch{
+ pixel_x = -7;
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 8
+ },
+/area/security/checkpoint/engineering)
"rRr" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 8
@@ -61600,6 +61379,22 @@
},
/turf/open/floor/iron,
/area/gateway)
+"rRF" = (
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 8
+ },
+/area/security/brig)
"rRG" = (
/obj/machinery/announcement_system,
/turf/open/floor/carpet/grimy,
@@ -61670,19 +61465,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
-"rSX" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/obj/structure/chair{
- dir = 4
- },
-/obj/machinery/newscaster{
- pixel_x = -31;
- pixel_y = 1
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"rTo" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -61709,6 +61491,25 @@
},
/turf/open/floor/iron,
/area/quartermaster/qm)
+"rTC" = (
+/obj/structure/table,
+/obj/item/folder/red,
+/obj/item/storage/secure/briefcase,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
+"rTE" = (
+/obj/machinery/light_switch{
+ pixel_x = 28
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Chapel Office"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/turf/open/floor/carpet/grimy,
+/area/chapel/office)
"rTS" = (
/obj/machinery/power/terminal{
dir = 1
@@ -61748,10 +61549,6 @@
},
/turf/open/floor/iron,
/area/engine/break_room)
-"rUd" = (
-/obj/structure/chair/stool/directional/south,
-/turf/open/floor/iron,
-/area/crew_quarters/locker)
"rUe" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -61767,17 +61564,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/starboard)
-"rUn" = (
-/obj/structure/closet/secure_closet/engineering_chief,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/crew_quarters/heads/chief)
"rUo" = (
/obj/item/radio/intercom{
pixel_y = -29
@@ -61807,30 +61593,28 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/port/fore)
-"rUL" = (
-/obj/item/radio/intercom{
- pixel_y = 21
+"rUB" = (
+/obj/structure/chair/stool/directional/west,
+/obj/effect/landmark/start/scientist,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
},
+/turf/open/floor/iron,
+/area/science/mixing)
+"rUK" = (
+/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Club - Fore"
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 4
},
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/bar)
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/iron,
+/area/engine/engineering)
"rVC" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -61847,6 +61631,19 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/crew_quarters/dorms)
+"rVN" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Xenobiology Lab - Central";
+ network = list("ss13","rd")
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/science/xenobiology)
"rVZ" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -61873,10 +61670,13 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
-"rWg" = (
-/obj/effect/turf_decal/tile/red/anticorner/contrasted,
-/turf/open/floor/iron,
-/area/security/main)
+"rWf" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/execution/education)
"rWA" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 8
@@ -61895,24 +61695,6 @@
},
/turf/open/floor/iron,
/area/maintenance/aft)
-"rWC" = (
-/obj/machinery/status_display/evac{
- pixel_y = 32
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Courtroom"
- },
-/obj/structure/chair/fancy{
- name = "Judge"
- },
-/obj/effect/turf_decal/tile/blue/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/courtroom)
"rWG" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -61986,18 +61768,6 @@
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/tcommsat/server)
-"rXp" = (
-/obj/machinery/button/flasher{
- id = "holdingflash";
- pixel_y = -26;
- req_access_txt = "1"
- },
-/obj/effect/landmark/event_spawn,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/brig)
"rXW" = (
/obj/machinery/door/airlock/maintenance{
name = "Crematorium Maintenance";
@@ -62037,6 +61807,23 @@
},
/turf/open/floor/iron/dark/corner,
/area/engine/storage_shared)
+"rYo" = (
+/obj/machinery/camera/motion/directional/east{
+ c_tag = "E.V.A. Storage"
+ },
+/obj/machinery/requests_console{
+ department = "EVA";
+ pixel_x = 32
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/iron,
+/area/ai_monitored/storage/eva)
"rYM" = (
/obj/structure/table/wood,
/obj/item/paper_bin{
@@ -62096,6 +61883,18 @@
},
/turf/open/floor/circuit/telecomms,
/area/maintenance/department/science/xenobiology)
+"sag" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/fore)
"sah" = (
/obj/machinery/door/airlock/maintenance{
req_access_txt = "12"
@@ -62137,37 +61936,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
-"saH" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/obj/structure/rack,
-/obj/item/storage/fancy/donut_box,
-/obj/item/beacon/nettingportal,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/effect/loot_jobscale/armoury/dragnet,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
-"sbc" = (
-/obj/machinery/airalarm/directional/north{
- pixel_y = 28
- },
-/obj/structure/closet/secure_closet/personal,
-/obj/item/storage/secure/briefcase,
-/obj/effect/turf_decal/tile/brown/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/vacant_room/commissary)
-"sbf" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"sbE" = (
/obj/machinery/power/apc{
areastring = "/area/hallway/primary/port";
@@ -62213,29 +61981,32 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
-"sbY" = (
-/obj/structure/barricade/wooden,
-/turf/open/floor/plating,
-/area/maintenance/aft)
-"scy" = (
-/obj/machinery/power/apc/highcap/five_k{
- areastring = "/area/security/warden";
- dir = 8;
- name = "Brig Control APC";
- pixel_x = -1;
- pixel_y = 24
+"sbW" = (
+/obj/item/tank/internals/oxygen/red{
+ pixel_x = -4;
+ pixel_y = -1
},
-/obj/structure/cable/yellow{
- icon_state = "0-4"
+/obj/item/tank/internals/oxygen/red{
+ pixel_x = 4;
+ pixel_y = -1
},
-/obj/structure/cable/yellow{
- icon_state = "0-2"
+/obj/item/tank/internals/anesthetic{
+ pixel_x = 2
},
-/obj/structure/cable/yellow{
- icon_state = "0-8"
+/obj/item/storage/toolbox/mechanical,
+/obj/item/clothing/mask/gas,
+/obj/item/clothing/mask/gas,
+/obj/structure/closet/crate{
+ opened = 1
},
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
+/obj/item/wrench,
+/obj/machinery/atmospherics/pipe/manifold/general/visible,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/execution/education)
+"sbY" = (
+/obj/structure/barricade/wooden,
+/turf/open/floor/plating,
+/area/maintenance/aft)
"scT" = (
/obj/machinery/door/poddoor{
id = "toxinsdriver";
@@ -62274,21 +62045,6 @@
},
/turf/open/floor/iron,
/area/science/robotics/mechbay)
-"sdg" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/main)
"sdi" = (
/obj/structure/reagent_dispensers/water_cooler,
/obj/effect/turf_decal/trimline/black/filled/line{
@@ -62303,6 +62059,20 @@
/obj/machinery/processor,
/turf/open/floor/iron/checker,
/area/crew_quarters/kitchen)
+"sdu" = (
+/obj/item/radio/intercom{
+ pixel_x = -28
+ },
+/obj/structure/table,
+/obj/item/clothing/mask/balaclava,
+/obj/item/reagent_containers/spray/cleaner{
+ pixel_x = 5
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/execution/education)
"sdw" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -62346,6 +62116,33 @@
},
/turf/open/floor/iron/showroomfloor,
/area/security/warden)
+"seq" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow,
+/turf/open/floor/iron/techmaint,
+/area/science/shuttledock)
+"sex" = (
+/obj/machinery/light_switch{
+ pixel_y = 24
+ },
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/table/wood,
+/obj/item/clothing/shoes/laceup,
+/obj/item/clothing/under/suit/black_really,
+/obj/item/clothing/glasses/sunglasses/advanced,
+/obj/machinery/camera/directional/north{
+ c_tag = "Corporate Showroom"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/bridge/showroom/corporate)
"sez" = (
/obj/machinery/light{
dir = 1
@@ -62472,6 +62269,32 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/ai_monitored/storage/eva)
+"shp" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/purple/half/contrasted{
+ dir = 8
+ },
+/turf/open/floor/iron/white,
+/area/science/research)
+"shq" = (
+/obj/machinery/light/small,
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood,
+/area/library)
"shr" = (
/obj/effect/turf_decal/tile/red/anticorner/contrasted,
/turf/open/floor/iron,
@@ -62489,19 +62312,6 @@
},
/turf/open/floor/iron/dark,
/area/aisat)
-"shH" = (
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = 32
- },
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/siding/wood/end{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/heads/hop)
"sic" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -62588,6 +62398,27 @@
},
/turf/open/floor/iron/dark,
/area/bridge)
+"sjl" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Crew Quarters Entrance"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/crew_quarters/locker)
"sjr" = (
/obj/machinery/space_heater,
/turf/open/floor/iron,
@@ -62601,12 +62432,26 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron/dark,
/area/medical/morgue)
+"sjA" = (
+/obj/structure/chair/stool/directional/west,
+/turf/open/floor/prison,
+/area/security/prison)
"sjC" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
},
/turf/open/floor/iron/dark,
/area/engine/engineering)
+"skh" = (
+/obj/structure/table,
+/obj/item/analyzer,
+/obj/item/healthanalyzer,
+/obj/machinery/camera/autoname/directional/south,
+/obj/machinery/light_switch{
+ pixel_y = -28
+ },
+/turf/open/floor/iron/dark,
+/area/storage/tech)
"skB" = (
/obj/item/radio/intercom{
pixel_x = 29
@@ -62616,21 +62461,13 @@
},
/turf/open/floor/iron/dark,
/area/science/server)
-"slo" = (
-/mob/living/simple_animal/bot/secbot{
- arrest_type = 1;
- health = 45;
- icon_state = "secbot1";
- idcheck = 1;
- name = "Sergeant-at-Armsky";
- weaponscheck = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
+"slj" = (
+/obj/structure/chair/fancy/comfy{
+ color = "#666666"
},
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/obj/effect/turf_decal/siding/dark,
/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
+/area/crew_quarters/heads/hos)
"slq" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -62640,6 +62477,15 @@
},
/turf/open/floor/iron,
/area/science/mixing)
+"slu" = (
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/turf/open/floor/iron/freezer,
+/area/crew_quarters/toilet/restrooms)
"slv" = (
/obj/machinery/advanced_airlock_controller{
dir = 4;
@@ -62680,25 +62526,11 @@
},
/turf/open/floor/wood/big,
/area/crew_quarters/bar)
-"smq" = (
-/obj/machinery/computer/security/labor,
-/obj/machinery/light{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/security/brig)
"smt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron,
/area/storage/primary)
-"smA" = (
-/obj/machinery/atmospherics/pipe/simple/general/hidden,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"smE" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -62732,6 +62564,29 @@
},
/turf/open/floor/iron,
/area/maintenance/department/science)
+"sny" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/firealarm/directional/south,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 8
+ },
+/area/security/brig)
+"snz" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Aft Primary Hallway - Fore"
+ },
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/hallway/primary/aft)
"snA" = (
/obj/machinery/status_display/supply{
pixel_y = 32
@@ -62764,30 +62619,36 @@
/obj/effect/turf_decal/tile/green/fourcorners/contrasted,
/turf/open/floor/iron,
/area/hallway/primary/central)
-"sos" = (
-/obj/item/radio/intercom{
- pixel_x = -28
- },
+"sop" = (
/obj/structure/table,
-/obj/item/clothing/mask/balaclava,
-/obj/item/reagent_containers/spray/cleaner{
- pixel_x = 5
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 28
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
+/obj/machinery/computer/med_data/laptop,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/white/smooth_half,
+/area/security/brig)
+"soM" = (
+/obj/machinery/light/small{
dir = 8
},
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
-"soL" = (
-/obj/structure/rack,
-/obj/item/storage/box/firingpins{
- pixel_x = 3;
- pixel_y = 3
+/obj/item/clothing/mask/horsehead,
+/obj/structure/table/wood,
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
},
-/obj/item/storage/box/firingpins,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron,
-/area/security/main)
+/obj/structure/sign/poster/contraband/random{
+ pixel_x = -32
+ },
+/obj/item/clothing/mask/cigarette/pipe,
+/obj/item/clothing/mask/fakemoustache,
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
"soT" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -62806,17 +62667,6 @@
},
/turf/open/floor/iron,
/area/medical/chemistry)
-"spo" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/obj/structure/table/reinforced,
-/obj/item/book/manual/wiki/security_space_law,
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","medbay")
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"spp" = (
/obj/structure/table/reinforced,
/obj/item/paper_bin{
@@ -62911,20 +62761,6 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
-"sqE" = (
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/light,
-/turf/open/floor/iron,
-/area/hallway/primary/central)
"sqH" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/grille/broken,
@@ -62943,6 +62779,9 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"sqU" = (
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/science/research)
"sqY" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable/cyan{
@@ -63083,20 +62922,51 @@
},
/turf/open/floor/iron,
/area/maintenance/port/fore)
+"ssL" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
+"ssU" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/supply)
+"ssX" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/event_spawn,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating_new/dark{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new/dark,
+/turf/open/floor/iron/dark/textured,
+/area/security/main)
"sth" = (
/obj/structure/bed/dogbed/vector,
/mob/living/simple_animal/pet/hamster/vector,
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
-"stz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/turf/open/floor/iron,
-/area/security/brig)
"stH" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -63137,13 +63007,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/maintenance/fore)
-"sub" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/maintenance/aft)
"sux" = (
/obj/structure/table/reinforced,
/obj/effect/spawner/lootdrop/maintenance,
@@ -63190,37 +63053,6 @@
"svj" = (
/turf/closed/wall,
/area/science/storage)
-"svv" = (
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
-"svG" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/mob/living/simple_animal/bot/secbot/beepsky{
- desc = "It's Officer Beepsky! Powered by a potato and a shot of whiskey, and with a sturdier reinforced chassis, too.";
- health = 45;
- maxHealth = 45;
- name = "Officer Beepsky"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/brig)
"svP" = (
/obj/structure/chair{
dir = 4;
@@ -63338,19 +63170,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/teleporter)
-"syg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"syh" = (
/obj/structure/cable/yellow{
icon_state = "2-8"
@@ -63401,15 +63220,24 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/storage)
-"syN" = (
-/obj/machinery/vending/cigarette,
-/obj/effect/turf_decal/tile/neutral,
-/obj/machinery/camera/autoname{
- dir = 6;
- network = list("ss13","medbay")
+"syD" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Auxillary Base Construction"
+ },
+/obj/machinery/button/door{
+ id = "aux_base_shutters";
+ name = "Public Shutters Control";
+ pixel_y = -24;
+ req_one_access_txt = "72"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/yellow/half/contrasted{
+ dir = 8
},
/turf/open/floor/iron,
-/area/medical/break_room)
+/area/construction/mining/aux_base)
"syT" = (
/obj/machinery/computer/med_data/laptop{
dir = 1;
@@ -63547,19 +63375,19 @@
},
/turf/open/floor/iron/white,
/area/crew_quarters/heads/hor)
-"sCl" = (
-/obj/structure/closet/secure_closet/security/cargo,
-/obj/machinery/light_switch{
- pixel_x = -25
+"sCo" = (
+/obj/machinery/light,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
},
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
},
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 1
+/obj/machinery/camera/directional/south{
+ c_tag = "Brig - Hallway - Starboard"
},
-/turf/open/floor/iron,
-/area/security/checkpoint/supply)
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/brig)
"sCq" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27
@@ -63634,23 +63462,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
-"sEq" = (
-/obj/structure/cable/white{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/obj/effect/turf_decal/stripes/white/line{
- dir = 10
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
"sEw" = (
/obj/effect/turf_decal/stripes/line,
/obj/effect/turf_decal/stripes/line{
@@ -63675,28 +63486,25 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/plating,
/area/maintenance/fore)
-"sFk" = (
-/obj/effect/turf_decal/tile/red{
- dir = 1
+"sFE" = (
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
},
/turf/open/floor/iron,
-/area/security/brig)
-"sFB" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
+/area/hallway/primary/port)
+"sGb" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/item/radio/intercom{
+ pixel_y = -26
},
-/obj/structure/closet,
-/obj/item/crowbar,
-/obj/item/assembly/flash/handheld,
-/obj/item/radio,
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 8
+/obj/machinery/camera/directional/south{
+ c_tag = "Atmospherics - Central"
},
/turf/open/floor/iron,
-/area/security/checkpoint/customs)
+/area/engine/atmos)
"sGm" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -63745,18 +63553,6 @@
},
/turf/open/floor/iron,
/area/crew_quarters/fitness/recreation)
-"sGK" = (
-/obj/machinery/cryopod{
- dir = 4
- },
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 6
- },
-/turf/open/floor/iron/showroomfloor,
-/area/crew_quarters/cryopods)
"sGO" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -63800,6 +63596,13 @@
/obj/machinery/portable_atmospherics/canister/plasma,
/turf/open/floor/carpet/grimy,
/area/tcommsat/computer)
+"sHC" = (
+/obj/structure/chair/office{
+ dir = 4
+ },
+/obj/effect/landmark/start/depsec/engineering,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/engineering)
"sIb" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -63813,9 +63616,8 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 1
},
-/obj/effect/turf_decal/tile/red/half/contrasted,
/obj/structure/disposalpipe/segment,
-/turf/open/floor/iron,
+/turf/open/floor/iron/smooth_large,
/area/security/prison)
"sIi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -63902,12 +63704,6 @@
},
/turf/open/floor/iron,
/area/science/research)
-"sJj" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
"sJB" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -63918,6 +63714,25 @@
},
/turf/open/floor/iron,
/area/hallway/primary/starboard)
+"sJM" = (
+/obj/item/screwdriver{
+ pixel_y = 10
+ },
+/obj/item/radio/off,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_y = 30
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/obj/structure/table,
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/supply)
"sJW" = (
/turf/closed/wall/mineral/plastitanium,
/area/engine/break_room)
@@ -63934,24 +63749,18 @@
/obj/effect/mapping_helpers/make_non_slip,
/turf/open/floor/iron,
/area/engine/engineering)
-"sKu" = (
+"sKv" = (
/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
+ icon_state = "4-8"
},
-/obj/machinery/camera/directional/east{
- c_tag = "Arrivals - Aft Arm"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/blue{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
},
-/turf/open/floor/iron/white/corner,
-/area/hallway/secondary/entry)
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"sKK" = (
/obj/structure/closet{
name = "Evidence Closet 4"
@@ -63959,6 +63768,18 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/security/brig)
+"sKS" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"sLu" = (
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -64023,34 +63844,17 @@
luminosity = 2
},
/area/security/nuke_storage)
-"sMr" = (
-/obj/effect/landmark/event_spawn,
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/obj/machinery/light{
- dir = 8
+"sMo" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Mech Bay";
+ network = list("ss13","rd")
},
-/turf/open/floor/iron,
-/area/security/brig)
+/turf/open/floor/circuit/green,
+/area/science/robotics/mechbay)
"sMw" = (
/obj/structure/reagent_dispensers/watertank/high,
/turf/open/floor/iron,
/area/maintenance/starboard/secondary)
-"sMC" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
-"sML" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Xenobiology Lab - Secure Pen";
- network = list("ss13","rd","xeno")
- },
-/turf/open/floor/engine,
-/area/maintenance/department/science/xenobiology)
"sMS" = (
/obj/effect/turf_decal/bot,
/obj/effect/turf_decal/siding/dark,
@@ -64127,6 +63931,19 @@
},
/turf/open/floor/iron/white,
/area/science/research)
+"sNH" = (
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/tile/neutral,
+/obj/structure/disposalpipe/segment{
+ dir = 2
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/aft)
"sNI" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -64203,25 +64020,6 @@
},
/turf/open/floor/iron/white,
/area/science/research)
-"sQx" = (
-/obj/machinery/door/airlock/security{
- name = "Interrogation";
- req_access_txt = "63"
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/security/brig)
"sQP" = (
/obj/effect/turf_decal/tile/white/half/contrasted{
dir = 1
@@ -64385,15 +64183,30 @@
},
/turf/open/floor/iron,
/area/engine/break_room)
-"sSD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+"sSA" = (
+/obj/structure/closet/bombcloset/security,
+/obj/effect/turf_decal/bot_white,
+/turf/open/floor/iron/tech/grid,
+/area/security/main)
+"sSS" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/machinery/power/apc{
+ areastring = "/area/crew_quarters/kitchen";
+ name = "Kitchen APC";
+ pixel_y = -24
},
-/turf/open/floor/iron,
-/area/security/brig)
+/obj/structure/cable/yellow,
+/obj/structure/rack,
+/obj/item/storage/box/donkpockets,
+/obj/item/stack/package_wrap,
+/obj/item/book/manual/chef_recipes{
+ pixel_x = 2;
+ pixel_y = 6
+ },
+/turf/open/floor/iron/checker,
+/area/crew_quarters/kitchen)
"sST" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -64406,19 +64219,15 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
-"sTu" = (
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/effect/turf_decal/tile/neutral,
+"sTy" = (
/obj/structure/disposalpipe/segment{
- dir = 2
+ dir = 6
},
-/obj/machinery/light{
- dir = 4
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/turf/open/floor/iron,
-/area/hallway/primary/aft)
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"sTS" = (
/obj/effect/turf_decal/tile/green/fourcorners/contrasted,
/obj/structure/disposalpipe/segment{
@@ -64443,6 +64252,12 @@
broken = 1
},
/area/maintenance/port)
+"sUk" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/turf/open/floor/circuit,
+/area/ai_monitored/turret_protected/ai)
"sUv" = (
/obj/effect/turf_decal/bot,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -64469,6 +64284,25 @@
/obj/machinery/light/small,
/turf/open/floor/iron,
/area/medical/break_room)
+"sUD" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = -30
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Central Primary Hallway - Aft-Starboard Corner"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"sUJ" = (
/obj/structure/cable/yellow{
icon_state = "1-4"
@@ -64487,17 +64321,6 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
-"sUO" = (
-/mob/living/simple_animal/slime,
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Xenobiology Lab - Pen #3";
- network = list("ss13","rd","xeno")
- },
-/turf/open/floor/engine,
-/area/science/xenobiology)
"sVr" = (
/obj/machinery/button/door{
id = "kitchen";
@@ -64519,20 +64342,13 @@
},
/turf/open/floor/iron/checker,
/area/crew_quarters/kitchen)
-"sVA" = (
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/trimline/blue/filled/line{
- dir = 10
- },
-/obj/machinery/camera/autoname/directional/south{
- network = list("ss13","medbay")
- },
-/obj/item/radio/intercom{
- pixel_x = -2;
- pixel_y = -28
+"sVu" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
},
-/turf/open/floor/iron/white,
-/area/medical/medbay/aft)
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/checkpoint/engineering)
"sVF" = (
/obj/item/clothing/gloves/color/latex,
/obj/item/clothing/suit/apron/surgical,
@@ -64569,15 +64385,32 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/circuit,
/area/ai_monitored/turret_protected/ai)
-"sVZ" = (
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
+"sVU" = (
+/obj/effect/turf_decal/tile/white/half/contrasted{
dir = 1
},
-/obj/structure/table/reinforced,
-/obj/item/restraints/handcuffs,
-/obj/machinery/firealarm/directional/north,
-/obj/item/radio/off,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/machinery/camera/autoname/directional/east{
+ network = list("ss13","medbay")
+ },
/turf/open/floor/iron,
+/area/medical/chemistry)
+"sWe" = (
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/obj/item/book/manual/wiki/security_space_law,
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron/dark/smooth_half,
/area/security/checkpoint/medical)
"sWU" = (
/obj/effect/turf_decal/trimline/purple/filled/line{
@@ -64585,16 +64418,6 @@
},
/turf/open/floor/iron/techmaint,
/area/science/shuttledock)
-"sXr" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/chair/stool/directional/west{
- pixel_x = 7;
- pixel_y = 6
- },
-/turf/open/floor/prison,
-/area/security/prison)
"sXs" = (
/obj/structure/table/wood,
/obj/item/paper_bin,
@@ -64619,6 +64442,19 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
+"sYg" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/side{
+ dir = 8
+ },
+/area/hallway/primary/aft)
"sYm" = (
/obj/machinery/door/airlock/public/glass{
name = "Primary Tool Storage"
@@ -64638,6 +64474,19 @@
},
/turf/open/floor/iron,
/area/storage/primary)
+"sYr" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/iron/dark/smooth_corner,
+/area/security/main)
"sYS" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -64646,6 +64495,56 @@
},
/turf/open/floor/iron/white,
/area/science/research)
+"sYW" = (
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Medbay - Recovery Room";
+ name = "medbay camera";
+ network = list("ss13","medbay")
+ },
+/obj/structure/sign/poster/official/cleanliness{
+ pixel_y = 32
+ },
+/turf/open/floor/iron/white,
+/area/medical/medbay/aft)
+"sZi" = (
+/obj/machinery/power/apc{
+ areastring = "/area/security/checkpoint/science/research";
+ dir = 8;
+ name = "Security Post - Research Division APC";
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 4
+ },
+/area/security/checkpoint/science/research)
+"sZq" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 1
+ },
+/obj/structure/chair/stool/directional/west,
+/turf/open/floor/iron,
+/area/medical/break_room)
+"sZI" = (
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_x = -2;
+ pixel_y = 6
+ },
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron/dark,
+/area/medical/surgery)
"sZM" = (
/obj/structure/cable/yellow{
icon_state = "2-4"
@@ -64659,40 +64558,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
-"tab" = (
-/obj/structure/table,
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_y = 30
- },
-/obj/machinery/button/door{
- id = "Biohazard";
- name = "Biohazard Shutter Control";
- pixel_x = -7;
- req_access_txt = "47"
- },
-/obj/machinery/button/door{
- desc = "A remote control switch for the research division entryway.";
- id = "ResearchExt";
- name = "Research Exterior Airlock";
- normaldoorcontrol = 1;
- pixel_x = 7;
- pixel_y = 7
- },
-/obj/machinery/button/door{
- desc = "A remote control switch for the research division entryway.";
- id = "ResearchInt";
- name = "Research Interior Airlock";
- normaldoorcontrol = 1;
- pixel_x = 7;
- pixel_y = -2
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
"taC" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -64714,6 +64579,19 @@
},
/turf/open/floor/iron/white,
/area/science/mixing)
+"taY" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "AI Chamber - Fore";
+ network = list("aicore")
+ },
+/obj/structure/showcase/cyborg/old{
+ pixel_y = 20
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/ai)
"taZ" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 4
@@ -64730,82 +64608,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/aft)
-"tbu" = (
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/brig)
-"tbE" = (
-/obj/structure/table,
-/obj/item/reagent_containers/glass/bottle/morphine{
- pixel_x = -4;
- pixel_y = 1
- },
-/obj/item/reagent_containers/glass/bottle/chloralhydrate,
-/obj/item/reagent_containers/glass/bottle/toxin{
- pixel_x = 6;
- pixel_y = 8
- },
-/obj/item/reagent_containers/glass/bottle/morphine{
- pixel_x = 5;
- pixel_y = 1
- },
-/obj/item/reagent_containers/syringe,
-/obj/item/reagent_containers/glass/bottle/facid{
- name = "fluorosulfuric acid bottle";
- pixel_x = -3;
- pixel_y = 6
- },
-/obj/item/reagent_containers/syringe{
- pixel_y = 5
- },
-/obj/item/reagent_containers/dropper,
-/obj/machinery/airalarm/all_access{
- dir = 8;
- pixel_x = -24
- },
-/obj/machinery/button/ignition{
- id = "executionburn";
- name = "Justice Ignition Switch";
- pixel_x = -25;
- pixel_y = 36
- },
-/obj/machinery/button/door{
- id = "executionfireblast";
- name = "Justice Area Lockdown";
- pixel_x = -25;
- pixel_y = 26;
- req_access_txt = "2"
- },
-/obj/item/assembly/signaler{
- pixel_x = -3;
- pixel_y = 2
- },
-/obj/machinery/button/flasher{
- id = "justiceflash";
- name = "Justice Flash Control";
- pixel_x = -36;
- pixel_y = 36;
- req_access_txt = "1"
- },
-/obj/machinery/button/door{
- id = "SecJusticeChamber";
- layer = 4;
- name = "Justice Vent Control";
- pixel_x = -36;
- pixel_y = 26;
- req_access_txt = "3"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"tbL" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -64834,21 +64636,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/command)
-"tbZ" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
"tcZ" = (
/obj/structure/sign/warning/vacuum{
pixel_x = -32
@@ -64870,6 +64657,22 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/closed/wall,
/area/science/server)
+"tdj" = (
+/obj/machinery/power/apc/highcap/ten_k{
+ areastring = "/area/bridge";
+ dir = 8;
+ name = "Bridge APC";
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow,
+/obj/machinery/camera/directional/west{
+ c_tag = "Bridge - Port"
+ },
+/obj/effect/turf_decal/tile/blue/half/contrasted{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/bridge)
"tdp" = (
/obj/effect/turf_decal/stripes/line{
dir = 4
@@ -64879,15 +64682,12 @@
},
/turf/open/floor/iron,
/area/ai_monitored/storage/eva)
-"tdu" = (
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/engine/engineering)
+"tdx" = (
+/obj/structure/closet/secure_closet/lethalshots,
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/obj/effect/turf_decal/bot_white,
+/turf/open/floor/iron/tech/grid,
+/area/ai_monitored/security/armory)
"tfc" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
@@ -64897,21 +64697,28 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"tft" = (
+"tfu" = (
/obj/structure/cable/yellow{
- icon_state = "4-8"
+ icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Central Primary Hallway - Aft-Port Corner"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/obj/machinery/light,
/turf/open/floor/iron,
-/area/security/main)
+/area/hallway/primary/central)
"tfz" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -65000,6 +64807,22 @@
},
/turf/open/floor/iron/dark,
/area/hallway/secondary/exit/departure_lounge)
+"tge" = (
+/obj/item/storage/secure/briefcase,
+/obj/item/storage/firstaid/regular,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 1
+ },
+/obj/structure/table/glass,
+/obj/machinery/airalarm/directional/west,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron/white,
+/area/crew_quarters/heads/cmo)
"tgi" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -65022,6 +64845,13 @@
/obj/effect/turf_decal/tile/brown/half/contrasted,
/turf/open/floor/iron,
/area/hallway/primary/port)
+"tgp" = (
+/obj/structure/table,
+/obj/item/folder/red,
+/obj/item/storage/fancy/cigarettes,
+/obj/item/clothing/mask/gas/sechailer,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"tgr" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -65127,10 +64957,23 @@
},
/turf/open/floor/iron/dark/corner,
/area/engine/storage_shared)
+"tiy" = (
+/obj/structure/rack,
+/obj/effect/loot_jobscale/armoury/bulletproof_vest,
+/obj/effect/loot_jobscale/armoury/bulletproof_helmet,
+/turf/open/floor/iron/dark/smooth_large,
+/area/ai_monitored/security/armory)
"tiS" = (
/obj/machinery/smartfridge/chemistry,
/turf/closed/wall/r_wall,
/area/medical/chemistry)
+"tjh" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/iron/dark/smooth_corner,
+/area/security/brig)
"tjn" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -65190,13 +65033,18 @@
"tjJ" = (
/turf/open/floor/iron,
/area/maintenance/aft)
-"tjM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/effect/turf_decal/tile/red{
- dir = 4
+"tjU" = (
+/obj/structure/table,
+/obj/item/storage/belt/utility,
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/item/storage/box/lights/mixed,
+/obj/effect/turf_decal/tile/brown/half/contrasted{
+ dir = 8
},
/turf/open/floor/iron,
-/area/security/brig)
+/area/storage/primary)
"tjY" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -65210,6 +65058,10 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
+"tkd" = (
+/obj/structure/chair/stool/bar/directional/south,
+/turf/open/floor/iron/cafeteria_red,
+/area/crew_quarters/bar)
"tkf" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -65260,6 +65112,15 @@
},
/turf/open/floor/iron/dark,
/area/chapel/main)
+"tkK" = (
+/obj/effect/turf_decal/tile/red,
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_edge{
+ dir = 1
+ },
+/area/security/brig)
"tkT" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -65310,17 +65171,12 @@
},
/turf/open/floor/iron/white/corner,
/area/hallway/secondary/entry)
-"tlO" = (
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = -32
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
+"tln" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics Tank - CO2"
},
-/obj/vehicle/ridden/secway,
-/obj/item/key/security,
-/turf/open/floor/iron,
-/area/security/main)
+/turf/open/floor/engine/co2,
+/area/engine/atmos)
"tlP" = (
/obj/machinery/disposal/bin,
/obj/effect/turf_decal/tile/blue/opposingcorners{
@@ -65434,21 +65290,22 @@
},
/turf/open/floor/plating,
/area/quartermaster/storage)
-"tnh" = (
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
+"tnk" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Central Primary Hallway - Fore"
},
-/obj/structure/cable/yellow{
- icon_state = "0-4"
+/obj/effect/turf_decal/tile/red{
+ dir = 1
},
-/obj/machinery/shower{
- layer = 4;
- name = "emergency shower";
- pixel_y = 7
+/turf/open/floor/iron,
+/area/hallway/primary/central)
+"tnp" = (
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/tile/red/anticorner,
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 1
},
-/obj/effect/turf_decal/stripes/end,
-/turf/open/floor/noslip/white,
-/area/medical/patients_rooms)
+/area/security/checkpoint/medical)
"tnr" = (
/obj/machinery/light_switch{
pixel_y = -28
@@ -65534,6 +65391,19 @@
},
/turf/open/floor/iron,
/area/hallway/primary/starboard)
+"toq" = (
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
+ },
+/mob/living/simple_animal/bot/floorbot,
+/obj/effect/turf_decal/tile/blue{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/ai_monitored/turret_protected/aisat_interior)
"toL" = (
/obj/structure/disposalpipe/segment{
dir = 9
@@ -65572,8 +65442,10 @@
/turf/open/floor/circuit,
/area/ai_monitored/turret_protected/ai)
"tpo" = (
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/turf/open/floor/iron/white,
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/white/smooth_half{
+ dir = 1
+ },
/area/security/brig)
"tpp" = (
/obj/machinery/suit_storage_unit/cmo,
@@ -65648,6 +65520,33 @@
/obj/effect/mapping_helpers/airlock/abandoned,
/turf/open/floor/plating,
/area/maintenance/aft)
+"tqF" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/siding/dark{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/hos)
+"tqG" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Departure Lounge - Starboard Aft"
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/item/radio/intercom{
+ pixel_x = 29
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/item/kirbyplants/random,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/iron,
+/area/hallway/secondary/exit/departure_lounge)
"tqQ" = (
/obj/structure/closet/secure_closet/evidence,
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
@@ -65702,6 +65601,16 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/lobby)
+"trE" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/white{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/white,
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"trH" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/door/poddoor/preopen{
@@ -65760,6 +65669,18 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/hop)
+"ttB" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/siding/dark{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
"ttF" = (
/obj/structure/flora/ausbushes/leafybush,
/obj/structure/flora/ausbushes/fullgrass,
@@ -65795,6 +65716,18 @@
/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
/turf/open/floor/iron,
/area/engine/atmos)
+"tub" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 4
+ },
+/area/security/brig)
"tuc" = (
/obj/machinery/status_display/ai{
pixel_y = 32
@@ -65854,6 +65787,22 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"tvA" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/obj/machinery/camera/autoname/directional/west,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_x = -24
+ },
+/turf/open/floor/plating,
+/area/maintenance/solars/starboard/fore)
"tvF" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -65909,6 +65858,14 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
+"twM" = (
+/obj/machinery/flasher/portable,
+/obj/effect/turf_decal/bot,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/tech/grid,
+/area/security/main)
"twN" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -65942,22 +65899,6 @@
},
/turf/open/floor/plating,
/area/maintenance/department/medical/central)
-"txa" = (
-/obj/machinery/door/airlock/security{
- name = "Court Cell";
- req_access_txt = "63"
- },
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/door/poddoor/preopen{
- id = "Secure Gate";
- name = "brig shutters"
- },
-/turf/open/floor/iron/dark,
-/area/security/brig)
"txe" = (
/obj/machinery/door/airlock{
id_tag = "Cabin2";
@@ -66068,6 +66009,16 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/port/fore)
+"tzA" = (
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Gateway - Access"
+ },
+/obj/effect/turf_decal/stripes/line,
+/turf/open/floor/iron,
+/area/gateway)
"tzE" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -66086,6 +66037,34 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
+"tAv" = (
+/obj/machinery/power/apc{
+ areastring = "/area/security/execution/education";
+ dir = 1;
+ name = "Prisoner Education Chamber APC";
+ pixel_y = 24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/structure/closet/secure_closet/injection{
+ name = "educational injections";
+ pixel_x = 2
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/execution/education)
+"tAz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth_large,
+/area/security/brig)
"tAR" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -66120,6 +66099,16 @@
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/tcommsat/server)
+"tBm" = (
+/obj/effect/turf_decal/stripes/line{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/obj/structure/chair/stool/directional/west,
+/turf/open/floor/iron,
+/area/gateway)
"tBB" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -66218,6 +66207,33 @@
},
/turf/open/floor/engine,
/area/engine/supermatter)
+"tDO" = (
+/obj/effect/turf_decal/tile/dark_red{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth_corner{
+ dir = 1
+ },
+/area/security/brig)
+"tEk" = (
+/obj/machinery/door/airlock/security{
+ name = "Court Cell";
+ req_access_txt = "63"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/door/poddoor/preopen{
+ id = "Secure Gate";
+ name = "brig shutters"
+ },
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/brig)
"tEl" = (
/obj/effect/turf_decal/stripes/line{
dir = 4;
@@ -66241,6 +66257,20 @@
},
/turf/open/floor/iron,
/area/quartermaster/office)
+"tEr" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc/auto_name/directional/west{
+ name = "Test Chamber APC";
+ pixel_x = -24
+ },
+/obj/machinery/portable_atmospherics/canister/bz,
+/turf/open/floor/iron/dark,
+/area/maintenance/department/science/xenobiology)
"tEy" = (
/obj/item/instrument/violin,
/obj/structure/table/wood,
@@ -66289,19 +66319,21 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
-"tGf" = (
-/obj/machinery/light/small{
- dir = 8
+"tFV" = (
+/obj/structure/closet/secure_closet/genpop,
+/obj/machinery/power/apc/auto_name/directional/north{
+ name = "Prison"
},
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
},
-/mob/living/simple_animal/bot/floorbot,
-/obj/effect/turf_decal/tile/blue{
- dir = 8
+/obj/effect/turf_decal/tile/dark_red{
+ dir = 1
},
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/aisat_interior)
+/turf/open/floor/iron/smooth_corner{
+ dir = 1
+ },
+/area/security/prison)
"tGg" = (
/obj/machinery/door/airlock/command{
name = "Council Chamber";
@@ -66355,6 +66387,19 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/security/brig)
+"tGU" = (
+/obj/structure/filingcabinet,
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 1
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = 30
+ },
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/turf/open/floor/iron/dark/smooth_corner,
+/area/security/checkpoint/engineering)
"tHf" = (
/obj/structure/disposalpipe/segment{
dir = 5
@@ -66397,18 +66442,6 @@
"tHn" = (
/turf/closed/wall/r_wall,
/area/science/mixing/chamber)
-"tHo" = (
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"tHs" = (
/obj/machinery/door/airlock/maintenance{
req_one_access_txt = "12;35;47;49"
@@ -66526,23 +66559,26 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/turf/open/floor/carpet/green,
/area/library)
-"tJG" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/firealarm{
- dir = 1;
- pixel_y = -24
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
+"tJt" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
},
-/turf/open/floor/iron,
-/area/security/main)
+/obj/item/clothing/under/misc/assistantformal,
+/turf/open/floor/wood,
+/area/crew_quarters/dorms)
"tKB" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/turf/open/floor/plating,
/area/maintenance/disposal)
+"tKG" = (
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/structure/cable/yellow,
+/turf/open/floor/iron,
+/area/engine/break_room)
"tKV" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -66577,14 +66613,15 @@
},
/turf/open/floor/engine,
/area/engine/supermatter)
-"tLB" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
+"tLn" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 1
},
-/obj/effect/landmark/start/security_officer,
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/security/main)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"tLJ" = (
/obj/structure/table/reinforced,
/obj/item/reagent_containers/food/condiment/saltshaker{
@@ -66647,6 +66684,19 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/aft)
+"tMw" = (
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/tile/blue/anticorner/contrasted{
+ dir = 1
+ },
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","medbay")
+ },
+/obj/item/storage/backpack/duffelbag/med/implant{
+ pixel_y = 4
+ },
+/turf/open/floor/iron/white,
+/area/medical/surgery)
"tMC" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 1
@@ -66665,6 +66715,24 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
+"tMV" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/anticorner,
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 1
+ },
+/area/security/brig)
"tMX" = (
/obj/machinery/light/small{
dir = 4
@@ -66677,6 +66745,32 @@
},
/turf/open/floor/carpet/grimy,
/area/chapel/office)
+"tNq" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating_new/dark/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating_new/dark/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/thinplating_new/dark/corner,
+/obj/effect/turf_decal/siding/thinplating_new/dark/corner{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/textured,
+/area/security/main)
"tNz" = (
/obj/effect/turf_decal/stripes/line{
dir = 4;
@@ -66776,21 +66870,59 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/command)
+"tOL" = (
+/obj/structure/table,
+/obj/item/folder/red,
+/obj/item/pen,
+/obj/effect/spawner/lootdrop/donkpockets,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"tOZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/crew_quarters/locker)
-"tPv" = (
-/obj/effect/landmark/event_spawn,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
-"tQi" = (
-/obj/structure/chair,
-/turf/open/floor/carpet/grimy,
-/area/security/main)
+"tPc" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Central Primary Hallway - Fore - AI Upload"
+ },
+/obj/structure/sign/warning/securearea{
+ desc = "A warning sign which reads 'HIGH-POWER TURRETS AHEAD'.";
+ name = "\improper HIGH-POWER TURRETS AHEAD";
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/central)
+"tPP" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/camera/directional/east{
+ c_tag = "Incinerator";
+ network = list("ss13","turbine")
+ },
+/obj/machinery/atmospherics/pipe/simple/dark/visible{
+ dir = 10
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/maintenance/disposal/incinerator)
"tQj" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -66803,6 +66935,20 @@
broken = 1
},
/area/maintenance/fore)
+"tQk" = (
+/obj/machinery/light/small,
+/obj/machinery/camera/directional/south{
+ c_tag = "Security - EVA Storage"
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/security/brig)
"tQn" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -66955,11 +67101,6 @@
},
/turf/open/floor/iron/dark,
/area/maintenance/department/science/xenobiology)
-"tTh" = (
-/obj/structure/table/reinforced,
-/obj/machinery/fax/sec,
-/turf/open/floor/iron,
-/area/security/main)
"tTD" = (
/obj/effect/turf_decal/plaque{
icon_state = "L11"
@@ -66972,6 +67113,16 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"tTJ" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/chair/stool/directional/west{
+ pixel_x = 7;
+ pixel_y = 6
+ },
+/turf/open/floor/prison,
+/area/security/prison)
"tUe" = (
/obj/machinery/light{
dir = 1
@@ -67089,6 +67240,37 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/science/shuttledock)
+"tVS" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Departure Lounge - Port Fore"
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_x = -32
+ },
+/obj/item/kirbyplants/random,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/iron,
+/area/hallway/secondary/exit/departure_lounge)
+"tVW" = (
+/obj/structure/table/wood,
+/obj/item/stack/package_wrap,
+/obj/item/stack/package_wrap,
+/obj/item/gun/ballistic/shotgun/doublebarrel,
+/obj/machinery/camera/directional/north{
+ c_tag = "Bar - Backroom"
+ },
+/obj/structure/sink/kitchen{
+ pixel_y = 28
+ },
+/turf/open/floor/wood/big,
+/area/crew_quarters/bar)
"tVX" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -67096,6 +67278,15 @@
/obj/machinery/holopad,
/turf/open/floor/iron/dark,
/area/science/explab)
+"tWo" = (
+/obj/machinery/modular_fabricator/exosuit_fab,
+/obj/machinery/camera/directional/north{
+ c_tag = "Robotics - Fore";
+ network = list("ss13","rd")
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron,
+/area/science/robotics/lab)
"tWv" = (
/obj/structure/sign/warning/vacuum/external,
/turf/closed/wall/r_wall,
@@ -67135,18 +67326,24 @@
},
/turf/open/floor/iron/white,
/area/science/research)
-"tXy" = (
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+"tWN" = (
+/obj/machinery/airalarm/server{
+ dir = 4;
+ pixel_x = -22
},
-/obj/effect/turf_decal/stripes/line{
- dir = 1
+/obj/machinery/light/small{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/iron,
-/area/engine/engineering)
+/obj/machinery/camera/directional/west{
+ c_tag = "Telecomms - Server Room - Aft-Port";
+ network = list("ss13","tcomms")
+ },
+/turf/open/floor/iron/dark/telecomms,
+/area/tcommsat/server)
+"tWQ" = (
+/obj/machinery/computer/shuttle_flight/labor,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"tXE" = (
/obj/effect/turf_decal/tile/blue/opposingcorners{
dir = 1
@@ -67156,18 +67353,6 @@
},
/turf/open/floor/iron/white,
/area/crew_quarters/heads/cmo)
-"tXI" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/main)
"tYe" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
@@ -67209,6 +67394,21 @@
},
/turf/open/floor/iron,
/area/medical/morgue)
+"tYo" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
"tYu" = (
/obj/structure/sign/departments/minsky/engineering/telecommmunications{
pixel_y = -32
@@ -67309,6 +67509,19 @@
},
/turf/open/floor/iron/white,
/area/science/explab)
+"uaJ" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Cargo Bay - Aft"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/quartermaster/storage)
"ube" = (
/obj/structure/closet/emcloset,
/turf/open/floor/plating,
@@ -67342,6 +67555,15 @@
/obj/structure/disposalpipe/segment,
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"ubO" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"ubQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -67383,6 +67605,34 @@
},
/turf/open/floor/iron/dark,
/area/science/shuttledock)
+"ucv" = (
+/obj/structure/closet/secure_closet/personal/cabinet,
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/obj/item/clothing/under/suit/tan,
+/turf/open/floor/carpet/purple,
+/area/crew_quarters/dorms)
+"ucy" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/siding/dark{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/dark/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/red/line{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
"ucE" = (
/obj/structure/filingcabinet/chestdrawer,
/obj/effect/turf_decal/tile/blue/opposingcorners{
@@ -67397,16 +67647,6 @@
},
/turf/open/floor/iron/white,
/area/crew_quarters/heads/cmo)
-"ucG" = (
-/obj/machinery/airalarm/directional/north{
- pixel_y = 28
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/aisat)
"ucX" = (
/obj/item/trash/candy,
/obj/effect/decal/cleanable/dirt,
@@ -67474,6 +67714,32 @@
},
/turf/open/floor/carpet/blue,
/area/bridge)
+"udL" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/item/radio/intercom{
+ pixel_y = -26
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Storage Wing"
+ },
+/obj/machinery/light,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/event_spawn,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/obj/effect/turf_decal/tile/brown{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/construction/storage_wing)
"udY" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -67490,6 +67756,28 @@
},
/turf/open/floor/plating,
/area/maintenance/solars/starboard/fore)
+"ued" = (
+/obj/structure/table,
+/obj/item/folder/red{
+ pixel_x = 3
+ },
+/obj/item/folder/white{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/obj/item/restraints/handcuffs,
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/item/radio/off,
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_x = 30
+ },
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_large,
+/area/hallway/secondary/exit/departure_lounge)
"uee" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -67657,10 +67945,6 @@
/obj/item/flashlight/lamp,
/turf/open/floor/carpet/grimy,
/area/tcommsat/computer)
-"ugZ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/iron/dark,
-/area/security/brig)
"uhr" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
@@ -67687,6 +67971,16 @@
},
/turf/open/floor/iron,
/area/quartermaster/miningoffice)
+"uhK" = (
+/obj/item/radio/intercom{
+ pixel_y = -26
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Locker Room Port"
+ },
+/obj/effect/turf_decal/tile/neutral,
+/turf/open/floor/iron,
+/area/crew_quarters/locker)
"uhL" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
@@ -67813,6 +68107,14 @@
"ujJ" = (
/turf/open/floor/iron/checker,
/area/crew_quarters/kitchen)
+"ujQ" = (
+/obj/effect/turf_decal/tile/dark_red{
+ dir = 4
+ },
+/turf/open/floor/iron/smooth_corner{
+ dir = 4
+ },
+/area/security/brig)
"ujU" = (
/obj/machinery/door/airlock/atmos/glass{
heat_proof = 1;
@@ -67870,6 +68172,15 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"ukL" = (
+/obj/machinery/newscaster{
+ pixel_x = -30
+ },
+/obj/structure/chair/stool/directional/south,
+/turf/open/floor/iron/cafeteria{
+ dir = 5
+ },
+/area/science/research)
"ulc" = (
/obj/effect/turf_decal/tile/green/half/contrasted{
dir = 1
@@ -67937,18 +68248,6 @@
},
/turf/open/floor/iron/white,
/area/medical/chemistry)
-"ulX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"uma" = (
/obj/structure/bookcase/random/religion,
/obj/effect/turf_decal/siding/wood{
@@ -68005,18 +68304,6 @@
/obj/structure/chair/fancy/comfy,
/turf/open/floor/carpet/grimy,
/area/hallway/primary/port)
-"unp" = (
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/machinery/holopad,
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/turf/open/floor/iron,
-/area/engine/gravity_generator)
"unw" = (
/obj/effect/turf_decal/siding/wideplating/dark{
dir = 1
@@ -68074,20 +68361,6 @@
},
/turf/open/floor/iron/dark,
/area/security/brig)
-"upk" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/machinery/power/apc/auto_name/directional/west{
- name = "Test Chamber APC";
- pixel_x = -24
- },
-/obj/machinery/portable_atmospherics/canister/bz,
-/turf/open/floor/iron/dark,
-/area/maintenance/department/science/xenobiology)
"upm" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -68124,14 +68397,6 @@
},
/turf/open/floor/iron/dark/corner,
/area/engine/storage_shared)
-"uqm" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/closet/secure_closet/security/sec,
-/obj/effect/turf_decal/bot,
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
"uqu" = (
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/obj/structure/sign/poster/official/bless_this_spess{
@@ -68166,6 +68431,14 @@
/obj/effect/spawner/structure/window/reinforced/tinted,
/turf/open/floor/plating,
/area/medical/surgery)
+"ura" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/siding/white{
+ dir = 8
+ },
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"urk" = (
/obj/structure/cable/white{
icon_state = "0-2"
@@ -68183,11 +68456,34 @@
},
/turf/open/floor/iron,
/area/construction/mining/aux_base)
+"urs" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/landmark/start/security_officer,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
"usp" = (
/obj/machinery/space_heater,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/turf/open/floor/plating,
/area/maintenance/port/fore)
+"usz" = (
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads/captain/private)
"usA" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -68198,6 +68494,16 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/turf/open/floor/iron,
/area/engine/gravity_generator)
+"usB" = (
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 32
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Security - Gear Room"
+ },
+/obj/machinery/vending/wardrobe/sec_wardrobe,
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"usJ" = (
/obj/machinery/computer/cargo/request,
/obj/effect/turf_decal/delivery,
@@ -68251,23 +68557,6 @@
/obj/machinery/telecomms/processor/preset_exploration,
/turf/open/floor/circuit/telecomms/mainframe,
/area/tcommsat/server)
-"utJ" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 1
- },
-/obj/structure/chair/stool/directional/west,
-/obj/structure/disposalpipe/segment{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/landmark/start/medical_doctor,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/open/floor/iron,
-/area/medical/break_room)
"utL" = (
/obj/machinery/atmospherics/pipe/simple/orange/visible,
/obj/structure/lattice,
@@ -68323,15 +68612,11 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 9
},
-/obj/effect/turf_decal/tile/red/half/contrasted,
/obj/structure/disposalpipe/segment{
dir = 9
},
-/turf/open/floor/iron,
+/turf/open/floor/iron/smooth_large,
/area/security/prison)
-"uut" = (
-/turf/open/floor/carpet/grimy,
-/area/security/main)
"uuF" = (
/obj/machinery/door/poddoor/preopen{
id = "transittube";
@@ -68368,6 +68653,21 @@
},
/turf/closed/wall/r_wall,
/area/engine/break_room)
+"uvC" = (
+/obj/machinery/power/apc{
+ areastring = "/area/security/checkpoint/supply";
+ dir = 1;
+ name = "Security Post - Cargo Bay APC";
+ pixel_y = 24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/supply)
"uvD" = (
/obj/structure/cable/yellow{
icon_state = "2-8"
@@ -68378,6 +68678,20 @@
},
/turf/open/floor/prison,
/area/security/prison)
+"uvP" = (
+/obj/machinery/computer/secure_data{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/hallway/secondary/exit/departure_lounge)
"uwh" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 9
@@ -68478,6 +68792,19 @@
},
/turf/open/floor/iron,
/area/maintenance/disposal)
+"uxF" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Fore Primary Hallway Aft"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/iron,
+/area/hallway/primary/fore)
"uxG" = (
/obj/structure/closet/crate/rcd{
pixel_y = 4
@@ -68499,6 +68826,15 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/ai_monitored/storage/eva)
+"uyb" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"uyf" = (
/obj/structure/window/reinforced{
dir = 4
@@ -68508,22 +68844,6 @@
dir = 1
},
/area/science/robotics/lab)
-"uyg" = (
-/obj/machinery/power/apc/highcap/five_k{
- areastring = "/area/ai_monitored/security/armory";
- name = "Armory APC";
- pixel_y = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/machinery/light,
-/obj/machinery/camera/motion/directional/south{
- c_tag = "Armory - Internal"
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"uyh" = (
/obj/effect/turf_decal/stripes/line,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -68616,25 +68936,6 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/security/execution/education)
-"uAk" = (
-/obj/structure/sign/warning/nosmoking{
- pixel_y = 32
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Research Division Hallway - Central";
- network = list("ss13","rd")
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 1
- },
-/turf/open/floor/iron/white,
-/area/science/research)
"uAI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -68731,19 +69032,22 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/starboard)
-"uBV" = (
-/turf/open/space,
-/area/space/nearstation)
-"uCb" = (
-/obj/machinery/photocopier,
-/obj/machinery/camera/directional/east{
- c_tag = "Law Office"
+"uBG" = (
+/obj/effect/spawner/randomarcade,
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = 32
},
/obj/effect/turf_decal/siding/wood{
- dir = 4
+ dir = 5
},
/turf/open/floor/wood,
-/area/lawoffice)
+/area/crew_quarters/bar)
+"uBV" = (
+/turf/open/space,
+/area/space/nearstation)
"uCg" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -68878,6 +69182,18 @@
},
/turf/open/floor/iron/techmaint,
/area/science/shuttledock)
+"uFw" = (
+/obj/effect/landmark/event_spawn,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 1
+ },
+/area/security/brig)
"uFK" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27
@@ -68887,19 +69203,6 @@
},
/turf/open/floor/iron,
/area/science/shuttledock)
-"uFU" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/machinery/camera/autoname{
- dir = 10
- },
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/prison,
-/area/security/prison)
"uFV" = (
/obj/structure/cable{
icon_state = "0-8"
@@ -68918,6 +69221,27 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/turf/open/floor/carpet/green,
/area/library)
+"uGR" = (
+/obj/effect/turf_decal/siding/dark/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/dark/corner{
+ dir = 1
+ },
+/obj/machinery/power/apc/highcap/five_k{
+ areastring = "/area/ai_monitored/security/armory";
+ name = "Armory APC";
+ pixel_y = -24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/machinery/light,
+/obj/machinery/camera/motion/directional/south{
+ c_tag = "Armory - Internal"
+ },
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
"uHp" = (
/obj/machinery/light_switch{
pixel_x = 23;
@@ -68944,10 +69268,37 @@
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/iron,
/area/maintenance/aft)
+"uHE" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/brig)
"uHI" = (
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/maintenance/solars/starboard/aft)
+"uHS" = (
+/obj/structure/chair/office/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 1
+ },
+/obj/item/storage/secure/safe{
+ pixel_x = 5;
+ pixel_y = -31
+ },
+/obj/machinery/camera/autoname/directional/south{
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron/white,
+/area/crew_quarters/heads/cmo)
"uIp" = (
/obj/structure/closet,
/obj/item/storage/box/donkpockets,
@@ -68962,6 +69313,25 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/maintenance/department/science)
+"uIM" = (
+/obj/structure/chair/stool,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Aft Port Solar Maintenance"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_x = -24
+ },
+/turf/open/floor/iron,
+/area/maintenance/solars/port/aft)
"uIQ" = (
/obj/machinery/door/airlock/maintenance_hatch{
name = "Cargo Bay Bridge Access"
@@ -69089,15 +69459,35 @@
/obj/effect/turf_decal/tile/green/fourcorners/contrasted,
/turf/open/floor/iron,
/area/hydroponics)
-"uKD" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4"
+"uKH" = (
+/obj/machinery/light_switch{
+ pixel_x = -25
},
-/obj/effect/turf_decal/tile/red{
- dir = 8
+/obj/machinery/camera/directional/west{
+ c_tag = "Cryogenics Lounge";
+ name = "recreation camera"
},
-/turf/open/floor/iron,
-/area/security/brig)
+/turf/open/floor/iron/showroomfloor,
+/area/crew_quarters/cryopods)
+"uKI" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_x = 5;
+ pixel_y = 4
+ },
+/obj/machinery/firealarm/directional/north,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/glove_box{
+ pixel_x = -7;
+ pixel_y = 2
+ },
+/obj/machinery/camera/autoname{
+ dir = 9;
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron/dark,
+/area/medical/morgue)
"uKR" = (
/obj/machinery/firealarm{
dir = 1;
@@ -69120,19 +69510,6 @@
/obj/effect/spawner/room/threexthree,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
-"uLA" = (
-/obj/machinery/vending/wallmed{
- pixel_x = -1;
- pixel_y = -32
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 8
- },
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"uLK" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 10
@@ -69153,6 +69530,35 @@
/obj/machinery/light/small,
/turf/open/floor/iron/dark,
/area/science/storage)
+"uMh" = (
+/obj/structure/closet/secure_closet/detective,
+/obj/effect/landmark/blobstart,
+/obj/machinery/camera/directional/west{
+ c_tag = "Detective's Office"
+ },
+/turf/open/floor/carpet/grimy,
+/area/security/detectives_office)
+"uMm" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/obj/machinery/power/apc/auto_name/directional/west{
+ pixel_x = -24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/effect/decal/cleanable/cobweb,
+/obj/structure/bed/roller,
+/turf/open/floor/iron/dark,
+/area/medical/morgue)
+"uMn" = (
+/obj/machinery/light/small,
+/obj/machinery/camera/directional/south{
+ c_tag = "Telecomms - Server Room - Aft";
+ network = list("ss13","tcomms")
+ },
+/obj/machinery/ntnet_relay,
+/turf/open/floor/iron/dark/telecomms,
+/area/tcommsat/server)
"uMx" = (
/obj/structure/rack,
/obj/item/clothing/mask/gas,
@@ -69216,6 +69622,10 @@
/obj/effect/turf_decal/tile/neutral/half/contrasted,
/turf/open/floor/iron,
/area/maintenance/aft)
+"uNM" = (
+/obj/machinery/gulag_teleporter,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"uNT" = (
/obj/machinery/firealarm{
pixel_y = -24
@@ -69236,6 +69646,18 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
/turf/open/floor/iron/cafeteria_red,
/area/crew_quarters/bar)
+"uOd" = (
+/obj/machinery/airalarm/all_access{
+ dir = 4;
+ pixel_x = 24
+ },
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/general/visible,
+/turf/open/floor/iron/dark/smooth_large,
+/area/maintenance/disposal/incinerator)
"uOe" = (
/obj/effect/turf_decal/tile/blue{
dir = 8
@@ -69289,6 +69711,21 @@
},
/turf/open/floor/iron,
/area/medical/genetics/cloning)
+"uOP" = (
+/obj/structure/disposalpipe/segment{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/side{
+ dir = 8
+ },
+/area/hallway/primary/aft)
"uOQ" = (
/obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior,
/obj/effect/turf_decal/stripes/line{
@@ -69465,10 +69902,10 @@
},
/turf/open/floor/iron,
/area/hallway/primary/port)
-"uSn" = (
-/obj/structure/chair/stool/directional/west,
-/turf/open/floor/prison,
-/area/security/prison)
+"uSp" = (
+/obj/structure/chair,
+/turf/open/floor/carpet/royalblack,
+/area/security/main)
"uSr" = (
/obj/effect/turf_decal/loading_area{
dir = 1
@@ -69516,6 +69953,17 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
+"uTX" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/obj/effect/turf_decal/trimline/purple/filled/line{
+ dir = 1
+ },
+/obj/machinery/monkey_recycler,
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron/white,
+/area/science/xenobiology)
"uUA" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
@@ -69604,12 +70052,21 @@
},
/turf/open/floor/iron,
/area/medical/genetics)
-"uWw" = (
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 1
+"uWp" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/structure/sign/departments/minsky/research/research{
+ pixel_x = -32
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/chair/fancy/comfy,
+/obj/machinery/camera/autoname/directional/west,
+/obj/effect/turf_decal/trimline/black/filled/line{
+ dir = 9
},
/turf/open/floor/iron,
-/area/security/brig)
+/area/maintenance/department/science)
"uWN" = (
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
@@ -69623,30 +70080,19 @@
},
/turf/open/floor/iron/dark,
/area/science/xenobiology)
-"uXD" = (
-/obj/structure/chair/office,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+"uXL" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
dir = 4
},
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
-"uXG" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Toxins - Launch Area";
- network = list("ss13","rd")
+/obj/machinery/camera/directional/west{
+ c_tag = "Port Primary Hallway - Port"
},
-/obj/machinery/suit_storage_unit/rd,
/obj/effect/turf_decal/bot{
dir = 1
},
-/turf/open/floor/iron/techmaint,
-/area/maintenance/department/science)
+/turf/open/floor/iron/dark,
+/area/hallway/primary/port)
"uXM" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -69663,6 +70109,16 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood,
/area/medical/exam_room)
+"uXO" = (
+/obj/machinery/newscaster{
+ pixel_y = -32
+ },
+/obj/machinery/light,
+/obj/machinery/camera/directional/south{
+ c_tag = "Courtroom - Gallery"
+ },
+/turf/open/floor/iron/dark,
+/area/security/courtroom)
"uYi" = (
/obj/machinery/door/airlock{
name = "Dormitories"
@@ -69680,7 +70136,7 @@
"uYl" = (
/obj/effect/landmark/start/brig_physician,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/iron/white,
+/turf/open/floor/iron/white/textured_large,
/area/security/brig)
"uYo" = (
/obj/effect/decal/cleanable/dirt,
@@ -69698,6 +70154,24 @@
},
/turf/open/floor/iron,
/area/maintenance/aft)
+"uYP" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Cargo Bay - Fore"
+ },
+/obj/effect/turf_decal/stripes/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/quartermaster/storage)
"uYQ" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -69744,19 +70218,6 @@
/obj/structure/cable/yellow,
/turf/open/floor/plating,
/area/medical/genetics)
-"uZz" = (
-/obj/effect/landmark/xeno_spawn,
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/crew_quarters/dorms)
"uZB" = (
/obj/item/radio/intercom{
pixel_y = -25
@@ -69773,6 +70234,14 @@
},
/turf/open/floor/iron,
/area/storage/primary)
+"vaC" = (
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"vaF" = (
/obj/structure/closet/crate,
/obj/item/stack/sheet/rglass{
@@ -69806,13 +70275,6 @@
},
/turf/open/floor/wood,
/area/crew_quarters/dorms)
-"vba" = (
-/obj/structure/closet/secure_closet/security/science,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
"vbp" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -69849,6 +70311,49 @@
},
/turf/open/floor/iron/dark,
/area/science/storage)
+"vbM" = (
+/obj/item/storage/secure/safe{
+ name = "armory safe B";
+ pixel_x = 6;
+ pixel_y = 28
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27
+ },
+/obj/effect/turf_decal/siding/dark/corner,
+/obj/effect/turf_decal/siding/dark/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/dark/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/red/corner,
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
+"vbQ" = (
+/obj/item/radio/intercom{
+ pixel_y = 21
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Club - Fore"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/bar)
"vcc" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -69901,23 +70406,24 @@
},
/turf/open/floor/plating,
/area/maintenance/department/science)
+"vdl" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/bot,
+/obj/machinery/rnd/production/circuit_imprinter/department/science,
+/obj/machinery/ecto_sniffer,
+/turf/open/floor/iron,
+/area/science/robotics/lab)
"vdt" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
},
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
-"vdv" = (
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","medbay")
- },
-/obj/item/radio/intercom{
- dir = 1;
- pixel_x = -31;
- pixel_y = -3
- },
-/turf/open/floor/iron/grid/steel,
-/area/medical/patients_rooms)
"vdF" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on{
dir = 8
@@ -69954,18 +70460,21 @@
},
/turf/open/floor/iron,
/area/crew_quarters/locker)
-"vdX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
+"vei" = (
+/obj/machinery/camera/autoname/directional/west,
+/obj/item/book/manual/hydroponics_pod_people,
+/obj/item/paper/guides/jobs/hydroponics,
+/obj/machinery/requests_console{
+ department = "Hydroponics";
+ departmentType = 2;
+ pixel_x = -31;
+ pixel_y = -2
},
+/obj/structure/table/glass,
+/obj/item/wrench,
+/obj/effect/turf_decal/tile/green/fourcorners/contrasted,
/turf/open/floor/iron,
-/area/security/brig)
+/area/hydroponics)
"vey" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -69976,6 +70485,47 @@
},
/turf/open/floor/wood,
/area/crew_quarters/bar)
+"veC" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/chair/stool/directional/west,
+/turf/open/floor/iron,
+/area/crew_quarters/dorms)
+"veD" = (
+/obj/structure/closet/crate/secure/weapon{
+ desc = "A secure clothing crate.";
+ name = "formal uniform crate";
+ req_access_txt = "3"
+ },
+/obj/item/clothing/under/rank/security/officer/formal,
+/obj/item/clothing/under/rank/security/officer/formal,
+/obj/item/clothing/under/rank/security/officer/formal,
+/obj/item/clothing/under/rank/security/officer/formal,
+/obj/item/clothing/under/rank/security/officer/formal,
+/obj/item/clothing/under/rank/security/officer/formal,
+/obj/item/clothing/suit/jacket/officer/blue,
+/obj/item/clothing/suit/jacket/officer/blue,
+/obj/item/clothing/suit/jacket/officer/blue,
+/obj/item/clothing/suit/jacket/officer/blue,
+/obj/item/clothing/suit/jacket/officer/blue,
+/obj/item/clothing/suit/jacket/officer/blue,
+/obj/item/clothing/under/rank/security/warden/formal,
+/obj/item/clothing/suit/jacket/warden/tan,
+/obj/item/clothing/under/rank/security/head_of_security/formal,
+/obj/item/clothing/suit/jacket/hos/blue,
+/obj/item/clothing/head/beret/sec/navyofficer,
+/obj/item/clothing/head/beret/sec/navyofficer,
+/obj/item/clothing/head/beret/sec/navyofficer,
+/obj/item/clothing/head/beret/sec/navyofficer,
+/obj/item/clothing/head/beret/sec/navyofficer,
+/obj/item/clothing/head/beret/sec/navyofficer,
+/obj/item/clothing/head/beret/sec/navywarden,
+/obj/item/clothing/head/beret/sec/navyhos,
+/obj/effect/turf_decal/bot,
+/obj/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/iron/tech/grid,
+/area/security/main)
"veK" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -69987,15 +70537,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron,
/area/hallway/secondary/entry)
-"veX" = (
-/obj/machinery/camera/directional/east{
- c_tag = "Captain's Office"
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/crew_quarters/heads/captain/private)
"veY" = (
/obj/structure/closet/secure_closet/quartermaster,
/obj/effect/turf_decal/tile/brown/anticorner/contrasted{
@@ -70034,20 +70575,6 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
-"vfz" = (
-/obj/machinery/light_switch{
- pixel_x = 26
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"vfA" = (
/obj/structure/cable/yellow{
icon_state = "1-8"
@@ -70060,6 +70587,13 @@
},
/turf/open/floor/iron,
/area/crew_quarters/locker)
+"vfC" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating,
+/area/maintenance/aft)
"vfN" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
@@ -70093,22 +70627,18 @@
},
/turf/open/floor/engine/cult,
/area/library)
-"vgl" = (
-/obj/machinery/door/window{
- base_state = "rightsecure";
- dir = 4;
- icon_state = "rightsecure";
- name = "Primary AI Core Access";
- obj_integrity = 300;
- req_access_txt = "16"
+"vgn" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
},
-/obj/machinery/camera/directional/north{
- c_tag = "AI Chamber - Core";
- network = list("aicore")
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
},
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/turret_protected/ai)
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/brig)
"vgq" = (
/obj/machinery/vending/hydronutrients,
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
@@ -70190,18 +70720,24 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
-"vij" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+"vid" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Head of Personnel's Office"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/structure/table/wood,
+/obj/item/storage/box/PDAs{
+ pixel_x = 4;
+ pixel_y = 4
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/obj/item/storage/box/silver_ids,
+/obj/item/storage/box/ids,
+/obj/machinery/light,
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
},
-/turf/open/floor/iron,
-/area/security/brig)
+/turf/open/floor/wood,
+/area/crew_quarters/heads/hop)
"viA" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -70292,6 +70828,19 @@
},
/turf/open/floor/iron,
/area/maintenance/solars/starboard/fore)
+"vko" = (
+/obj/item/paper,
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/brigdoor{
+ name = "Arrivals Security Checkpoint";
+ pixel_y = -8;
+ req_access_txt = "1"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/customs)
"vkr" = (
/obj/structure/cable/yellow{
icon_state = "1-4"
@@ -70317,6 +70866,23 @@
},
/turf/open/floor/catwalk_floor/iron_dark,
/area/maintenance/disposal/incinerator)
+"vkW" = (
+/obj/structure/chair/stool{
+ pixel_y = 8
+ },
+/obj/machinery/camera/autoname/directional/west,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_x = -24
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/maintenance/solars/port/fore)
"vlu" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -70348,12 +70914,23 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/hop)
-"vlO" = (
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
+"vlT" = (
+/obj/structure/fireaxecabinet{
+ pixel_x = -32
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Atmospherics - Port"
+ },
+/obj/machinery/light{
dir = 8
},
-/turf/open/floor/iron,
-/area/security/brig)
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/corner{
+ dir = 1
+ },
+/area/engine/atmos)
"vma" = (
/obj/machinery/vending/coffee,
/obj/machinery/newscaster{
@@ -70398,6 +70975,15 @@
/obj/machinery/light,
/turf/open/floor/iron,
/area/medical/genetics)
+"vmK" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -22
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/engine/engineering)
"vmU" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -70419,26 +71005,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/entry)
-"vnu" = (
-/obj/machinery/power/apc{
- areastring = "/area/vacant_room/commissary";
- dir = 4;
- name = "Vacant Commissary APC";
- pixel_x = 24
- },
-/obj/structure/cable/yellow,
-/obj/structure/rack,
-/obj/item/wrench,
-/obj/item/screwdriver,
-/obj/machinery/camera/directional/east{
- c_tag = "Vacant Commissary"
- },
-/obj/effect/turf_decal/tile/brown/opposingcorners{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral,
-/turf/open/floor/iron,
-/area/vacant_room/commissary)
"vny" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -70451,16 +71017,6 @@
},
/turf/open/floor/iron,
/area/construction/storage_wing)
-"vnN" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
"vnZ" = (
/obj/machinery/firealarm{
dir = 1;
@@ -70521,19 +71077,6 @@
},
/turf/open/space,
/area/solar/starboard/aft)
-"voO" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Cargo Bay - Aft"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/quartermaster/storage)
"vpb" = (
/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 6
@@ -70647,19 +71190,22 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/command)
-"vqK" = (
-/obj/structure/filingcabinet/employment,
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
+"vqO" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
},
-/obj/effect/turf_decal/siding/wood{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_corner{
dir = 4
},
-/turf/open/floor/wood,
-/area/lawoffice)
-"vqM" = (
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/turf/open/floor/iron,
/area/security/main)
"vqS" = (
/obj/machinery/holopad{
@@ -70691,17 +71237,6 @@
},
/turf/open/floor/iron/solarpanel/airless,
/area/solar/starboard/aft)
-"vrF" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/brig)
"vrI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -70755,17 +71290,6 @@
},
/turf/open/floor/prison,
/area/security/prison)
-"vsG" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/main)
"vsW" = (
/obj/effect/landmark/start/head_of_personnel,
/obj/structure/chair/office{
@@ -70830,23 +71354,6 @@
},
/turf/open/floor/plating,
/area/maintenance/fore)
-"vtS" = (
-/obj/structure/table,
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/obj/machinery/light_switch{
- pixel_x = -27;
- pixel_y = 6
- },
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
"vtU" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -70858,24 +71365,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
-"vtV" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Head of Personnel's Office"
- },
-/obj/structure/table/wood,
-/obj/item/storage/box/PDAs{
- pixel_x = 4;
- pixel_y = 4
- },
-/obj/item/storage/box/silver_ids,
-/obj/item/storage/box/ids,
-/obj/machinery/light,
-/obj/effect/turf_decal/siding/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/crew_quarters/heads/hop)
"vuc" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -70889,6 +71378,18 @@
dir = 4
},
/area/science/research)
+"vuD" = (
+/obj/machinery/camera/autoname/directional/west,
+/obj/structure/rack,
+/obj/item/storage/toolbox/electrical{
+ pixel_x = 1;
+ pixel_y = -1
+ },
+/obj/effect/turf_decal/tile/brown/half/contrasted{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/storage/primary)
"vuX" = (
/obj/machinery/computer/atmos_alert,
/obj/effect/turf_decal/tile/brown/half/contrasted{
@@ -70896,12 +71397,6 @@
},
/turf/open/floor/iron/dark,
/area/bridge)
-"vvr" = (
-/obj/machinery/light/small{
- dir = 1
- },
-/turf/open/floor/carpet/grimy,
-/area/security/main)
"vvz" = (
/obj/structure/bodycontainer/morgue{
dir = 8
@@ -70922,22 +71417,6 @@
},
/turf/open/floor/iron,
/area/quartermaster/miningoffice)
-"vvN" = (
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Bridge - Port Access"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/effect/turf_decal/tile/blue{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/bridge)
"vvS" = (
/obj/structure/lattice/catwalk,
/obj/structure/window/reinforced{
@@ -71020,6 +71499,23 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
+"vwH" = (
+/obj/machinery/camera/directional/north{
+ c_tag = "Gravity Generator Foyer"
+ },
+/obj/structure/closet/radiation,
+/obj/structure/sign/warning/radiation/rad_area{
+ dir = 1;
+ pixel_y = 32
+ },
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 5
+ },
+/turf/open/floor/iron,
+/area/engine/gravity_generator)
"vwX" = (
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/obj/machinery/disposal/bin,
@@ -71033,20 +71529,6 @@
},
/turf/open/floor/iron/dark,
/area/medical/morgue)
-"vxd" = (
-/obj/structure/table,
-/obj/item/book/manual/hydroponics_pod_people,
-/obj/machinery/light,
-/obj/item/paper/guides/jobs/hydroponics,
-/obj/machinery/camera/directional/south{
- c_tag = "Hydroponics - Foyer"
- },
-/obj/item/radio/intercom{
- pixel_y = -25
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/hallway/primary/central)
"vxj" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -71055,10 +71537,8 @@
icon_state = "1-8"
},
/obj/structure/chair/fancy/bench/right,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
+/obj/effect/turf_decal/tile/dark_red,
+/turf/open/floor/iron/smooth_corner,
/area/security/prison)
"vxn" = (
/obj/structure/cable/yellow{
@@ -71124,47 +71604,6 @@
/obj/structure/closet/radiation,
/turf/open/floor/iron/dark/smooth_large,
/area/maintenance/disposal/incinerator)
-"vyk" = (
-/obj/machinery/camera/directional/south{
- c_tag = "Arrivals - Aft Arm - Far"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/turf/open/floor/iron,
-/area/hallway/secondary/entry)
-"vyv" = (
-/obj/item/radio/intercom{
- pixel_x = -30
- },
-/obj/item/crowbar/red,
-/obj/item/wrench,
-/obj/item/clothing/mask/gas,
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/structure/table,
-/obj/item/storage/box,
-/obj/item/storage/box,
-/obj/effect/turf_decal/tile/yellow/opposingcorners{
- dir = 1
- },
-/turf/open/floor/iron/dark/corner{
- dir = 1
- },
-/area/engine/atmos)
-"vzb" = (
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/turf/open/floor/iron/grid/steel,
-/area/medical/virology)
"vzh" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -71204,6 +71643,23 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard)
+"vAF" = (
+/obj/structure/cable/white{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 1;
+ name = "Atmos to Loop"
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/engine/engineering)
"vAG" = (
/obj/machinery/door/airlock/command{
name = "Captain's Quarters";
@@ -71221,6 +71677,22 @@
},
/turf/open/floor/wood,
/area/crew_quarters/heads/captain/private)
+"vAH" = (
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Bridge - Port Access"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/effect/turf_decal/tile/blue{
+ dir = 1
+ },
+/turf/open/floor/iron/dark,
+/area/bridge)
"vAO" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -71230,40 +71702,21 @@
},
/turf/open/floor/iron,
/area/construction/storage_wing)
-"vAP" = (
-/obj/machinery/light/small,
-/obj/item/folder,
-/obj/item/folder,
-/obj/machinery/camera/directional/south{
- c_tag = "Telecomms - Control Room";
- network = list("ss13","tcomms")
- },
-/obj/structure/table/wood,
-/obj/item/pen,
-/obj/machinery/light_switch/tcomms{
- pixel_x = 9;
- pixel_y = -24
- },
-/turf/open/floor/carpet/grimy,
-/area/tcommsat/computer)
"vAZ" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 1
},
/turf/open/floor/iron,
/area/hydroponics/garden)
-"vBh" = (
-/obj/structure/table,
-/obj/item/storage/belt/utility,
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
+"vBq" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
},
-/obj/item/storage/box/lights/mixed,
-/obj/effect/turf_decal/tile/brown/half/contrasted{
- dir = 8
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
},
-/turf/open/floor/iron,
-/area/storage/primary)
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"vBz" = (
/turf/open/floor/iron,
/area/medical/break_room)
@@ -71284,20 +71737,6 @@
/obj/machinery/light/small,
/turf/open/floor/iron/dark,
/area/medical/surgery)
-"vCn" = (
-/obj/structure/table,
-/obj/item/book/manual/wiki/security_space_law,
-/obj/machinery/light{
- dir = 4
- },
-/obj/machinery/requests_console{
- department = "Security";
- departmentType = 5;
- pixel_x = 30
- },
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/turf/open/floor/iron,
-/area/security/checkpoint/engineering)
"vCo" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -71324,19 +71763,6 @@
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/iron,
/area/maintenance/aft)
-"vCK" = (
-/obj/structure/window/reinforced,
-/obj/machinery/light/small,
-/obj/machinery/camera/directional/south{
- c_tag = "MiniSat Exterior - Fore";
- network = list("minisat")
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/turf/open/floor/iron/dark,
-/area/aisat)
"vCX" = (
/obj/effect/turf_decal/trimline/purple/filled/line{
dir = 10
@@ -71380,7 +71806,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 1
},
-/turf/open/floor/iron/white,
+/turf/open/floor/iron/white/textured_large,
/area/security/brig)
"vDL" = (
/obj/structure/table,
@@ -71414,19 +71840,28 @@
},
/turf/closed/wall,
/area/maintenance/department/science)
+"vEi" = (
+/obj/machinery/status_display/evac{
+ pixel_y = 32
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Courtroom"
+ },
+/obj/structure/chair/fancy{
+ name = "Judge"
+ },
+/obj/effect/turf_decal/tile/blue/half/contrasted{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/security/courtroom)
"vEu" = (
/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/plating,
/area/maintenance/department/science/central)
-"vEH" = (
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/main)
"vEK" = (
/obj/structure/window/reinforced{
dir = 4
@@ -71463,13 +71898,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron,
/area/crew_quarters/heads/chief)
-"vFE" = (
-/obj/structure/table/reinforced,
-/obj/item/paper_bin,
-/obj/item/pen,
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/hallway/primary/aft)
"vFH" = (
/obj/structure/rack,
/obj/item/cane,
@@ -71501,6 +71929,15 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/command)
+"vGo" = (
+/obj/structure/table/glass,
+/obj/item/storage/backpack/duffelbag/med/surgery,
+/obj/machinery/camera/directional/north,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/iron/dark,
+/area/medical/morgue)
"vGw" = (
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/obj/effect/decal/cleanable/dirt,
@@ -71537,15 +71974,14 @@
},
/turf/open/floor/iron/dark,
/area/maintenance/department/science/xenobiology)
-"vHc" = (
-/obj/structure/closet{
- name = "Evidence Closet 2"
+"vHe" = (
+/obj/item/radio/intercom{
+ pixel_y = 26
},
-/obj/machinery/airalarm/directional/west{
- pixel_x = -23
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
},
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
+/turf/open/floor/iron/dark/smooth_half,
/area/security/brig)
"vHl" = (
/obj/structure/chair/fancy/comfy{
@@ -71598,6 +72034,20 @@
},
/turf/open/floor/plating,
/area/maintenance/department/medical/central)
+"vId" = (
+/obj/machinery/camera/motion/directional/east{
+ c_tag = "MiniSat Maintenance";
+ network = list("minisat")
+ },
+/obj/structure/rack,
+/obj/item/storage/toolbox/electrical{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/obj/item/storage/toolbox/mechanical,
+/obj/item/multitool,
+/turf/open/floor/iron/dark,
+/area/ai_monitored/storage/satellite)
"vIl" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -71617,6 +72067,17 @@
/obj/machinery/newscaster,
/turf/closed/wall,
/area/security/main)
+"vIU" = (
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/blue{
+ dir = 4
+ },
+/turf/open/floor/iron/white/corner,
+/area/hallway/secondary/entry)
"vJa" = (
/obj/structure/lattice/catwalk,
/obj/structure/cable{
@@ -71674,10 +72135,12 @@
},
/turf/open/floor/iron,
/area/construction/storage_wing)
-"vJE" = (
-/obj/effect/landmark/event_spawn,
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/iron,
+"vJP" = (
+/obj/structure/table,
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/turf/open/floor/iron/techmaint,
/area/security/main)
"vJS" = (
/obj/machinery/disposal/bin,
@@ -71692,6 +72155,25 @@
},
/turf/open/floor/iron,
/area/storage/primary)
+"vJT" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 28
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/turf/open/floor/iron,
+/area/quartermaster/warehouse)
"vJW" = (
/obj/structure/chair{
dir = 1
@@ -71720,6 +72202,23 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/dark/corner,
/area/hallway/primary/starboard)
+"vKP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 4
+ },
+/area/security/brig)
"vKV" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
/turf/open/floor/catwalk_floor/iron_dark,
@@ -71797,6 +72296,34 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"vLC" = (
+/obj/structure/chair/office{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/execution/education)
+"vLS" = (
+/obj/effect/turf_decal/siding/dark{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/dark/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/red/line{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/textured,
+/area/ai_monitored/security/armory)
+"vLZ" = (
+/obj/item/kirbyplants{
+ icon_state = "plant-21"
+ },
+/obj/effect/turf_decal/tile/red/fourcorners,
+/turf/open/floor/iron/dark/smooth_large,
+/area/hallway/primary/aft)
"vMd" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -71823,15 +72350,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/aft)
-"vMr" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
"vMw" = (
/obj/effect/turf_decal/tile/white,
/obj/effect/turf_decal/tile/yellow/opposingcorners{
@@ -71919,6 +72437,12 @@
},
/turf/open/floor/iron/dark,
/area/aisat)
+"vNp" = (
+/obj/structure/chair/office{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"vNA" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -71942,6 +72466,17 @@
/obj/effect/spawner/lootdrop/grille_or_trash,
/turf/open/floor/iron,
/area/maintenance/aft)
+"vNT" = (
+/obj/structure/table,
+/obj/item/folder/red,
+/obj/item/book/manual/wiki/security_space_law{
+ pixel_x = -3;
+ pixel_y = 5
+ },
+/obj/item/clothing/mask/gas/sechailer,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/main)
"vNW" = (
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -71965,6 +72500,20 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/turf/open/floor/iron/dark/telecomms,
/area/tcommsat/server)
+"vOg" = (
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/delivery/red,
+/obj/structure/sign/warning/vacuum/external{
+ pixel_x = -31
+ },
+/obj/structure/disposalpipe/trunk{
+ dir = 2
+ },
+/obj/machinery/camera/autoname/directional/west{
+ network = list("ss13","medbay")
+ },
+/turf/open/floor/iron/grid/steel,
+/area/medical/virology)
"vOs" = (
/obj/machinery/status_display/evac{
pixel_x = -32
@@ -72007,34 +72556,6 @@
},
/turf/open/floor/iron,
/area/storage/tools)
-"vPm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/obj/machinery/digital_clock/directional/north,
-/turf/open/floor/iron,
-/area/security/brig)
-"vPy" = (
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/machinery/computer/cargo/request{
- dir = 1
- },
-/obj/effect/turf_decal/tile/yellow/opposingcorners{
- dir = 1
- },
-/turf/open/floor/iron/dark/corner,
-/area/engine/storage_shared)
"vPH" = (
/obj/machinery/door/airlock/public/glass{
name = "Holodeck Door"
@@ -72068,6 +72589,15 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"vQH" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Central Primary Hallway - Fore - Courtroom"
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"vQI" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -72105,15 +72635,6 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/patients_rooms)
-"vQY" = (
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
"vRc" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -72146,12 +72667,19 @@
},
/turf/open/floor/iron,
/area/medical/patients_rooms)
-"vRS" = (
-/obj/structure/rack,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/effect/loot_jobscale/armoury/laser_gun,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/security/armory)
+"vRE" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Cargo Bay - Port"
+ },
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "QMLoad"
+ },
+/turf/open/floor/plating,
+/area/quartermaster/storage)
"vSf" = (
/obj/item/radio/intercom{
pixel_y = -28
@@ -72209,18 +72737,6 @@
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/plating,
/area/maintenance/port)
-"vTX" = (
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/structure/chair/stool/directional/west,
-/obj/effect/landmark/start/exploration,
-/obj/effect/turf_decal/stripes/line{
- dir = 1
- },
-/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/science/shuttledock)
"vUr" = (
/obj/effect/turf_decal/stripes/line{
dir = 1
@@ -72295,21 +72811,17 @@
},
/turf/open/floor/wood,
/area/library)
-"vVe" = (
-/obj/item/radio/intercom{
- pixel_y = 26
- },
-/obj/machinery/light{
- dir = 1
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Brig - Hallway - Entrance"
+"vVl" = (
+/obj/structure/cable/white{
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/tile/red{
- dir = 4
+/obj/effect/turf_decal/stripes/line,
+/obj/machinery/camera/directional/south{
+ c_tag = "Engineering Supermatter Aft";
+ network = list("ss13","engine")
},
-/turf/open/floor/iron,
-/area/security/brig)
+/turf/open/floor/engine,
+/area/engine/engineering)
"vVq" = (
/obj/effect/turf_decal/stripes/line,
/turf/open/floor/iron/dark,
@@ -72328,6 +72840,23 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/storage/tech)
+"vWk" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
"vWl" = (
/obj/effect/turf_decal/tile/green/fourcorners/contrasted,
/obj/machinery/door/firedoor,
@@ -72352,12 +72881,6 @@
},
/turf/open/floor/iron/white,
/area/medical/virology)
-"vWI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"vWU" = (
/obj/effect/turf_decal/tile/green/anticorner/contrasted{
dir = 1
@@ -72432,34 +72955,6 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/lobby)
-"vYc" = (
-/obj/machinery/light{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "Central Primary Hallway - Fore - Port Corner"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/neutral{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hallway/primary/central)
-"vYh" = (
-/obj/machinery/status_display/evac{
- pixel_y = 32
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Bridge - Central"
- },
-/obj/effect/turf_decal/tile/brown/half/contrasted{
- dir = 4
- },
-/obj/structure/table,
-/obj/machinery/fax/bridge,
-/turf/open/floor/iron/dark,
-/area/bridge)
"vYt" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
@@ -72470,20 +72965,19 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
-"vZa" = (
-/obj/structure/chair/office{
- dir = 4
- },
-/obj/effect/landmark/start/depsec/medical,
-/obj/machinery/holopad{
- pixel_x = 16;
- pixel_y = -16
- },
+"vZf" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/obj/effect/turf_decal/siding/dark{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/hos)
"vZn" = (
/obj/structure/cable/yellow{
icon_state = "2-8"
@@ -72553,6 +73047,19 @@
},
/turf/open/floor/iron,
/area/hydroponics)
+"waE" = (
+/obj/item/radio/intercom{
+ pixel_y = 21
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Command Hallway - Starboard"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/obj/effect/turf_decal/tile/neutral{
+ dir = 4
+ },
+/turf/open/floor/iron,
+/area/hallway/secondary/command)
"waP" = (
/obj/effect/turf_decal/stripes/line{
dir = 8
@@ -72627,20 +73134,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/solars/port/fore)
-"wcH" = (
-/obj/machinery/light/small,
-/obj/machinery/camera/directional/south{
- c_tag = "Security - EVA Storage"
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/turf/open/floor/iron/dark,
-/area/security/brig)
"wde" = (
/obj/machinery/deepfryer,
/turf/open/floor/iron/checker,
@@ -72660,15 +73153,22 @@
},
/turf/open/floor/engine,
/area/science/xenobiology)
+"wdw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/iron/smooth_large,
+/area/security/brig)
"wdz" = (
/obj/structure/table,
/obj/item/clothing/gloves/color/latex,
/obj/item/clothing/mask/surgical,
/obj/item/reagent_containers/spray/cleaner,
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
+/obj/effect/turf_decal/tile/red/anticorner{
dir = 1
},
-/turf/open/floor/iron/white,
+/turf/open/floor/iron/white/smooth_corner,
/area/security/brig)
"wdI" = (
/obj/structure/disposalpipe/segment,
@@ -72780,20 +73280,6 @@
},
/turf/open/floor/iron,
/area/maintenance/department/science)
-"wfk" = (
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 30
- },
-/obj/structure/chair{
- dir = 8
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Security Post - Research Division";
- network = list("ss13","rd")
- },
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
"wfx" = (
/obj/structure/closet/secure_closet/personal,
/obj/machinery/light/small{
@@ -72857,27 +73343,6 @@
},
/turf/open/floor/iron,
/area/medical/virology)
-"wgC" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/science/research)
-"wgG" = (
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
- },
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/iron,
-/area/security/main)
"wgH" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -72888,25 +73353,6 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/lobby)
-"wgX" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Xenobiology Lab - Fore";
- network = list("ss13","rd")
- },
-/obj/machinery/power/apc/highcap/ten_k{
- areastring = "/area/science/xenobiology";
- dir = 1;
- name = "Xenobiology APC";
- pixel_y = 24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 5
- },
-/turf/open/floor/iron/white,
-/area/science/xenobiology)
"whe" = (
/obj/effect/turf_decal/tile/neutral/half/contrasted{
dir = 8
@@ -72946,6 +73392,29 @@
},
/turf/open/floor/iron,
/area/storage/primary)
+"wiL" = (
+/obj/structure/table/wood,
+/obj/item/lipstick{
+ pixel_y = 5
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Theatre - Stage"
+ },
+/obj/machinery/light/small{
+ dir = 4
+ },
+/obj/item/instrument/guitar,
+/obj/structure/sign/poster/random{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/theatre)
"wjj" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -73008,46 +73477,6 @@
},
/turf/open/floor/iron,
/area/science/mixing)
-"wki" = (
-/obj/machinery/camera/motion/directional/east{
- c_tag = "E.V.A. Storage"
- },
-/obj/machinery/requests_console{
- department = "EVA";
- pixel_x = 32
- },
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/line{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/iron,
-/area/ai_monitored/storage/eva)
-"wkt" = (
-/obj/structure/window/reinforced{
- dir = 1;
- layer = 2.9
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "MiniSat Exterior - Starboard Aft";
- network = list("minisat")
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/turf/open/floor/iron/dark,
-/area/aisat)
"wkB" = (
/obj/machinery/status_display/supply{
pixel_y = 32
@@ -73130,9 +73559,6 @@
/obj/effect/turf_decal/trimline/purple/filled/corner,
/turf/open/floor/iron/white,
/area/science/research)
-"wlO" = (
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
"wlP" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -73205,6 +73631,27 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/central)
+"wns" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Xenobiology Lab - Secure Pen";
+ network = list("ss13","rd","xeno")
+ },
+/turf/open/floor/engine,
+/area/maintenance/department/science/xenobiology)
+"wnv" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/status_display/evac{
+ pixel_y = 32
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Engineering - Power Monitoring"
+ },
+/obj/machinery/modular_computer/console/preset/engineering,
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/engine/engineering)
"wny" = (
/obj/structure/curtain,
/obj/effect/spawner/structure/window,
@@ -73225,15 +73672,6 @@
},
/turf/open/floor/iron,
/area/engine/break_room)
-"wnE" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/obj/machinery/computer/cargo/request{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/main)
"wnH" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -73267,10 +73705,12 @@
/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
+/obj/effect/turf_decal/tile/dark_red{
+ dir = 8
+ },
+/turf/open/floor/iron/smooth_corner{
+ dir = 8
},
-/turf/open/floor/iron,
/area/security/prison)
"wnW" = (
/obj/structure/cable/yellow{
@@ -73337,15 +73777,6 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/plating,
/area/maintenance/aft)
-"wpb" = (
-/obj/effect/turf_decal/bot,
-/obj/machinery/portable_atmospherics/pump,
-/obj/machinery/camera/directional/east{
- c_tag = "Toxins Storage";
- network = list("ss13","rd")
- },
-/turf/open/floor/iron/dark,
-/area/science/storage)
"wqa" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 8
@@ -73435,19 +73866,6 @@
},
/turf/open/floor/iron,
/area/maintenance/aft)
-"wrr" = (
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/primary/aft)
"wrv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -73459,13 +73877,6 @@
},
/turf/open/floor/iron/dark,
/area/science/xenobiology)
-"wry" = (
-/obj/machinery/atmospherics/pipe/simple/general/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
"wrJ" = (
/obj/structure/table,
/obj/item/stack/sheet/glass/fifty,
@@ -73473,40 +73884,6 @@
/obj/effect/turf_decal/tile/yellow/anticorner/contrasted,
/turf/open/floor/iron,
/area/storage/tools)
-"wsj" = (
-/obj/item/stack/sheet/iron/fifty,
-/obj/item/stack/sheet/iron/fifty,
-/obj/structure/table,
-/obj/item/stack/sheet/plasteel{
- amount = 10
- },
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/obj/item/stack/sheet/glass/fifty,
-/obj/item/stack/sheet/glass/fifty,
-/obj/item/crowbar,
-/obj/item/wrench,
-/obj/item/storage/toolbox/electrical{
- pixel_x = 1;
- pixel_y = -1
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/ai_monitored/storage/eva)
-"wsA" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
"wsB" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 1
@@ -73581,14 +73958,6 @@
/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4,
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat_interior)
-"wuc" = (
-/obj/effect/turf_decal/tile/red/opposingcorners,
-/obj/effect/turf_decal/tile/blue/opposingcorners{
- dir = 1
- },
-/obj/structure/chair/stool/directional/west,
-/turf/open/floor/iron,
-/area/medical/break_room)
"wuf" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -73723,6 +74092,15 @@
},
/turf/open/floor/wood,
/area/crew_quarters/dorms)
+"wwD" = (
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/iron/chapel,
+/area/chapel/main)
"wwG" = (
/obj/item/storage/box/lights/mixed,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -73761,6 +74139,10 @@
},
/turf/open/floor/iron,
/area/science/shuttledock)
+"wxt" = (
+/obj/structure/table,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"wxD" = (
/obj/structure/lattice/catwalk,
/obj/machinery/atmospherics/pipe/simple/orange/visible{
@@ -73790,16 +74172,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/starboard)
-"wxV" = (
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 4;
- sortType = 8
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/main)
"wyc" = (
/obj/structure/window/reinforced{
dir = 1
@@ -73851,42 +74223,16 @@
/obj/item/stack/package_wrap,
/turf/open/floor/iron/dark,
/area/medical/morgue)
-"wyS" = (
-/obj/machinery/light_switch{
- pixel_x = 27
- },
-/obj/structure/reagent_dispensers/peppertank{
- pixel_y = 30
- },
-/obj/structure/closet/secure_closet/security,
-/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 24
- },
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
-"wzi" = (
-/obj/machinery/light_switch{
- pixel_y = 24
- },
-/obj/machinery/light/small{
- dir = 1
- },
-/obj/structure/table/wood,
-/obj/item/clothing/shoes/laceup,
-/obj/item/clothing/under/suit/black_really,
-/obj/item/clothing/glasses/sunglasses/advanced,
-/obj/machinery/camera/directional/north{
- c_tag = "Corporate Showroom"
+"wyO" = (
+/obj/structure/closet{
+ name = "Evidence Closet 2"
},
-/obj/effect/turf_decal/siding/wood{
- dir = 1
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
},
-/turf/open/floor/wood,
-/area/bridge/showroom/corporate)
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/security/brig)
"wzA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -73931,27 +74277,26 @@
},
/turf/open/floor/carpet/grimy,
/area/security/detectives_office)
-"wzI" = (
-/obj/effect/landmark/start/assistant,
-/obj/structure/chair/stool/bar/directional/south,
-/turf/open/floor/iron/cafeteria_red,
-/area/crew_quarters/bar)
-"wzJ" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/machinery/power/apc/auto_name/directional/west{
- pixel_x = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/effect/decal/cleanable/cobweb,
-/obj/structure/bed/roller,
-/turf/open/floor/iron/dark,
-/area/medical/morgue)
"wzT" = (
/obj/effect/landmark/start/bartender,
/turf/open/floor/wood/big,
/area/crew_quarters/bar)
+"wzX" = (
+/obj/structure/cable/white{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/engine/engineering)
"wAn" = (
/obj/machinery/light{
dir = 8
@@ -73981,6 +74326,16 @@
},
/turf/open/floor/iron/freezer,
/area/crew_quarters/toilet/restrooms)
+"wAt" = (
+/obj/machinery/shieldgen,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Engineering - Secure Storage"
+ },
+/turf/open/floor/plating,
+/area/engine/engineering)
"wAD" = (
/obj/machinery/light_switch{
pixel_x = -20;
@@ -73988,22 +74343,6 @@
},
/turf/open/floor/engine,
/area/engine/supermatter)
-"wAW" = (
-/obj/effect/turf_decal/stripes/line{
- dir = 9
- },
-/obj/structure/table/reinforced,
-/obj/item/storage/firstaid/regular,
-/obj/item/clothing/neck/stethoscope,
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/item/storage/toolbox/mechanical{
- pixel_x = -2;
- pixel_y = -1
- },
-/turf/open/floor/iron/dark,
-/area/science/explab)
"wAX" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -74071,41 +74410,41 @@
},
/turf/open/floor/iron,
/area/science/robotics/lab)
-"wCx" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Aft Starboard Solar Maintenance"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
+"wCy" = (
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
+/turf/open/floor/iron,
+/area/medical/morgue)
+"wCD" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Xenobiology Lab - Pen #2";
+ network = list("ss13","rd","xeno")
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/machinery/light/small{
dir = 4
},
-/turf/open/floor/iron,
-/area/maintenance/solars/starboard/aft)
-"wCy" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/engine,
+/area/science/xenobiology)
+"wCG" = (
/obj/structure/cable/yellow{
- icon_state = "4-8"
+ icon_state = "1-2"
+ },
+/obj/item/bodypart/chest/robot{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/item/bodypart/head/robot{
+ pixel_x = 3;
+ pixel_y = 2
},
-/turf/open/floor/iron,
-/area/medical/morgue)
-"wCI" = (
-/obj/item/folder,
-/obj/item/folder,
-/obj/machinery/camera/autoname/directional/south,
/obj/structure/table/wood,
-/obj/item/taperecorder,
-/obj/item/tape,
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/library)
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/turf/open/floor/carpet/blue,
+/area/bridge/showroom/corporate)
"wCN" = (
/obj/machinery/door/airlock/engineering{
name = "Telecomms Storage";
@@ -74143,6 +74482,10 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
+"wDn" = (
+/obj/structure/chair/stool/directional/south,
+/turf/open/floor/iron,
+/area/crew_quarters/locker)
"wDx" = (
/obj/effect/landmark/event_spawn,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -74254,6 +74597,19 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"wFY" = (
+/obj/machinery/status_display/evac{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/siding/dark/corner{
+ dir = 8
+ },
+/turf/open/floor/iron/dark,
+/area/crew_quarters/heads/hos)
"wFZ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -74328,6 +74684,18 @@
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/turf/open/floor/iron,
/area/engine/atmos)
+"wHO" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_edge,
+/area/security/brig)
"wIf" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -74386,23 +74754,6 @@
},
/turf/open/floor/iron/white,
/area/medical/genetics/cloning)
-"wJa" = (
-/obj/structure/cable/white{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/stripes/line,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/stripes/white/line{
- dir = 1
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "Atmos to Loop"
- },
-/turf/open/floor/engine,
-/area/engine/engineering)
"wJg" = (
/obj/structure/cable/yellow{
icon_state = "2-8"
@@ -74585,15 +74936,6 @@
/obj/machinery/air_sensor/atmos/toxins_mixing_tank,
/turf/open/floor/engine,
/area/science/mixing/chamber)
-"wMd" = (
-/obj/structure/bodycontainer/morgue{
- dir = 1
- },
-/obj/machinery/airalarm/directional/west{
- pixel_x = -22
- },
-/turf/open/floor/iron/dark,
-/area/chapel/office)
"wMy" = (
/obj/structure/cable/yellow{
icon_state = "0-8"
@@ -74612,22 +74954,6 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
-"wMM" = (
-/obj/machinery/power/apc/highcap/ten_k{
- areastring = "/area/bridge";
- dir = 8;
- name = "Bridge APC";
- pixel_x = -24
- },
-/obj/structure/cable/yellow,
-/obj/machinery/camera/directional/west{
- c_tag = "Bridge - Port"
- },
-/obj/effect/turf_decal/tile/blue/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron/dark,
-/area/bridge)
"wMZ" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -74757,21 +75083,6 @@
},
/turf/open/floor/plating,
/area/maintenance/aft/secondary)
-"wOJ" = (
-/obj/machinery/power/apc{
- areastring = "/area/security/checkpoint/engineering";
- dir = 8;
- name = "Engineering Security APC";
- pixel_x = -24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/engineering)
"wOK" = (
/turf/open/floor/iron,
/area/maintenance/starboard/fore)
@@ -74903,24 +75214,6 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/turf/open/floor/iron/dark,
/area/science/shuttledock)
-"wQW" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/camera/directional/north{
- c_tag = "Cargo Bay - Fore"
- },
-/obj/effect/turf_decal/stripes/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/quartermaster/storage)
"wRm" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -74937,12 +75230,6 @@
},
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat_interior)
-"wSf" = (
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/brig)
"wSh" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -74961,6 +75248,13 @@
},
/turf/open/floor/iron/white,
/area/science/research)
+"wSv" = (
+/obj/machinery/atmospherics/pipe/simple/general/hidden,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/execution/education)
"wSB" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 10
@@ -74984,16 +75278,27 @@
},
/turf/open/space/basic,
/area/solar/starboard/aft)
+"wTv" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/green/visible{
+ dir = 4
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/engine,
+/area/engine/engineering)
"wTx" = (
/obj/structure/punching_bag,
/obj/effect/turf_decal/bot_white,
/obj/effect/turf_decal/tile/black/fourcorners/contrasted,
/turf/open/floor/prison,
/area/security/prison)
-"wTB" = (
-/obj/structure/chair/stool/directional/west,
-/turf/open/floor/iron,
-/area/crew_quarters/locker)
"wTR" = (
/obj/structure/closet/wardrobe/green,
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
@@ -75011,6 +75316,22 @@
/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer4,
/turf/open/floor/iron,
/area/crew_quarters/locker)
+"wUi" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc{
+ areastring = "/area/hallway/secondary/service";
+ dir = 1;
+ name = "Service Hall APC";
+ pixel_y = 24
+ },
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/obj/item/kirbyplants/random,
+/turf/open/floor/iron,
+/area/hallway/secondary/service)
"wUu" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -75075,29 +75396,21 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/port)
-"wVn" = (
-/obj/item/tank/internals/oxygen/red{
- pixel_x = -4;
- pixel_y = -1
- },
-/obj/item/tank/internals/oxygen/red{
- pixel_x = 4;
- pixel_y = -1
+"wVp" = (
+/obj/structure/table/wood,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/machinery/computer/med_data/laptop{
+ dir = 8;
+ pixel_y = 4
},
-/obj/item/tank/internals/anesthetic{
- pixel_x = 2
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
},
-/obj/item/storage/toolbox/mechanical,
-/obj/item/clothing/mask/gas,
-/obj/item/clothing/mask/gas,
-/obj/structure/closet/crate{
- opened = 1
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
},
-/obj/item/wrench,
-/obj/machinery/atmospherics/pipe/manifold/general/visible,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/security/execution/education)
+/turf/open/floor/wood,
+/area/medical/exam_room)
"wVw" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -75162,6 +75475,22 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/turf/open/floor/iron/white,
/area/science/xenobiology)
+"wVZ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"wWC" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -75268,21 +75597,6 @@
},
/turf/open/floor/wood,
/area/library)
-"wYc" = (
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/hallway/secondary/exit/departure_lounge)
"wYn" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 4
@@ -75346,6 +75660,24 @@
},
/turf/open/floor/plating,
/area/maintenance/port/fore)
+"wZV" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Fitness Room - Fore"
+ },
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 24
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/crew_quarters/fitness/recreation)
"xad" = (
/obj/machinery/light_switch{
pixel_x = 27
@@ -75381,6 +75713,29 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/entry)
+"xaQ" = (
+/obj/structure/chair/stool/directional/west,
+/turf/open/floor/iron,
+/area/crew_quarters/locker)
+"xaR" = (
+/obj/structure/closet/secure_closet/medical2,
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/obj/machinery/light_switch{
+ pixel_x = 24;
+ pixel_y = 11
+ },
+/obj/machinery/status_display/ai{
+ pixel_y = -32
+ },
+/obj/machinery/camera/directional/east{
+ c_tag = "Medbay - Surgery";
+ name = "medbay camera";
+ network = list("ss13","medbay")
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow,
+/turf/open/floor/iron/dark,
+/area/medical/surgery)
"xbd" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -75420,32 +75775,17 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
-"xcl" = (
-/obj/machinery/power/apc{
- areastring = "/area/hydroponics/garden";
- dir = 4;
- name = "Garden APC";
- pixel_x = 24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/machinery/disposal/bin,
-/obj/machinery/camera/directional/east{
- c_tag = "Garden"
+"xcq" = (
+/obj/item/book/manual/wiki/security_space_law,
+/obj/machinery/newscaster{
+ pixel_y = -32
},
-/obj/structure/disposalpipe/trunk{
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/tile/red/half{
dir = 8
},
-/obj/machinery/light{
- dir = 4
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral/half/contrasted,
-/turf/open/floor/iron,
-/area/hydroponics/garden)
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/supply)
"xcx" = (
/obj/structure/filingcabinet,
/obj/item/folder/documents,
@@ -75453,19 +75793,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/security/nuke_storage)
-"xcC" = (
-/obj/machinery/camera/directional/west{
- c_tag = "Security - Office - Port"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 1
- },
-/obj/machinery/light_switch{
- pixel_x = -24;
- pixel_y = 8
- },
-/turf/open/floor/iron,
-/area/security/main)
"xcE" = (
/obj/machinery/power/apc/highcap/five_k{
areastring = "/area/hallway/primary/fore";
@@ -75482,23 +75809,6 @@
},
/turf/open/floor/iron,
/area/hallway/primary/fore)
-"xdr" = (
-/obj/machinery/disposal/bin,
-/obj/machinery/light_switch{
- pixel_y = -26
- },
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/camera/directional/south{
- c_tag = "Fitness Room - Aft"
- },
-/obj/effect/turf_decal/bot{
- dir = 1
- },
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/turf/open/floor/iron/dark,
-/area/crew_quarters/fitness/recreation)
"xdC" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -75605,17 +75915,26 @@
/obj/machinery/door/window/westleft{
name = "Infirmary"
},
-/obj/effect/turf_decal/tile/red/anticorner/contrasted{
- dir = 8
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 8
},
-/turf/open/floor/iron/white,
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 8
+ },
+/turf/open/floor/iron/white/smooth_corner{
+ dir = 4
+ },
/area/security/brig)
+"xfu" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/east,
+/turf/open/floor/carpet/green,
+/area/library)
"xfz" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -75629,19 +75948,6 @@
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/storage/tech)
-"xfN" = (
-/obj/machinery/light_switch{
- pixel_x = 28
- },
-/obj/machinery/light/small{
- dir = 4
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Chapel Office"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/carpet/grimy,
-/area/chapel/office)
"xfP" = (
/obj/structure/chair{
dir = 1
@@ -75669,22 +75975,43 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/dark,
/area/medical/medbay/central)
+"xgq" = (
+/obj/machinery/flasher/portable,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/tech/grid,
+/area/security/main)
"xgB" = (
/obj/effect/turf_decal/siding/white{
dir = 8
},
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
-"xgP" = (
-/obj/item/radio/intercom{
- pixel_y = 20
+"xgM" = (
+/obj/machinery/requests_console{
+ department = "Security";
+ departmentType = 5;
+ pixel_y = 30
},
-/obj/machinery/computer/security,
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
+/obj/machinery/light{
+ dir = 1
},
-/turf/open/floor/iron,
-/area/security/checkpoint/customs)
+/obj/machinery/camera/directional/north{
+ c_tag = "Warden's Office"
+ },
+/obj/structure/rack,
+/obj/item/storage/toolbox/mechanical{
+ pixel_x = -4;
+ pixel_y = 4
+ },
+/obj/item/storage/toolbox/emergency{
+ pixel_x = 2;
+ pixel_y = -3
+ },
+/obj/item/wirecutters{
+ pixel_y = 2
+ },
+/turf/open/floor/iron/showroomfloor,
+/area/security/warden)
"xgR" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 9
@@ -75695,19 +76022,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
-"xgV" = (
-/obj/structure/table,
-/obj/machinery/recharger{
- pixel_y = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
"xhg" = (
/obj/effect/turf_decal/delivery,
/obj/item/soap/nanotrasen,
@@ -75870,6 +76184,12 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
+"xiV" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"xiW" = (
/obj/item/radio/intercom{
pixel_y = 21
@@ -75912,25 +76232,6 @@
/obj/structure/lattice,
/turf/open/space,
/area/space/nearstation)
-"xjr" = (
-/obj/structure/closet/secure_closet/medical2,
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/machinery/light_switch{
- pixel_x = 24;
- pixel_y = 11
- },
-/obj/machinery/status_display/ai{
- pixel_y = -32
- },
-/obj/machinery/camera/directional/east{
- c_tag = "Medbay - Surgery";
- name = "medbay camera";
- network = list("ss13","medbay")
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow,
-/turf/open/floor/iron/dark,
-/area/medical/surgery)
"xjG" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/stripes/line{
@@ -75966,6 +76267,29 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/hydroponics/garden)
+"xjO" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/tile/neutral/half/contrasted{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/iron,
+/area/maintenance/department/medical/central)
"xkr" = (
/obj/machinery/smartfridge/extract/preloaded,
/obj/effect/turf_decal/tile/purple/half/contrasted{
@@ -75996,6 +76320,18 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
+"xkL" = (
+/obj/machinery/light{
+ dir = 8;
+ light_color = "#e8eaff"
+ },
+/obj/effect/turf_decal/tile/dark_red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/smooth_half{
+ dir = 1
+ },
+/area/security/brig)
"xkM" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
@@ -76015,6 +76351,15 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/aft)
+"xkT" = (
+/obj/machinery/camera/directional/south{
+ c_tag = "Port Primary Hallway - Starboard"
+ },
+/obj/effect/turf_decal/tile/neutral{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/port)
"xlH" = (
/obj/structure/grille,
/obj/structure/lattice,
@@ -76053,29 +76398,26 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
+"xlX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/tile/red{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 4
+ },
+/area/security/brig)
"xlZ" = (
/obj/effect/turf_decal/trimline/blue/filled/warning,
/turf/open/floor/iron/white,
/area/medical/medbay/aft)
-"xml" = (
-/obj/effect/turf_decal/tile/red/anticorner/contrasted,
-/obj/structure/table/reinforced,
-/obj/machinery/recharger{
- pixel_x = -4
- },
-/obj/machinery/button/door{
- desc = "A remote control switch for the medbay foyer.";
- id = "MedbayFoyer";
- name = "Medbay Doors Control";
- normaldoorcontrol = 1;
- pixel_x = 7;
- pixel_y = -2
- },
-/obj/machinery/light_switch{
- pixel_x = 27
+"xmj" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics Tank - N2O"
},
-/turf/open/floor/iron,
-/area/security/checkpoint/medical)
+/turf/open/floor/engine/n2o,
+/area/engine/atmos)
"xmw" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -76120,40 +76462,6 @@
},
/turf/open/floor/iron,
/area/medical/chemistry)
-"xng" = (
-/obj/machinery/power/apc{
- areastring = "/area/security/checkpoint/supply";
- dir = 1;
- name = "Security Post - Cargo Bay APC";
- pixel_y = 24
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/effect/turf_decal/tile/red/half/contrasted{
- dir = 4
- },
-/turf/open/floor/iron,
-/area/security/checkpoint/supply)
-"xno" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 4
- },
-/obj/effect/turf_decal/tile/red{
- dir = 8
- },
-/turf/open/floor/iron,
-/area/security/brig)
"xns" = (
/obj/structure/cable/yellow{
icon_state = "1-4"
@@ -76173,19 +76481,6 @@
/obj/structure/closet/secure_closet/atmospherics,
/turf/open/floor/iron/dark/smooth_large,
/area/maintenance/disposal/incinerator)
-"xnK" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
- },
-/obj/item/radio/intercom{
- pixel_y = -29
- },
-/obj/effect/turf_decal/tile/black/opposingcorners{
- dir = 1
- },
-/turf/open/floor/iron/white,
-/area/crew_quarters/heads/hor)
"xnR" = (
/obj/structure/closet/secure_closet/personal/patient,
/obj/effect/turf_decal/bot,
@@ -76230,19 +76525,23 @@
},
/turf/open/floor/iron,
/area/janitor)
-"xoD" = (
-/obj/effect/landmark/start/captain,
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
+"xoA" = (
+/obj/machinery/camera/directional/north,
+/obj/machinery/power/apc{
+ areastring = "/area/quartermaster/qm";
+ dir = 1;
+ name = "Quartermaster's Office APC";
+ pixel_y = 24
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
},
-/obj/effect/turf_decal/siding/wood{
- dir = 6
+/obj/structure/filingcabinet/chestdrawer,
+/obj/effect/turf_decal/tile/brown/half/contrasted{
+ dir = 4
},
-/turf/open/floor/wood,
-/area/crew_quarters/heads/captain/private)
+/turf/open/floor/iron,
+/area/quartermaster/qm)
"xoL" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
@@ -76338,6 +76637,26 @@
},
/turf/open/floor/iron,
/area/crew_quarters/fitness/recreation)
+"xqw" = (
+/obj/effect/turf_decal/tile/red/opposingcorners,
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 1
+ },
+/obj/structure/chair/stool/directional/west,
+/obj/structure/disposalpipe/segment{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/open/floor/iron,
+/area/medical/break_room)
"xqx" = (
/obj/machinery/ai_slipper{
uses = 10
@@ -76350,6 +76669,18 @@
},
/turf/open/floor/circuit,
/area/ai_monitored/turret_protected/ai)
+"xqI" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk,
+/obj/machinery/camera/directional/north{
+ c_tag = "Locker Room Starboard"
+ },
+/obj/structure/sign/warning/pods{
+ pixel_y = 30
+ },
+/obj/effect/turf_decal/delivery,
+/turf/open/floor/iron,
+/area/crew_quarters/locker)
"xqS" = (
/obj/structure/extinguisher_cabinet{
pixel_x = 27
@@ -76401,17 +76732,17 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/fore)
-"xrH" = (
+"xrx" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/structure/chair/stool/directional/west{
- pixel_x = 7;
- pixel_y = 6
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/turf_decal/tile/red/fourcorners/contrasted,
-/turf/open/floor/prison,
-/area/security/prison)
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"xsb" = (
/obj/machinery/vending/wardrobe/det_wardrobe,
/turf/open/floor/carpet/grimy,
@@ -76490,6 +76821,24 @@
/obj/effect/turf_decal/tile/neutral,
/turf/open/floor/iron,
/area/hallway/primary/central)
+"xsN" = (
+/obj/machinery/firealarm{
+ dir = 4;
+ pixel_x = -26
+ },
+/obj/machinery/light/small{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 4
+ },
+/area/security/brig)
"xtd" = (
/obj/machinery/power/terminal,
/obj/effect/turf_decal/stripes/line,
@@ -76533,6 +76882,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron/dark,
/area/ai_monitored/turret_protected/aisat_interior)
+"xuf" = (
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
"xuh" = (
/obj/structure/cable/yellow{
icon_state = "2-8"
@@ -76562,23 +76917,37 @@
},
/turf/open/floor/iron,
/area/hallway/primary/central)
-"xup" = (
-/obj/item/phone{
- desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in.";
- pixel_x = -3;
- pixel_y = 3
+"xur" = (
+/obj/structure/closet/secure_closet/security/engine,
+/obj/machinery/firealarm{
+ dir = 8;
+ pixel_x = 24
},
-/obj/item/cigbutt/cigarbutt{
- pixel_x = 5;
- pixel_y = -1
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/tile/red/anticorner,
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 1
+ },
+/area/security/checkpoint/engineering)
+"xus" = (
+/obj/structure/cable/white{
+ icon_state = "4-8"
},
-/obj/structure/table/wood,
/obj/machinery/firealarm{
- dir = 8;
- pixel_x = 28
+ dir = 1;
+ pixel_y = -24
},
-/turf/open/floor/carpet/grimy,
-/area/security/main)
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
+ },
+/obj/effect/turf_decal/stripes/line,
+/obj/effect/turf_decal/stripes/white/line{
+ dir = 10
+ },
+/turf/open/floor/engine,
+/area/engine/engineering)
"xut" = (
/obj/structure/cable/yellow{
icon_state = "1-4"
@@ -76591,6 +76960,24 @@
},
/turf/open/floor/iron,
/area/science/robotics/mechbay)
+"xuO" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
"xuR" = (
/obj/structure/window/reinforced,
/obj/structure/window/reinforced{
@@ -76614,19 +77001,6 @@
},
/turf/open/floor/iron,
/area/hallway/secondary/exit/departure_lounge)
-"xvv" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Bar"
- },
-/obj/item/kirbyplants/random,
-/obj/machinery/newscaster{
- pixel_y = 32
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/wood/big,
-/area/crew_quarters/bar)
"xvz" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -76696,14 +77070,26 @@
},
/turf/open/floor/iron/freezer,
/area/crew_quarters/toilet/restrooms)
-"xwX" = (
-/obj/structure/closet/secure_closet/security/sec,
-/obj/effect/turf_decal/bot,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+"xxc" = (
+/obj/effect/landmark/start/security_officer,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
},
-/turf/open/floor/iron/showroomfloor,
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/iron/dark/smooth_half,
/area/security/main)
+"xxx" = (
+/obj/machinery/vending/cigarette,
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/machinery/airalarm/directional/east{
+ pixel_x = 24
+ },
+/turf/open/floor/iron,
+/area/construction/storage_wing)
"xxI" = (
/obj/item/soap/nanotrasen,
/obj/machinery/light/small{
@@ -76756,22 +77142,6 @@
},
/turf/open/floor/wood,
/area/crew_quarters/theatre)
-"xyn" = (
-/obj/structure/bed{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/obj/machinery/camera/autoname{
- dir = 5;
- network = list("ss13","medbay")
- },
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/turf/open/floor/iron/dark,
-/area/security/prison)
"xyp" = (
/obj/docking_port/stationary{
dheight = 1;
@@ -76793,25 +77163,19 @@
},
/turf/open/floor/iron/dark,
/area/engine/engineering)
-"xze" = (
-/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = 5;
- pixel_y = 4
+"xzg" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
},
-/obj/machinery/firealarm/directional/north,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/glove_box{
- pixel_x = -7;
- pixel_y = 2
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/machinery/camera/autoname{
- dir = 9;
- network = list("ss13","medbay")
+/obj/machinery/light{
+ dir = 4
},
-/turf/open/floor/iron/dark,
-/area/medical/morgue)
+/obj/effect/turf_decal/tile/red,
+/turf/open/floor/iron/dark/smooth_corner,
+/area/security/brig)
"xzs" = (
/obj/machinery/firealarm/directional/west,
/obj/effect/turf_decal/delivery,
@@ -76866,6 +77230,21 @@
/obj/machinery/door/firedoor,
/turf/open/floor/iron/dark,
/area/crew_quarters/heads/captain/private)
+"xzO" = (
+/obj/item/paper_bin{
+ pixel_x = 1;
+ pixel_y = 9
+ },
+/obj/item/pen,
+/obj/structure/table/reinforced,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/checkpoint/customs)
"xzS" = (
/obj/structure/disposalpipe/segment,
/obj/structure/table/wood/poker,
@@ -76982,6 +77361,14 @@
},
/turf/open/floor/plating,
/area/maintenance/starboard/aft)
+"xBP" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"xBY" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 1
@@ -77060,17 +77447,6 @@
},
/turf/open/floor/plating,
/area/maintenance/department/science/xenobiology)
-"xCZ" = (
-/obj/machinery/airalarm/directional/north{
- pixel_y = 23
- },
-/obj/effect/turf_decal/trimline/purple/filled/line{
- dir = 1
- },
-/obj/machinery/monkey_recycler,
-/obj/effect/turf_decal/delivery,
-/turf/open/floor/iron/white,
-/area/science/xenobiology)
"xDR" = (
/obj/structure/disposalpipe/segment{
dir = 6
@@ -77108,6 +77484,12 @@
},
/turf/open/floor/wood,
/area/bridge/showroom/corporate)
+"xEq" = (
+/obj/structure/rack,
+/obj/item/storage/box/sec_barricades,
+/obj/item/survivalcapsule/capsule_checkpoint,
+/turf/open/floor/iron/dark/smooth_large,
+/area/ai_monitored/security/armory)
"xER" = (
/obj/structure/window/reinforced{
dir = 4
@@ -77207,6 +77589,20 @@
},
/turf/open/floor/iron/dark,
/area/science/shuttledock)
+"xGs" = (
+/obj/structure/rack,
+/obj/machinery/camera/directional/south{
+ c_tag = "Brig - Infirmary"
+ },
+/obj/item/clothing/under/rank/medical/doctor/purple{
+ pixel_y = -4
+ },
+/obj/item/stack/medical/gauze,
+/obj/effect/turf_decal/tile/red/half,
+/turf/open/floor/iron/white/smooth_half{
+ dir = 1
+ },
+/area/security/brig)
"xGC" = (
/obj/machinery/door/airlock/maintenance{
req_one_access_txt = "12;27;37;5"
@@ -77228,14 +77624,6 @@
},
/turf/open/floor/iron,
/area/maintenance/aft)
-"xHc" = (
-/obj/machinery/light/small,
-/obj/machinery/airalarm/directional/south{
- pixel_y = -22
- },
-/obj/effect/turf_decal/stripes/line,
-/turf/open/floor/iron/dark,
-/area/maintenance/department/science)
"xHh" = (
/obj/structure/chair{
dir = 8
@@ -77257,6 +77645,18 @@
},
/turf/open/floor/carpet/royalblue,
/area/crew_quarters/heads/captain/private)
+"xHy" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"xHE" = (
/obj/structure/disposalpipe/segment{
dir = 4
@@ -77400,6 +77800,16 @@
/obj/item/kirbyplants/random,
/turf/open/floor/carpet/blue,
/area/bridge)
+"xJu" = (
+/obj/machinery/rnd/destructive_analyzer,
+/obj/machinery/airalarm/directional/west{
+ pixel_x = -23
+ },
+/obj/effect/turf_decal/stripes/line{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/science/lab)
"xJw" = (
/obj/machinery/door/airlock/public/glass{
name = "space-bridge access"
@@ -77461,6 +77871,18 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/patients_rooms)
+"xLJ" = (
+/obj/machinery/recharger{
+ pixel_y = 4
+ },
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 4
+ },
+/area/security/checkpoint/supply)
"xLS" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -77493,17 +77915,6 @@
},
/turf/open/floor/prison,
/area/security/prison)
-"xMC" = (
-/obj/structure/extinguisher_cabinet{
- pixel_x = 27
- },
-/obj/effect/turf_decal/tile/red{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/iron,
-/area/security/brig)
"xMM" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
@@ -77517,93 +77928,6 @@
/obj/effect/turf_decal/trimline/dark_blue/filled/line,
/turf/open/floor/iron/dark,
/area/science/server)
-"xNp" = (
-/obj/item/reagent_containers/glass/bottle/bromine{
- pixel_x = -6
- },
-/obj/item/reagent_containers/glass/bottle/aluminium{
- pixel_x = 6
- },
-/obj/item/reagent_containers/glass/bottle/chlorine{
- pixel_x = -6
- },
-/obj/item/reagent_containers/glass/bottle/carbon{
- pixel_x = 6
- },
-/obj/item/reagent_containers/glass/bottle/ethanol{
- pixel_x = -6
- },
-/obj/item/reagent_containers/glass/bottle/copper{
- pixel_x = 6
- },
-/obj/item/reagent_containers/glass/bottle/hydrogen{
- pixel_x = -6
- },
-/obj/item/reagent_containers/glass/bottle/fluorine{
- pixel_x = 6
- },
-/obj/item/reagent_containers/glass/bottle/water{
- pixel_y = 8
- },
-/obj/item/reagent_containers/glass/bottle/lithium{
- pixel_x = -6
- },
-/obj/item/reagent_containers/glass/bottle/iron{
- pixel_x = 6
- },
-/obj/item/reagent_containers/glass/bottle/iodine{
- pixel_y = 8
- },
-/obj/item/reagent_containers/glass/bottle/oxygen{
- pixel_x = 6
- },
-/obj/item/reagent_containers/glass/bottle/phosphorus{
- pixel_x = -6
- },
-/obj/item/reagent_containers/glass/bottle/nitrogen{
- pixel_x = -6;
- pixel_y = 8
- },
-/obj/item/reagent_containers/glass/bottle/mercury{
- pixel_x = 6;
- pixel_y = 8
- },
-/obj/item/reagent_containers/glass/bottle/radium{
- pixel_x = -6
- },
-/obj/item/reagent_containers/glass/bottle/potassium{
- pixel_x = 6
- },
-/obj/item/reagent_containers/glass/bottle/welding_fuel{
- pixel_y = 8
- },
-/obj/item/reagent_containers/glass/bottle/sacid{
- pixel_x = 6
- },
-/obj/item/reagent_containers/glass/bottle/silicon{
- pixel_x = -6
- },
-/obj/item/reagent_containers/glass/bottle/silver{
- pixel_x = 6
- },
-/obj/item/reagent_containers/glass/bottle/sodium{
- pixel_x = -6
- },
-/obj/item/reagent_containers/glass/bottle/sugar{
- pixel_x = 6
- },
-/obj/item/reagent_containers/glass/bottle/sulfur{
- pixel_x = -6
- },
-/obj/structure/closet/crate/medical,
-/obj/effect/turf_decal/box,
-/obj/item/circuitboard/machine/chem_heater,
-/obj/machinery/firealarm/directional/west,
-/obj/machinery/camera/autoname/directional/west{
- network = list("ss13","medbay")
- },
-/turf/open/floor/iron,
-/area/medical/virology)
"xNr" = (
/obj/machinery/door/airlock/public/glass{
name = "Fore Primary Hallway"
@@ -77633,6 +77957,21 @@
},
/turf/open/floor/iron,
/area/science/robotics/mechbay)
+"xNA" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_half{
+ dir = 1
+ },
+/area/security/checkpoint/science/research)
"xNM" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -77834,15 +78173,6 @@
/obj/machinery/holopad,
/turf/open/floor/iron,
/area/medical/break_room)
-"xQu" = (
-/obj/machinery/camera/directional/north{
- c_tag = "Fore Primary Hallway Cells"
- },
-/obj/effect/turf_decal/tile/red{
- dir = 1
- },
-/turf/open/floor/iron,
-/area/hallway/primary/fore)
"xQQ" = (
/obj/structure/tank_dispenser/oxygen,
/obj/effect/turf_decal/stripes/line{
@@ -77915,26 +78245,11 @@
},
/turf/open/floor/iron/grid/steel,
/area/medical/virology)
-"xRF" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/light/small{
- dir = 8
- },
-/obj/machinery/camera/directional/west{
- c_tag = "MiniSat Exterior - Fore Starboard";
- network = list("minisat")
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/turf/open/floor/iron/dark,
-/area/aisat)
+"xSa" = (
+/obj/structure/closet/secure_closet/security/sec,
+/obj/effect/turf_decal/bot,
+/turf/open/floor/iron/techmaint,
+/area/security/main)
"xSc" = (
/obj/machinery/computer/turbine_computer{
dir = 1;
@@ -77962,6 +78277,46 @@
},
/turf/open/floor/iron/dark,
/area/chapel/office)
+"xSD" = (
+/obj/item/seeds/wheat,
+/obj/item/seeds/sugarcane,
+/obj/item/seeds/potato,
+/obj/item/seeds/apple,
+/obj/item/grown/corncob,
+/obj/item/food/grown/carrot,
+/obj/item/food/grown/wheat,
+/obj/item/food/grown/pumpkin{
+ pixel_y = 5
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 27
+ },
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/machinery/camera/autoname/directional/east,
+/obj/structure/table/glass,
+/obj/effect/turf_decal/stripes/line{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hydroponics)
+"xSE" = (
+/obj/machinery/light{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/effect/turf_decal/trimline/blue/filled/line{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/iron/white,
+/area/medical/medbay/central)
"xST" = (
/obj/structure/disposalpipe/sorting/mail/flip{
dir = 8;
@@ -78017,6 +78372,23 @@
/obj/structure/pool_ladder,
/turf/open/indestructible/sound/pool/end,
/area/crew_quarters/fitness/recreation)
+"xTL" = (
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/machinery/camera/directional/south{
+ c_tag = "Starboard Primary Hallway - Auxiliary Tool Storage"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/tile/yellow{
+ dir = 8
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/starboard)
"xTR" = (
/obj/machinery/computer/security{
name = "Medbay camera console";
@@ -78133,7 +78505,7 @@
/turf/open/floor/plating,
/area/maintenance/aft)
"xXp" = (
-/turf/open/floor/iron/white,
+/turf/open/floor/iron/white/textured_large,
/area/security/brig)
"xXw" = (
/obj/effect/turf_decal/tile/purple/half/contrasted,
@@ -78200,17 +78572,23 @@
},
/turf/open/floor/iron/dark,
/area/bridge)
-"xYd" = (
-/obj/machinery/light/small{
- dir = 4
+"xXN" = (
+/obj/structure/table,
+/obj/item/pen,
+/obj/item/paper/guides/jobs/security/labor_camp,
+/obj/item/storage/box/prisoner,
+/obj/item/razor{
+ pixel_x = -6
},
-/obj/machinery/airalarm/directional/east{
- pixel_x = 24
+/obj/machinery/light{
+ dir = 4;
+ light_color = "#e8eaff"
},
-/obj/effect/landmark/start/botanist,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/iron,
-/area/hydroponics)
+/obj/machinery/camera/directional/east{
+ c_tag = "Atmospherics Tank - N2O"
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
"xYl" = (
/obj/machinery/door/airlock/command/glass{
name = "Gravity Generator Area";
@@ -78254,6 +78632,24 @@
},
/turf/open/floor/iron,
/area/crew_quarters/dorms)
+"xYQ" = (
+/obj/machinery/computer/security/telescreen/interrogation{
+ dir = 8;
+ pixel_x = 30
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/effect/turf_decal/tile/red/anticorner{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 8
+ },
+/area/security/brig)
"xZj" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -78310,6 +78706,20 @@
},
/turf/open/floor/iron/white,
/area/medical/chemistry)
+"xZC" = (
+/obj/structure/chair/stool/directional/south,
+/obj/effect/turf_decal/tile/neutral,
+/obj/item/radio/intercom{
+ pixel_x = 3;
+ pixel_y = -28
+ },
+/obj/machinery/light_switch{
+ pixel_x = -10;
+ pixel_y = -23
+ },
+/obj/machinery/light,
+/turf/open/floor/iron,
+/area/medical/break_room)
"yak" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
@@ -78319,6 +78729,21 @@
},
/turf/open/floor/iron/dark,
/area/bridge)
+"yaJ" = (
+/obj/item/storage/book/bible,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/obj/machinery/newscaster{
+ pixel_y = 32
+ },
+/obj/machinery/camera/directional/north{
+ c_tag = "Chapel - Fore"
+ },
+/obj/structure/table/wood,
+/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
+/turf/open/floor/iron/dark,
+/area/chapel/main)
"yaO" = (
/obj/item/radio/intercom{
pixel_y = -25
@@ -78347,6 +78772,32 @@
/obj/effect/landmark/blobstart,
/turf/open/floor/engine/cult,
/area/library)
+"ybq" = (
+/obj/machinery/light,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_y = -32
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
+"ybr" = (
+/obj/effect/landmark/event_spawn,
+/obj/effect/turf_decal/siding/red{
+ dir = 3
+ },
+/obj/effect/turf_decal/siding/red{
+ dir = 1
+ },
+/turf/open/floor/glass/reinforced,
+/area/security/main)
"ybs" = (
/obj/structure/cable/yellow{
icon_state = "1-4"
@@ -78359,6 +78810,12 @@
},
/turf/open/floor/wood,
/area/library)
+"ybL" = (
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/brig)
"ybO" = (
/obj/machinery/computer/security/telescreen{
desc = "Used for watching Prison Wing holding areas.";
@@ -78377,25 +78834,37 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/iron,
/area/hallway/primary/port)
+"ybU" = (
+/obj/effect/turf_decal/tile/red{
+ dir = 8
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 8
+ },
+/area/security/brig)
"ybX" = (
/obj/machinery/shieldwallgen,
/obj/effect/turf_decal/tile/neutral/fourcorners/contrasted,
/turf/open/floor/iron/dark,
/area/teleporter)
-"ycb" = (
-/obj/machinery/computer/secure_data{
- dir = 8
+"ycc" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/obj/machinery/computer/security/telescreen{
- desc = "Used for monitoring the engine.";
- dir = 8;
- name = "Engine Monitor";
- network = list("engine");
- pixel_x = 32
+/obj/structure/disposalpipe/segment{
+ dir = 4
},
-/obj/effect/turf_decal/tile/red/half/contrasted,
-/turf/open/floor/iron,
-/area/security/checkpoint/engineering)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/main)
"ycq" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -78453,6 +78922,29 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/iron,
/area/maintenance/aft)
+"ydR" = (
+/obj/item/storage/box,
+/obj/structure/table,
+/obj/item/storage/box,
+/obj/item/storage/box,
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/item/hand_labeler,
+/obj/machinery/power/apc{
+ areastring = "/area/quartermaster/sorting";
+ dir = 4;
+ name = "Delivery Office APC";
+ pixel_x = 24
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/tile/blue/opposingcorners{
+ dir = 1
+ },
+/turf/open/floor/iron/white/corner,
+/area/quartermaster/sorting)
"ydT" = (
/obj/machinery/disposal/bin,
/obj/effect/turf_decal/bot,
@@ -78490,35 +78982,6 @@
},
/turf/open/floor/iron/white,
/area/medical/medbay/lobby)
-"yen" = (
-/obj/structure/table,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/item/folder/red,
-/obj/item/restraints/handcuffs,
-/obj/item/clothing/head/cone{
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/item/clothing/head/cone{
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/item/clothing/head/cone{
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/item/clothing/head/cone{
- pixel_x = -4;
- pixel_y = 4
- },
-/obj/item/clothing/head/cone{
- pixel_x = -4;
- pixel_y = 4
- },
-/turf/open/floor/iron/showroomfloor,
-/area/security/main)
"yeq" = (
/obj/structure/rack,
/obj/item/storage/toolbox/emergency{
@@ -78571,6 +79034,9 @@
},
/turf/open/floor/iron,
/area/maintenance/port)
+"yfv" = (
+/turf/open/floor/carpet/royalblack,
+/area/security/main)
"yfM" = (
/obj/machinery/vending/engivend,
/obj/effect/turf_decal/delivery,
@@ -78635,6 +79101,16 @@
/obj/effect/turf_decal/tile/purple/fourcorners/contrasted,
/turf/open/floor/iron,
/area/science/shuttledock)
+"ygr" = (
+/obj/machinery/airalarm/directional/north{
+ pixel_y = 23
+ },
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/tile/neutral/anticorner/contrasted{
+ dir = 1
+ },
+/turf/open/floor/iron,
+/area/hallway/primary/central)
"ygt" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -78709,6 +79185,22 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/plating,
/area/maintenance/starboard/secondary)
+"yhi" = (
+/obj/structure/table,
+/obj/item/folder/red{
+ pixel_x = 3
+ },
+/obj/item/taperecorder{
+ pixel_x = -3
+ },
+/obj/item/storage/fancy/cigarettes,
+/obj/item/assembly/flash/handheld,
+/obj/item/reagent_containers/peppercloud_deployer,
+/obj/effect/turf_decal/tile/red/half{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_half,
+/area/security/execution/education)
"yhk" = (
/obj/machinery/computer/crew{
dir = 8;
@@ -78782,6 +79274,46 @@
/obj/machinery/telecomms/bus/preset_exploration,
/turf/open/floor/circuit/telecomms/mainframe,
/area/tcommsat/server)
+"yix" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/iron/dark/smooth_large,
+/area/security/brig)
+"yiI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/disposalpipe/trunk,
+/obj/machinery/disposal/bin{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/machinery/camera/directional/west{
+ c_tag = "Custodial Closet"
+ },
+/obj/effect/turf_decal/bot{
+ dir = 1
+ },
+/obj/machinery/light_switch{
+ pixel_x = -24;
+ pixel_y = 8
+ },
+/turf/open/floor/iron,
+/area/janitor)
+"yjd" = (
+/obj/machinery/camera/directional/east{
+ c_tag = "Captain's Office"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads/captain/private)
"yji" = (
/obj/structure/disposalpipe/segment,
/obj/structure/cable/yellow{
@@ -78925,6 +79457,17 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/iron/dark,
/area/engine/engineering)
+"ykB" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/tile/red{
+ dir = 1
+ },
+/turf/open/floor/iron/dark/smooth_corner{
+ dir = 1
+ },
+/area/security/brig)
"ykR" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 8
@@ -78942,6 +79485,23 @@
},
/turf/open/floor/iron,
/area/maintenance/aft)
+"ykY" = (
+/obj/effect/landmark/start/captain,
+/obj/machinery/airalarm/directional/south{
+ pixel_y = -22
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/turf/open/floor/wood,
+/area/crew_quarters/heads/captain/private)
+"yld" = (
+/obj/effect/turf_decal/tile/red/fourcorners,
+/turf/open/floor/iron/dark/smooth_large,
+/area/hallway/primary/aft)
"yle" = (
/obj/structure/table/reinforced,
/obj/item/clipboard,
@@ -89407,7 +89967,7 @@ aaa
aaf
aaf
aRA
-aVx
+mDc
aWU
aVs
aVs
@@ -89680,7 +90240,7 @@ aRW
pTW
oTr
jtl
-lCP
+fDS
aRA
aaa
aaa
@@ -89946,7 +90506,7 @@ aaa
aaa
aVs
rSC
-vyk
+eeQ
aRA
aaa
aaf
@@ -90690,7 +91250,7 @@ aDa
aDa
cWK
jqc
-fzP
+syD
aDb
qlX
fGo
@@ -91718,7 +92278,7 @@ aDa
aDa
cWK
esH
-dEO
+omU
aDb
uQr
aWU
@@ -91736,7 +92296,7 @@ aVs
aRA
aVs
aVu
-qVS
+kPV
aRA
ekG
aVs
@@ -92256,9 +92816,9 @@ ftt
nSS
xlJ
mtn
-btY
+fUp
lvM
-sKu
+qZe
qyx
alK
sUg
@@ -92502,8 +93062,8 @@ vnp
biu
vnp
vnp
-bnK
-bqb
+bha
+loY
vnp
ufZ
bvK
@@ -92523,7 +93083,7 @@ wnW
jwV
bTn
kOu
-fDO
+uIM
its
bTn
bTn
@@ -92749,8 +93309,8 @@ eDq
pkz
dne
oVx
-efR
-fsh
+nwV
+vIU
pSe
hSJ
wHy
@@ -93267,9 +93827,9 @@ aaa
dne
rUw
bbK
-jmb
-pYm
-sFB
+nGw
+bhK
+eQj
bbK
pgA
xCK
@@ -93524,18 +94084,18 @@ aaa
dne
eIK
bbK
-kVZ
-beM
-sJj
+hHC
+btZ
+mtg
biy
evj
xNM
pYW
-pDW
+hlC
yhx
nNU
evj
-gKq
+kdo
bzx
bzx
bzx
@@ -93781,9 +94341,9 @@ aaf
dne
tfz
bbK
-xgP
-edO
-pbY
+lAn
+hLn
+xzO
biz
bfd
rlN
@@ -94038,9 +94598,9 @@ aaf
aip
tfz
bbK
-aER
-uXD
-dAU
+lHU
+aCV
+vko
biA
bfd
erh
@@ -94295,9 +94855,9 @@ aaa
aip
dWF
bbK
-gRv
-tbZ
-mvp
+aYo
+kWQ
+qWb
biz
bfd
rlN
@@ -94552,9 +95112,9 @@ aaa
aip
tfz
bbK
-wyS
-wsA
-maZ
+drJ
+mxY
+fYf
bbK
jZO
pGB
@@ -94563,7 +95123,7 @@ iOK
vHl
kAA
uqv
-awv
+iDo
bzx
bBi
bCM
@@ -95075,13 +95635,13 @@ hOi
bnR
oVC
kho
-btX
+uXL
evj
eDa
bzx
bBk
bNh
-bNK
+dql
bBg
dig
bJx
@@ -95303,7 +95863,7 @@ aaf
ayj
azk
iWy
-aBT
+ccN
ayi
aaf
aaf
@@ -95367,11 +95927,11 @@ cia
wZm
hMK
gaE
-qUk
+tMw
sVF
cia
sSr
-eHk
+sZI
cia
wrk
geN
@@ -95594,7 +96154,7 @@ ddv
pGB
bvW
mYj
-bCP
+rFe
bvW
bGl
bHN
@@ -96088,7 +96648,7 @@ fLK
aQi
aRH
aRH
-aUf
+vRE
aRH
jeV
uSr
@@ -96367,7 +96927,7 @@ bzB
bBn
bCS
bBn
-bQN
+jse
dih
bvW
aob
@@ -96396,7 +96956,7 @@ iCW
ygH
cLv
clv
-xjr
+xaR
cia
pVg
uHp
@@ -96845,8 +97405,8 @@ eIK
ayj
yeq
oci
-qpa
-lMe
+pyq
+ibw
klm
odl
ayj
@@ -96918,7 +97478,7 @@ cDL
rNQ
lzI
mDQ
-otJ
+vOg
qgI
fti
fsm
@@ -97107,7 +97667,7 @@ ayj
ayj
ayj
ayj
-wQW
+uYP
aMv
aKT
aMv
@@ -97126,11 +97686,11 @@ bdj
dmF
hQP
dmT
-bkk
+hwi
dmF
-hQd
+qnn
bql
-bsB
+sFE
alK
lBu
sfd
@@ -97163,7 +97723,7 @@ vBz
ljm
lZZ
cia
-iiQ
+jsJ
qJD
uRp
iBM
@@ -97599,7 +98159,7 @@ aee
aee
aee
ckN
-jvL
+vkW
hBw
bbo
vqq
@@ -97640,7 +98200,7 @@ bdk
dmF
mpK
biJ
-pDZ
+ydR
dmF
nDE
bqq
@@ -97890,7 +98450,7 @@ aSU
aMv
aNF
aXj
-voO
+uaJ
bat
dmF
dmF
@@ -98128,7 +98688,7 @@ auJ
tfQ
dne
ayl
-hBl
+vJT
jMp
fZj
aDn
@@ -98151,7 +98711,7 @@ kgo
bau
hAp
tEq
-mYl
+gdb
nIU
baD
ygL
@@ -98163,9 +98723,9 @@ bue
wKd
oPv
nPW
-ffQ
+npg
wqd
-cHU
+eYe
lKl
ixj
amb
@@ -98198,14 +98758,14 @@ ehM
oVL
ehM
ehM
-sVA
+oxM
cDL
tDh
dle
wEb
npX
rEg
-xNp
+gEW
osp
fKN
dDz
@@ -98398,7 +98958,7 @@ nZd
xTo
uly
wJW
-fPB
+afr
iKd
ipa
hKx
@@ -98432,7 +98992,7 @@ bue
kzX
bzE
bSy
-bTx
+eZd
bue
aob
aob
@@ -98442,9 +99002,9 @@ alK
muG
vja
wGq
-llr
-pLx
-utJ
+hkK
+xqw
+okJ
orR
xsD
uDF
@@ -98689,7 +99249,7 @@ bOk
bzE
bRi
bSz
-bTy
+jTg
bue
aob
eWw
@@ -98702,7 +99262,7 @@ rbM
tRS
oet
nfo
-fkb
+doE
pda
gTZ
adH
@@ -98915,9 +99475,9 @@ eQm
hlj
nXV
aSX
-sCl
-ivy
-rcZ
+mJJ
+ssU
+xLJ
aSX
bgD
bbT
@@ -98933,7 +99493,7 @@ tMI
buh
bwc
bwc
-bzF
+xfu
bwc
bwc
kOK
@@ -98959,7 +99519,7 @@ wGq
aAN
qCE
iiM
-fBi
+xZC
dnJ
flL
flL
@@ -98967,12 +99527,12 @@ flL
aWC
dnJ
dnJ
-kQu
+qkp
fPo
qdC
hEV
qlt
-vzb
+qCZ
nFv
lzI
edK
@@ -98990,7 +99550,7 @@ gkv
cLa
cLa
nNY
-wMd
+iKN
cLa
cPB
cPZ
@@ -99163,18 +99723,18 @@ dne
dne
dne
qXH
-eAc
+joq
dne
hTH
dne
-fYH
+xoA
cXe
tMm
jPS
aSX
-xng
-mTC
-rNi
+uvC
+nLq
+hnd
aSX
hLZ
hbA
@@ -99213,9 +99773,9 @@ alK
ats
rnn
wGq
-rMk
-qaY
-wuc
+iBR
+dTh
+sZq
gED
dnJ
kTa
@@ -99424,14 +99984,14 @@ dxy
dne
gUI
dne
-nCx
+mLP
aPj
aQs
xBc
aSX
-jmn
-gvk
-eWC
+sJM
+nNP
+xcq
aSX
bay
jOE
@@ -99455,7 +100015,7 @@ yby
bHS
bzE
bLk
-gvg
+shq
bue
qiQ
bzE
@@ -99467,7 +100027,7 @@ alK
alK
alK
alK
-fxZ
+xjO
mpW
wGq
dog
@@ -99475,7 +100035,7 @@ fiu
vBz
klT
dnJ
-fYC
+kzD
uXN
rBG
qtt
@@ -99502,7 +100062,7 @@ ftn
lxJ
cLu
cLa
-jgB
+bbI
rJs
cOF
cLa
@@ -99686,9 +100246,9 @@ aPk
pSs
eUh
aSX
-nZR
-mZH
-iFn
+rbu
+jNh
+dmL
aYS
baz
bbW
@@ -99700,7 +100260,7 @@ ary
bdw
lhn
tnN
-bsH
+xkT
bue
wXJ
lep
@@ -99712,7 +100272,7 @@ yby
bHT
bJA
vMK
-wCI
+rjO
bue
rGU
rbC
@@ -99729,16 +100289,16 @@ ovJ
wGq
rDz
nyD
-syN
+oCJ
sXs
dnJ
-nVz
+wVp
ocx
eYl
ovI
lby
dnJ
-dmb
+sYW
pmr
xlZ
iiO
@@ -100016,7 +100576,7 @@ hzm
cLa
thW
bhr
-rvd
+oGa
gFf
gTP
cLa
@@ -100243,11 +100803,11 @@ feW
ycr
rMj
smE
-pEB
+nqq
vNW
bXK
pXO
-pFg
+ndt
gdn
fIL
jSs
@@ -100261,7 +100821,7 @@ doj
dvk
xYM
cCe
-wzJ
+uMm
vGw
goI
oyE
@@ -100279,7 +100839,7 @@ mnY
cLa
cPF
uoc
-djj
+hWl
cOP
dxq
cPA
@@ -100440,7 +101000,7 @@ aqj
aax
aaa
awW
-ayq
+edj
eDK
cPs
imL
@@ -100448,7 +101008,7 @@ kMr
lIP
hPM
fCf
-hmC
+udL
aJN
aJN
aJN
@@ -100514,7 +101074,7 @@ pmr
qdC
nCO
cCe
-gpg
+vGo
oDd
hCr
cCe
@@ -100700,7 +101260,7 @@ awW
ayr
azy
mDg
-aCg
+eey
aDs
aEH
aFS
@@ -100708,7 +101268,7 @@ ksG
aIy
aJO
whR
-qYG
+vuD
aNT
aPn
aQu
@@ -100718,8 +101278,8 @@ pbu
aJN
lhv
dne
-lMU
-lCe
+msB
+mUb
tgo
bff
bgY
@@ -100760,7 +101320,7 @@ tQy
vUv
wLJ
mdY
-djh
+eDN
gmr
cjV
hpp
@@ -100788,7 +101348,7 @@ cLa
gES
tMX
gES
-xfN
+rTE
jhu
tmd
ehx
@@ -100943,7 +101503,7 @@ mHg
lOA
srs
dAL
-qAn
+alD
hlT
dAL
abe
@@ -100971,7 +101531,7 @@ aMB
aMB
aRP
aTb
-vBh
+tjU
aJN
uxg
dne
@@ -101037,9 +101597,9 @@ uVF
nyc
vsi
hwG
-fTD
+gSM
cCe
-sub
+vfC
kbc
cLa
fLC
@@ -101200,7 +101760,7 @@ fzl
dAL
srs
dAL
-uSn
+sjA
srs
dAL
abe
@@ -101232,7 +101792,7 @@ mtX
aJO
piG
gmp
-vYc
+oyI
nTn
cKI
hMh
@@ -101284,7 +101844,7 @@ xdK
bAz
qdC
cCe
-xze
+uKI
ojz
deH
cLY
@@ -101475,7 +102035,7 @@ nWv
gXq
aaa
aFN
-aHt
+xxx
eEw
aJO
cQq
@@ -101518,7 +102078,7 @@ baG
baG
bTE
rFB
-nNB
+tfu
bSS
faV
faV
@@ -101531,9 +102091,9 @@ jsh
lzX
qLH
tpz
-tnh
+qGu
bPK
-vdv
+qby
bhX
uBe
sMS
@@ -101565,7 +102125,7 @@ cLa
cPJ
gPS
qep
-cRn
+nKu
cOS
cMI
aaa
@@ -101717,9 +102277,9 @@ phD
rsy
stJ
drI
-xrH
-xrH
-hTv
+eVE
+eVE
+ltz
ftT
arI
aax
@@ -101753,14 +102313,14 @@ bqA
iAp
bqA
gar
-bmn
+qOI
bqA
bqA
bqA
nzn
bqA
pBP
-bGw
+blp
bqA
eXp
xsF
@@ -101770,7 +102330,7 @@ bJC
mdo
hRv
sEw
-bPY
+hIY
mEV
mdo
mdo
@@ -101799,8 +102359,8 @@ nTo
qdC
bnS
tlP
-mXa
-riC
+gJt
+tge
ucE
gus
tpp
@@ -101818,7 +102378,7 @@ fIm
cOm
bxe
cOM
-cPm
+wwD
cOM
mFh
cOM
@@ -102071,7 +102631,7 @@ uNB
gdi
xGJ
cMI
-iZn
+yaJ
cOm
cOj
cON
@@ -102231,9 +102791,9 @@ qOU
tlg
aqj
srs
-uSn
-uSn
-uSn
+sjA
+sjA
+sjA
xMk
sxu
sxu
@@ -102283,13 +102843,13 @@ sgN
xJM
rvo
uxG
-wsj
+dwd
xJM
xJM
bGy
bTH
aYX
-jzZ
+gFT
bSS
bSS
pNz
@@ -102297,7 +102857,7 @@ cdw
cdw
cdw
ycr
-fQP
+pDy
cts
nnn
btB
@@ -102509,7 +103069,7 @@ aJN
vDL
oho
kmY
-qkD
+dug
oXI
pfB
cLi
@@ -102519,7 +103079,7 @@ iVn
aYX
eqw
rrB
-sbc
+exU
bfk
mLh
ndG
@@ -102551,7 +103111,7 @@ mdP
bSS
bSS
cdw
-lRV
+rgC
tuo
fWe
fWX
@@ -102572,7 +103132,7 @@ tCy
xTR
mLe
syT
-eYE
+uHS
cmu
klZ
cmu
@@ -102736,11 +103296,11 @@ abx
abV
acm
uAd
-tbE
+cmb
adm
-sos
-aeg
-cZX
+sdu
+iiC
+qvb
aaZ
tjD
xef
@@ -102758,7 +103318,7 @@ aax
aax
aax
aax
-jit
+lwp
pZO
aHx
aIG
@@ -102993,14 +103553,14 @@ aby
vtj
acn
uAd
-frb
-dJM
-sbf
-aeh
-wVn
+yhi
+vLC
+rBa
+jCF
+sbW
aaZ
dhx
-xyn
+gCN
aax
ias
ias
@@ -103010,8 +103570,8 @@ phD
phD
phD
phD
-uFU
-sXr
+lpe
+tTJ
cXj
thM
sbU
@@ -103036,14 +103596,14 @@ rrB
fWB
bfm
bhd
-vnu
+hig
bkz
bkz
bkz
bkz
btH
ecC
-vtV
+vid
bkz
uSL
bBB
@@ -103053,7 +103613,7 @@ sJb
jtK
qTa
lsn
-wki
+rYo
tdp
bQa
bRr
@@ -103081,7 +103641,7 @@ ycr
ycr
eGy
oKC
-hXx
+obs
iSU
bnS
bnS
@@ -103249,12 +103809,12 @@ abg
abz
abX
aco
-nLX
-egc
-wry
-smA
-aei
-dlt
+fwU
+wSv
+kKj
+rWf
+cKB
+cLN
aaZ
jCj
tfT
@@ -103288,7 +103848,7 @@ aUw
aaS
eUF
aZb
-baM
+lad
rrB
rrB
bfn
@@ -103342,11 +103902,11 @@ qxs
ehM
ugc
neX
-kVI
+mDN
xpB
vOs
gYR
-myw
+mVW
nWY
cvt
hSC
@@ -103507,9 +104067,9 @@ aaZ
aaZ
aaZ
aaZ
-lua
-ltV
-gZS
+hsC
+bsD
+hDo
aaZ
aaZ
aaZ
@@ -103525,12 +104085,12 @@ aax
aax
qEy
oBL
-aMX
+dpi
cXj
thM
aDC
etq
-fFT
+sag
aHx
aaa
aJS
@@ -103562,7 +104122,7 @@ bxZ
wvF
bBB
tOv
-dnc
+bHV
bGy
bId
bId
@@ -103620,7 +104180,7 @@ cMI
cMI
cPN
cQl
-cQI
+nQt
cZc
cZd
cMI
@@ -103764,21 +104324,21 @@ lMJ
lMJ
lMJ
aaZ
-nOA
-dEd
-vfz
-gyr
-ocO
-noL
-qKX
-sFk
-alQ
-alQ
-apE
-sMr
-alQ
-alQ
-axm
+tAv
+pVV
+gLj
+qwe
+lHV
+sKS
+idh
+iRA
+obN
+obN
+oaG
+uFw
+ryP
+ybU
+obN
aax
xef
aXr
@@ -103795,12 +104355,12 @@ aLu
aMH
aMH
aPu
-aQA
+nhx
aJS
aJS
aUx
aUx
-oxH
+tPc
kqx
baO
bch
@@ -103821,7 +104381,7 @@ bBC
mqU
muR
bGC
-qaJ
+biC
wLf
bLr
bMW
@@ -103842,7 +104402,7 @@ trD
pOu
pmD
pmD
-rma
+xSE
wVP
utg
wVP
@@ -104025,17 +104585,17 @@ aaZ
aaZ
aaZ
ajm
-dqD
-nQg
-tHo
-onb
-cAs
-qNj
-iHB
-cAs
-cAs
-cAs
-dzw
+ryP
+uyb
+yix
+fcV
+rpv
+vBq
+hPF
+rpv
+rpv
+rpv
+jTO
aax
qlB
bLg
@@ -104068,7 +104628,7 @@ bdG
bcg
bmu
bkz
-shH
+puN
dbe
bsQ
uhX
@@ -104124,15 +104684,15 @@ mEl
hdZ
cPb
gbn
-cKv
+mno
tzR
-cfM
+tVS
xrg
bMv
toX
tLK
vKe
-lHx
+ezw
kJe
tcZ
clT
@@ -104281,18 +104841,18 @@ lMJ
lMJ
lMJ
ajm
-uWw
-alQ
-csI
-jBP
-rDW
-xMC
-qGM
-tbu
-jMA
-jMA
-jMA
-nbQ
+ybL
+ryP
+jAH
+xzg
+obn
+uHE
+erL
+fnD
+iji
+obn
+xlX
+sKv
aax
fdK
acs
@@ -104305,7 +104865,7 @@ odG
aHx
aaa
aJS
-aLs
+kBV
aMH
aOc
gGB
@@ -104351,7 +104911,7 @@ frP
gkC
tMi
rFh
-pWm
+pnl
wsV
wsV
tOo
@@ -104364,11 +104924,11 @@ jHp
cga
xwM
rdQ
-sVZ
-gXb
-iqN
-rSX
-uLA
+iCy
+jsn
+lnH
+dwe
+ruO
rdQ
qGx
ctB
@@ -104538,9 +105098,9 @@ lMJ
ajm
ajm
ajm
-aws
-aws
-nQg
+ybL
+ryP
+uyb
ahx
ahx
ahx
@@ -104548,10 +105108,10 @@ ahx
dqh
ahx
ahx
-wSf
-vij
+ybL
+xHy
aax
-jLs
+qVZ
acs
fNu
dKF
@@ -104562,14 +105122,14 @@ tvo
aHx
aaa
aJS
-aLt
+mIk
aMH
aOd
pNT
aMH
aRV
aJS
-qQS
+drf
aUx
bDf
aYX
@@ -104579,9 +105139,9 @@ aaf
aaf
aaf
biY
-iWE
+nzA
ssl
-wMM
+tdj
wtB
ukf
bor
@@ -104595,7 +105155,7 @@ bGE
kLU
vaF
sxK
-cVL
+jJj
tVg
kwD
ybX
@@ -104608,7 +105168,7 @@ msp
wgH
mgK
uNs
-jKj
+rhj
wsV
fHf
kir
@@ -104621,11 +105181,11 @@ mov
cga
cMz
rdQ
-dPr
-mDp
-pNk
-vWI
-hzC
+jTy
+lJE
+iWF
+pll
+tnp
rdQ
uWj
kmr
@@ -104800,15 +105360,15 @@ hbB
xfg
ahx
pgq
-vHc
+wyO
hyJ
qDn
tGF
bTb
-iJb
-pJC
+ykB
+lVH
aax
-odB
+tFV
acs
pYN
vxj
@@ -104823,7 +105383,7 @@ aLu
aMH
aMH
aPu
-aQC
+iQH
aJS
aJS
aUx
@@ -104842,7 +105402,7 @@ bjc
rJX
ukf
bjc
-vvN
+vAH
lMs
sNn
daO
@@ -104878,13 +105438,13 @@ vUr
cNt
fue
rdQ
-quO
-qgf
-wlO
-spo
+nVt
+bLM
+lQB
+sWe
rdQ
rdQ
-neB
+euR
myh
iPO
iHG
@@ -105056,14 +105616,14 @@ qpd
xXp
rMU
ahx
-kRz
+gTN
ekb
eRh
dyc
ybb
hIo
-wSf
-lng
+ryP
+oIa
wbN
nDy
sIb
@@ -105084,7 +105644,7 @@ aQD
aJS
aaa
aUv
-aPT
+ygr
bOf
aYX
bqA
@@ -105111,7 +105671,7 @@ aaf
bLv
bNa
xEl
-bQf
+wCG
bRw
bSI
mdo
@@ -105135,10 +105695,10 @@ iBJ
cga
oIj
rdQ
-eic
-vZa
-wlO
-bqW
+myj
+eGp
+lQB
+hIc
rdQ
tAW
efl
@@ -105307,7 +105867,7 @@ aaa
aaa
lMJ
ajm
-jho
+sop
uYl
ljd
vDB
@@ -105319,8 +105879,8 @@ sKK
vuc
oul
bTb
-dKo
-xno
+tub
+wVZ
ajm
rOE
apH
@@ -105374,7 +105934,7 @@ chw
mdo
aYX
ukx
-bXQ
+jpN
mdh
leO
tMi
@@ -105385,17 +105945,17 @@ acB
acB
cXl
sQP
-qMo
+sVU
sQP
nqG
jMa
cga
oIj
rdQ
-oEg
-hnp
-svv
-xml
+rFL
+qxo
+lbd
+gzm
rdQ
qRE
oCH
@@ -105567,7 +106127,7 @@ ajm
rrR
tpo
dEf
-cTU
+xGs
aqa
aqa
aqa
@@ -105576,15 +106136,15 @@ aqa
hQy
aqa
aqa
-tjM
-syg
-uKD
+kyy
+nZC
+hfu
ajx
apI
ajz
asp
dkO
-xQu
+cMK
jgH
tIr
aHy
@@ -105826,16 +106386,16 @@ uNf
aeq
aeq
aqa
-piP
-soL
-hKw
-iXf
-eXc
+buY
+jIc
+veD
+fnW
+ipQ
nNC
aqa
-qxk
-ulX
-lQt
+lFK
+qUA
+kYI
adY
ijI
arb
@@ -105855,14 +106415,14 @@ aHx
aHx
aIH
aUB
-aWd
+tnk
vhy
aZh
bqA
bci
aaf
bfv
-vYh
+oUK
bjc
dCK
qMY
@@ -105906,9 +106466,9 @@ fla
iUk
pre
wgn
-bFd
-aom
-vFE
+vLZ
+yld
+diO
ctA
ctB
ctB
@@ -106078,21 +106638,21 @@ aaa
lMJ
aaf
aeq
-agc
-qHw
-saH
-phu
+ofM
+xEq
+ird
+fMJ
atT
-oVb
-qCo
-ciJ
-hDN
-hCB
+sSA
+jAi
+xgq
+twM
+ssX
rOy
qmB
-wSf
-joB
-lQt
+fvA
+lRx
+kYI
ajx
apK
arc
@@ -106104,7 +106664,7 @@ ujn
aJT
aII
aJT
-aLy
+gyT
aMJ
aJT
aJT
@@ -106125,7 +106685,7 @@ bjc
pnh
axg
kFJ
-bsW
+cCj
bsU
bjc
byf
@@ -106163,12 +106723,12 @@ eYg
ozq
ycq
otS
-czo
-czo
-wrr
+sYg
+sYg
+uOP
oDS
-fzL
-jyc
+ddI
+fyA
waq
fyG
rEz
@@ -106335,23 +106895,23 @@ aaa
lMJ
aeq
aeq
-qvu
-gFV
-mUv
-nVb
-mui
-rnE
-rnE
-iSx
-qbQ
-aEQ
-iSx
+hke
+qYC
+fVp
+ucy
+nJY
+hTW
+hTW
+jjz
+due
+tNq
+jjz
uRw
-oKZ
-eVu
-mUw
+bIR
+xrx
+qtX
adY
-apL
+xgM
iSo
nJM
adY
@@ -106591,24 +107151,24 @@ aaf
aaa
lMJ
aeq
-iLI
-qtW
-kPr
-mEh
-vnN
+jZE
+bob
+pze
+cQJ
+ttB
atT
rub
atT
aqa
aqa
-gDo
+pOf
atT
atX
-wSf
-kyr
-mpg
+loN
+fMd
+mHH
adY
-apM
+oIe
ioO
nrF
adY
@@ -106621,7 +107181,7 @@ uCq
toY
gjx
pXl
-lig
+uxF
toY
dTN
toY
@@ -106651,7 +107211,7 @@ vqG
bGH
bJO
bLw
-wzi
+sex
rId
bQl
bRC
@@ -106665,11 +107225,11 @@ cdI
cdI
cdI
cdI
-cgc
+ahi
cyo
cyo
cyo
-cly
+snz
rjI
wLG
wLG
@@ -106677,7 +107237,7 @@ wLG
crH
onQ
yjy
-sTu
+sNH
sCq
mOv
kEM
@@ -106692,17 +107252,17 @@ hfQ
mOv
mOv
tmM
-pLR
+hJU
hkS
bUQ
gdm
-fSY
+mkN
pzs
wOa
jGR
lMf
dvF
-dWV
+tqG
fNG
mCA
clT
@@ -106846,24 +107406,24 @@ aaa
aaa
aaf
aaf
-evf
+hkO
aeq
-ngE
-bam
-slo
-egJ
-uyg
+ghA
+ptI
+gsF
+cEF
+uGR
aqa
-xwX
-mzO
-mzO
-mzO
-jXZ
-mzO
+jWm
+noD
+noD
+noD
+trE
+noD
aqa
-vVe
-kyr
-jnM
+jHb
+fMd
+aTM
rQK
cgM
qqC
@@ -106898,7 +107458,7 @@ box
bqO
kjq
bsU
-bwv
+rEI
taC
bzY
bBL
@@ -106956,7 +107516,7 @@ yjD
cPb
cMZ
cNP
-kOx
+hiA
cPb
cPv
cPb
@@ -107105,22 +107665,22 @@ aaf
aaa
lMJ
aeq
-qEq
-agc
-vRS
-fDl
-fsC
+tdx
+pCY
+oBP
+ivh
+ehu
aqa
-scy
-sMC
-vQY
-tPv
-mst
-dmW
-fjh
-cnN
-jAc
-svG
+eIH
+oWX
+gRp
+oEm
+epG
+ura
+jTz
+tLn
+vaC
+mxH
fpC
mxb
cQU
@@ -107161,7 +107721,7 @@ xJp
bLT
jwU
wOO
-bGL
+jEP
bIk
xTV
bLv
@@ -107181,7 +107741,7 @@ goW
qpE
cgd
chi
-ciB
+xJu
cjX
clz
cgd
@@ -107204,16 +107764,16 @@ cDa
kdt
cCq
cGa
-cGV
+vdl
cHP
dNs
gIE
cCq
jAk
cPb
-adf
-hfE
-oaY
+edQ
+uvP
+baf
cPb
aaf
aaa
@@ -107363,21 +107923,21 @@ aaa
lMJ
aeq
aeq
-afX
-agc
-dBX
-agc
+vbM
+qYn
+mrX
+vLS
rQn
-jXZ
-hUN
-vMr
-mOp
-nCk
-xgV
+xiV
+vJP
+ubO
+ocv
+ftI
+irx
atT
-wSf
-joB
-lQt
+loN
+lRx
+tjh
eWD
gXh
fYF
@@ -107414,7 +107974,7 @@ bsU
buC
bwx
xXG
-bzZ
+nYQ
bfv
bDo
pZe
@@ -107430,7 +107990,7 @@ chw
bUb
aYX
ukx
-bXW
+pyI
bZk
cFX
lDD
@@ -107446,7 +108006,7 @@ cnS
cpd
cqx
cgd
-jQN
+dYR
ctJ
cuC
cvH
@@ -107464,13 +108024,13 @@ cGb
cGb
cHQ
cIJ
-cYc
+hYQ
cCq
iZW
cPb
-pnZ
-hHG
-wYc
+hUt
+inI
+pcJ
cPc
aaf
aaf
@@ -107621,20 +108181,20 @@ lMJ
aaf
aeq
aeq
-jai
-eRX
-kFN
+tiy
+kFs
+bVQ
qYD
-jXZ
-dkt
-uqm
-hgQ
-mzO
-yen
+xiV
+iKp
+iwF
+usB
+xSa
+ghr
ajD
-dZc
-ulX
-nRP
+vHe
+qUA
+sny
ahB
ahB
kGn
@@ -107725,9 +108285,9 @@ cJJ
cCq
kxu
cPb
-hqq
-cNR
-mhE
+mqZ
+npL
+gLv
cPd
aaa
aaa
@@ -107889,13 +108449,13 @@ ajD
vIE
atX
ajD
-jKa
-ulX
-awq
-vlO
+kTv
+vKP
+oVG
+ryP
jMB
-uWw
-hUy
+rjy
+xsN
svW
aDC
tSN
@@ -107909,7 +108469,7 @@ lcl
aPB
aQH
iko
-aTn
+uXO
aHD
aHD
kXR
@@ -107926,7 +108486,7 @@ kks
pXT
sja
uiI
-gRb
+eQc
tQn
dnb
osY
@@ -107965,8 +108525,8 @@ gnd
cuE
cvH
bvk
-cxG
-cys
+sMo
+dCs
mgN
cAo
cBi
@@ -107982,9 +108542,9 @@ uyf
cCq
eXK
cPb
-fgd
-bxi
-ldE
+pcd
+ued
+fqY
cPb
aaa
aaa
@@ -108139,26 +108699,26 @@ aaf
aaf
aiD
cHd
-fek
-jTl
-xcC
-jTl
-tlO
-wnE
+iDw
+qSK
+ley
+jNC
+hkU
+jut
ajD
ajD
-vPm
-awq
-gCn
+egA
+oVG
+tkK
aiq
-aAa
-dZO
+rHN
+wHO
gtX
aDC
tSN
aDC
aHE
-rWC
+vEi
nwX
aLB
aMN
@@ -108178,7 +108738,7 @@ aaf
aaf
biY
nlR
-jko
+fav
iIg
fpO
nlp
@@ -108192,8 +108752,8 @@ lKt
bGN
bIm
bJT
-bLy
-bNm
+eNY
+mjH
bOG
nsU
bRH
@@ -108396,20 +108956,20 @@ agV
adZ
adZ
dmi
-iKR
-vsG
-eBm
-lQV
-eBm
-mfc
-pSm
+xuO
+hSA
+oBw
+dRr
+oBw
+vqO
+mhG
atT
-jbZ
-fVz
-oQQ
+pPY
+lRs
+oAX
fwY
-lbR
-qye
+rRF
+tMV
chy
pqW
juP
@@ -108469,7 +109029,7 @@ chm
ciG
dAW
fdd
-jCb
+aWH
fTa
rPW
cqA
@@ -108477,15 +109037,15 @@ crI
eGR
ctL
cuF
-cvJ
+iLR
cwK
cxH
cyt
-czl
+pnk
cAp
cBj
cDi
-cDf
+tWo
jDB
cFh
cFg
@@ -108647,23 +109207,23 @@ aaf
aaa
adZ
adZ
-afi
+hJA
agf
agW
fVx
adZ
ajD
-gwA
-qIx
-anw
-hby
-apS
-gXN
-tXI
-atU
-kvA
-gvb
-rfH
+ozS
+xuf
+and
+mgc
+tgp
+biv
+sTy
+jzS
+crZ
+ssL
+eUr
ahx
ahx
ahx
@@ -108706,7 +109266,7 @@ lKt
bGM
xQY
bJV
-lcR
+tBm
pgs
bOH
hjB
@@ -108753,7 +109313,7 @@ cFh
cKH
rOP
wFH
-cMk
+lPr
wtq
wtq
wtq
@@ -108904,31 +109464,31 @@ aaf
aaa
adZ
cXm
-afj
-agg
-agX
-jnd
+gLs
+msz
+kcL
+fpr
aiE
epn
-tft
-vJE
-rEE
-iow
-apT
-ayY
-eJq
-pPR
-pgL
-awo
-gCn
-txa
-aGt
-avk
-avk
-avk
-avk
-aGt
-iNs
+tYo
+jor
+pKL
+pIf
+gkV
+loB
+dNf
+etT
+qlJ
+qZa
+ryP
+tEk
+lEp
+kOM
+obN
+kOM
+obN
+caO
+qPL
aIS
mDE
aIR
@@ -108942,7 +109502,7 @@ uhY
aTk
mww
dCE
-baV
+vQH
bcj
bdH
jiw
@@ -108986,7 +109546,7 @@ clF
kOE
cnY
fKT
-cqC
+kIb
cgo
oRr
ctL
@@ -109161,23 +109721,23 @@ aaf
aaa
aea
aeu
-afk
+pVz
yhO
lEI
ahL
aiF
epn
-tft
-ami
-tTh
-gQi
-apU
-khk
-sdg
+tYo
+ltc
+fht
+ybr
+rTC
+hMd
+sYr
atT
-vdX
-ldm
-rXp
+oYz
+fyF
+agp
ayF
ayF
ayF
@@ -109195,7 +109755,7 @@ aPB
aQJ
aIT
aIT
-aUJ
+fwR
aHD
mww
aYX
@@ -109215,7 +109775,7 @@ sOp
jac
cHB
bcj
-nIX
+waE
xZj
bGM
bGM
@@ -109231,10 +109791,10 @@ goB
dcH
bSS
bZn
-dwB
+hQF
rhM
lMw
-qEV
+shp
wqe
hgy
tWK
@@ -109418,26 +109978,26 @@ aaf
aaf
aeb
aev
-afl
+slj
agi
kdx
wlG
icT
lKk
-fqe
-amj
-hsT
-pVB
-gcX
-gcX
-lMQ
+vWk
+aON
+dOT
+pZT
+cYf
+eKj
+ybq
ajD
-dPE
-dmV
-kIJ
+iAW
+jlX
+sCo
ayF
wzG
-kkC
+uMh
lPV
ceF
nZF
@@ -109456,7 +110016,7 @@ aHD
aHD
qAw
aZa
-fkX
+edn
bcj
bdJ
ljX
@@ -109494,7 +110054,7 @@ cdP
bZo
bZo
chp
-nnT
+jUI
ckg
clH
bZn
@@ -109505,7 +110065,7 @@ fgQ
xST
lMo
onc
-rph
+dLN
mlO
tmV
dZH
@@ -109515,7 +110075,7 @@ hnv
dZe
dpE
hnv
-ghP
+akb
dWj
hnv
sNv
@@ -109525,7 +110085,7 @@ nxo
nxo
cQR
bZn
-eln
+lrv
txj
fAX
jWg
@@ -109538,7 +110098,7 @@ uUA
hcX
oDZ
svj
-otn
+cIB
vzS
oVZ
ejo
@@ -109675,23 +110235,23 @@ aaf
aaa
aec
aew
-afm
+lBy
gxU
ssi
ahN
aiH
epn
-jZZ
-amk
-bnh
-wgG
-aCU
-khk
-luQ
+ycc
+lcg
+msN
+pZT
+iFa
+hMd
+cnp
atW
-hoX
-awq
-gCn
+rMC
+oVG
+ybU
ayG
qeM
oNd
@@ -109745,17 +110305,17 @@ aYX
vrl
hqx
bZo
-vtS
-mCf
-dTZ
-wgC
-eQO
-cHJ
+kkt
+jCA
+xNA
+hEX
+sZi
+fCE
sUv
-ckh
+jkc
clI
bZn
-uAk
+qIi
cpo
cwN
wVw
@@ -109931,25 +110491,25 @@ lMJ
lMJ
aaa
adZ
-afe
-afn
-agk
-agX
-fuV
+nGh
+wFY
+rDV
+tqF
+vZf
aiI
epn
-jZZ
-mJc
-gcX
-tLB
-bni
-khk
-gsL
+ycc
+eKj
+pKL
+eVh
+aoD
+hMd
+bcc
atX
-mvz
-job
-vrF
-hAt
+vgn
+qcY
+xBP
+hUd
pwa
fic
xwi
@@ -109981,12 +110541,12 @@ bjg
eKa
ssr
eqj
-veX
+yjd
dzq
-jDw
+usz
vzH
bcj
-bDw
+ngm
lKt
igA
bGM
@@ -109995,18 +110555,18 @@ eGM
oEv
kHk
bQw
-bRM
+tzA
bSO
bTI
wXy
nVo
wlL
bZo
-tab
-ccm
-jmW
-ceW
-vba
+jrH
+dSq
+gZs
+sqU
+iwc
chp
cgo
cgo
@@ -110042,10 +110602,10 @@ bZn
qHC
niO
fAX
-pUF
+nnH
slq
iZN
-mXm
+rUB
dbK
irK
fhJ
@@ -110195,17 +110755,17 @@ ahb
ufT
adZ
ajD
-hfC
-ebc
-anB
-aoH
-apY
-khk
-tJG
+gjC
+xxc
+exg
+vNT
+tOL
+urs
+mVf
ajD
-hoX
-aws
-gCn
+rMC
+ryP
+fJp
ayG
ozl
aBn
@@ -110259,11 +110819,11 @@ aYX
aYT
jAJ
bZo
-rdN
-jli
-wfk
-fPG
-hvV
+jMY
+pXt
+hZt
+qNL
+lWP
bZo
xvg
iGN
@@ -110304,14 +110864,14 @@ iFW
rlZ
nII
wkg
-nRr
+bXv
jsp
taH
gBK
svj
vbF
pXu
-wpb
+pqm
jAy
crR
crR
@@ -110452,17 +111012,17 @@ agV
adZ
adZ
xUp
-hTC
-wxV
-qEf
-qEf
-qEf
-rWg
-vEH
+gXw
+pEK
+frI
+frI
+frI
+itu
+pGU
atT
-jwL
-jPY
-nlh
+xYQ
+hDi
+foz
ayF
azU
aBo
@@ -110487,15 +111047,15 @@ aYX
bcl
bcj
hjl
-eLE
+fIj
ozk
gaU
-xoD
+ykY
bjg
vFH
bcj
ygM
-lbi
+goV
jdr
ree
nhS
@@ -110513,7 +111073,7 @@ vJi
bSP
nCH
aZb
-oIo
+sUD
bSS
bZo
bZo
@@ -110543,15 +111103,15 @@ cFr
cSd
cSh
cSn
-laI
+lOo
cSd
cSh
cSn
-sUO
+iED
cSd
cSh
cSn
-cSy
+ien
cRi
mJm
lZQ
@@ -110704,25 +111264,25 @@ iRB
gKE
kKh
xPF
-stz
-aws
-aws
+kNK
+jkx
+fVr
aiD
ezU
-gWe
-hvh
-rmt
-vqM
-hih
-vqM
-pAX
+qZr
+qTf
+hPH
+kqh
+jgG
+kqh
+fPI
aqa
ajm
-sQx
+dEQ
ajm
ayF
azV
-aBp
+owo
aCx
xsb
ayJ
@@ -110730,11 +111290,11 @@ eDi
aHH
aIY
gPy
-uCb
-vqK
+qCw
+qNw
tnr
aHG
-gKp
+sjl
aOu
aTA
aUM
@@ -110815,7 +111375,7 @@ blT
dTM
lMJ
rkM
-nkb
+etm
rZZ
lMJ
nKz
@@ -110961,22 +111521,22 @@ lMJ
ajo
ajo
ahx
-gNg
-aws
-aws
+fms
+jkx
+fVr
ahx
ahx
ahx
-rhP
+fCa
ajm
aoJ
aqa
-jHy
+llw
aqa
aqa
-avk
-kkE
-avk
+jXW
+dGj
+jXW
ayJ
ayJ
ayJ
@@ -111001,15 +111561,15 @@ ehJ
baZ
bcl
drK
-bfE
+cUn
bhA
bjl
bra
uAJ
-boJ
+mOf
bra
xXz
-buL
+nSk
drK
byv
bcl
@@ -111019,7 +111579,7 @@ oip
bUb
bUb
tHC
-bLH
+gMS
mxW
bOO
bQz
@@ -111027,7 +111587,7 @@ bRO
bUb
bUb
aYX
-sqE
+mVB
bSS
bSS
bSS
@@ -111048,7 +111608,7 @@ ctb
ctS
cuO
upm
-nNN
+hnT
cSd
cyB
cSt
@@ -111076,7 +111636,7 @@ fIB
efc
lMJ
fAX
-jWO
+hIx
kFS
geE
rtv
@@ -111218,22 +111778,22 @@ lMJ
aaa
aaa
ajo
-sSD
-aws
-aws
-psR
-aws
-aws
-qWR
+fRt
+jkx
+jNY
+xkL
+bBa
+tDO
+oiM
ajm
aoK
aqa
-uut
-tQi
+yfv
+uSp
atZ
-avk
-pVS
-axy
+jXW
+iuq
+amm
ahx
azW
vMO
@@ -111475,22 +112035,22 @@ lMJ
ajo
ahx
ahx
-csI
-ayy
-ayy
-rhX
-rhX
-rhX
-nhI
+jLI
+wdw
+wdw
+tAz
+tAz
+tAz
+qwo
nMs
fMB
ajD
-uut
-pSj
+yfv
+qHn
atZ
-ugZ
-hZP
-axz
+oxz
+bWn
+jXA
ahx
oEY
mLy
@@ -111512,7 +112072,7 @@ aUM
kTE
imZ
xYy
-jAw
+kHK
eYm
qXs
wzA
@@ -111545,18 +112105,18 @@ owq
sic
nmL
eLG
-vxd
+qla
bSS
vcX
cgo
chs
-ciN
+ukL
ckm
clN
bZn
nQq
cpu
-cqK
+gMN
crQ
ctd
ctU
@@ -111564,7 +112124,7 @@ qTx
aDp
xJb
cSd
-wgX
+lSu
tmW
vbp
ydw
@@ -111732,22 +112292,22 @@ lMJ
gKE
kKh
mQl
-rpT
-aws
-aws
-aws
-aws
-aws
-bkV
+qlu
+jkx
+lNq
+kil
+kil
+ujQ
+fZH
ajm
mGx
ajD
-vvr
-tQi
+imY
+uSp
atZ
-avk
-awy
-awy
+jXW
+deP
+deP
ahx
dhz
nrZ
@@ -111764,7 +112324,7 @@ aOu
aOv
xOP
fZy
-aTw
+uhK
aUM
ijF
dnh
@@ -111807,7 +112367,7 @@ bSS
qiP
cgo
cht
-ciO
+jME
ckn
jxC
oek
@@ -111819,7 +112379,7 @@ cte
jYt
eHA
jUG
-xnK
+lKh
cSd
cyE
kgI
@@ -111846,7 +112406,7 @@ sNl
nGk
mHF
jbm
-upk
+tEr
sgI
dlV
aaa
@@ -111989,22 +112549,22 @@ lMJ
ajo
ajo
ahx
-fVC
-avk
-avk
-avk
+atg
+bEo
+bEo
+bEo
ajm
ajm
tsr
-ajm
+ryP
mGx
ajD
-xup
-ijx
+lHe
+gjY
ajD
-avk
-awz
-avk
+jXW
+lfV
+jXW
ahx
tnS
wdT
@@ -112018,7 +112578,7 @@ axC
lEk
aMY
aOv
-wTB
+xaQ
nfW
aOu
irf
@@ -112045,13 +112605,13 @@ eNK
xTu
kJK
xTu
-lNI
+ikT
bKe
pMW
tDj
ici
ukv
-fpB
+sSS
bST
bUe
kwR
@@ -112246,10 +112806,10 @@ lMJ
aaa
lMJ
ajm
-smq
-mrU
-avk
-atL
+cjH
+vNp
+ryP
+uNM
ajm
emp
uop
@@ -112267,7 +112827,7 @@ aGE
iax
aCz
aDR
-aFc
+iTT
aFd
nxf
aFd
@@ -112276,7 +112836,7 @@ aLK
aMY
aOw
aPI
-nDe
+lzr
aOu
aTy
aUM
@@ -112298,11 +112858,11 @@ dLb
qXD
wzT
cPp
-qaI
+tkd
xTu
kJK
xTu
-hYN
+edP
bKe
sVr
ujJ
@@ -112313,7 +112873,7 @@ bST
bUf
vWU
gpZ
-rqb
+vei
oPg
qkt
ccs
@@ -112323,7 +112883,7 @@ oUN
nVx
pDo
kmH
-foQ
+fmL
bZn
lsk
fjD
@@ -112343,7 +112903,7 @@ dum
voh
kvV
cVO
-qbu
+rVN
pPJ
kvV
cVO
@@ -112355,7 +112915,7 @@ cSd
xCW
kUV
dlV
-dvY
+nBe
qRv
mgj
vGV
@@ -112503,13 +113063,13 @@ lMJ
lMJ
lMJ
ajm
-aqZ
-jjw
-rfN
-atK
+tWQ
+xXN
+wxt
+lNh
ajm
kCX
-wcH
+tQk
ajm
hek
cPz
@@ -112532,7 +113092,7 @@ aKl
aLL
aMZ
aOu
-wTB
+xaQ
qYK
aOu
aTA
@@ -112549,13 +113109,13 @@ giF
smP
bmM
xad
-brf
+kxT
bmO
mLi
udk
rCi
iCq
-qaI
+tkd
xTu
kJK
xTu
@@ -112580,7 +113140,7 @@ cgo
diD
vuv
ckq
-hCu
+mIU
bZn
rRN
rsX
@@ -112812,7 +113372,7 @@ buN
ltZ
dFf
sPq
-crr
+gFs
wmZ
uNZ
xTu
@@ -112849,7 +113409,7 @@ cuW
qoZ
cvX
thn
-xCZ
+uTX
wVV
wFZ
kwA
@@ -113016,8 +113576,8 @@ aaa
aaf
aaa
wLz
-sGK
-koT
+bdU
+uKH
iMM
agq
aje
@@ -113047,7 +113607,7 @@ kwK
nPS
neO
aOu
-wTB
+xaQ
aOv
aTA
dPP
@@ -113055,7 +113615,7 @@ aUM
gjc
aZt
qoH
-kMt
+knj
wrJ
aZt
bhH
@@ -113066,10 +113626,10 @@ gLM
wen
exs
bmP
-xvv
+ear
rCi
xhO
-qaI
+tkd
etb
tBB
xTu
@@ -113079,7 +113639,7 @@ ujJ
leM
kId
qqj
-djR
+eDs
bUe
bUi
hzl
@@ -113290,7 +113850,7 @@ aje
aje
aje
axC
-ayL
+pZw
sID
deG
rTX
@@ -113305,7 +113865,7 @@ mRy
hUx
suL
aQW
-rUd
+wDn
aTA
hyz
dtE
@@ -113315,7 +113875,7 @@ aZt
aZt
aZt
aZt
-bhI
+hoE
vQP
wnK
bmP
@@ -113326,7 +113886,7 @@ oNb
kQe
wzT
fHk
-wzI
+oHa
xTu
kJK
xTu
@@ -113530,7 +114090,7 @@ aaf
aaf
aaf
wLz
-dLG
+kIF
jRV
ieV
acP
@@ -113551,7 +114111,7 @@ ayM
fXe
aBv
axC
-aDV
+slu
uKu
aGF
aHL
@@ -113576,14 +114136,14 @@ bhO
uRt
wop
bmP
-qXd
+tVW
slG
kky
bmP
ifc
jIy
tLJ
-qaI
+tkd
xTu
kJK
foE
@@ -113612,9 +114172,9 @@ hDh
gOz
jAj
dKY
-ncG
+lHL
thn
-hlc
+dPF
skB
tdh
gap
@@ -113627,15 +114187,15 @@ hoT
cSd
tpV
cSn
-omg
+wCD
cSd
rIq
cSn
-bgO
+gxi
cSd
tpV
cSn
-cSF
+bhC
cRi
gEg
tQq
@@ -113814,12 +114374,12 @@ axC
axC
axC
axC
-aLQ
+xqI
aNc
nfW
dCv
aQY
-rUd
+wDn
aTA
kqz
aUM
@@ -113858,11 +114418,11 @@ waD
pKq
kbD
fgO
-ccx
+nmp
bST
hcQ
cgq
-pqA
+qdM
vkc
dua
uEf
@@ -113899,7 +114459,7 @@ cKP
dlV
fyU
ilc
-sML
+wns
eyW
bFk
ilc
@@ -114056,7 +114616,7 @@ anF
eOh
vZo
arB
-asT
+ilG
aud
arB
awC
@@ -114064,10 +114624,10 @@ qdE
arB
ooc
kNE
-aGJ
+eqr
mWQ
sXR
-fbN
+rdB
gUB
qpm
rDe
@@ -114075,7 +114635,7 @@ jtP
vdW
jab
xVG
-wTB
+xaQ
aOv
aTz
aUM
@@ -114129,12 +114689,12 @@ nHL
isb
ezt
cgq
-knX
+jRr
fBQ
sMw
dzQ
ovj
-gLC
+uWp
fMg
xWn
nCY
@@ -114313,16 +114873,16 @@ vTi
pzG
lyc
arB
-asU
+tJt
wws
arB
-awD
+ucv
taZ
arB
mNt
wWC
wNq
-aDY
+veC
jXI
aJf
aJf
@@ -114352,11 +114912,11 @@ kaZ
bmP
buP
rPC
-rep
-rep
+aXK
+aXK
byC
byC
-dQd
+eJI
byC
cix
bKe
@@ -114383,7 +114943,7 @@ cgq
oJn
fBw
uan
-wAW
+hEu
oKt
cgq
lal
@@ -114589,7 +115149,7 @@ aLT
aNf
aOF
aPM
-aRa
+bvb
aSi
aTB
iUW
@@ -114614,7 +115174,7 @@ eXZ
vey
luX
pou
-bHd
+pEY
cWx
mmn
bKe
@@ -114649,7 +115209,7 @@ nbv
nbv
ovj
sdi
-iha
+qnw
qfo
pch
aNS
@@ -114816,7 +115376,7 @@ aaf
aaf
acP
acP
-cXV
+wZV
fon
ahW
amA
@@ -114837,7 +115397,7 @@ arB
kzQ
aCF
aEa
-pDJ
+dIq
aCH
dvh
aJh
@@ -114865,12 +115425,12 @@ cXI
kCr
bmP
bmP
-rUL
+vbQ
byE
bAq
gaC
lMp
-rep
+aXK
bwS
kJq
bKm
@@ -114878,12 +115438,12 @@ bKe
fwt
rFZ
rFZ
-nxB
+aoW
bST
bUo
bVy
bWU
-kWm
+xSD
bZv
lKE
ccz
@@ -115094,7 +115654,7 @@ fTl
ijn
aCG
aEb
-pDJ
+dIq
aCH
eYL
aJh
@@ -115123,14 +115683,14 @@ qHT
vfc
guR
hwd
-byF
-rep
+aKM
+aXK
byC
cTR
byC
bwS
cWx
-bKn
+lic
bKe
bNF
bOZ
@@ -115350,7 +115910,7 @@ cYe
sUJ
aBA
aCH
-aFm
+isS
jgt
aCH
fBL
@@ -115382,9 +115942,9 @@ pJi
bwW
byG
byC
-rep
-bDI
-rep
+aXK
+cyw
+aXK
bwS
cWx
bKo
@@ -115424,9 +115984,9 @@ cyM
fkl
eZj
lwJ
-vTX
+liD
mjJ
-uXG
+cFB
vCs
vVq
ryM
@@ -115437,7 +115997,7 @@ oDB
iFX
ihd
aSw
-wCx
+gBY
okX
ihd
lMJ
@@ -115601,7 +116161,7 @@ xYP
ayP
fRz
avn
-awF
+isg
fRz
ayP
rVC
@@ -115624,18 +116184,18 @@ ltK
hqK
uWN
aZw
-irT
+mAq
oJH
vvX
aZw
-bhN
+aFj
vQP
-lHH
+xTL
alq
boY
khd
bmP
-lge
+uBG
jDS
etX
cii
@@ -115654,7 +116214,7 @@ bSY
bUq
bKe
diw
-xYd
+pvg
sLD
gba
ccB
@@ -115853,7 +116413,7 @@ amA
amA
oIs
bnr
-xdr
+qFH
arB
arB
iRu
@@ -115869,7 +116429,7 @@ arB
drD
arB
aJh
-aKs
+msG
mhI
aNi
pdk
@@ -115938,11 +116498,11 @@ mjJ
mjJ
wxi
eMY
-rjH
+lSj
mjJ
cTi
eqG
-xHc
+jMd
ojg
scT
lQw
@@ -116162,7 +116722,7 @@ byN
byN
ffN
lUm
-fgh
+soM
byN
rPM
tUh
@@ -116369,18 +116929,18 @@ anL
apa
pGQ
arB
-atb
+hOO
gjm
arB
-asU
+tJt
ygo
arB
xlR
arB
-aCK
+kfm
oJO
arB
-uZz
+pUE
vBF
aJh
aKu
@@ -116419,7 +116979,7 @@ qwQ
dke
rmK
gmU
-gix
+jRs
byN
jzx
tpF
@@ -116643,7 +117203,7 @@ aJh
aKv
aLY
aNl
-xcl
+qwJ
aPR
aRh
aLY
@@ -116654,7 +117214,7 @@ aYk
vVX
qfx
xLS
-beb
+skh
aWv
tok
bjz
@@ -116681,12 +117241,12 @@ byN
uBx
eaF
xVl
-kys
+wUi
cow
xVl
xmU
bcd
-eXY
+yiI
mQS
aOp
ojZ
@@ -116922,10 +117482,10 @@ ixc
alq
boY
byN
-civ
+hUm
aVh
kNC
-nxp
+wiL
xyi
xxI
tEy
@@ -117203,7 +117763,7 @@ bcd
abt
qUm
umX
-amB
+noO
bcd
nbv
nbv
@@ -117425,7 +117985,7 @@ aYn
aZB
bbr
bcD
-bee
+nMn
aWv
bhP
jMW
@@ -117477,7 +118037,7 @@ wUu
ulC
ojw
rvY
-mGY
+oPY
wAq
hIy
vRq
@@ -117686,7 +118246,7 @@ aWw
aWw
bhQ
xPx
-oBW
+elg
bmU
alq
alq
@@ -117737,7 +118297,7 @@ uct
kPp
bIi
dUj
-irj
+seq
mjJ
aaa
aaa
@@ -117920,7 +118480,7 @@ dnz
axY
aBD
aCN
-aEh
+izc
aFp
aGQ
axY
@@ -117949,16 +118509,16 @@ bpd
bmV
btx
qcn
-bwZ
+rpG
byP
-eFP
+qkK
sps
nMB
xOr
bHm
tYu
bKr
-bLU
+ffJ
bNL
bPh
bKr
@@ -117983,7 +118543,7 @@ ovj
lMJ
lMJ
lMJ
-ctl
+ims
aaa
aaa
tVz
@@ -118217,7 +118777,7 @@ tqy
wCN
pEu
irt
-bPi
+cvy
bKr
bNO
bTf
@@ -118438,12 +118998,12 @@ dTb
aFr
aGS
axY
-aJl
+wAt
aKx
aJu
aNo
axY
-kqE
+wnv
aRl
mDu
kJy
@@ -118689,7 +119249,7 @@ dqu
koE
aMp
axY
-aBG
+ptC
dCk
pNt
aFr
@@ -118706,7 +119266,7 @@ bVa
aPX
axY
aWw
-dtm
+mOG
yle
vFz
eWg
@@ -118975,10 +119535,10 @@ wnz
pmL
jXT
ktu
-bep
+oza
xhN
bxd
-vyv
+pVA
bAB
bCh
bDO
@@ -119007,7 +119567,7 @@ kRR
mFX
cmd
hsU
-cNw
+noa
cOa
crf
aaa
@@ -119224,7 +119784,7 @@ cXG
xsh
vjn
wOp
-rUn
+inb
bfR
gnJ
xAw
@@ -119255,10 +119815,10 @@ bXd
apc
bZE
qVH
-mLd
+tPP
ygn
kGm
-qYh
+uOd
xSc
rDY
ckF
@@ -119460,7 +120020,7 @@ ihN
dqT
aAo
aCO
-tdu
+vmK
aEi
kEN
aEi
@@ -119486,13 +120046,13 @@ aWw
cPi
fyT
bjL
-bnb
+ecB
owR
vxB
trq
rYm
bxd
-byT
+nIW
bCi
lXH
fpx
@@ -119704,7 +120264,7 @@ acP
xpV
aln
amt
-jyj
+eha
acP
oce
jza
@@ -119766,7 +120326,7 @@ anM
bAR
pav
jTi
-bYv
+llR
bZF
cbb
ccQ
@@ -119958,7 +120518,7 @@ aav
aav
aaa
acP
-ajX
+dFo
mYh
kwe
whi
@@ -119972,7 +120532,7 @@ foK
fka
tfC
dqT
-hhY
+lmt
aCP
qNc
uhw
@@ -119990,17 +120550,17 @@ oSS
uxl
kWW
vfN
-kxw
-vfN
-tXy
-hdM
+inQ
+psa
+fdu
+rUK
vfN
ihR
iDO
eSY
qVf
gyj
-rxn
+tKG
owR
sao
hkq
@@ -120246,11 +120806,11 @@ aQa
aTO
dPe
aTK
-aVd
+grY
aBI
-aYt
+mLG
toh
-hGd
+rjz
dgz
aBI
hAo
@@ -120517,22 +121077,22 @@ hVW
bne
owR
owR
-lYb
-vPy
+hYn
+hbv
bAR
-pPa
+mDr
bAG
bCn
aLI
bFL
bHt
bDS
-bKv
+ksI
bMb
bNP
bPp
bPp
-bSg
+vlT
bDS
bDS
bVI
@@ -120761,10 +121321,10 @@ deB
qUD
fOq
cXA
-fiL
-egv
-wOJ
-kkq
+tGU
+oYY
+ipo
+hRb
bfX
wQo
esQ
@@ -120777,7 +121337,7 @@ owR
owR
owR
bxd
-byX
+guD
bAH
bCo
rKW
@@ -120802,7 +121362,7 @@ ceh
cfw
cgA
chP
-cje
+qaG
cjc
bAR
aaf
@@ -121011,17 +121571,17 @@ daW
dBw
aKF
aMi
-cpR
+hfF
dfi
aQd
dBA
aSA
-kNI
+wzX
cXA
-aEy
-bbC
-gCm
-rqv
+rAS
+sHC
+sVu
+ngb
pST
dRM
kWr
@@ -121253,7 +121813,7 @@ apl
uDU
lhx
ajb
-auw
+vwH
bPJ
ajb
axX
@@ -121272,20 +121832,20 @@ dBy
dlI
aQe
aRv
-dfD
-kNI
+dMe
+wzX
cXA
-jQi
-vCn
-ycb
-bIn
+rQT
+pXg
+aVF
+xur
bfX
iTF
kmW
gIz
gRe
bjL
-bng
+jkQ
iRz
btD
bvn
@@ -121299,7 +121859,7 @@ csF
lSI
bIS
bKy
-bMe
+sGb
bxd
bxd
bQT
@@ -121508,7 +122068,7 @@ bQv
fIr
xYl
xiL
-unp
+rKg
ajb
ajb
xbd
@@ -121529,8 +122089,8 @@ mvZ
dlI
dfp
dfp
-mFM
-nKi
+osI
+jxf
cXA
cXA
cXA
@@ -121560,7 +122120,7 @@ bMf
bxd
bPs
bPs
-bSh
+hWc
bxd
bUC
bVK
@@ -121772,7 +122332,7 @@ tUi
axY
axZ
lhF
-dXZ
+bZu
gGD
sSn
opl
@@ -121786,8 +122346,8 @@ dfb
dfj
dlI
deD
-rHx
-wJa
+qKV
+vAF
guq
dgi
mKs
@@ -121818,7 +122378,7 @@ bNS
bPt
bQU
bSi
-bTk
+leI
bDW
bFQ
bXm
@@ -121830,7 +122390,7 @@ ceh
cfw
cgA
chS
-cjh
+eyN
cjf
bAR
aaf
@@ -122018,7 +122578,7 @@ aaf
ajb
ajZ
alu
-knR
+lwb
rHz
apl
aqx
@@ -122041,10 +122601,10 @@ dbb
aMk
aNv
dfk
-dfq
+aWq
djt
-dfG
-sEq
+wTv
+xus
axY
cXZ
cXI
@@ -122058,8 +122618,8 @@ bie
bhT
oxc
vDQ
-jkg
-dxP
+lgp
+oaH
lwy
bhT
bzc
@@ -122301,7 +122861,7 @@ dfk
daY
djx
dfG
-cXz
+vVl
axY
atm
alr
@@ -122833,7 +123393,7 @@ aNC
bhT
bwl
bhT
-bzf
+eaC
bCi
bCv
bEa
@@ -122858,7 +123418,7 @@ cei
cfy
cgC
chV
-cjk
+mBr
ckI
bAR
aaf
@@ -123049,7 +123609,7 @@ alv
apm
alv
qdO
-gXl
+tvA
cbG
apm
dnS
@@ -123065,7 +123625,7 @@ deu
deI
deN
deI
-deW
+opw
aMm
dfd
deN
@@ -123367,7 +123927,7 @@ bMl
bYB
bKG
bKG
-ccV
+dtD
bAR
aaf
aaf
@@ -124100,7 +124660,7 @@ ykz
ykz
mBY
jDs
-dfV
+kuo
axY
dgg
azd
@@ -124893,19 +125453,19 @@ dhl
bAR
bCC
bEe
-bGb
+acN
bAR
bJd
bKJ
-bMn
+xmj
bAR
bPy
bQZ
-bSl
+eSG
bAR
bUJ
bVP
-bXs
+tln
bAR
aaf
aMr
@@ -130791,12 +131351,12 @@ anT
anT
aRy
bkP
-qpp
+rCU
tWv
vUC
oLr
dLH
-brQ
+njs
bKK
anT
anT
@@ -131051,7 +131611,7 @@ nvB
rCq
aRy
aRy
-ucG
+jBt
gRf
fpi
aOX
@@ -131560,7 +132120,7 @@ dXp
dXp
dXp
dXp
-onP
+lGm
aVk
aOY
aOY
@@ -131810,7 +132370,7 @@ dXp
dXp
dXp
dXp
-rop
+hrl
aVk
aOY
aOY
@@ -131828,14 +132388,14 @@ brU
aOV
aaa
aMq
-idg
+mLT
eKe
eKe
eKe
eKe
uqA
uqA
-iqA
+anO
uqA
uqA
uqA
@@ -132336,7 +132896,7 @@ aRy
aRy
aRy
qTN
-bnw
+eZe
vji
fzV
aRy
@@ -132852,14 +133412,14 @@ bjP
fcq
bny
lub
-brY
+iUh
btL
btL
btL
btL
btL
bCD
-bEf
+opy
bGc
bHC
bJg
@@ -133098,7 +133658,7 @@ aRy
aTV
aVl
aWL
-doO
+qPS
myk
qno
bcP
@@ -133113,7 +133673,7 @@ bjQ
btL
sSp
rRG
-imq
+aul
rjC
bCD
bEg
@@ -133123,7 +133683,7 @@ bJm
bNX
bGd
yih
-bMo
+tWN
bOc
aRy
aaa
@@ -133364,9 +133924,9 @@ oid
bin
bjQ
tuc
-qDN
+pFB
qZj
-tGf
+toq
btL
qfn
kGe
@@ -133616,9 +134176,9 @@ aTV
xFe
aTV
aTV
-beu
+sUk
apv
-bio
+ljB
bjQ
blF
mif
@@ -133861,7 +134421,7 @@ anT
aMq
aYd
qTn
-vCK
+msa
aOW
aOW
aRy
@@ -133895,12 +134455,12 @@ dsr
tBl
qpw
vKV
-bNZ
+uMn
aRy
bvt
aOW
bTm
-pmc
+lzs
jda
cmX
bgn
@@ -134124,10 +134684,10 @@ aaa
aRy
aRy
aTX
-aVp
+taY
aWP
aTV
-vgl
+ljh
aTV
aTV
bew
@@ -134399,7 +134959,7 @@ btL
ugW
jFr
mqb
-vAP
+pvh
bCD
bEj
bGd
@@ -134642,7 +135202,7 @@ aVr
aWR
oMG
qWp
-elv
+jyk
aWR
aVr
bgm
@@ -134665,7 +135225,7 @@ bKN
bOa
bGd
utH
-bMs
+jJE
chn
aRy
aaa
@@ -134915,7 +135475,7 @@ btL
btL
btL
bCD
-bEk
+duh
bGf
bHG
bJn
@@ -135419,7 +135979,7 @@ aRy
aRy
aRy
aRy
-dml
+gIt
lhL
hgr
bsh
@@ -135679,7 +136239,7 @@ aRy
maL
bnI
kBS
-bsi
+vId
aRy
aaa
aaa
@@ -135922,7 +136482,7 @@ eKe
eKe
eKe
eKe
-xRF
+fGk
aOX
aNw
aNw
@@ -135940,14 +136500,14 @@ aRy
aRy
aaa
aMq
-wkt
+cVw
eKe
eKe
eKe
eKe
eKe
eKe
-dPf
+oRI
uqA
uqA
uqA
@@ -136186,7 +136746,7 @@ eKe
eKe
eKe
eKe
-pEQ
+dOd
bgn
aaa
aaa
From 428cc72bbd49dbdd83e554d4da333ade0fd37494 Mon Sep 17 00:00:00 2001
From: ss13-beebot <56381746+ss13-beebot@users.noreply.github.com>
Date: Tue, 23 Jul 2024 17:06:20 -0500
Subject: [PATCH 9/9] Automatic changelog generation for PR #11182 [ci skip]
---
html/changelogs/AutoChangeLog-pr-11182.yml | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 html/changelogs/AutoChangeLog-pr-11182.yml
diff --git a/html/changelogs/AutoChangeLog-pr-11182.yml b/html/changelogs/AutoChangeLog-pr-11182.yml
new file mode 100644
index 0000000000000..e41dd886ef5ea
--- /dev/null
+++ b/html/changelogs/AutoChangeLog-pr-11182.yml
@@ -0,0 +1,4 @@
+author: rkz, spockye
+delete-after: true
+changes:
+ - rscadd: Adds some tile variety to MetaStation Security